From 6bc7d729a58716466b895c074ebe0c4e7b8e72f7 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 29 Jul 2024 13:16:11 -0700 Subject: [PATCH 01/14] [DOCS] Remove duplicate section title (#189446) --- docs/CHANGELOG.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index bcd3b69258e6e..6b515415fe731 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -105,10 +105,6 @@ The 8.14.3 release includes the following bug fixes and known issues. include::CHANGELOG.asciidoc[tag=known-issue-186969] -[float] -[[known-issues-8.14.3]] -=== Known issues - [discrete] [[known-185691]] .When using the Observability AI Assistant with the OpenAI connector, function calling will result in an error From c1070f3dabbd2311e6a13aa57bb80d2fab1746ab Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Mon, 29 Jul 2024 14:19:29 -0600 Subject: [PATCH 02/14] fix timeslice chaining in react embeddable control group (#188866) While reviewing https://github.com/elastic/kibana/pull/188687, I noticed that controls where still getting filtered by timeslider changes even when chaining was disabled or the control was to the left of the timeslider. This PR resolves this issue by only passing in timeslice from `chaining$` instead of `controlGroupFetch$`. Co-authored-by: Elastic Machine --- .../control_fetch/control_group_fetch.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/controls_example/public/react_controls/control_group/control_fetch/control_group_fetch.ts b/examples/controls_example/public/react_controls/control_group/control_fetch/control_group_fetch.ts index aab8bfa79e4cb..fdca7576ae8a1 100644 --- a/examples/controls_example/public/react_controls/control_group/control_fetch/control_group_fetch.ts +++ b/examples/controls_example/public/react_controls/control_group/control_fetch/control_group_fetch.ts @@ -37,9 +37,6 @@ export function controlGroupFetch$( } if (!parentIgnoreSettings?.ignoreTimerange && parentApi.timeRange$) { observables.push(parentApi.timeRange$); - if (parentApi.timeslice$) { - observables.push(parentApi.timeslice$); - } } if (apiPublishesReload(parentApi)) { observables.push(parentApi.reload$); @@ -61,13 +58,7 @@ export function controlGroupFetch$( timeRange: parentIgnoreSettings?.ignoreTimerange || !parentApi.timeRange$ ? undefined - : parentApi.timeslice$?.value - ? { - from: new Date(parentApi.timeslice$?.value[0]).toISOString(), - to: new Date(parentApi.timeslice$?.value[1]).toISOString(), - mode: 'absolute' as 'absolute', - } - : (parentApi as PublishesUnifiedSearch).timeRange$.value, + : parentApi.timeRange$.value, }; }) ); From 6924f77bfd5966dd6ab053725d9c50d81438452c Mon Sep 17 00:00:00 2001 From: "Christiane (Tina) Heiligers" Date: Mon, 29 Jul 2024 15:49:36 -0700 Subject: [PATCH 03/14] Update doc links' README (#189451) Adds how to access `docLinks` to READMEs --- packages/core/doc-links/core-doc-links-browser/README.md | 2 ++ packages/core/doc-links/core-doc-links-server/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/core/doc-links/core-doc-links-browser/README.md b/packages/core/doc-links/core-doc-links-browser/README.md index 5c42b72981447..16e7d14c39861 100644 --- a/packages/core/doc-links/core-doc-links-browser/README.md +++ b/packages/core/doc-links/core-doc-links-browser/README.md @@ -1,3 +1,5 @@ # @kbn/core-doc-links-browser This package contains the public types for Core's browser-side docLinks service. + +The browser-side doc links service is accessible from coreStart. diff --git a/packages/core/doc-links/core-doc-links-server/README.md b/packages/core/doc-links/core-doc-links-server/README.md index 1c99cc874aefc..f61a3240ea013 100644 --- a/packages/core/doc-links/core-doc-links-server/README.md +++ b/packages/core/doc-links/core-doc-links-server/README.md @@ -1,3 +1,5 @@ # @kbn/core-doc-links-server This package contains the public types for Core's server-side docLinks service. + +The server-side doc links service is accessible from `coreStart`. From dc74b2a6d1f116e1b435f5439c95aae87bf42719 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 30 Jul 2024 04:57:42 +0100 Subject: [PATCH 04/14] skip flaky suite (#189330) --- .../server/integration_tests/telemetry.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts b/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts index ccb65f18df67e..d45e59b2fe295 100644 --- a/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts +++ b/x-pack/plugins/security_solution/server/integration_tests/telemetry.test.ts @@ -298,7 +298,8 @@ describe('telemetry tasks', () => { }); }); - describe('endpoint-meta-telemetry', () => { + // FLAKY: https://github.com/elastic/kibana/issues/189330 + describe.skip('endpoint-meta-telemetry', () => { beforeEach(async () => { await initEndpointIndices(esClient); }); From a54be048715e9363dbbedc0907336f9181bb7063 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:56:28 +1000 Subject: [PATCH 05/14] [api-docs] 2024-07-30 Daily api_docs build (#189459) Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/784 --- api_docs/actions.devdocs.json | 48 +- api_docs/actions.mdx | 2 +- api_docs/advanced_settings.devdocs.json | 8 +- api_docs/advanced_settings.mdx | 2 +- .../ai_assistant_management_selection.mdx | 2 +- api_docs/aiops.devdocs.json | 36 +- api_docs/aiops.mdx | 2 +- api_docs/alerting.devdocs.json | 44 +- api_docs/alerting.mdx | 2 +- api_docs/apm.devdocs.json | 24 +- api_docs/apm.mdx | 2 +- api_docs/apm_data_access.devdocs.json | 8 +- api_docs/apm_data_access.mdx | 2 +- api_docs/assets_data_access.mdx | 2 +- api_docs/banners.mdx | 2 +- api_docs/bfetch.devdocs.json | 40 +- api_docs/bfetch.mdx | 2 +- api_docs/canvas.devdocs.json | 4 +- api_docs/canvas.mdx | 2 +- api_docs/cases.devdocs.json | 16 +- api_docs/cases.mdx | 2 +- api_docs/charts.devdocs.json | 4 +- api_docs/charts.mdx | 2 +- api_docs/cloud.mdx | 2 +- api_docs/cloud_data_migration.mdx | 2 +- api_docs/cloud_defend.mdx | 2 +- api_docs/cloud_experiments.mdx | 2 +- api_docs/cloud_security_posture.mdx | 2 +- api_docs/console.devdocs.json | 24 +- api_docs/console.mdx | 2 +- api_docs/content_management.devdocs.json | 12 +- api_docs/content_management.mdx | 2 +- api_docs/controls.devdocs.json | 20 +- api_docs/controls.mdx | 4 +- api_docs/custom_integrations.mdx | 2 +- api_docs/dashboard.devdocs.json | 68 +- api_docs/dashboard.mdx | 2 +- api_docs/dashboard_enhanced.devdocs.json | 4 +- api_docs/dashboard_enhanced.mdx | 2 +- api_docs/data.devdocs.json | 72 +- api_docs/data.mdx | 2 +- api_docs/data_quality.mdx | 2 +- api_docs/data_query.devdocs.json | 12 +- api_docs/data_query.mdx | 2 +- api_docs/data_search.devdocs.json | 160 +- api_docs/data_search.mdx | 2 +- api_docs/data_view_editor.mdx | 2 +- api_docs/data_view_field_editor.mdx | 2 +- api_docs/data_view_management.mdx | 2 +- api_docs/data_views.devdocs.json | 160 +- api_docs/data_views.mdx | 2 +- api_docs/data_visualizer.mdx | 2 +- api_docs/dataset_quality.devdocs.json | 20 +- api_docs/dataset_quality.mdx | 2 +- api_docs/deprecations_by_api.mdx | 111 +- api_docs/deprecations_by_plugin.mdx | 496 +-- api_docs/deprecations_by_team.mdx | 14 +- api_docs/dev_tools.devdocs.json | 12 +- api_docs/dev_tools.mdx | 2 +- api_docs/discover.devdocs.json | 20 +- api_docs/discover.mdx | 2 +- api_docs/discover_enhanced.devdocs.json | 28 +- api_docs/discover_enhanced.mdx | 2 +- api_docs/discover_shared.mdx | 2 +- api_docs/ecs_data_quality_dashboard.mdx | 2 +- api_docs/elastic_assistant.devdocs.json | 16 +- api_docs/elastic_assistant.mdx | 2 +- api_docs/embeddable.devdocs.json | 352 +- api_docs/embeddable.mdx | 2 +- api_docs/embeddable_enhanced.devdocs.json | 16 +- api_docs/embeddable_enhanced.mdx | 2 +- api_docs/encrypted_saved_objects.devdocs.json | 92 +- api_docs/encrypted_saved_objects.mdx | 2 +- api_docs/enterprise_search.mdx | 2 +- api_docs/entity_manager.mdx | 2 +- api_docs/es_ui_shared.devdocs.json | 24 +- api_docs/es_ui_shared.mdx | 2 +- api_docs/esql.mdx | 2 +- api_docs/esql_data_grid.mdx | 2 +- api_docs/event_annotation.devdocs.json | 4 +- api_docs/event_annotation.mdx | 2 +- api_docs/event_annotation_listing.mdx | 2 +- api_docs/event_log.devdocs.json | 8 +- api_docs/event_log.mdx | 2 +- api_docs/exploratory_view.devdocs.json | 8 +- api_docs/exploratory_view.mdx | 2 +- api_docs/expression_error.devdocs.json | 32 +- api_docs/expression_error.mdx | 2 +- api_docs/expression_gauge.mdx | 2 +- api_docs/expression_heatmap.mdx | 2 +- api_docs/expression_image.devdocs.json | 16 +- api_docs/expression_image.mdx | 2 +- api_docs/expression_legacy_metric_vis.mdx | 2 +- api_docs/expression_metric.devdocs.json | 16 +- api_docs/expression_metric.mdx | 2 +- api_docs/expression_metric_vis.mdx | 2 +- api_docs/expression_partition_vis.mdx | 2 +- api_docs/expression_repeat_image.devdocs.json | 16 +- api_docs/expression_repeat_image.mdx | 2 +- api_docs/expression_reveal_image.devdocs.json | 16 +- api_docs/expression_reveal_image.mdx | 2 +- api_docs/expression_shape.devdocs.json | 32 +- api_docs/expression_shape.mdx | 2 +- api_docs/expression_tagcloud.mdx | 2 +- api_docs/expression_x_y.mdx | 2 +- api_docs/expressions.devdocs.json | 64 +- api_docs/expressions.mdx | 2 +- api_docs/features.mdx | 2 +- api_docs/field_formats.devdocs.json | 8 +- api_docs/field_formats.mdx | 2 +- api_docs/fields_metadata.mdx | 2 +- api_docs/file_upload.mdx | 2 +- api_docs/files.devdocs.json | 8 +- api_docs/files.mdx | 2 +- api_docs/files_management.mdx | 2 +- api_docs/fleet.devdocs.json | 576 ++-- api_docs/fleet.mdx | 2 +- api_docs/global_search.devdocs.json | 36 +- api_docs/global_search.mdx | 2 +- api_docs/guided_onboarding.devdocs.json | 8 +- api_docs/guided_onboarding.mdx | 2 +- api_docs/home.devdocs.json | 4 +- api_docs/home.mdx | 2 +- api_docs/image_embeddable.mdx | 2 +- api_docs/index_lifecycle_management.mdx | 2 +- api_docs/index_management.devdocs.json | 8 +- api_docs/index_management.mdx | 2 +- api_docs/infra.devdocs.json | 8 +- api_docs/infra.mdx | 2 +- api_docs/ingest_pipelines.mdx | 2 +- api_docs/inspector.devdocs.json | 36 +- api_docs/inspector.mdx | 2 +- api_docs/integration_assistant.mdx | 2 +- api_docs/interactive_setup.mdx | 2 +- api_docs/investigate.devdocs.json | 18 +- api_docs/investigate.mdx | 4 +- api_docs/investigate_app.mdx | 2 +- api_docs/kbn_ace.mdx | 2 +- api_docs/kbn_actions_types.mdx | 2 +- api_docs/kbn_aiops_components.devdocs.json | 4 +- api_docs/kbn_aiops_components.mdx | 2 +- api_docs/kbn_aiops_log_pattern_analysis.mdx | 2 +- .../kbn_aiops_log_rate_analysis.devdocs.json | 5 +- api_docs/kbn_aiops_log_rate_analysis.mdx | 2 +- .../kbn_alerting_api_integration_helpers.mdx | 2 +- api_docs/kbn_alerting_comparators.mdx | 2 +- api_docs/kbn_alerting_state_types.mdx | 2 +- api_docs/kbn_alerting_types.devdocs.json | 242 +- api_docs/kbn_alerting_types.mdx | 4 +- api_docs/kbn_alerts_as_data_utils.mdx | 2 +- api_docs/kbn_alerts_grouping.devdocs.json | 8 +- api_docs/kbn_alerts_grouping.mdx | 2 +- api_docs/kbn_alerts_ui_shared.devdocs.json | 1172 +++---- api_docs/kbn_alerts_ui_shared.mdx | 14 +- api_docs/kbn_analytics.mdx | 2 +- api_docs/kbn_analytics_collection_utils.mdx | 2 +- api_docs/kbn_apm_config_loader.mdx | 2 +- api_docs/kbn_apm_data_view.mdx | 2 +- api_docs/kbn_apm_synthtrace.mdx | 2 +- .../kbn_apm_synthtrace_client.devdocs.json | 156 +- api_docs/kbn_apm_synthtrace_client.mdx | 4 +- api_docs/kbn_apm_utils.mdx | 2 +- api_docs/kbn_avc_banner.mdx | 2 +- api_docs/kbn_axe_config.mdx | 2 +- api_docs/kbn_bfetch_error.mdx | 2 +- api_docs/kbn_calculate_auto.mdx | 2 +- .../kbn_calculate_width_from_char_count.mdx | 2 +- api_docs/kbn_cases_components.mdx | 2 +- api_docs/kbn_cell_actions.mdx | 2 +- api_docs/kbn_chart_expressions_common.mdx | 2 +- api_docs/kbn_chart_icons.mdx | 2 +- api_docs/kbn_ci_stats_core.mdx | 2 +- api_docs/kbn_ci_stats_performance_metrics.mdx | 2 +- api_docs/kbn_ci_stats_reporter.mdx | 2 +- api_docs/kbn_cli_dev_mode.mdx | 2 +- api_docs/kbn_code_editor.mdx | 2 +- api_docs/kbn_code_editor_mock.mdx | 2 +- api_docs/kbn_code_owners.mdx | 2 +- api_docs/kbn_coloring.mdx | 2 +- api_docs/kbn_config.mdx | 2 +- api_docs/kbn_config_mocks.mdx | 2 +- api_docs/kbn_config_schema.mdx | 2 +- ...ent_management_content_editor.devdocs.json | 56 +- .../kbn_content_management_content_editor.mdx | 10 +- ...tent_management_tabbed_table_list_view.mdx | 2 +- ...kbn_content_management_table_list_view.mdx | 2 +- ...gement_table_list_view_common.devdocs.json | 4 +- ...tent_management_table_list_view_common.mdx | 2 +- ...agement_table_list_view_table.devdocs.json | 28 +- ...ntent_management_table_list_view_table.mdx | 2 +- ...tent_management_user_profiles.devdocs.json | 116 +- .../kbn_content_management_user_profiles.mdx | 8 +- .../kbn_content_management_utils.devdocs.json | 88 +- api_docs/kbn_content_management_utils.mdx | 2 +- .../kbn_core_analytics_browser.devdocs.json | 234 +- api_docs/kbn_core_analytics_browser.mdx | 8 +- ...re_analytics_browser_internal.devdocs.json | 54 +- .../kbn_core_analytics_browser_internal.mdx | 6 +- ..._core_analytics_browser_mocks.devdocs.json | 48 +- api_docs/kbn_core_analytics_browser_mocks.mdx | 6 +- .../kbn_core_analytics_server.devdocs.json | 216 +- api_docs/kbn_core_analytics_server.mdx | 8 +- ...ore_analytics_server_internal.devdocs.json | 42 +- .../kbn_core_analytics_server_internal.mdx | 6 +- ...n_core_analytics_server_mocks.devdocs.json | 38 +- api_docs/kbn_core_analytics_server_mocks.mdx | 6 +- .../kbn_core_application_browser.devdocs.json | 470 +-- api_docs/kbn_core_application_browser.mdx | 10 +- ..._application_browser_internal.devdocs.json | 108 +- .../kbn_core_application_browser_internal.mdx | 8 +- ...ore_application_browser_mocks.devdocs.json | 102 +- .../kbn_core_application_browser_mocks.mdx | 8 +- api_docs/kbn_core_application_common.mdx | 2 +- ...bn_core_apps_browser_internal.devdocs.json | 126 +- api_docs/kbn_core_apps_browser_internal.mdx | 10 +- .../kbn_core_apps_browser_mocks.devdocs.json | 36 +- api_docs/kbn_core_apps_browser_mocks.mdx | 6 +- ...kbn_core_apps_server_internal.devdocs.json | 50 +- api_docs/kbn_core_apps_server_internal.mdx | 8 +- .../kbn_core_base_browser_mocks.devdocs.json | 38 +- api_docs/kbn_core_base_browser_mocks.mdx | 6 +- api_docs/kbn_core_base_common.mdx | 2 +- ...kbn_core_base_server_internal.devdocs.json | 34 +- api_docs/kbn_core_base_server_internal.mdx | 8 +- .../kbn_core_base_server_mocks.devdocs.json | 22 +- api_docs/kbn_core_base_server_mocks.mdx | 6 +- ...re_capabilities_browser_mocks.devdocs.json | 38 +- .../kbn_core_capabilities_browser_mocks.mdx | 6 +- api_docs/kbn_core_capabilities_common.mdx | 2 +- .../kbn_core_capabilities_server.devdocs.json | 104 +- api_docs/kbn_core_capabilities_server.mdx | 8 +- ...ore_capabilities_server_mocks.devdocs.json | 48 +- .../kbn_core_capabilities_server_mocks.mdx | 8 +- api_docs/kbn_core_chrome_browser.devdocs.json | 886 ++--- api_docs/kbn_core_chrome_browser.mdx | 8 +- ...kbn_core_chrome_browser_mocks.devdocs.json | 38 +- api_docs/kbn_core_chrome_browser_mocks.mdx | 6 +- ...n_core_config_server_internal.devdocs.json | 40 +- api_docs/kbn_core_config_server_internal.mdx | 8 +- ..._core_custom_branding_browser.devdocs.json | 48 +- api_docs/kbn_core_custom_branding_browser.mdx | 6 +- ...tom_branding_browser_internal.devdocs.json | 58 +- ..._core_custom_branding_browser_internal.mdx | 6 +- ...custom_branding_browser_mocks.devdocs.json | 40 +- ...kbn_core_custom_branding_browser_mocks.mdx | 6 +- api_docs/kbn_core_custom_branding_common.mdx | 2 +- ...n_core_custom_branding_server.devdocs.json | 62 +- api_docs/kbn_core_custom_branding_server.mdx | 8 +- ...stom_branding_server_internal.devdocs.json | 32 +- ...n_core_custom_branding_server_internal.mdx | 6 +- ..._custom_branding_server_mocks.devdocs.json | 28 +- .../kbn_core_custom_branding_server_mocks.mdx | 6 +- ...kbn_core_deprecations_browser.devdocs.json | 54 +- api_docs/kbn_core_deprecations_browser.mdx | 8 +- ...deprecations_browser_internal.devdocs.json | 64 +- ...kbn_core_deprecations_browser_internal.mdx | 6 +- ...re_deprecations_browser_mocks.devdocs.json | 48 +- .../kbn_core_deprecations_browser_mocks.mdx | 6 +- api_docs/kbn_core_deprecations_common.mdx | 2 +- .../kbn_core_deprecations_server.devdocs.json | 80 +- api_docs/kbn_core_deprecations_server.mdx | 6 +- ..._deprecations_server_internal.devdocs.json | 44 +- .../kbn_core_deprecations_server_internal.mdx | 6 +- ...ore_deprecations_server_mocks.devdocs.json | 44 +- .../kbn_core_deprecations_server_mocks.mdx | 6 +- .../kbn_core_doc_links_browser.devdocs.json | 40 +- api_docs/kbn_core_doc_links_browser.mdx | 6 +- ..._core_doc_links_browser_mocks.devdocs.json | 44 +- api_docs/kbn_core_doc_links_browser_mocks.mdx | 6 +- .../kbn_core_doc_links_server.devdocs.json | 30 +- api_docs/kbn_core_doc_links_server.mdx | 8 +- ...n_core_doc_links_server_mocks.devdocs.json | 32 +- api_docs/kbn_core_doc_links_server_mocks.mdx | 6 +- ...search_client_server_internal.devdocs.json | 84 +- ...e_elasticsearch_client_server_internal.mdx | 10 +- ...ticsearch_client_server_mocks.devdocs.json | 1876 +++++------ ...core_elasticsearch_client_server_mocks.mdx | 12 +- ...kbn_core_elasticsearch_server.devdocs.json | 396 +-- api_docs/kbn_core_elasticsearch_server.mdx | 8 +- ...elasticsearch_server_internal.devdocs.json | 130 +- ...kbn_core_elasticsearch_server_internal.mdx | 12 +- ...re_elasticsearch_server_mocks.devdocs.json | 86 +- .../kbn_core_elasticsearch_server_mocks.mdx | 8 +- ...e_environment_server_internal.devdocs.json | 24 +- .../kbn_core_environment_server_internal.mdx | 8 +- ...core_environment_server_mocks.devdocs.json | 24 +- .../kbn_core_environment_server_mocks.mdx | 6 +- ...ore_execution_context_browser.devdocs.json | 56 +- .../kbn_core_execution_context_browser.mdx | 8 +- ...tion_context_browser_internal.devdocs.json | 48 +- ...ore_execution_context_browser_internal.mdx | 6 +- ...ecution_context_browser_mocks.devdocs.json | 60 +- ...n_core_execution_context_browser_mocks.mdx | 6 +- .../kbn_core_execution_context_common.mdx | 2 +- ...core_execution_context_server.devdocs.json | 38 +- .../kbn_core_execution_context_server.mdx | 8 +- ...ution_context_server_internal.devdocs.json | 38 +- ...core_execution_context_server_internal.mdx | 8 +- ...xecution_context_server_mocks.devdocs.json | 34 +- ...bn_core_execution_context_server_mocks.mdx | 6 +- ...kbn_core_fatal_errors_browser.devdocs.json | 58 +- api_docs/kbn_core_fatal_errors_browser.mdx | 8 +- ...re_fatal_errors_browser_mocks.devdocs.json | 48 +- .../kbn_core_fatal_errors_browser_mocks.mdx | 6 +- api_docs/kbn_core_http_browser.devdocs.json | 480 +-- api_docs/kbn_core_http_browser.mdx | 10 +- ...bn_core_http_browser_internal.devdocs.json | 82 +- api_docs/kbn_core_http_browser_internal.mdx | 8 +- .../kbn_core_http_browser_mocks.devdocs.json | 144 +- api_docs/kbn_core_http_browser_mocks.mdx | 10 +- api_docs/kbn_core_http_common.mdx | 2 +- ...ore_http_context_server_mocks.devdocs.json | 80 +- .../kbn_core_http_context_server_mocks.mdx | 8 +- ...equest_handler_context_server.devdocs.json | 108 +- ...re_http_request_handler_context_server.mdx | 8 +- ...bn_core_http_resources_server.devdocs.json | 212 +- api_docs/kbn_core_http_resources_server.mdx | 8 +- ...ttp_resources_server_internal.devdocs.json | 62 +- ...bn_core_http_resources_server_internal.mdx | 6 +- ...e_http_resources_server_mocks.devdocs.json | 470 +-- .../kbn_core_http_resources_server_mocks.mdx | 8 +- ...e_http_router_server_internal.devdocs.json | 272 +- .../kbn_core_http_router_server_internal.mdx | 10 +- ...core_http_router_server_mocks.devdocs.json | 290 +- .../kbn_core_http_router_server_mocks.mdx | 12 +- api_docs/kbn_core_http_server.devdocs.json | 2898 +++++++++-------- api_docs/kbn_core_http_server.mdx | 16 +- ...kbn_core_http_server_internal.devdocs.json | 276 +- api_docs/kbn_core_http_server_internal.mdx | 14 +- .../kbn_core_http_server_mocks.devdocs.json | 404 +-- api_docs/kbn_core_http_server_mocks.mdx | 10 +- api_docs/kbn_core_i18n_browser.devdocs.json | 40 +- api_docs/kbn_core_i18n_browser.mdx | 6 +- .../kbn_core_i18n_browser_mocks.devdocs.json | 42 +- api_docs/kbn_core_i18n_browser_mocks.mdx | 6 +- api_docs/kbn_core_i18n_server.devdocs.json | 24 +- api_docs/kbn_core_i18n_server.mdx | 6 +- ...kbn_core_i18n_server_internal.devdocs.json | 52 +- api_docs/kbn_core_i18n_server_internal.mdx | 12 +- .../kbn_core_i18n_server_mocks.devdocs.json | 32 +- api_docs/kbn_core_i18n_server_mocks.mdx | 6 +- ...jected_metadata_browser_mocks.devdocs.json | 40 +- ...n_core_injected_metadata_browser_mocks.mdx | 6 +- ...integrations_browser_internal.devdocs.json | 40 +- ...kbn_core_integrations_browser_internal.mdx | 6 +- ...re_integrations_browser_mocks.devdocs.json | 56 +- .../kbn_core_integrations_browser_mocks.mdx | 8 +- .../kbn_core_lifecycle_browser.devdocs.json | 236 +- api_docs/kbn_core_lifecycle_browser.mdx | 8 +- ..._core_lifecycle_browser_mocks.devdocs.json | 226 +- api_docs/kbn_core_lifecycle_browser_mocks.mdx | 6 +- .../kbn_core_lifecycle_server.devdocs.json | 248 +- api_docs/kbn_core_lifecycle_server.mdx | 8 +- ...n_core_lifecycle_server_mocks.devdocs.json | 138 +- api_docs/kbn_core_lifecycle_server_mocks.mdx | 6 +- ...bn_core_logging_browser_mocks.devdocs.json | 40 +- api_docs/kbn_core_logging_browser_mocks.mdx | 6 +- api_docs/kbn_core_logging_common_internal.mdx | 2 +- api_docs/kbn_core_logging_server.devdocs.json | 246 +- api_docs/kbn_core_logging_server.mdx | 8 +- ..._core_logging_server_internal.devdocs.json | 42 +- api_docs/kbn_core_logging_server_internal.mdx | 10 +- ...kbn_core_logging_server_mocks.devdocs.json | 46 +- api_docs/kbn_core_logging_server_mocks.mdx | 6 +- ...cs_collectors_server_internal.devdocs.json | 174 +- ...ore_metrics_collectors_server_internal.mdx | 8 +- ...trics_collectors_server_mocks.devdocs.json | 66 +- ...n_core_metrics_collectors_server_mocks.mdx | 8 +- api_docs/kbn_core_metrics_server.devdocs.json | 164 +- api_docs/kbn_core_metrics_server.mdx | 8 +- ..._core_metrics_server_internal.devdocs.json | 28 +- api_docs/kbn_core_metrics_server_internal.mdx | 8 +- ...kbn_core_metrics_server_mocks.devdocs.json | 58 +- api_docs/kbn_core_metrics_server_mocks.mdx | 6 +- .../kbn_core_mount_utils_browser.devdocs.json | 48 +- api_docs/kbn_core_mount_utils_browser.mdx | 8 +- api_docs/kbn_core_node_server.devdocs.json | 32 +- api_docs/kbn_core_node_server.mdx | 6 +- ...kbn_core_node_server_internal.devdocs.json | 28 +- api_docs/kbn_core_node_server_internal.mdx | 6 +- .../kbn_core_node_server_mocks.devdocs.json | 30 +- api_docs/kbn_core_node_server_mocks.mdx | 6 +- ...bn_core_notifications_browser.devdocs.json | 238 +- api_docs/kbn_core_notifications_browser.mdx | 8 +- ...otifications_browser_internal.devdocs.json | 240 +- ...bn_core_notifications_browser_internal.mdx | 8 +- ...e_notifications_browser_mocks.devdocs.json | 52 +- .../kbn_core_notifications_browser_mocks.mdx | 6 +- .../kbn_core_overlays_browser.devdocs.json | 270 +- api_docs/kbn_core_overlays_browser.mdx | 8 +- ...ore_overlays_browser_internal.devdocs.json | 42 +- .../kbn_core_overlays_browser_internal.mdx | 6 +- ...n_core_overlays_browser_mocks.devdocs.json | 42 +- api_docs/kbn_core_overlays_browser_mocks.mdx | 6 +- .../kbn_core_plugins_browser.devdocs.json | 98 +- api_docs/kbn_core_plugins_browser.mdx | 8 +- ...bn_core_plugins_browser_mocks.devdocs.json | 50 +- api_docs/kbn_core_plugins_browser_mocks.mdx | 6 +- ...ore_plugins_contracts_browser.devdocs.json | 116 +- .../kbn_core_plugins_contracts_browser.mdx | 8 +- ...core_plugins_contracts_server.devdocs.json | 100 +- .../kbn_core_plugins_contracts_server.mdx | 8 +- api_docs/kbn_core_plugins_server.devdocs.json | 246 +- api_docs/kbn_core_plugins_server.mdx | 10 +- ...kbn_core_plugins_server_mocks.devdocs.json | 38 +- api_docs/kbn_core_plugins_server_mocks.mdx | 6 +- api_docs/kbn_core_preboot_server.devdocs.json | 26 +- api_docs/kbn_core_preboot_server.mdx | 6 +- ...kbn_core_preboot_server_mocks.devdocs.json | 40 +- api_docs/kbn_core_preboot_server_mocks.mdx | 8 +- ..._core_rendering_browser_mocks.devdocs.json | 36 +- api_docs/kbn_core_rendering_browser_mocks.mdx | 6 +- ...ore_rendering_server_internal.devdocs.json | 20 +- .../kbn_core_rendering_server_internal.mdx | 6 +- ...n_core_rendering_server_mocks.devdocs.json | 24 +- api_docs/kbn_core_rendering_server_mocks.mdx | 6 +- ...kbn_core_root_server_internal.devdocs.json | 42 +- api_docs/kbn_core_root_server_internal.mdx | 8 +- ...ore_saved_objects_api_browser.devdocs.json | 438 +-- .../kbn_core_saved_objects_api_browser.mdx | 8 +- ...core_saved_objects_api_server.devdocs.json | 1598 ++++----- .../kbn_core_saved_objects_api_server.mdx | 8 +- ...aved_objects_api_server_mocks.devdocs.json | 62 +- ...bn_core_saved_objects_api_server_mocks.mdx | 6 +- ..._objects_base_server_internal.devdocs.json | 684 ++-- ...ore_saved_objects_base_server_internal.mdx | 14 +- ...ved_objects_base_server_mocks.devdocs.json | 38 +- ...n_core_saved_objects_base_server_mocks.mdx | 8 +- ...bn_core_saved_objects_browser.devdocs.json | 40 +- api_docs/kbn_core_saved_objects_browser.mdx | 6 +- ...aved_objects_browser_internal.devdocs.json | 64 +- ...bn_core_saved_objects_browser_internal.mdx | 6 +- ...e_saved_objects_browser_mocks.devdocs.json | 62 +- .../kbn_core_saved_objects_browser_mocks.mdx | 6 +- api_docs/kbn_core_saved_objects_common.mdx | 2 +- ...import_export_server_internal.devdocs.json | 112 +- ..._objects_import_export_server_internal.mdx | 8 +- ...ts_import_export_server_mocks.devdocs.json | 32 +- ...ved_objects_import_export_server_mocks.mdx | 6 +- ...cts_migration_server_internal.devdocs.json | 432 +-- ...aved_objects_migration_server_internal.mdx | 12 +- ...bjects_migration_server_mocks.devdocs.json | 56 +- ...e_saved_objects_migration_server_mocks.mdx | 8 +- ...kbn_core_saved_objects_server.devdocs.json | 2484 +++++++------- api_docs/kbn_core_saved_objects_server.mdx | 10 +- ...saved_objects_server_internal.devdocs.json | 162 +- ...kbn_core_saved_objects_server_internal.mdx | 10 +- ...re_saved_objects_server_mocks.devdocs.json | 88 +- .../kbn_core_saved_objects_server_mocks.mdx | 6 +- ...re_saved_objects_utils_server.devdocs.json | 160 +- .../kbn_core_saved_objects_utils_server.mdx | 10 +- .../kbn_core_security_browser.devdocs.json | 72 +- api_docs/kbn_core_security_browser.mdx | 8 +- ...ore_security_browser_internal.devdocs.json | 76 +- .../kbn_core_security_browser_internal.mdx | 8 +- ...n_core_security_browser_mocks.devdocs.json | 64 +- api_docs/kbn_core_security_browser_mocks.mdx | 6 +- api_docs/kbn_core_security_common.mdx | 2 +- .../kbn_core_security_server.devdocs.json | 596 ++-- api_docs/kbn_core_security_server.mdx | 10 +- ...core_security_server_internal.devdocs.json | 108 +- .../kbn_core_security_server_internal.mdx | 8 +- ...bn_core_security_server_mocks.devdocs.json | 86 +- api_docs/kbn_core_security_server_mocks.mdx | 8 +- api_docs/kbn_core_status_common.mdx | 2 +- ...n_core_status_common_internal.devdocs.json | 8 +- api_docs/kbn_core_status_common_internal.mdx | 2 +- api_docs/kbn_core_status_server.devdocs.json | 56 +- api_docs/kbn_core_status_server.mdx | 10 +- ...n_core_status_server_internal.devdocs.json | 88 +- api_docs/kbn_core_status_server_internal.mdx | 14 +- .../kbn_core_status_server_mocks.devdocs.json | 28 +- api_docs/kbn_core_status_server_mocks.mdx | 6 +- ...core_test_helpers_deprecations_getters.mdx | 2 +- ...st_helpers_http_setup_browser.devdocs.json | 20 +- ...n_core_test_helpers_http_setup_browser.mdx | 2 +- ..._core_test_helpers_kbn_server.devdocs.json | 240 +- api_docs/kbn_core_test_helpers_kbn_server.mdx | 12 +- ...e_test_helpers_model_versions.devdocs.json | 24 +- .../kbn_core_test_helpers_model_versions.mdx | 2 +- ...st_helpers_so_type_serializer.devdocs.json | 16 +- ...n_core_test_helpers_so_type_serializer.mdx | 2 +- ..._core_test_helpers_test_utils.devdocs.json | 40 +- api_docs/kbn_core_test_helpers_test_utils.mdx | 2 +- api_docs/kbn_core_theme_browser.devdocs.json | 56 +- api_docs/kbn_core_theme_browser.mdx | 8 +- .../kbn_core_theme_browser_mocks.devdocs.json | 90 +- api_docs/kbn_core_theme_browser_mocks.mdx | 6 +- .../kbn_core_ui_settings_browser.devdocs.json | 118 +- api_docs/kbn_core_ui_settings_browser.mdx | 8 +- ..._ui_settings_browser_internal.devdocs.json | 66 +- .../kbn_core_ui_settings_browser_internal.mdx | 6 +- ...ore_ui_settings_browser_mocks.devdocs.json | 72 +- .../kbn_core_ui_settings_browser_mocks.mdx | 6 +- .../kbn_core_ui_settings_common.devdocs.json | 4 +- api_docs/kbn_core_ui_settings_common.mdx | 2 +- .../kbn_core_ui_settings_server.devdocs.json | 132 +- api_docs/kbn_core_ui_settings_server.mdx | 6 +- ...e_ui_settings_server_internal.devdocs.json | 64 +- .../kbn_core_ui_settings_server_internal.mdx | 10 +- ...core_ui_settings_server_mocks.devdocs.json | 40 +- .../kbn_core_ui_settings_server_mocks.mdx | 6 +- .../kbn_core_usage_data_server.devdocs.json | 366 +-- api_docs/kbn_core_usage_data_server.mdx | 8 +- ...re_usage_data_server_internal.devdocs.json | 48 +- .../kbn_core_usage_data_server_internal.mdx | 6 +- ..._core_usage_data_server_mocks.devdocs.json | 42 +- api_docs/kbn_core_usage_data_server_mocks.mdx | 6 +- ...kbn_core_user_profile_browser.devdocs.json | 138 +- api_docs/kbn_core_user_profile_browser.mdx | 8 +- ...user_profile_browser_internal.devdocs.json | 76 +- ...kbn_core_user_profile_browser_internal.mdx | 8 +- ...re_user_profile_browser_mocks.devdocs.json | 60 +- .../kbn_core_user_profile_browser_mocks.mdx | 6 +- api_docs/kbn_core_user_profile_common.mdx | 2 +- .../kbn_core_user_profile_server.devdocs.json | 126 +- api_docs/kbn_core_user_profile_server.mdx | 8 +- ..._user_profile_server_internal.devdocs.json | 94 +- .../kbn_core_user_profile_server_internal.mdx | 8 +- ...ore_user_profile_server_mocks.devdocs.json | 50 +- .../kbn_core_user_profile_server_mocks.mdx | 6 +- ...kbn_core_user_settings_server.devdocs.json | 18 +- api_docs/kbn_core_user_settings_server.mdx | 6 +- ...re_user_settings_server_mocks.devdocs.json | 22 +- .../kbn_core_user_settings_server_mocks.mdx | 6 +- api_docs/kbn_crypto.mdx | 2 +- api_docs/kbn_crypto_browser.mdx | 2 +- api_docs/kbn_custom_icons.mdx | 2 +- api_docs/kbn_custom_integrations.devdocs.json | 70 +- api_docs/kbn_custom_integrations.mdx | 10 +- api_docs/kbn_cypress_config.mdx | 2 +- api_docs/kbn_data_forge.mdx | 2 +- api_docs/kbn_data_service.mdx | 2 +- api_docs/kbn_data_stream_adapter.devdocs.json | 8 +- api_docs/kbn_data_stream_adapter.mdx | 2 +- api_docs/kbn_data_view_utils.mdx | 2 +- api_docs/kbn_datemath.mdx | 2 +- api_docs/kbn_deeplinks_analytics.mdx | 2 +- api_docs/kbn_deeplinks_devtools.mdx | 2 +- api_docs/kbn_deeplinks_fleet.mdx | 2 +- api_docs/kbn_deeplinks_management.mdx | 2 +- api_docs/kbn_deeplinks_ml.mdx | 2 +- api_docs/kbn_deeplinks_observability.mdx | 2 +- api_docs/kbn_deeplinks_search.mdx | 2 +- api_docs/kbn_deeplinks_security.mdx | 2 +- api_docs/kbn_deeplinks_shared.mdx | 2 +- .../kbn_default_nav_analytics.devdocs.json | 8 +- api_docs/kbn_default_nav_analytics.mdx | 2 +- .../kbn_default_nav_devtools.devdocs.json | 8 +- api_docs/kbn_default_nav_devtools.mdx | 2 +- .../kbn_default_nav_management.devdocs.json | 8 +- api_docs/kbn_default_nav_management.mdx | 2 +- api_docs/kbn_default_nav_ml.devdocs.json | 8 +- api_docs/kbn_default_nav_ml.mdx | 2 +- api_docs/kbn_dev_cli_errors.mdx | 2 +- api_docs/kbn_dev_cli_runner.mdx | 2 +- api_docs/kbn_dev_proc_runner.mdx | 2 +- api_docs/kbn_dev_utils.mdx | 2 +- api_docs/kbn_discover_utils.devdocs.json | 8 +- api_docs/kbn_discover_utils.mdx | 2 +- api_docs/kbn_doc_links.mdx | 2 +- api_docs/kbn_docs_utils.mdx | 2 +- api_docs/kbn_dom_drag_drop.mdx | 2 +- api_docs/kbn_ebt.mdx | 2 +- api_docs/kbn_ebt_tools.mdx | 2 +- api_docs/kbn_ecs_data_quality_dashboard.mdx | 2 +- api_docs/kbn_elastic_agent_utils.mdx | 2 +- api_docs/kbn_elastic_assistant.devdocs.json | 68 +- api_docs/kbn_elastic_assistant.mdx | 2 +- api_docs/kbn_elastic_assistant_common.mdx | 2 +- api_docs/kbn_entities_schema.mdx | 2 +- api_docs/kbn_es.mdx | 2 +- api_docs/kbn_es_archiver.mdx | 2 +- api_docs/kbn_es_errors.mdx | 2 +- api_docs/kbn_es_query.mdx | 2 +- api_docs/kbn_es_types.mdx | 2 +- api_docs/kbn_eslint_plugin_imports.mdx | 2 +- api_docs/kbn_esql_ast.mdx | 2 +- api_docs/kbn_esql_utils.mdx | 2 +- ..._esql_validation_autocomplete.devdocs.json | 44 +- api_docs/kbn_esql_validation_autocomplete.mdx | 2 +- api_docs/kbn_event_annotation_common.mdx | 2 +- api_docs/kbn_event_annotation_components.mdx | 2 +- api_docs/kbn_expandable_flyout.mdx | 2 +- api_docs/kbn_field_types.mdx | 2 +- api_docs/kbn_field_utils.mdx | 2 +- api_docs/kbn_find_used_node_modules.mdx | 2 +- api_docs/kbn_formatters.mdx | 2 +- .../kbn_ftr_common_functional_services.mdx | 2 +- .../kbn_ftr_common_functional_ui_services.mdx | 2 +- api_docs/kbn_generate.mdx | 2 +- api_docs/kbn_generate_console_definitions.mdx | 2 +- api_docs/kbn_generate_csv.mdx | 2 +- api_docs/kbn_grouping.mdx | 2 +- api_docs/kbn_guided_onboarding.mdx | 2 +- api_docs/kbn_handlebars.mdx | 2 +- api_docs/kbn_hapi_mocks.mdx | 2 +- api_docs/kbn_health_gateway_server.mdx | 2 +- api_docs/kbn_home_sample_data_card.mdx | 2 +- api_docs/kbn_home_sample_data_tab.mdx | 2 +- api_docs/kbn_i18n.mdx | 2 +- api_docs/kbn_i18n_react.mdx | 2 +- api_docs/kbn_import_resolver.mdx | 2 +- api_docs/kbn_index_management.devdocs.json | 8 +- api_docs/kbn_index_management.mdx | 2 +- api_docs/kbn_inference_integration_flyout.mdx | 2 +- api_docs/kbn_infra_forge.mdx | 2 +- api_docs/kbn_interpreter.mdx | 2 +- api_docs/kbn_io_ts_utils.devdocs.json | 4 +- api_docs/kbn_io_ts_utils.mdx | 2 +- api_docs/kbn_ipynb.mdx | 2 +- api_docs/kbn_jest_serializers.mdx | 2 +- api_docs/kbn_journeys.mdx | 2 +- api_docs/kbn_json_ast.mdx | 2 +- api_docs/kbn_json_schemas.mdx | 2 +- api_docs/kbn_kibana_manifest_schema.mdx | 2 +- .../kbn_language_documentation_popover.mdx | 2 +- api_docs/kbn_lens_embeddable_utils.mdx | 2 +- api_docs/kbn_lens_formula_docs.mdx | 2 +- api_docs/kbn_logging.mdx | 2 +- api_docs/kbn_logging_mocks.mdx | 2 +- api_docs/kbn_managed_content_badge.mdx | 2 +- api_docs/kbn_managed_vscode_config.mdx | 2 +- api_docs/kbn_management_cards_navigation.mdx | 2 +- ...nagement_settings_application.devdocs.json | 90 +- .../kbn_management_settings_application.mdx | 8 +- ...ngs_components_field_category.devdocs.json | 172 +- ...ent_settings_components_field_category.mdx | 10 +- ...ttings_components_field_input.devdocs.json | 136 +- ...gement_settings_components_field_input.mdx | 8 +- ...settings_components_field_row.devdocs.json | 138 +- ...nagement_settings_components_field_row.mdx | 10 +- ...ment_settings_components_form.devdocs.json | 72 +- ...bn_management_settings_components_form.mdx | 8 +- ...ent_settings_field_definition.devdocs.json | 222 +- ...n_management_settings_field_definition.mdx | 6 +- api_docs/kbn_management_settings_ids.mdx | 2 +- ...ent_settings_section_registry.devdocs.json | 100 +- ...n_management_settings_section_registry.mdx | 10 +- ...kbn_management_settings_types.devdocs.json | 432 +-- api_docs/kbn_management_settings_types.mdx | 8 +- ...management_settings_utilities.devdocs.json | 248 +- .../kbn_management_settings_utilities.mdx | 8 +- api_docs/kbn_management_storybook_config.mdx | 2 +- api_docs/kbn_mapbox_gl.mdx | 2 +- api_docs/kbn_maps_vector_tile_utils.mdx | 2 +- api_docs/kbn_ml_agg_utils.mdx | 2 +- api_docs/kbn_ml_anomaly_utils.mdx | 2 +- api_docs/kbn_ml_cancellable_search.mdx | 2 +- .../kbn_ml_category_validator.devdocs.json | 8 +- api_docs/kbn_ml_category_validator.mdx | 2 +- api_docs/kbn_ml_chi2test.mdx | 2 +- .../kbn_ml_data_frame_analytics_utils.mdx | 2 +- api_docs/kbn_ml_data_grid.devdocs.json | 12 +- api_docs/kbn_ml_data_grid.mdx | 2 +- api_docs/kbn_ml_date_picker.devdocs.json | 204 +- api_docs/kbn_ml_date_picker.mdx | 12 +- api_docs/kbn_ml_date_utils.mdx | 2 +- api_docs/kbn_ml_error_utils.devdocs.json | 4 +- api_docs/kbn_ml_error_utils.mdx | 2 +- api_docs/kbn_ml_in_memory_table.mdx | 2 +- api_docs/kbn_ml_is_defined.mdx | 2 +- api_docs/kbn_ml_is_populated_object.mdx | 2 +- api_docs/kbn_ml_kibana_theme.devdocs.json | 16 +- api_docs/kbn_ml_kibana_theme.mdx | 2 +- api_docs/kbn_ml_local_storage.mdx | 2 +- api_docs/kbn_ml_nested_property.mdx | 2 +- api_docs/kbn_ml_number_utils.mdx | 2 +- api_docs/kbn_ml_query_utils.mdx | 2 +- api_docs/kbn_ml_random_sampler_utils.mdx | 2 +- api_docs/kbn_ml_route_utils.devdocs.json | 8 +- api_docs/kbn_ml_route_utils.mdx | 2 +- api_docs/kbn_ml_runtime_field_utils.mdx | 2 +- api_docs/kbn_ml_string_hash.mdx | 2 +- api_docs/kbn_ml_time_buckets.devdocs.json | 8 +- api_docs/kbn_ml_time_buckets.mdx | 2 +- api_docs/kbn_ml_trained_models_utils.mdx | 2 +- api_docs/kbn_ml_ui_actions.mdx | 2 +- api_docs/kbn_ml_url_state.mdx | 2 +- api_docs/kbn_mock_idp_utils.mdx | 2 +- api_docs/kbn_monaco.mdx | 2 +- api_docs/kbn_object_versioning.mdx | 2 +- api_docs/kbn_observability_alert_details.mdx | 2 +- .../kbn_observability_alerting_rule_utils.mdx | 2 +- .../kbn_observability_alerting_test_data.mdx | 2 +- ...ility_get_padded_alert_time_range_util.mdx | 2 +- api_docs/kbn_openapi_bundler.mdx | 2 +- api_docs/kbn_openapi_generator.mdx | 2 +- api_docs/kbn_optimizer.mdx | 2 +- api_docs/kbn_optimizer_webpack_helpers.mdx | 2 +- api_docs/kbn_osquery_io_ts_types.mdx | 2 +- api_docs/kbn_panel_loader.mdx | 2 +- ..._performance_testing_dataset_extractor.mdx | 2 +- api_docs/kbn_plugin_check.mdx | 2 +- api_docs/kbn_plugin_generator.mdx | 2 +- api_docs/kbn_plugin_helpers.mdx | 2 +- .../kbn_presentation_containers.devdocs.json | 304 +- api_docs/kbn_presentation_containers.mdx | 8 +- .../kbn_presentation_publishing.devdocs.json | 1052 +++--- api_docs/kbn_presentation_publishing.mdx | 10 +- api_docs/kbn_profiling_utils.mdx | 2 +- api_docs/kbn_random_sampling.mdx | 2 +- api_docs/kbn_react_field.mdx | 2 +- api_docs/kbn_react_hooks.mdx | 2 +- ...n_react_kibana_context_common.devdocs.json | 60 +- api_docs/kbn_react_kibana_context_common.mdx | 10 +- ...n_react_kibana_context_render.devdocs.json | 12 +- api_docs/kbn_react_kibana_context_render.mdx | 2 +- ...kbn_react_kibana_context_root.devdocs.json | 92 +- api_docs/kbn_react_kibana_context_root.mdx | 8 +- api_docs/kbn_react_kibana_context_styled.mdx | 2 +- ...bn_react_kibana_context_theme.devdocs.json | 78 +- api_docs/kbn_react_kibana_context_theme.mdx | 10 +- api_docs/kbn_react_kibana_mount.devdocs.json | 24 +- api_docs/kbn_react_kibana_mount.mdx | 2 +- api_docs/kbn_recently_accessed.mdx | 2 +- api_docs/kbn_repo_file_maps.mdx | 2 +- api_docs/kbn_repo_linter.devdocs.json | 14 +- api_docs/kbn_repo_linter.mdx | 2 +- api_docs/kbn_repo_path.mdx | 2 +- api_docs/kbn_repo_source_classifier.mdx | 2 +- api_docs/kbn_reporting_common.mdx | 2 +- ...kbn_reporting_csv_share_panel.devdocs.json | 20 +- api_docs/kbn_reporting_csv_share_panel.mdx | 2 +- ...bn_reporting_export_types_csv.devdocs.json | 40 +- api_docs/kbn_reporting_export_types_csv.mdx | 2 +- .../kbn_reporting_export_types_csv_common.mdx | 2 +- ...bn_reporting_export_types_pdf.devdocs.json | 16 +- api_docs/kbn_reporting_export_types_pdf.mdx | 2 +- ...rting_export_types_pdf_common.devdocs.json | 8 + .../kbn_reporting_export_types_pdf_common.mdx | 2 +- ...bn_reporting_export_types_png.devdocs.json | 8 +- api_docs/kbn_reporting_export_types_png.mdx | 2 +- .../kbn_reporting_export_types_png_common.mdx | 2 +- api_docs/kbn_reporting_mocks_server.mdx | 2 +- api_docs/kbn_reporting_public.devdocs.json | 40 +- api_docs/kbn_reporting_public.mdx | 2 +- api_docs/kbn_reporting_server.devdocs.json | 100 +- api_docs/kbn_reporting_server.mdx | 2 +- api_docs/kbn_resizable_layout.devdocs.json | 80 +- api_docs/kbn_resizable_layout.mdx | 10 +- .../kbn_response_ops_feature_flag_service.mdx | 2 +- api_docs/kbn_rison.mdx | 2 +- api_docs/kbn_rollup.mdx | 2 +- .../kbn_router_to_openapispec.devdocs.json | 42 +- api_docs/kbn_router_to_openapispec.mdx | 6 +- api_docs/kbn_router_utils.mdx | 2 +- api_docs/kbn_rrule.mdx | 2 +- api_docs/kbn_rule_data_utils.mdx | 2 +- api_docs/kbn_saved_objects_settings.mdx | 2 +- api_docs/kbn_search_api_panels.devdocs.json | 4 +- api_docs/kbn_search_api_panels.mdx | 2 +- api_docs/kbn_search_connectors.devdocs.json | 184 +- api_docs/kbn_search_connectors.mdx | 2 +- api_docs/kbn_search_errors.mdx | 2 +- .../kbn_search_index_documents.devdocs.json | 8 +- api_docs/kbn_search_index_documents.mdx | 2 +- .../kbn_search_response_warnings.devdocs.json | 72 +- api_docs/kbn_search_response_warnings.mdx | 8 +- api_docs/kbn_search_types.mdx | 2 +- ...n_security_api_key_management.devdocs.json | 52 +- api_docs/kbn_security_api_key_management.mdx | 2 +- api_docs/kbn_security_form_components.mdx | 2 +- api_docs/kbn_security_hardening.mdx | 2 +- api_docs/kbn_security_plugin_types_common.mdx | 2 +- ..._security_plugin_types_public.devdocs.json | 12 +- api_docs/kbn_security_plugin_types_public.mdx | 2 +- ..._security_plugin_types_server.devdocs.json | 376 +-- api_docs/kbn_security_plugin_types_server.mdx | 2 +- ...kbn_security_solution_distribution_bar.mdx | 2 +- api_docs/kbn_security_solution_features.mdx | 2 +- ..._security_solution_navigation.devdocs.json | 16 +- api_docs/kbn_security_solution_navigation.mdx | 2 +- api_docs/kbn_security_solution_side_nav.mdx | 2 +- ...kbn_security_solution_storybook_config.mdx | 2 +- .../kbn_securitysolution_autocomplete.mdx | 2 +- api_docs/kbn_securitysolution_data_table.mdx | 2 +- api_docs/kbn_securitysolution_ecs.mdx | 2 +- api_docs/kbn_securitysolution_es_utils.mdx | 2 +- ...ritysolution_exception_list_components.mdx | 2 +- api_docs/kbn_securitysolution_hook_utils.mdx | 2 +- ..._securitysolution_io_ts_alerting_types.mdx | 2 +- ...ritysolution_io_ts_list_types.devdocs.json | 60 +- .../kbn_securitysolution_io_ts_list_types.mdx | 2 +- api_docs/kbn_securitysolution_io_ts_types.mdx | 2 +- api_docs/kbn_securitysolution_io_ts_utils.mdx | 2 +- api_docs/kbn_securitysolution_list_api.mdx | 2 +- .../kbn_securitysolution_list_constants.mdx | 2 +- ...n_securitysolution_list_hooks.devdocs.json | 44 +- api_docs/kbn_securitysolution_list_hooks.mdx | 2 +- api_docs/kbn_securitysolution_list_utils.mdx | 2 +- api_docs/kbn_securitysolution_rules.mdx | 2 +- api_docs/kbn_securitysolution_t_grid.mdx | 2 +- api_docs/kbn_securitysolution_utils.mdx | 2 +- api_docs/kbn_server_http_tools.mdx | 2 +- .../kbn_server_route_repository.devdocs.json | 160 +- api_docs/kbn_server_route_repository.mdx | 12 +- ...server_route_repository_utils.devdocs.json | 109 + .../kbn_server_route_repository_utils.mdx | 30 + api_docs/kbn_serverless_common_settings.mdx | 2 +- .../kbn_serverless_observability_settings.mdx | 2 +- api_docs/kbn_serverless_project_switcher.mdx | 2 +- api_docs/kbn_serverless_search_settings.mdx | 2 +- api_docs/kbn_serverless_security_settings.mdx | 2 +- api_docs/kbn_serverless_storybook_config.mdx | 2 +- api_docs/kbn_shared_svg.mdx | 2 +- api_docs/kbn_shared_ux_avatar_solution.mdx | 2 +- .../kbn_shared_ux_button_exit_full_screen.mdx | 2 +- api_docs/kbn_shared_ux_button_toolbar.mdx | 2 +- api_docs/kbn_shared_ux_card_no_data.mdx | 2 +- api_docs/kbn_shared_ux_card_no_data_mocks.mdx | 2 +- ...n_shared_ux_chrome_navigation.devdocs.json | 44 +- api_docs/kbn_shared_ux_chrome_navigation.mdx | 2 +- api_docs/kbn_shared_ux_error_boundary.mdx | 2 +- api_docs/kbn_shared_ux_file_context.mdx | 2 +- api_docs/kbn_shared_ux_file_image.mdx | 2 +- api_docs/kbn_shared_ux_file_image_mocks.mdx | 2 +- api_docs/kbn_shared_ux_file_mocks.mdx | 2 +- api_docs/kbn_shared_ux_file_picker.mdx | 2 +- api_docs/kbn_shared_ux_file_types.mdx | 2 +- api_docs/kbn_shared_ux_file_upload.mdx | 2 +- api_docs/kbn_shared_ux_file_util.mdx | 2 +- ...n_shared_ux_link_redirect_app.devdocs.json | 66 +- api_docs/kbn_shared_ux_link_redirect_app.mdx | 10 +- .../kbn_shared_ux_link_redirect_app_mocks.mdx | 2 +- api_docs/kbn_shared_ux_markdown.mdx | 2 +- api_docs/kbn_shared_ux_markdown_mocks.mdx | 2 +- .../kbn_shared_ux_page_analytics_no_data.mdx | 2 +- ...shared_ux_page_analytics_no_data_mocks.mdx | 2 +- .../kbn_shared_ux_page_kibana_no_data.mdx | 2 +- ...bn_shared_ux_page_kibana_no_data_mocks.mdx | 2 +- .../kbn_shared_ux_page_kibana_template.mdx | 2 +- ...n_shared_ux_page_kibana_template_mocks.mdx | 2 +- api_docs/kbn_shared_ux_page_no_data.mdx | 2 +- .../kbn_shared_ux_page_no_data_config.mdx | 2 +- ...bn_shared_ux_page_no_data_config_mocks.mdx | 2 +- api_docs/kbn_shared_ux_page_no_data_mocks.mdx | 2 +- api_docs/kbn_shared_ux_page_solution_nav.mdx | 2 +- .../kbn_shared_ux_prompt_no_data_views.mdx | 2 +- ...n_shared_ux_prompt_no_data_views_mocks.mdx | 2 +- api_docs/kbn_shared_ux_prompt_not_found.mdx | 2 +- api_docs/kbn_shared_ux_router.mdx | 2 +- api_docs/kbn_shared_ux_router_mocks.mdx | 2 +- api_docs/kbn_shared_ux_storybook_config.mdx | 2 +- api_docs/kbn_shared_ux_storybook_mock.mdx | 2 +- api_docs/kbn_shared_ux_tabbed_modal.mdx | 2 +- api_docs/kbn_shared_ux_utility.devdocs.json | 4 +- api_docs/kbn_shared_ux_utility.mdx | 2 +- api_docs/kbn_slo_schema.mdx | 2 +- api_docs/kbn_some_dev_log.mdx | 2 +- api_docs/kbn_sort_predicates.mdx | 2 +- api_docs/kbn_std.mdx | 2 +- api_docs/kbn_stdio_dev_helpers.mdx | 2 +- api_docs/kbn_storybook.mdx | 2 +- api_docs/kbn_synthetics_e2e.devdocs.json | 522 +++ api_docs/kbn_synthetics_e2e.mdx | 36 + api_docs/kbn_telemetry_tools.mdx | 2 +- api_docs/kbn_test.mdx | 2 +- api_docs/kbn_test_eui_helpers.mdx | 2 +- api_docs/kbn_test_jest_helpers.mdx | 2 +- api_docs/kbn_test_subj_selector.mdx | 2 +- api_docs/kbn_text_based_editor.mdx | 2 +- api_docs/kbn_timerange.mdx | 2 +- api_docs/kbn_tooling_log.mdx | 2 +- api_docs/kbn_triggers_actions_ui_types.mdx | 2 +- api_docs/kbn_try_in_console.mdx | 2 +- api_docs/kbn_ts_projects.mdx | 2 +- api_docs/kbn_typed_react_router_config.mdx | 2 +- api_docs/kbn_ui_actions_browser.devdocs.json | 4 +- api_docs/kbn_ui_actions_browser.mdx | 2 +- api_docs/kbn_ui_shared_deps_src.mdx | 2 +- api_docs/kbn_ui_theme.mdx | 2 +- api_docs/kbn_unified_data_table.devdocs.json | 456 +-- api_docs/kbn_unified_data_table.mdx | 14 +- api_docs/kbn_unified_doc_viewer.mdx | 2 +- api_docs/kbn_unified_field_list.devdocs.json | 1100 +++---- api_docs/kbn_unified_field_list.mdx | 12 +- api_docs/kbn_unsaved_changes_badge.mdx | 2 +- .../kbn_unsaved_changes_prompt.devdocs.json | 36 +- api_docs/kbn_unsaved_changes_prompt.mdx | 6 +- api_docs/kbn_use_tracked_promise.mdx | 2 +- .../kbn_user_profile_components.devdocs.json | 28 +- api_docs/kbn_user_profile_components.mdx | 2 +- api_docs/kbn_utility_types.mdx | 2 +- api_docs/kbn_utility_types_jest.mdx | 2 +- api_docs/kbn_utils.mdx | 2 +- ...n_visualization_ui_components.devdocs.json | 16 +- api_docs/kbn_visualization_ui_components.mdx | 2 +- api_docs/kbn_visualization_utils.devdocs.json | 8 +- api_docs/kbn_visualization_utils.mdx | 2 +- api_docs/kbn_xstate_utils.mdx | 2 +- api_docs/kbn_yarn_lock_validator.mdx | 2 +- api_docs/kbn_zod.mdx | 2 +- api_docs/kbn_zod_helpers.devdocs.json | 4 +- api_docs/kbn_zod_helpers.mdx | 2 +- api_docs/kibana_overview.mdx | 2 +- api_docs/kibana_react.devdocs.json | 180 +- api_docs/kibana_react.mdx | 2 +- api_docs/kibana_utils.devdocs.json | 88 +- api_docs/kibana_utils.mdx | 2 +- api_docs/kubernetes_security.mdx | 2 +- api_docs/lens.devdocs.json | 147 +- api_docs/lens.mdx | 4 +- api_docs/license_api_guard.devdocs.json | 28 +- api_docs/license_api_guard.mdx | 2 +- api_docs/license_management.mdx | 2 +- api_docs/licensing.devdocs.json | 20 +- api_docs/licensing.mdx | 2 +- api_docs/links.mdx | 2 +- api_docs/lists.devdocs.json | 44 +- api_docs/lists.mdx | 2 +- api_docs/logs_data_access.devdocs.json | 4 +- api_docs/logs_data_access.mdx | 2 +- api_docs/logs_explorer.mdx | 2 +- api_docs/logs_shared.devdocs.json | 80 +- api_docs/logs_shared.mdx | 2 +- api_docs/management.devdocs.json | 20 +- api_docs/management.mdx | 2 +- api_docs/maps.devdocs.json | 40 +- api_docs/maps.mdx | 2 +- api_docs/maps_ems.mdx | 2 +- api_docs/metrics_data_access.devdocs.json | 4 +- api_docs/metrics_data_access.mdx | 2 +- api_docs/ml.devdocs.json | 36 +- api_docs/ml.mdx | 2 +- api_docs/mock_idp_plugin.mdx | 2 +- api_docs/monitoring.devdocs.json | 8 +- api_docs/monitoring.mdx | 2 +- api_docs/monitoring_collection.mdx | 2 +- api_docs/navigation.devdocs.json | 28 +- api_docs/navigation.mdx | 2 +- api_docs/newsfeed.mdx | 2 +- api_docs/no_data_page.mdx | 2 +- api_docs/notifications.mdx | 2 +- api_docs/observability.devdocs.json | 96 +- api_docs/observability.mdx | 2 +- .../observability_a_i_assistant.devdocs.json | 36 +- api_docs/observability_a_i_assistant.mdx | 2 +- api_docs/observability_a_i_assistant_app.mdx | 2 +- .../observability_ai_assistant_management.mdx | 2 +- api_docs/observability_logs_explorer.mdx | 2 +- .../observability_onboarding.devdocs.json | 16 +- api_docs/observability_onboarding.mdx | 2 +- api_docs/observability_shared.devdocs.json | 72 +- api_docs/observability_shared.mdx | 2 +- api_docs/osquery.mdx | 2 +- api_docs/painless_lab.mdx | 2 +- api_docs/plugin_directory.mdx | 20 +- api_docs/presentation_panel.mdx | 2 +- api_docs/presentation_util.devdocs.json | 16 +- api_docs/presentation_util.mdx | 2 +- api_docs/profiling.mdx | 2 +- api_docs/profiling_data_access.devdocs.json | 24 +- api_docs/profiling_data_access.mdx | 2 +- api_docs/remote_clusters.mdx | 2 +- api_docs/reporting.mdx | 2 +- api_docs/rollup.mdx | 2 +- api_docs/rule_registry.devdocs.json | 58 +- api_docs/rule_registry.mdx | 2 +- api_docs/runtime_fields.devdocs.json | 4 +- api_docs/runtime_fields.mdx | 2 +- api_docs/saved_objects.devdocs.json | 28 +- api_docs/saved_objects.mdx | 2 +- api_docs/saved_objects_finder.devdocs.json | 8 +- api_docs/saved_objects_finder.mdx | 2 +- .../saved_objects_management.devdocs.json | 8 +- api_docs/saved_objects_management.mdx | 2 +- api_docs/saved_objects_tagging.devdocs.json | 8 +- api_docs/saved_objects_tagging.mdx | 2 +- .../saved_objects_tagging_oss.devdocs.json | 20 +- api_docs/saved_objects_tagging_oss.mdx | 2 +- api_docs/saved_search.devdocs.json | 8 +- api_docs/saved_search.mdx | 2 +- api_docs/screenshot_mode.devdocs.json | 12 +- api_docs/screenshot_mode.mdx | 2 +- api_docs/screenshotting.mdx | 2 +- api_docs/search_connectors.mdx | 2 +- api_docs/search_homepage.mdx | 2 +- api_docs/search_inference_endpoints.mdx | 2 +- api_docs/search_notebooks.mdx | 2 +- api_docs/search_playground.mdx | 2 +- api_docs/security.devdocs.json | 280 +- api_docs/security.mdx | 2 +- api_docs/security_solution.devdocs.json | 68 +- api_docs/security_solution.mdx | 2 +- api_docs/security_solution_ess.mdx | 2 +- api_docs/security_solution_serverless.mdx | 2 +- api_docs/serverless.devdocs.json | 48 +- api_docs/serverless.mdx | 2 +- api_docs/serverless_observability.mdx | 2 +- api_docs/serverless_search.mdx | 2 +- api_docs/session_view.mdx | 2 +- api_docs/share.devdocs.json | 4 +- api_docs/share.mdx | 2 +- api_docs/slo.devdocs.json | 8 +- api_docs/slo.mdx | 2 +- api_docs/snapshot_restore.mdx | 2 +- api_docs/spaces.devdocs.json | 84 +- api_docs/spaces.mdx | 2 +- api_docs/stack_alerts.mdx | 2 +- api_docs/stack_connectors.mdx | 2 +- api_docs/task_manager.devdocs.json | 24 +- api_docs/task_manager.mdx | 2 +- api_docs/telemetry.mdx | 2 +- .../telemetry_collection_manager.devdocs.json | 4 +- api_docs/telemetry_collection_manager.mdx | 2 +- api_docs/telemetry_collection_xpack.mdx | 2 +- api_docs/telemetry_management_section.mdx | 2 +- api_docs/threat_intelligence.mdx | 2 +- api_docs/timelines.devdocs.json | 24 +- api_docs/timelines.mdx | 2 +- api_docs/transform.mdx | 2 +- api_docs/triggers_actions_ui.devdocs.json | 276 +- api_docs/triggers_actions_ui.mdx | 2 +- api_docs/ui_actions.devdocs.json | 4 +- api_docs/ui_actions.mdx | 2 +- api_docs/ui_actions_enhanced.devdocs.json | 44 +- api_docs/ui_actions_enhanced.mdx | 2 +- api_docs/unified_doc_viewer.mdx | 2 +- api_docs/unified_histogram.devdocs.json | 4 +- api_docs/unified_histogram.mdx | 2 +- api_docs/unified_search.devdocs.json | 68 +- api_docs/unified_search.mdx | 2 +- api_docs/unified_search_autocomplete.mdx | 2 +- api_docs/uptime.mdx | 2 +- api_docs/url_forwarding.devdocs.json | 16 +- api_docs/url_forwarding.mdx | 2 +- api_docs/usage_collection.devdocs.json | 4 +- api_docs/usage_collection.mdx | 2 +- api_docs/ux.mdx | 2 +- api_docs/vis_default_editor.mdx | 2 +- api_docs/vis_type_gauge.mdx | 2 +- api_docs/vis_type_heatmap.mdx | 2 +- api_docs/vis_type_pie.mdx | 2 +- api_docs/vis_type_table.mdx | 2 +- api_docs/vis_type_timelion.mdx | 2 +- api_docs/vis_type_timeseries.devdocs.json | 8 +- api_docs/vis_type_timeseries.mdx | 2 +- api_docs/vis_type_vega.mdx | 2 +- api_docs/vis_type_vislib.mdx | 2 +- api_docs/vis_type_xy.mdx | 2 +- api_docs/visualizations.devdocs.json | 100 +- api_docs/visualizations.mdx | 2 +- 1043 files changed, 22132 insertions(+), 20802 deletions(-) create mode 100644 api_docs/kbn_server_route_repository_utils.devdocs.json create mode 100644 api_docs/kbn_server_route_repository_utils.mdx create mode 100644 api_docs/kbn_synthetics_e2e.devdocs.json create mode 100644 api_docs/kbn_synthetics_e2e.mdx diff --git a/api_docs/actions.devdocs.json b/api_docs/actions.devdocs.json index 5e426770d134a..5def04077bc26 100644 --- a/api_docs/actions.devdocs.json +++ b/api_docs/actions.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -63,9 +63,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "<", @@ -587,9 +587,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -1864,9 +1864,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -2305,9 +2305,9 @@ "(source: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2327,9 +2327,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3099,9 +3099,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -3471,9 +3471,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -4103,9 +4103,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", @@ -4140,9 +4140,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4166,9 +4166,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -4203,9 +4203,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index cd8eb076609ef..f9f6f8053f27a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- import actionsObj from './actions.devdocs.json'; diff --git a/api_docs/advanced_settings.devdocs.json b/api_docs/advanced_settings.devdocs.json index c66a04618ed08..de77ac5583a06 100644 --- a/api_docs/advanced_settings.devdocs.json +++ b/api_docs/advanced_settings.devdocs.json @@ -34,17 +34,17 @@ "{ getGlobalSections: () => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]; getSpacesSections: () => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]; }" diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 66ba2f40995ea..125e22e18cde9 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-29 +date: 2024-07-30 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 ccbff9d8fd5dd..7f65254e90dca 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.devdocs.json b/api_docs/aiops.devdocs.json index e0f9a16baedb0..770e4d7b465c1 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -276,9 +276,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" } ], @@ -320,9 +320,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -399,9 +399,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -421,9 +421,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" } ], @@ -466,9 +466,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -488,9 +488,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -642,9 +642,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -675,17 +675,17 @@ "; fieldStatsServices: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsServices", + "section": "def-public.FieldStatsServices", "text": "FieldStatsServices" }, "; timeRangeMs?: ", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.TimeRange", + "section": "def-public.TimeRange", "text": "TimeRange" }, " | undefined; dslQuery?: object | undefined; }>>; } | undefined" diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 2e7f557352fda..12bf9d768cd4e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json index ad91608817e9c..f6247786ad87e 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -2817,9 +2817,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2839,9 +2839,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2865,9 +2865,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2902,9 +2902,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3740,9 +3740,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -3760,9 +3760,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -3780,9 +3780,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -5429,9 +5429,9 @@ "; getAuditLogger: () => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" }, " | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise>; getScheduleFrequency: () => Promise>; getAlertFromRaw: (params: ", @@ -7953,9 +7953,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -7997,9 +7997,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11567,9 +11567,9 @@ "[]; } & Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 53806d7aa6339..0e5bc21bff8ed 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.devdocs.json b/api_docs/apm.devdocs.json index 236c2e97c70f0..1b0c2db678373 100644 --- a/api_docs/apm.devdocs.json +++ b/api_docs/apm.devdocs.json @@ -189,9 +189,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -236,9 +236,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -262,9 +262,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -291,9 +291,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -334,9 +334,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -357,9 +357,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index e8976286f448a..415ba28bafeb6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.devdocs.json b/api_docs/apm_data_access.devdocs.json index 2ac94bd08db27..d5bd712e80414 100644 --- a/api_docs/apm_data_access.devdocs.json +++ b/api_docs/apm_data_access.devdocs.json @@ -82,9 +82,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => Promise>" @@ -103,9 +103,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index b5808bcef7e38..991ce6f84e645 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-29 +date: 2024-07-30 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 c267b2d221234..a0e6256c8d8b7 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-29 +date: 2024-07-30 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 5330a0338f55d..f3ab70815f725 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/bfetch.devdocs.json b/api_docs/bfetch.devdocs.json index 3567ec438badf..0981e3847f828 100644 --- a/api_docs/bfetch.devdocs.json +++ b/api_docs/bfetch.devdocs.json @@ -290,9 +290,9 @@ "(path: string, handler: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -335,9 +335,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -369,17 +369,17 @@ "(path: string, params: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", context: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ") => ", @@ -393,17 +393,17 @@ ", method?: \"GET\" | \"DELETE\" | \"POST\" | \"PUT\" | undefined, pluginRouter?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, "> | undefined) => void" @@ -438,17 +438,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", context: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ") => ", @@ -491,17 +491,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, "> | undefined" diff --git a/api_docs/bfetch.mdx b/api_docs/bfetch.mdx index dc046d87597a9..968f15067118c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch'] --- import bfetchObj from './bfetch.devdocs.json'; diff --git a/api_docs/canvas.devdocs.json b/api_docs/canvas.devdocs.json index e4d58a148abcb..46283c742dff0 100644 --- a/api_docs/canvas.devdocs.json +++ b/api_docs/canvas.devdocs.json @@ -26,9 +26,9 @@ "{ services: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, " & ", diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index d43de39171138..980d9fb017d26 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.devdocs.json b/api_docs/cases.devdocs.json index 772e653c16240..0fb73ff68ab4f 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -49,17 +49,17 @@ " = ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, ">({ basePath, extend, }: { basePath?: string | undefined; extend?: Partial) => Promise<", @@ -1055,9 +1055,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index d3fae63c34e60..2fd673d90e831 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.devdocs.json b/api_docs/charts.devdocs.json index 27641f063aedf..352a691873da8 100644 --- a/api_docs/charts.devdocs.json +++ b/api_docs/charts.devdocs.json @@ -2257,9 +2257,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">; useDarkMode: () => boolean; useChartsTheme: () => ", diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index da337a6384742..27e58be4d7e29 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-29 +date: 2024-07-30 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 a3bd2789fed2f..99770f39d446e 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-29 +date: 2024-07-30 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 0213e9682761a..3db0046145d01 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-29 +date: 2024-07-30 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 c7dd55731a6fc..c36d36c08fbdb 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend'] --- import cloudDefendObj from './cloud_defend.devdocs.json'; diff --git a/api_docs/cloud_experiments.mdx b/api_docs/cloud_experiments.mdx index 54ab1589172cf..4bf4b913c9e8a 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-29 +date: 2024-07-30 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 bf16efe4bcc84..7f2f5afd7dd73 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.devdocs.json b/api_docs/console.devdocs.json index 986e786eca067..8dc7eae8bb8b1 100644 --- a/api_docs/console.devdocs.json +++ b/api_docs/console.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -79,9 +79,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -105,9 +105,9 @@ "({ notifications, getStartServices, http }: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", { devTools, home, share, usageCollection }: ", @@ -141,9 +141,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -188,9 +188,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", deps: ", @@ -224,9 +224,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 78a8b0c5dadec..288753ed26d41 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_management.devdocs.json b/api_docs/content_management.devdocs.json index 02212dcc33c10..92c9bfb7bf4a9 100644 --- a/api_docs/content_management.devdocs.json +++ b/api_docs/content_management.devdocs.json @@ -1846,9 +1846,9 @@ ", savedObject: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, ") => T" @@ -1888,9 +1888,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, "" @@ -1947,9 +1947,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index b12646ff0493a..4cd755b6511a5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.devdocs.json b/api_docs/controls.devdocs.json index 0596e5df7d55e..53d7081b73d7e 100644 --- a/api_docs/controls.devdocs.json +++ b/api_docs/controls.devdocs.json @@ -2295,9 +2295,17 @@ "label": "dispatch", "description": [], "signature": [ - "{ deselectOption: (payload: string) => void; setSearchString: (payload: string) => void; setAllowExpensiveQueries: (payload: boolean) => void; setInvalidSelectionWarningOpen: (payload: boolean) => void; setPopoverOpen: (payload: boolean) => void; setSort: (payload: Partial<", + "{ deselectOption: (payload: ", + "OptionsListSelection", + ") => void; setSearchString: (payload: string) => void; setAllowExpensiveQueries: (payload: boolean) => void; setInvalidSelectionWarningOpen: (payload: boolean) => void; setPopoverOpen: (payload: boolean) => void; setSort: (payload: Partial<", "OptionsListSortingType", - ">) => void; selectExists: (payload: boolean) => void; selectOption: (payload: string) => void; replaceSelection: (payload: string) => void; clearSelections: (payload: unknown) => void; setExclude: (payload: boolean) => void; clearValidAndInvalidSelections: (payload: unknown) => void; setValidAndInvalidSelections: (payload: { validSelections: string[]; invalidSelections: string[]; }) => void; setErrorMessage: (payload: string | undefined) => void; setLoading: (payload: boolean) => void; setField: (payload: ", + ">) => void; selectExists: (payload: boolean) => void; selectOption: (payload: ", + "OptionsListSelection", + ") => void; replaceSelection: (payload: ", + "OptionsListSelection", + ") => void; clearSelections: (payload: unknown) => void; setExclude: (payload: boolean) => void; clearValidAndInvalidSelections: (payload: unknown) => void; setValidAndInvalidSelections: (payload: Pick<", + "OptionsListComponentState", + ", \"validSelections\" | \"invalidSelections\">) => void; setErrorMessage: (payload: string | undefined) => void; setLoading: (payload: boolean) => void; setField: (payload: ", { "pluginId": "dataViews", "scope": "common", @@ -2307,7 +2315,7 @@ }, " | undefined) => void; updateQueryResults: (payload: Pick<", "OptionsListComponentState", - ", \"availableOptions\" | \"invalidSelections\" | \"validSelections\" | \"totalCardinality\">) => void; publishFilters: (payload: ", + ", \"validSelections\" | \"invalidSelections\" | \"availableOptions\" | \"totalCardinality\">) => void; publishFilters: (payload: ", { "pluginId": "@kbn/es-query", "scope": "common", @@ -5556,7 +5564,8 @@ "label": "selectedOptions", "description": [], "signature": [ - "string[] | undefined" + "OptionsListSelection", + "[] | undefined" ], "path": "src/plugins/controls/common/options_list/types.ts", "deprecated": false, @@ -7513,7 +7522,8 @@ "label": "selectedOptions", "description": [], "signature": [ - "string[] | undefined" + "OptionsListSelection", + "[] | undefined" ], "path": "src/plugins/controls/common/options_list/types.ts", "deprecated": false, diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index e00431717711c..d19823f155238 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 351 | 0 | 343 | 18 | +| 351 | 0 | 343 | 19 | ## Client diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index c96ab89d2251f..efc1d7008d8e7 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.devdocs.json b/api_docs/dashboard.devdocs.json index 333a37fba02d9..3a5a539dc0807 100644 --- a/api_docs/dashboard.devdocs.json +++ b/api_docs/dashboard.devdocs.json @@ -207,25 +207,25 @@ "(api: Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -247,17 +247,17 @@ " | undefined>; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, ">>, options: ", @@ -293,25 +293,25 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -333,17 +333,17 @@ " | undefined>; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, ">>" @@ -604,9 +604,9 @@ "((dashboardId?: string | undefined) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableAppContext", + "section": "def-public.EmbeddableAppContext", "text": "EmbeddableAppContext" }, ") | undefined" @@ -829,33 +829,33 @@ " & Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "<\"dashboard\"> & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -877,17 +877,17 @@ " | undefined>; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesSavedObjectId", + "section": "def-public.PublishesSavedObjectId", "text": "PublishesSavedObjectId" }, ">" diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index d64f69d90e2d0..29ee050173470 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.devdocs.json b/api_docs/dashboard_enhanced.devdocs.json index 56c455e6df7ac..aa7aaa42cafef 100644 --- a/api_docs/dashboard_enhanced.devdocs.json +++ b/api_docs/dashboard_enhanced.devdocs.json @@ -575,9 +575,9 @@ "; }, unknown, ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">" diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 1377783c3256e..4515e8e12a01a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 4920cbb44166a..e8ff90ab5208e 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -2630,9 +2630,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -2685,9 +2685,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "; }>; asyncSearch: Readonly<{ pollInterval?: number | undefined; } & { waitForCompletion: moment.Duration; keepAlive: moment.Duration; batchedReduceSize: number; }>; sessions: Readonly<{} & { enabled: boolean; management: Readonly<{} & { refreshInterval: moment.Duration; maxSessions: number; refreshTimeout: moment.Duration; expiresSoonWarning: moment.Duration; }>; notTouchedTimeout: moment.Duration; maxUpdateRetries: number; defaultExpiration: moment.Duration; }>; }>; enableUiSettingsValidations: boolean; }>>" @@ -2711,9 +2711,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -2751,9 +2751,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -2802,9 +2802,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", { uiActions, fieldFormats, dataViews, inspector, screenshotMode }: ", @@ -2832,9 +2832,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -11923,9 +11923,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -11978,9 +11978,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; }>; asyncSearch: Readonly<{ pollInterval?: number | undefined; } & { waitForCompletion: moment.Duration; keepAlive: moment.Duration; batchedReduceSize: number; }>; sessions: Readonly<{} & { enabled: boolean; management: Readonly<{} & { refreshInterval: moment.Duration; maxSessions: number; refreshTimeout: moment.Duration; expiresSoonWarning: moment.Duration; }>; notTouchedTimeout: moment.Duration; maxUpdateRetries: number; defaultExpiration: moment.Duration; }>; }>; enableUiSettingsValidations: boolean; }>>" @@ -12004,9 +12004,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -12049,9 +12049,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -12100,9 +12100,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", { fieldFormats, dataViews }: ", @@ -12167,9 +12167,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -15246,9 +15246,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -15828,25 +15828,25 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", elasticsearchClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", @@ -15874,9 +15874,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -17130,9 +17130,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" diff --git a/api_docs/data.mdx b/api_docs/data.mdx index f65e9bdb637e3..29425a30fa00b 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-29 +date: 2024-07-30 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 dc44ca5360431..5b190cb67de7a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- import dataQualityObj from './data_quality.devdocs.json'; diff --git a/api_docs/data_query.devdocs.json b/api_docs/data_query.devdocs.json index fc43d3198eb2e..fcb1d445f23ae 100644 --- a/api_docs/data_query.devdocs.json +++ b/api_docs/data_query.devdocs.json @@ -63,9 +63,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -1455,9 +1455,9 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ") => { isDuplicateTitle: (title: string, id?: string | undefined) => Promise; createQuery: (attributes: ", @@ -1524,9 +1524,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 15adde8d7710c..99b59e02d4857 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index 53b1fdd4d56eb..64fda3452d0bf 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -222,9 +222,9 @@ ">; update: (sessionId: string, attributes: unknown) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -240,9 +240,9 @@ ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -524,9 +524,9 @@ ", cb?: ", { "pluginId": "@kbn/search-response-warnings", - "scope": "common", + "scope": "public", "docId": "kibKbnSearchResponseWarningsPluginApi", - "section": "def-common.WarningHandlerCallback", + "section": "def-public.WarningHandlerCallback", "text": "WarningHandlerCallback" }, " | undefined) => void" @@ -568,9 +568,9 @@ "signature": [ { "pluginId": "@kbn/search-response-warnings", - "scope": "common", + "scope": "public", "docId": "kibKbnSearchResponseWarningsPluginApi", - "section": "def-common.WarningHandlerCallback", + "section": "def-public.WarningHandlerCallback", "text": "WarningHandlerCallback" }, " | undefined" @@ -678,9 +678,9 @@ ">; update: (sessionId: string, attributes: unknown) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -696,9 +696,9 @@ ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -1095,9 +1095,9 @@ ">; update: (sessionId: string, attributes: unknown) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -1113,9 +1113,9 @@ ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -1378,9 +1378,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", deps: SetupDependencies) => void" @@ -1399,9 +1399,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -1440,9 +1440,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", deps: StartDependencies) => void" @@ -1461,9 +1461,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -1748,9 +1748,9 @@ " | null, options: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -1815,9 +1815,9 @@ "Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">" @@ -1859,9 +1859,9 @@ ">) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -1977,9 +1977,9 @@ " | null, sessionId: string, expires: Date) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -2087,9 +2087,9 @@ " | null, sessionId: string) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -2417,17 +2417,17 @@ "({ security, savedObjects, elasticsearch }: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ") => (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => { getId: (args_0: ", @@ -2505,9 +2505,9 @@ ">>; find: (options: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -2529,9 +2529,9 @@ ">) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -2545,9 +2545,9 @@ ">>; extend: (sessionId: string, expires: Date) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -2561,9 +2561,9 @@ ">>; cancel: (sessionId: string) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -2598,9 +2598,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -2845,9 +2845,9 @@ "(options: Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", \"type\">) => Promise<", @@ -2880,25 +2880,25 @@ " | undefined; hasReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; pit?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsPitParams", + "section": "def-server.SavedObjectsPitParams", "text": "SavedObjectsPitParams" }, " | undefined; searchAfter?: ", @@ -2906,17 +2906,17 @@ " | undefined; rootSearchFields?: string[] | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; typeToNamespacesMap?: Map | undefined; migrationVersionCompatibility?: \"raw\" | \"compatible\" | undefined; }" @@ -2946,9 +2946,9 @@ ">) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -3084,9 +3084,9 @@ "(sessionId: string, expires: Date) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "<", @@ -3192,17 +3192,17 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ") => (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3222,9 +3222,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -3573,9 +3573,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -3593,9 +3593,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -3649,9 +3649,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3690,9 +3690,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { search: Promise<", @@ -29152,9 +29152,9 @@ " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, "<", diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 5e0b5e308de77..b4e1b2b4d2588 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-29 +date: 2024-07-30 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 647dd0e0bc00b..66a1b6d2ee581 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-29 +date: 2024-07-30 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 5c00ae5778e04..0f2ef6fffde3f 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-29 +date: 2024-07-30 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 3bdd007f1b612..a46b14e6355fa 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement'] --- import dataViewManagementObj from './data_view_management.devdocs.json'; diff --git a/api_docs/data_views.devdocs.json b/api_docs/data_views.devdocs.json index b3ed36a1c78bd..8ed29368aa2c6 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -1953,9 +1953,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2133,9 +2133,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -2200,9 +2200,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -2226,9 +2226,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -2278,9 +2278,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -2341,9 +2341,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", { fieldFormats, contentManagement }: ", @@ -2377,9 +2377,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -4603,9 +4603,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -4660,9 +4660,9 @@ "() => Promise" @@ -8142,9 +8142,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -8187,9 +8187,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -8250,9 +8250,9 @@ "({ uiSettings, capabilities }: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", { fieldFormats }: ", @@ -8266,25 +8266,25 @@ ") => { dataViewsServiceFactory: (savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", elasticsearchClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", @@ -8311,9 +8311,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -10303,9 +10303,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -10575,25 +10575,25 @@ "(deps: DataViewsServiceFactoryDeps) => (savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", elasticsearchClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", @@ -10644,9 +10644,9 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", index: string) => Promise<", @@ -10699,9 +10699,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11654,25 +11654,25 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", elasticsearchClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", @@ -11700,9 +11700,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -12956,9 +12956,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -21431,9 +21431,9 @@ "(toastInputFields: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInputFields", + "section": "def-public.ToastInputFields", "text": "ToastInputFields" }, ", key: string) => void" @@ -21456,17 +21456,17 @@ ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"onChange\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"css\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; text?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; }" @@ -21501,9 +21501,9 @@ "(error: Error, toastInputFields: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, ", key: string) => void" @@ -21537,9 +21537,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" } ], @@ -26478,9 +26478,9 @@ "(error: Error, toastInputFields: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, ", key: string) => void" @@ -26518,9 +26518,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" } ], @@ -26557,9 +26557,9 @@ "(toastInputFields: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInputFields", + "section": "def-public.ToastInputFields", "text": "ToastInputFields" }, ", key: string) => void" @@ -26584,17 +26584,17 @@ ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"onChange\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"css\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; text?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; }" diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index faf17d2b244d2..acdc22352adc2 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-29 +date: 2024-07-30 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 ab2d61565ae49..166787c47a58f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.devdocs.json b/api_docs/dataset_quality.devdocs.json index e585856f949a4..6fdc03a22121e 100644 --- a/api_docs/dataset_quality.devdocs.json +++ b/api_docs/dataset_quality.devdocs.json @@ -266,9 +266,9 @@ "; }[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined | undefined; handler: ({}: any) => Promise; } & ", @@ -276,9 +276,9 @@ " ? TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " ? ClientRequestParamsOfType : {} : never" @@ -423,9 +423,9 @@ " ? TReturnType extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -433,9 +433,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" @@ -456,9 +456,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptions", + "section": "def-public.HttpFetchOptions", "text": "HttpFetchOptions" }, ", \"body\"> & { pathname: string; method?: string | undefined; body?: any; }" diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index 19aaa5b003748..a1921090be7a5 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-29 +date: 2024-07-30 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 fe9f9a33da8ef..4e99aa8e77cdc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -20,9 +20,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, lens, controls, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, presentationUtil, logsShared, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, infra, securitySolution, timelines, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | | | ml, securitySolution | - | | | actions, savedObjectsTagging, ml, enterpriseSearch | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core, savedObjects, embeddable, visualizations, canvas, graph, ml, @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, actions, @kbn/alerting-types, alerting, savedSearch, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | -| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, spaces, taskManager, actions, @kbn/core-saved-objects-migration-server-mocks, share, dataViews, data, alerting, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, savedObjects, embeddable, visualizations, canvas, graph, ml | - | +| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, spaces, taskManager, actions, @kbn/core-saved-objects-migration-server-mocks, share, dataViews, data, alerting, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, logsShared, graph, lists, maps, visualizations, infra, apmDataAccess, securitySolution, apm, slo, synthetics, uptime, dashboard, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | graph, stackAlerts, inputControlVis, securitySolution, savedObjects | - | | | dashboard, dataVisualizer, stackAlerts, expressionPartitionVis | - | @@ -48,8 +48,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/securitysolution-data-table, securitySolution | - | | | securitySolution | - | | | 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-common, @kbn/core-saved-objects-server, @kbn/core, actions, @kbn/alerting-types, alerting, savedSearch, canvas, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, home, savedObjectsTagging, canvas, savedObjects, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-import-export-server-internal, savedObjectsTaggingOss, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-ui-settings-server-internal | - | -| | @kbn/core-saved-objects-migration-server-internal, actions, dataViews, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - | +| | @kbn/core-saved-objects-migration-server-internal, actions, dataViews, data, alerting, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, dashboard, @kbn/core-test-helpers-so-type-serializer | - | | | security, securitySolution, cloudLinks, observabilityAIAssistantApp, cases | - | | | security, cases, searchPlayground, securitySolution | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | @@ -68,57 +70,58 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | 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 | - | +| | @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 | - | -| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | +| | @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 | - | +| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | | | actions, alerting | - | | | monitoring | - | | | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjects, savedObjectsManagement, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, savedObjectsTaggingOss, kibanaUtils, expressions, data, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - | -| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - | -| | @kbn/core-saved-objects-browser-mocks, home, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects, visualizations | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, savedObjects, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, canvas | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | -| | @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - | -| | @kbn/core-saved-objects-api-server-internal | - | -| | @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, home, savedObjects, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - | +| | @kbn/core-saved-objects-browser-mocks, home, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects, visualizations | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, savedObjects, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, savedObjects, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, savedObjects | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, graph | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal, @kbn/core | - | +| | @kbn/core-saved-objects-browser-internal | - | +| | @kbn/core-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, exploratoryView, transform, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-root-browser-internal, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-api-server-internal, canvas | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement | - | | | visualizations, graph | - | | | kubernetesSecurity, osquery, threatIntelligence | - | -| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, savedObjects, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - | -| | @kbn/core, lens, savedObjects | - | +| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, savedObjects, unifiedSearch, visualizations, fileUpload, dashboardEnhanced, transform, discover, dataVisualizer | - | +| | @kbn/core, lens, savedObjects | - | | | lens, dashboard, canvas | - | | | visualizations, lens, controls, dashboard | - | | | lens, controls, dashboard, investigateApp | - | | | canvas, dashboard | - | -| | dashboard | - | -| | embeddable, dashboard | - | -| | dashboard, maps | - | +| | dashboard | - | +| | embeddable, dashboard | - | +| | dashboard, maps | - | | | dataViews, maps | - | | | dataViews, dataViewManagement | - | | | dataViews, dataViewManagement | - | @@ -149,38 +152,38 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | visTypeGauge | - | | | visTypePie | - | | | visTypePie | - | -| | @kbn/core-logging-server-internal, security | - | +| | @kbn/core-logging-server-internal, security | - | | | security | - | | | observabilityShared | - | | | @kbn/react-kibana-context-styled, kibanaReact | - | | | discover, @kbn/reporting-public | - | | | discover, @kbn/management-settings-field-definition | - | | | @kbn/content-management-table-list-view, filesManagement | - | -| | @kbn/core | - | -| | @kbn/core | - | -| | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core-lifecycle-browser-mocks, @kbn/core, @kbn/core-plugins-browser-internal | - | | | @kbn/core | - | -| | @kbn/core-plugins-server-internal | - | -| | encryptedSavedObjects | - | +| | @kbn/core-plugins-server-internal | - | +| | encryptedSavedObjects | - | | | reporting | - | | | @kbn/reporting-export-types-csv, reporting | - | | | @kbn/reporting-export-types-csv, reporting | - | | | reporting | - | | | reporting | - | -| | @kbn/reporting-export-types-pdf, reporting | - | +| | @kbn/test-suites-xpack, @kbn/reporting-export-types-pdf, reporting | - | | | @kbn/reporting-csv-share-panel | - | | | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher, profiling, apm, slo | 8.8.0 | | | spaces, security, actions, alerting, aiops, remoteClusters, ml, graph, indexLifecycleManagement, mapsEms, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 | | | fleet, apm, security, securitySolution | 8.8.0 | | | fleet, apm, security, securitySolution | 8.8.0 | | | spaces, security, alerting, cases | 8.8.0 | -| | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview, @kbn/core | 8.8.0 | +| | @kbn/core-application-browser-internal, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview, @kbn/core | 8.8.0 | | | embeddable, presentationUtil, lens, dashboard, discover, graph, links | 8.8.0 | | | security | 8.8.0 | | | apm | 8.8.0 | | | mapsEms | 8.8.0 | | | savedObjectsTaggingOss | 8.8.0 | -| | @kbn/core-plugins-server-internal, @kbn/core | 8.8.0 | +| | @kbn/core-plugins-server-internal, @kbn/core | 8.8.0 | | | security | 8.8.0 This is relied on by the reporting feature, and should be removed once reporting @@ -239,8 +242,8 @@ Safe to remove. | | serverless | | | taskManager | | | taskManager | -| | @kbn/core-saved-objects-api-browser | -| | @kbn/core-saved-objects-api-browser | +| | @kbn/core-saved-objects-api-browser | +| | @kbn/core-saved-objects-api-browser | | | @kbn/storybook | | | @kbn/ui-theme | | | @kbn/ui-theme | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index e4eaa36c561b3..d8adf816f21da 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -16,7 +16,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes)+ 14 more | - | +| | [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes), [rule_types.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-alerting-types/rule_types.ts#:~:text=SavedObjectAttributes)+ 14 more | - | @@ -32,29 +32,30 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin) | 8.8.0 | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SimpleSavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsDeleteOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBatchResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsUpdateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateOptions) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkResolveResponse) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsStart), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectsStart) | - | -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock) | - | -| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=simpleSavedObjectMock) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin) | 8.8.0 | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SimpleSavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsDeleteOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBatchResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsUpdateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsFindResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkUpdateOptions) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkResolveResponse) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsBulkCreateObject) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsStart), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectsStart) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=simpleSavedObjectMock) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObject) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributeSingle), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributeSingle) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttribute), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttribute) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributes) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectReference) | - | @@ -63,7 +64,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | 8.8.0 | +| | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath) | 8.8.0 | @@ -71,7 +72,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 | +| | [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath) | 8.8.0 | @@ -79,7 +80,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - | +| | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - | @@ -87,7 +88,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart) | - | +| | [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts#:~:text=SavedObjectsStart) | - | @@ -95,7 +96,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock), [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock) | - | +| | [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock), [core_start.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/lifecycle/core-lifecycle-browser-mocks/src/core_start.mock.ts#:~:text=savedObjectsServiceMock) | - | @@ -103,7 +104,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/index.ts#:~:text=max), [create_retention_policy.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts#:~:text=max), [appenders.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/appenders.test.ts#:~:text=max), [rolling_file_appender.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts#:~:text=max), [create_retention_policy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts#:~:text=max), [numeric_strategy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts#:~:text=max) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/index.ts#:~:text=max), [create_retention_policy.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts#:~:text=max), [appenders.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/appenders.test.ts#:~:text=max), [rolling_file_appender.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts#:~:text=max), [create_retention_policy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts#:~:text=max), [numeric_strategy.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts#:~:text=max) | - | @@ -111,8 +112,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjects) | - | -| | [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock) | - | +| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjects) | - | +| | [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock) | - | @@ -120,9 +121,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 | -| | [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs) | - | +| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts#:~:text=legacy) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 | +| | [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs) | - | @@ -130,8 +131,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=savedObjects) | - | -| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - | +| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=savedObjects) | - | +| | [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/packages/core/root/core-root-browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - | @@ -140,7 +141,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=migrationVersion) | - | | | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts#:~:text=SavedObject)+ 6 more | - | | | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts#:~:text=SavedObjectReference) | - | @@ -151,7 +153,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts#:~:text=SavedObject) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/index.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server/index.ts#:~:text=SavedObjectAttributes) | - | @@ -160,12 +162,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | -| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | -| | [increment_counter_internal.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/internals/increment_counter_internal.ts#:~:text=migrationVersion), [increment_counter.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/increment_counter.test.ts#:~:text=migrationVersion) | - | -| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/bulk_create.ts#:~:text=migrationVersion), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrationVersion) | - | -| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion) | - | -| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/mocks/kibana_migrator.mock.ts#:~:text=migrations), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations) | - | -| | [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | +| | [increment_counter_internal.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/internals/increment_counter_internal.ts#:~:text=migrationVersion), [increment_counter.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/increment_counter.test.ts#:~:text=migrationVersion) | - | +| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/bulk_create.ts#:~:text=migrationVersion), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrationVersion) | - | +| | [create.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion) | - | +| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/mocks/kibana_migrator.mock.ts#:~:text=migrations), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations), [repository_create_repository.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts#:~:text=migrations) | - | +| | [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas), [validation_fixtures.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts#:~:text=schemas) | - | @@ -173,7 +176,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations)+ 13 more | - | +| | [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [saved_objects_type_registry.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations), [version_map.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts#:~:text=migrations)+ 13 more | - | @@ -181,7 +184,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract) | - | +| | [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts#:~:text=SavedObjectsClientContract) | - | @@ -190,36 +193,37 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=create), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=create), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get)+ 9 more | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkGet) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve)+ 4 more | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkResolve) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=update), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=update), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject)+ 1 more | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=migrationVersion) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject) | - | -| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=create), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=create), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=create) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=delete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=find) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=get)+ 9 more | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkGet) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=resolve)+ 4 more | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkResolve) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=update), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=update), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=update) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SimpleSavedObject)+ 1 more | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts#:~:text=save) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=delete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=migrationVersion) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart) | - | | | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts#:~:text=SavedObject)+ 22 more | - | @@ -229,23 +233,24 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=create) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkCreate) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=delete) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkDelete) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=find) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=get) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkGet) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=resolve) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkResolve) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=update) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkUpdate) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject) | - | -| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart) | - | -| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObjectsClientContract) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=create) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkCreate) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=delete) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkDelete) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=find) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=get) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkGet) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=resolve) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkResolve) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=update) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=bulkUpdate) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SimpleSavedObject) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=migrationVersion) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsStart) | - | +| | [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService), [saved_objects_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts#:~:text=SavedObjectsService) | - | | | [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject), [simple_saved_object.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts#:~:text=SavedObject) | - | @@ -254,7 +259,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes) | - | +| | [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts#:~:text=SavedObjectAttributes) | - | @@ -263,7 +268,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | -| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | +| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | +| | [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion) | - | | | [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [errors.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject), [apply_export_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts#:~:text=SavedObject)+ 4 more | - | @@ -272,9 +278,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations)+ 62 more | - | -| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 18 more | - | +| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [build_active_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations), [kibana_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts#:~:text=migrations)+ 62 more | - | +| | [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas), [validate_migration.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts#:~:text=schemas) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [document_migrator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 18 more | - | @@ -282,7 +288,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts#:~:text=migrations) | - | +| | [kibana_migrator.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts#:~:text=migrations) | - | @@ -290,7 +296,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server/index.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server/index.ts#:~:text=SavedObjectAttributes) | - | @@ -299,9 +305,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | -| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | -| | [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes) | - | -| | [registration.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/object_types/registration.ts#:~:text=migrations) | - | +| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | +| | [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion) | - | +| | [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes) | - | +| | [registration.ts](https://github.com/elastic/kibana/tree/main/packages/core/saved-objects/core-saved-objects-server-internal/src/object_types/registration.ts#:~:text=migrations) | - | @@ -309,9 +316,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations)+ 5 more | - | -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas)+ 4 more | - | -| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=migrations)+ 5 more | - | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=schemas)+ 4 more | - | +| | [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -320,7 +327,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject) | - | -| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts#:~:text=migrations) | - | +| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts#:~:text=migrations) | - | @@ -328,7 +335,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [core_usage_stats.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/saved_objects/core_usage_stats.ts#:~:text=migrations) | - | +| | [core_usage_stats.ts](https://github.com/elastic/kibana/tree/main/packages/core/usage-data/core-usage-data-server-internal/src/saved_objects/core_usage_stats.ts#:~:text=migrations) | - | @@ -434,6 +441,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] +## @kbn/test-suites-xpack + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [scenarios.ts](https://github.com/elastic/kibana/tree/main/x-pack/test/reporting_api_integration/services/scenarios.ts#:~:text=JobParamsPDFDeprecated), [scenarios.ts](https://github.com/elastic/kibana/tree/main/x-pack/test/reporting_api_integration/services/scenarios.ts#:~:text=JobParamsPDFDeprecated) | - | + + + ## @kbn/unified-field-list | Deprecated API | Reference location(s) | Remove By | @@ -449,9 +464,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=authz) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=index) | - | -| | [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes)+ 10 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [actions_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/actions_client/actions_client.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/types.ts#:~:text=SavedObjectAttributes)+ 10 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/actions/server/plugin.ts#:~:text=audit) | - | @@ -462,7 +477,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | +| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | @@ -473,16 +488,17 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | | | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | | | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | -| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion)+ 10 more | - | +| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | | | [wrap_search_source_client.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.ts#:~:text=create) | - | | | [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch), [wrap_search_source_client.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/wrap_search_source_client.test.ts#:~:text=fetch) | - | | | [plugin.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/plugin.ts#:~:text=authc) | - | | | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/usage/task.ts#:~:text=index) | - | -| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes)+ 36 more | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion), [retrieve_migrated_legacy_actions.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/lib/siem_legacy_actions/retrieve_migrated_legacy_actions.mock.ts#:~:text=migrationVersion) | - | +| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [rule_attributes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/data/rule/types/rule_attributes.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/types.ts#:~:text=SavedObjectAttributes)+ 36 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/alerting/server/rules_client_factory.ts#:~:text=audit) | - | @@ -496,7 +512,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [license_context.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 | | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts#:~:text=authc), [get_agent_keys_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts#:~:text=authc), [is_superuser.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts#:~:text=authc) | - | -| | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - | +| | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - | @@ -504,7 +520,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - | +| | [apm_indices.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - | @@ -525,13 +541,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getFunctions), [functions.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.test.ts#:~:text=getFunctions) | - | | | [setup_expressions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/setup_expressions.ts#:~:text=getTypes), [application.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/application.tsx#:~:text=getTypes), [functions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/functions/functions.ts#:~:text=getTypes) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/index.ts#:~:text=context), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=context), [esdocs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/esdocs.ts#:~:text=context), [escount.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/escount.ts#:~:text=context), [filters.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/common/functions/filters.ts#:~:text=context), [neq.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/common/neq.ts#:~:text=context), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/server/pointseries/index.ts#:~:text=context) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | -| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/workpad.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [workpad_route_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/workpad_route_context.ts#:~:text=migrationVersion) | - | +| | [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/custom_elements/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes), [find.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/routes/workpad/find.ts#:~:text=SavedObjectAttributes) | - | | | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/kibana/workpad.ts#:~:text=SavedObject), [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/services/kibana/workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject), [use_upload_workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/public/components/home/hooks/use_upload_workpad.ts#:~:text=SavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/shareable_runtime/types.ts#:~:text=SavedObjectAttributes) | - | | | [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_lens.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_map.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_search.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_search.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [saved_visualization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_visualization.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference), [embeddable.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/canvas_plugin_src/functions/external/embeddable.ts#:~:text=SavedObjectReference) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | -| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=migrations), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=migrations), [workpad_template.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad_template.ts#:~:text=migrations) | - | +| | [workpad.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/workpad.ts#:~:text=convertToMultiNamespaceTypeVersion), [custom_element.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/canvas/server/saved_objects/custom_element.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -541,9 +558,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [factory.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | | | [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles), [email_notification_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/notifications/email_notification_service.ts#:~:text=userProfiles), [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=userProfiles), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/cases/utils.ts#:~:text=userProfiles), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/services/user_profiles/index.ts#:~:text=userProfiles) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=migrations), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=migrations), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=migrations), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=migrations), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=migrations) | - | -| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=convertToMultiNamespaceTypeVersion), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=convertToMultiNamespaceTypeVersion), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=convertToMultiNamespaceTypeVersion), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=convertToMultiNamespaceTypeVersion), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/common/ui/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=migrations), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=migrations), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=migrations), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=migrations), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=migrations) | - | +| | [cases.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/cases/cases.ts#:~:text=convertToMultiNamespaceTypeVersion), [configure.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/configure.ts#:~:text=convertToMultiNamespaceTypeVersion), [comments.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/comments.ts#:~:text=convertToMultiNamespaceTypeVersion), [user_actions.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/user_actions.ts#:~:text=convertToMultiNamespaceTypeVersion), [connector_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | | | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles), [api.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/public/containers/user_profiles/api.test.ts#:~:text=userProfiles) | - | | | [factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cases/server/client/factory.ts#:~:text=audit) | - | @@ -582,8 +599,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [overview_tab.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/public/pages/configurations/findings_flyout/overview_tab.tsx#:~:text=indexPatternId) | - | | | [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc), [setup_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/routes/setup_routes.ts#:~:text=authc) | - | -| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=migrations) | - | -| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=schemas), [csp_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_settings.ts#:~:text=schemas) | - | +| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=migrations) | - | +| | [csp_benchmark_rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_benchmark_rule.ts#:~:text=schemas), [csp_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_security_posture/server/saved_objects/csp_settings.ts#:~:text=schemas) | - | @@ -591,7 +608,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/plugin.ts#:~:text=legacy) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/console/server/plugin.ts#:~:text=legacy) | - | @@ -625,12 +642,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [embeddable.stub.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/embeddable/embeddable.stub.ts#:~:text=getEmbeddableFactories), [embeddable.stub.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/services/embeddable/embeddable.stub.ts#:~:text=getEmbeddableFactories) | - | | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_container/embeddable/api/overlays/save_modal.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | | | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/common/bwc/types.ts#:~:text=SavedObjectReference) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | -| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | -| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | -| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=migrations) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=schemas) | - | +| | [dashboard_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=apiHasLegacyLibraryTransforms) | - | +| | [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_add_to_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms), [legacy_unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/legacy_unlink_from_library_action.tsx#:~:text=HasLegacyLibraryTransforms) | - | +| | [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [add_to_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/add_to_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms), [unlink_from_library_action.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/dashboard/public/dashboard_actions/unlink_from_library_action.tsx#:~:text=HasLibraryTransforms) | - | @@ -638,10 +655,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | -| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=savedObjects) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=find) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=get) | - | +| | [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject), [collect_config_container.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx#:~:text=SimpleSavedObject) | - | | | [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference), [dashboard_drilldown_persistable_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#:~:text=SavedObjectReference) | - | @@ -653,9 +670,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [get_display_value.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/query/filter_manager/lib/get_display_value.ts#:~:text=title), [get_search_params.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/fetch/get_search_params.ts#:~:text=title), [inspector_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/search_source/inspect/inspector_stats.ts#:~:text=title), [response_writer.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/tabify/response_writer.ts#:~:text=title), [field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/param_types/field.ts#:~:text=title), [agg_config.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/agg_config.test.ts#:~:text=title), [_terms_other_bucket_helper.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/_terms_other_bucket_helper.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [multi_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/multi_terms.test.ts#:~:text=title), [rare_terms.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/search/aggs/buckets/rare_terms.test.ts#:~:text=title)+ 3 more | - | | | [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions), [data_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx#:~:text=executeTriggerActions) | - | | | [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/filters/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference), [persistable_state.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/common/query/persistable_state.ts#:~:text=SavedObjectReference) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=migrations), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=migrations), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=migrations) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=schemas), [kql_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/kql_telemetry.ts#:~:text=schemas), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=schemas), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=schemas) | - | -| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=migrations), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=migrations), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=migrations) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=schemas), [kql_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/kql_telemetry.ts#:~:text=schemas), [search_telemetry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/search_telemetry.ts#:~:text=schemas), [search_session.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/search/saved_objects/search_session.ts#:~:text=schemas) | - | +| | [query.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data/server/saved_objects/query.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -688,8 +705,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts#:~:text=removeScriptedField), [data_view_lazy.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | | | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | | | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | -| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=migrations) | - | -| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=migrations) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/server/saved_objects/data_views.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -699,8 +716,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [document_stats.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx#:~:text=fieldFormats), [distinct_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx#:~:text=fieldFormats), [top_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx#:~:text=fieldFormats), [choropleth_map.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [default_value_formatter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts#:~:text=fieldFormats) | - | | | [use_data_visualizer_grid_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts#:~:text=title) | - | -| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | +| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | @@ -711,8 +728,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal), [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | | | [get_top_nav_links.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/get_top_nav_links.tsx#:~:text=shareableUrlForSavedObject) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | -| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | | | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/plugins/discover/server/ui_settings.ts#:~:text=metric) | - | @@ -725,7 +742,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [helpers.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/helpers.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [container.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/container.test.ts#:~:text=executeTriggerActions), [explicit_input.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/tests/explicit_input.test.ts#:~:text=executeTriggerActions) | - | | | [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [default_embeddable_factory_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/default_embeddable_factory_provider.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/types.ts#:~:text=SavedObjectAttributes) | - | | | [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [migrate_base_input.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/migrate_base_input.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference), [inject.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/common/lib/inject.ts#:~:text=SavedObjectReference) | - | -| | [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms), [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms) | - | +| | [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms), [i_embeddable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts#:~:text=HasLegacyLibraryTransforms) | - | @@ -742,7 +759,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion), [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion), [create_migration.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/encrypted_saved_objects/server/create_migration.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -754,8 +771,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - | | | [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - | | | [create_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/indices/create_api_key.ts#:~:text=authc), [api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts#:~:text=authc), [create_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/indices/create_api_key.ts#:~:text=authc), [api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts#:~:text=authc) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | -| | [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | +| | [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes) | - | @@ -771,9 +788,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject), [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject) | - | +| | [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject), [service.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.test.ts#:~:text=SimpleSavedObject) | - | | | [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference), [service.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/public/event_annotation_service/service.tsx#:~:text=SavedObjectReference) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/server/saved_objects.ts#:~:text=migrations) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/plugins/event_annotation/server/saved_objects.ts#:~:text=migrations) | - | @@ -791,7 +808,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [observability_data_views.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/utils/observability_data_views/observability_data_views.ts#:~:text=title), [report_definition_field.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/report_definition_field.tsx#:~:text=title), [use_filter_values.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/use_filter_values.ts#:~:text=title), [filter_value_btn.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx#:~:text=title), [sample_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts#:~:text=title), [sample_attribute_kpi.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_kpi.ts#:~:text=title), [sample_attribute_with_reference_lines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_with_reference_lines.ts#:~:text=title), [test_formula_metric_attribute.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title), [single_metric_attributes.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts#:~:text=title)+ 2 more | - | | | [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts#:~:text=SavedObjectsStart) | - | @@ -815,7 +832,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/file_upload/public/kibana_services.ts#:~:text=savedObjects) | - | @@ -840,14 +857,15 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion) | - | -| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 22 more | - | +| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | | | [query_bar.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#:~:text=title) | - | | | [use_get_logs_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx#:~:text=indexPatternId) | - | | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | | | [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc), [handlers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [handlers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/routes/setup/handlers.test.ts#:~:text=authc), [security.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/security.ts#:~:text=authc), [transform_api_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/api_keys/transform_api_keys.ts#:~:text=authc), [fleet_server_policies_enrollment_keys.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts#:~:text=authc)+ 4 more | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 | +| | [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [get.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/packages/get.test.ts#:~:text=migrationVersion), [install.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.test.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion), [install.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/epm/kibana/assets/install.ts#:~:text=migrationVersion)+ 6 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/saved_objects/index.ts#:~:text=migrations) | - | | | [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit), [audit_logging.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/audit_logging.ts#:~:text=audit) | - | @@ -866,7 +884,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/plugin.ts#:~:text=indexPatterns) | - | -| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion)+ 2 more | - | +| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | | | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | | | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | | | [deserialize.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.ts#:~:text=getNonScriptedFields), [datasource.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/state_management/datasource.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields), [deserialize.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/deserialize.test.ts#:~:text=getNonScriptedFields) | - | @@ -874,13 +892,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/plugin.ts#:~:text=license%24) | 8.8.0 | | | [source_picker.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/source_picker.tsx#:~:text=includeFields) | - | | | [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal), [save_modal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/components/save_modal.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [app_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/app_state.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject), [use_workspace_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/use_workspace_loader.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion), [logs.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/logs.ts#:~:text=migrationVersion), [ecommerce.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/ecommerce.ts#:~:text=migrationVersion), [flights.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/sample_data/flights.ts#:~:text=migrationVersion) | - | | | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes), [saved_workspace_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts#:~:text=SavedObjectAttributes) | - | | | [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [saved_workspace_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference), [persistence.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/public/types/persistence.ts#:~:text=SavedObjectReference) | - | -| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=migrations) | - | -| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=migrations) | - | +| | [graph_workspace.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/graph/server/saved_objects/graph_workspace.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -888,9 +907,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/plugin.ts#:~:text=savedObjects) | - | -| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract), [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract) | - | -| | [home_app.js](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/home_app.js#:~:text=bulkCreate) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/plugin.ts#:~:text=savedObjects) | - | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract), [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract) | - | +| | [home_app.js](https://github.com/elastic/kibana/tree/main/src/plugins/home/public/application/components/home_app.js#:~:text=bulkCreate) | - | | | [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject) | - | @@ -916,7 +935,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [validation_errors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts#:~:text=title), [use_waffle_filters.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts#:~:text=title) | - | -| | [saved_object_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts#:~:text=migrations) | - | +| | [saved_object_type.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts#:~:text=migrations) | - | @@ -943,7 +962,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 | +| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 | @@ -981,13 +1000,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/plugin.ts#:~:text=registerEmbeddableFactory) | - | | | [embeddable_component.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/embeddable/embeddable_component.tsx#:~:text=getEmbeddableFactory) | - | | | [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal), [save_action.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | | | [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [saved_object_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/persistence/saved_object_store.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [selectors.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/state_management/selectors.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference), [state_helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts#:~:text=SavedObjectReference)+ 52 more | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=migrations) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=migrations) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/server/saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -1004,7 +1023,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal), [save_to_library.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/links/public/content_management/save_to_library.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | -| | [links.ts](https://github.com/elastic/kibana/tree/main/src/plugins/links/server/saved_objects/links.ts#:~:text=migrations) | - | +| | [links.ts](https://github.com/elastic/kibana/tree/main/src/plugins/links/server/saved_objects/links.ts#:~:text=migrations) | - | @@ -1013,10 +1032,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | -| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | +| | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=migrationVersion) | - | | | [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject), [exception_list_client.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts#:~:text=SavedObject) | - | -| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations), [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations) | - | -| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations), [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=migrations) | - | +| | [exception_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/exception_list.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [migrations.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/saved_objects/migrations.test.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID)+ 7 more | - | | | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_NAME) | - | | | [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [create_endpoint_trusted_apps_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/server/services/exception_lists/create_endpoint_trusted_apps_list.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION), [exception_list_schema.mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lists/common/schemas/response/exception_list_schema.mock.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_DESCRIPTION) | - | @@ -1029,7 +1049,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [resolved_log_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts#:~:text=title) | - | -| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | +| | [log_view_saved_object.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts#:~:text=migrations) | - | @@ -1045,7 +1065,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 | +| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 | @@ -1057,11 +1077,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | | | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - | | | [es_tooltip_property.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | -| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=ResolvedSimpleSavedObject) | - | | | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/load_from_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [save_to_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | -| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | +| | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | @@ -1084,9 +1104,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 | | | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - | | | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - | -| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | +| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | | | [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes), [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | @@ -1129,7 +1149,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts#:~:text=CloudExperimentsPluginStart), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts#:~:text=CloudExperimentsPluginStart) | - | | | [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts#:~:text=authc), [route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts#:~:text=authc) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - | @@ -1146,12 +1166,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | -| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | +| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | | | [pack_queries_status_table.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/packs/pack_queries_status_table.tsx#:~:text=indexPatternId), [view_results_in_discover.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/discover/view_results_in_discover.tsx#:~:text=indexPatternId), [use_discover_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/common/hooks/use_discover_link.tsx#:~:text=indexPatternId) | - | | | [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id) | - | | | [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id), [osquery_managed_policy_create_import_extension.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/fleet_integration/osquery_managed_policy_create_import_extension.tsx#:~:text=policy_id) | - | | | [create_action_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/handlers/action/create_action_service.ts#:~:text=license%24) | 8.8.0 | | | [add_to_timeline_button.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/public/timelines/add_to_timeline_button.tsx#:~:text=getHoverActions) | - | +| | [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion), [read_pack_route.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/osquery/server/routes/pack/read_pack_route.ts#:~:text=migrationVersion) | - | @@ -1224,17 +1245,17 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=indexPatterns) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/plugin.ts#:~:text=savedObjects) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=SavedObjectsClientContract), [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract)+ 5 more | - | -| | [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [save_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create)+ 9 more | - | -| | [build_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/build_saved_object.ts#:~:text=delete) | - | -| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=find), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find) | - | -| | [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=get), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=get) | - | -| | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=bulkGet) | - | -| | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=update) | - | -| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject)+ 4 more | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/plugin.ts#:~:text=savedObjects) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectsClientContract), [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=SavedObjectsClientContract), [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsClientContract), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObjectsClientContract)+ 5 more | - | +| | [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=create), [save_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=create)+ 9 more | - | +| | [build_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/build_saved_object.ts#:~:text=delete) | - | +| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=find), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=find) | - | +| | [initialize_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/initialize_saved_object.ts#:~:text=get), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=get) | - | +| | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=bulkGet) | - | +| | [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=update) | - | +| | [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject), [saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/saved_object.test.ts#:~:text=SimpleSavedObject)+ 4 more | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=simpleSavedObjectMock) | - | | | [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.test.ts#:~:text=SavedObject) | - | | | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=SavedObjectAttributes), [create_source.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/create_source.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [find_object_by_title.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/find_object_by_title.ts#:~:text=SavedObjectAttributes), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts#:~:text=SavedObjectAttributes)+ 15 more | - | | | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects/public/types.ts#:~:text=SavedObjectReference) | - | @@ -1249,7 +1270,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject) | - | | | [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference), [record.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference) | - | | | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - | -| | [management.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/services/management.test.ts#:~:text=migrations) | - | +| | [management.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/server/services/management.test.ts#:~:text=migrations) | - | @@ -1260,7 +1281,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - | | | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject)+ 3 more | - | | | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - | -| | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -1278,11 +1299,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | -| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_search/server/saved_objects/search.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -1321,8 +1342,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 | -| | [config.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/config.ts#:~:text=max) | - | +| | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 | +| | [config.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/server/config.ts#:~:text=max) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=authc) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=authc) | - | | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=userProfiles) | - | @@ -1342,7 +1363,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [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 | - | | | [dependencies_start_mock.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/mock/endpoint/dependencies_start_mock.ts#:~:text=indexPatterns) | - | -| | [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)+ 78 more | - | +| | [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)+ 34 more | - | | | [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) | - | | | [api.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/eql/api.ts#:~:text=options) | - | @@ -1361,11 +1382,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/timeline/cells/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/types/header_actions/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kuery/index.ts#:~:text=BrowserFields)+ 77 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyRequest) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse), [middleware.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#:~:text=IndexFieldsStrategyResponse) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject) | - | -| | [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/hooks/types.ts#:~:text=SimpleSavedObject) | - | +| | [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)+ 34 more | - | +| | [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_types.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes), [legacy_migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_migrations.ts#:~:text=SavedObjectAttributes) | - | | | [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=SavedObject), [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=SavedObject), [user_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/user_risk_score_dashboards.ts#:~:text=SavedObject), [user_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/user_risk_score_dashboards.ts#:~:text=SavedObject) | - | -| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=migrations), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=migrations), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=migrations), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=migrations), [saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts#:~:text=migrations) | - | -| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=convertToMultiNamespaceTypeVersion), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=convertToMultiNamespaceTypeVersion), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=migrations), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=migrations), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=migrations), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=migrations), [saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts#:~:text=migrations) | - | +| | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/notes.ts#:~:text=convertToMultiNamespaceTypeVersion), [pinned_events.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/pinned_events.ts#:~:text=convertToMultiNamespaceTypeVersion), [legacy_saved_object_mappings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/management/links.ts#:~:text=authc), [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/lib/kibana/hooks.ts#:~:text=authc) | - | | | [use_bulk_get_user_profiles.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_bulk_get_user_profiles.tsx#:~:text=userProfiles), [use_get_current_user_profile.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/user_profiles/use_get_current_user_profile.tsx#:~:text=userProfiles), [overlay.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/assistant/overlay.tsx#:~:text=userProfiles) | - | | | [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/request_context_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/plugin.ts#:~:text=audit) | - | @@ -1397,7 +1419,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [register_url_service_saved_object_type.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations) | - | +| | [register_url_service_saved_object_type.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations), [register_url_service_saved_object_type.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations) | - | @@ -1407,7 +1429,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | ---------------|-----------|-----------| | | [executor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/lib/rules/slo_burn_rate/executor.test.ts#:~:text=alertFactory) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [slo.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/saved_objects/slo.ts#:~:text=migrations) | - | +| | [slo.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/slo/server/saved_objects/slo.ts#:~:text=migrations) | - | @@ -1427,10 +1449,10 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [is_solution_nav_enabled.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/experiments/is_solution_nav_enabled.ts#:~:text=getVariation) | - | | | [on_post_auth_interceptor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.ts#:~:text=getKibanaFeatures), [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=getKibanaFeatures), [on_post_auth_interceptor.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts#:~:text=getKibanaFeatures) | 8.8.0 | | | [spaces_usage_collector.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/plugin.ts#:~:text=license%24), [spaces_usage_collector.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts#:~:text=license%24) | 8.8.0 | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/legacy_urls/types.ts#:~:text=ResolvedSimpleSavedObject) | - | | | [copy_to_space_flyout_internal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx#:~:text=createNewCopy) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations) | - | -| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=schemas) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=migrations) | - | +| | [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts#:~:text=schemas) | - | @@ -1456,7 +1478,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | | | [synthetics_private_location.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts#:~:text=policy_id) | - | | | [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [enablement.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc), [get_api_key.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts#:~:text=authc)+ 6 more | - | -| | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - | +| | [synthetics_monitor.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts#:~:text=migrations) | - | @@ -1464,8 +1486,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/saved_objects/index.ts#:~:text=migrations) | - | +| | [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes), [task_store.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/task_store.test.ts#:~:text=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/task_manager/server/saved_objects/index.ts#:~:text=migrations) | - | @@ -1492,8 +1514,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [filter_term_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx#:~:text=title), [use_data_view_exists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/hooks/use_data_view_exists.ts#:~:text=title), [common.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts#:~:text=title) | - | | | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 | | | [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc), [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc) | - | -| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | -| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | +| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | +| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | @@ -1524,7 +1546,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [value_suggestion_provider.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/autocomplete/providers/value_suggestion_provider.ts#:~:text=title), [fetch_index_patterns.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/query_string_input/fetch_index_patterns.ts#:~:text=title), [change_dataview.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/dataview_picker/change_dataview.tsx#:~:text=title) | - | | | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=getFieldByName) | - | | | [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_enum.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_enum.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById), [terms_agg.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/server/autocomplete/terms_agg.ts#:~:text=findIndexPatternById) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/unified_search/public/types.ts#:~:text=savedObjects) | - | @@ -1544,7 +1566,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [filter_group.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx#:~:text=title), [filters_expression_select.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx#:~:text=title) | - | -| | [uptime_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts#:~:text=migrations) | - | +| | [uptime_settings.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts#:~:text=migrations) | - | @@ -1597,7 +1619,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields), [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | | | [abstract_search_strategy.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts#:~:text=getNonScriptedFields), [fetch_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts#:~:text=getNonScriptedFields) | - | | | [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [index_patterns_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.ts#:~:text=title), [get_fields.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/server/lib/get_fields.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [index_patterns_utils.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/common/index_patterns_utils.test.ts#:~:text=title), [convert_series_to_datatable.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.ts#:~:text=title), [convert_series_to_datatable.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/components/lib/convert_series_to_datatable.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title), [datasource_info.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/convert_to_lens/lib/datasource/datasource_info.test.ts#:~:text=title)+ 2 more | - | -| | [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract), [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract) | - | +| | [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract), [query_input_bar_context.ts](https://github.com/elastic/kibana/tree/main/src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts#:~:text=SavedObjectsClientContract) | - | @@ -1616,19 +1638,19 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=registerSavedObjectToPanelMethod) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=registerEmbeddableFactory) | - | | | [search_selection.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx#:~:text=includeFields), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=includeFields) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=savedObjects), [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=savedObjects) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract), [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract) | - | -| | [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=delete) | - | -| | [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject) | - | -| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | -| | [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart), [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=savedObjects), [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=savedObjects) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract), [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract) | - | +| | [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=delete) | - | +| | [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [vis_type_alias_registry.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [find_object_by_title.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/find_object_by_title.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject), [show_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts#:~:text=SimpleSavedObject) | - | +| | [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions), [save_with_confirmation.test.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart), [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart) | - | | | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute) | - | | | [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes) | - | | | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectReference)+ 10 more | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=migrations) | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=schemas) | - | -| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=migrations) | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=schemas) | - | +| | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index eec2c54a654ab..f095c84634f47 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -17,7 +17,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| | savedObjectsTaggingOss | | [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | 8.8.0 | -| kibanaOverview | | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 | +| kibanaOverview | | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_overview/public/application.tsx#:~:text=appBasePath) | 8.8.0 | @@ -27,7 +27,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | --------|-------|-----------|-----------| | fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | | fleet | | [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/common/services/agent_policy_config.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode), [agent_policy_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/server/services/agent_policy_watch.test.ts#:~:text=mode) | 8.8.0 | -| fleet | | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 | +| fleet | | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/fleet/public/applications/integrations/index.tsx#:~:text=appBasePath) | 8.8.0 | @@ -35,8 +35,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| @kbn/core-application-browser-internal | | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 | -| @kbn/core | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 | +| @kbn/core-application-browser-internal | | [app_container.tsx](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [application_service.mock.ts](https://github.com/elastic/kibana/tree/main/packages/core/application/core-application-browser-mocks/src/application_service.mock.ts#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | 8.8.0 | +| @kbn/core | | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin), [plugin.ts](https://github.com/elastic/kibana/tree/main/packages/core/plugins/core-plugins-server-internal/src/plugin.ts#:~:text=AsyncPlugin) | 8.8.0 | @@ -63,7 +63,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | --------|-------|-----------|-----------| | upgradeAssistant | | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/server/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/remote_clusters/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/index_lifecycle_management/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/rollup/server/services/license.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/snapshot_restore/server/services/license.ts#:~:text=license%24) | 8.8.0 | | licenseManagement | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/license_management/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cross_cluster_replication/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/painless_lab/public/plugin.tsx#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/searchprofiler/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| management | | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 | +| management | | [application.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/management/public/application.tsx#:~:text=appBasePath) | 8.8.0 | @@ -93,7 +93,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | security | | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 | | security | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | security | | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 | -| security | | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 | +| security | | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | 8.8.0 | diff --git a/api_docs/dev_tools.devdocs.json b/api_docs/dev_tools.devdocs.json index 554b349547236..31f7b09093884 100644 --- a/api_docs/dev_tools.devdocs.json +++ b/api_docs/dev_tools.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -66,9 +66,9 @@ "(coreSetup: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ", @@ -91,9 +91,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index a9586b0d179f5..fa026a29908a5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json index e8d85a04993f6..93d502edc0287 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -1880,9 +1880,9 @@ ">; scopedHistory: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "; customizationCallbacks: ", @@ -1997,17 +1997,17 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTimeRange", + "section": "def-public.SerializedTimeRange", "text": "SerializedTimeRange" }, " & Partial) => Promise<", @@ -2281,9 +2281,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index a13e96b1f0685..2f5a53ec57b1c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; diff --git a/api_docs/discover_enhanced.devdocs.json b/api_docs/discover_enhanced.devdocs.json index 4b59c159e5a07..6c9606a1e5083 100644 --- a/api_docs/discover_enhanced.devdocs.json +++ b/api_docs/discover_enhanced.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "" @@ -117,9 +117,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -154,9 +154,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -209,9 +209,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -238,9 +238,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -472,9 +472,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, ">" diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index e2a165de95811..927b5a99af4c1 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-29 +date: 2024-07-30 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 3e6f0c3b2e482..81bc4cacdda23 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-29 +date: 2024-07-30 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 806ac0f39dcaa..208831b2c437d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.devdocs.json b/api_docs/elastic_assistant.devdocs.json index 41794bfa6daa2..0943f010a0d08 100644 --- a/api_docs/elastic_assistant.devdocs.json +++ b/api_docs/elastic_assistant.devdocs.json @@ -1604,9 +1604,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, any>" @@ -1683,17 +1683,17 @@ " & { alertingServiceProvider(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "): { preview: (args_0: Readonly<{} & { timeRange: string; sampleSize: number; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; }>) => Promise; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, spaceId: string, state?: ", @@ -1817,9 +1817,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" } ], diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index edbba4385706a..231ef97db2c75 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index 755bea40ba6a4..8e255f9f49ade 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -62,9 +62,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -407,9 +407,9 @@ ",", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" } ], @@ -688,9 +688,9 @@ "(panelPackage: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, ") => Promise" @@ -709,9 +709,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, "" @@ -735,9 +735,9 @@ "(idToRemove: string, { panelType, initialState }: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, ") => Promise" @@ -771,9 +771,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, "" @@ -2235,33 +2235,33 @@ " | undefined; readonly value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, "; error: (err: any) => void; forEach: { (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void): Promise; (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, "; closed: boolean; pipe: { (): ", @@ -2269,9 +2269,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">; (op1: ", @@ -2279,9 +2279,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>): ", @@ -2291,9 +2291,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2305,9 +2305,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2321,9 +2321,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2339,9 +2339,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2359,9 +2359,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2381,9 +2381,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2405,9 +2405,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2431,9 +2431,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2459,9 +2459,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -2489,9 +2489,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", @@ -2499,9 +2499,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", R>) => ", @@ -2511,9 +2511,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">; operator: ", @@ -2521,9 +2521,9 @@ " | undefined; subscribe: { (observerOrNext?: Partial<", @@ -2531,17 +2531,17 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">> | ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void) | undefined): ", @@ -2549,9 +2549,9 @@ "; (next?: ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", @@ -2559,25 +2559,25 @@ "; }; toPromise: { (): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; (PromiseCtor: PromiseConstructor): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; }; }" @@ -2597,25 +2597,25 @@ "(", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, " & Partial & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesViewMode", + "section": "def-public.PublishesViewMode", "text": "PublishesViewMode" }, ">) | undefined" @@ -4257,33 +4257,33 @@ " | undefined; readonly value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined; error: (err: any) => void; forEach: { (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void): Promise; (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined; closed: boolean; pipe: { (): ", @@ -4291,9 +4291,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (op1: ", @@ -4301,9 +4301,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>): ", @@ -4313,9 +4313,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4327,9 +4327,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4343,9 +4343,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4361,9 +4361,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4381,9 +4381,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4403,9 +4403,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4427,9 +4427,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4453,9 +4453,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4481,9 +4481,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -4511,9 +4511,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", @@ -4521,9 +4521,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, R>) => ", @@ -4533,9 +4533,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; operator: ", @@ -4543,9 +4543,9 @@ " | undefined; subscribe: { (observerOrNext?: Partial<", @@ -4553,17 +4553,17 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>> | ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void) | undefined): ", @@ -4571,9 +4571,9 @@ "; (next?: ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", @@ -4581,25 +4581,25 @@ "; }; toPromise: { (): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (PromiseCtor: PromiseConstructor): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; }; }" @@ -5549,9 +5549,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined" @@ -5794,9 +5794,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined" @@ -6102,9 +6102,9 @@ "() => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableAppContext", + "section": "def-public.EmbeddableAppContext", "text": "EmbeddableAppContext" }, " | undefined" @@ -6804,9 +6804,9 @@ "(appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined) => Promise" @@ -6843,9 +6843,9 @@ "ReadonlyMap | undefined" @@ -8827,17 +8827,17 @@ "({ container, onAddPanel, onClose, }: { container: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, "; onAddPanel?: ((id: string) => void) | undefined; onClose?: (() => void) | undefined; }) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -8866,9 +8866,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" } ], @@ -8959,17 +8959,17 @@ ", ParentApi extends ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializedChildState", + "section": "def-public.HasSerializedChildState", "text": "HasSerializedChildState" }, " = ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializedChildState", + "section": "def-public.HasSerializedChildState", "text": "HasSerializedChildState" }, ">({ type, maybeId, getParentApi, panelProps, onAnyStateChange, onApiAvailable, hidePanelChrome, }: { type: string; maybeId?: string | undefined; getParentApi: () => ParentApi; onApiAvailable?: ((api: Api) => void) | undefined; panelProps?: Pick<", @@ -8983,9 +8983,9 @@ ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideHeader\" | \"hideInspector\"> | undefined; hidePanelChrome?: boolean | undefined; onAnyStateChange?: ((state: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, ") => void) | undefined; }) => JSX.Element" @@ -9127,9 +9127,9 @@ "((state: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, ") => void) | undefined" @@ -9148,9 +9148,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, "" @@ -9666,41 +9666,41 @@ ",", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, ",", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPhaseEvents", + "section": "def-public.PublishesPhaseEvents", "text": "PublishesPhaseEvents" }, ",", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesUnsavedChanges", + "section": "def-public.PublishesUnsavedChanges", "text": "PublishesUnsavedChanges" }, ",", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializableState", + "section": "def-public.HasSerializableState", "text": "HasSerializableState" }, ",", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSnapshottableState", + "section": "def-public.HasSnapshottableState", "text": "HasSnapshottableState" }, "" @@ -12366,9 +12366,9 @@ "() => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableAppContext", + "section": "def-public.EmbeddableAppContext", "text": "EmbeddableAppContext" }, " | undefined" @@ -12838,9 +12838,9 @@ "(panelState: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, ") => ", @@ -12867,9 +12867,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, "" @@ -12897,17 +12897,17 @@ ", comparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, ") => Api & ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSnapshottableState", + "section": "def-public.HasSnapshottableState", "text": "HasSnapshottableState" }, ", uuid: string, parentApi: unknown, setApi: (api: ", @@ -12946,17 +12946,17 @@ ", comparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, ") => Api & ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSnapshottableState", + "section": "def-public.HasSnapshottableState", "text": "HasSnapshottableState" }, "" @@ -13251,9 +13251,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { value?: any; eventId?: string | undefined; columnMeta?: ", @@ -13444,9 +13444,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { data: { table: Pick<", @@ -13528,9 +13528,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { table: ", @@ -13620,9 +13620,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { data: { table: Pick<", diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 2eb670884076f..5c17a021fed4f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.devdocs.json b/api_docs/embeddable_enhanced.devdocs.json index 0447485d315cf..a9e2fd9be15e6 100644 --- a/api_docs/embeddable_enhanced.devdocs.json +++ b/api_docs/embeddable_enhanced.devdocs.json @@ -30,9 +30,9 @@ "; } | undefined) => void; dynamicActionsState$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<{ dynamicActions: ", @@ -134,9 +134,9 @@ "; } | undefined) => void; dynamicActionsState$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<{ dynamicActions: ", @@ -316,9 +316,9 @@ "; } | undefined) => void; dynamicActionsState$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<{ dynamicActions: ", @@ -363,9 +363,9 @@ "; } | undefined) => void) | undefined; dynamicActionsState$?: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<{ dynamicActions: ", diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index 8c70c774349e1..21ef9064f44dc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; diff --git a/api_docs/encrypted_saved_objects.devdocs.json b/api_docs/encrypted_saved_objects.devdocs.json index efe41fad0e94a..09416a87faa69 100644 --- a/api_docs/encrypted_saved_objects.devdocs.json +++ b/api_docs/encrypted_saved_objects.devdocs.json @@ -209,25 +209,25 @@ "(encryptedDoc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ") => encryptedDoc is ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -247,17 +247,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -279,25 +279,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -317,9 +317,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -346,9 +346,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" } ], @@ -439,9 +439,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined) => Promise<", @@ -498,9 +498,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined" @@ -526,25 +526,25 @@ "(findOptions: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" }, ", dependencies?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsPointInTimeFinder", + "section": "def-server.ISavedObjectsPointInTimeFinder", "text": "ISavedObjectsPointInTimeFinder" }, ">" @@ -565,9 +565,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" } ], @@ -588,9 +588,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined" @@ -827,25 +827,25 @@ "(encryptedDoc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ") => encryptedDoc is ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -865,17 +865,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -1018,9 +1018,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" } ], diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index f097e187aea26..9be42a4f17aa6 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-29 +date: 2024-07-30 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 dc8e099b5f7fe..681fbc0b54e22 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-29 +date: 2024-07-30 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 70a757ea7b6b2..1ec7efb0d2995 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.devdocs.json b/api_docs/es_ui_shared.devdocs.json index ef2d88394f1bd..828eb8c02dfed 100644 --- a/api_docs/es_ui_shared.devdocs.json +++ b/api_docs/es_ui_shared.devdocs.json @@ -516,9 +516,9 @@ "(httpClient: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", { path, method, body, query, version, asSystemRequest }: ", @@ -553,9 +553,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -618,9 +618,9 @@ "(httpClient: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", { path, method, query, body, pollIntervalMs, initialData, deserializer, version, }: ", @@ -655,9 +655,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1059,9 +1059,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchQuery", + "section": "def-public.HttpFetchQuery", "text": "HttpFetchQuery" }, " | undefined" @@ -1569,9 +1569,9 @@ "({ error, response, handleCustomError, }: EsErrorHandlerParams) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index 59426fea0d7c7..dbfe2f97c790b 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-29 +date: 2024-07-30 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 cc2d2f4438225..f3c8708fb939b 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-29 +date: 2024-07-30 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 2651d786efdd4..4017b8012b718 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- import esqlDataGridObj from './esql_data_grid.devdocs.json'; diff --git a/api_docs/event_annotation.devdocs.json b/api_docs/event_annotation.devdocs.json index db21d5f93ef8c..008a69c12c41d 100644 --- a/api_docs/event_annotation.devdocs.json +++ b/api_docs/event_annotation.devdocs.json @@ -687,9 +687,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index b110d777e346d..581ff697067e8 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-29 +date: 2024-07-30 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 235b5082cc771..81ade58037ba8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.devdocs.json b/api_docs/event_log.devdocs.json index f1b29366f28a0..b90ea6139d7d3 100644 --- a/api_docs/event_log.devdocs.json +++ b/api_docs/event_log.devdocs.json @@ -1810,9 +1810,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -1838,9 +1838,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index 0a8fd9bc7040c..3f1a43d99d0b9 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.devdocs.json b/api_docs/exploratory_view.devdocs.json index 36ba8117b49dd..cc89d74f52692 100644 --- a/api_docs/exploratory_view.devdocs.json +++ b/api_docs/exploratory_view.devdocs.json @@ -1146,9 +1146,9 @@ "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; updater$: ", @@ -1156,9 +1156,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; }) => void; }" diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index 40d531c5b05fb..ce8b8148533dd 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_error.devdocs.json b/api_docs/expression_error.devdocs.json index e7816c0a58eb7..a08a32b04b3cb 100644 --- a/api_docs/expression_error.devdocs.json +++ b/api_docs/expression_error.devdocs.json @@ -14,9 +14,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -43,9 +43,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -70,9 +70,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -101,9 +101,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -130,9 +130,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -161,9 +161,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -190,9 +190,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -223,9 +223,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index edc5fcac86ea0..0971c57316b4b 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-29 +date: 2024-07-30 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 2c0b5afe4f422..d44a7ee5fad5f 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-29 +date: 2024-07-30 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 23e49d36397e0..6d81cb17422ca 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_image.devdocs.json b/api_docs/expression_image.devdocs.json index a87a058aa1517..cd97cdcab7462 100644 --- a/api_docs/expression_image.devdocs.json +++ b/api_docs/expression_image.devdocs.json @@ -16,9 +16,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -55,9 +55,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -82,9 +82,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -119,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index 5d0471a678216..c9460498ceb47 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-29 +date: 2024-07-30 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 434731be5d756..71aebfdc9d30c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric.devdocs.json b/api_docs/expression_metric.devdocs.json index 674dd738fe29d..e8189d6563dba 100644 --- a/api_docs/expression_metric.devdocs.json +++ b/api_docs/expression_metric.devdocs.json @@ -16,9 +16,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -55,9 +55,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -82,9 +82,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -119,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index 25c17eae4775e..a36ca13f9886a 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-29 +date: 2024-07-30 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 5b0df6fff8da6..63e29e1cc67fd 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-29 +date: 2024-07-30 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 3cbc52384a35c..2e8e55fed1881 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_repeat_image.devdocs.json b/api_docs/expression_repeat_image.devdocs.json index 422ce910e589d..52ed8295927b5 100644 --- a/api_docs/expression_repeat_image.devdocs.json +++ b/api_docs/expression_repeat_image.devdocs.json @@ -16,9 +16,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -55,9 +55,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -82,9 +82,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -119,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index d4c6e87210428..54390ab63b223 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] --- import expressionRepeatImageObj from './expression_repeat_image.devdocs.json'; diff --git a/api_docs/expression_reveal_image.devdocs.json b/api_docs/expression_reveal_image.devdocs.json index 950dce68bd57a..de4fda2827e3d 100644 --- a/api_docs/expression_reveal_image.devdocs.json +++ b/api_docs/expression_reveal_image.devdocs.json @@ -16,9 +16,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -49,9 +49,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -76,9 +76,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -107,9 +107,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index 5eb8dd37227e9..679251f02e207 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] --- import expressionRevealImageObj from './expression_reveal_image.devdocs.json'; diff --git a/api_docs/expression_shape.devdocs.json b/api_docs/expression_shape.devdocs.json index 1faa509a94f5a..e8b61456d0dd6 100644 --- a/api_docs/expression_shape.devdocs.json +++ b/api_docs/expression_shape.devdocs.json @@ -40,9 +40,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -79,9 +79,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -108,9 +108,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">) => () => ", @@ -147,9 +147,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -222,9 +222,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -259,9 +259,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -334,9 +334,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => () => ", @@ -371,9 +371,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index 8b267e7e8bb14..38ab19ae413d5 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-29 +date: 2024-07-30 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 4dc2a3e1e81c3..86931a3ccb354 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-29 +date: 2024-07-30 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 a83dbc1d6db33..c22f15668cd51 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.devdocs.json b/api_docs/expressions.devdocs.json index 646439bc16dde..bd5cba1457945 100644 --- a/api_docs/expressions.devdocs.json +++ b/api_docs/expressions.devdocs.json @@ -4014,9 +4014,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -4065,9 +4065,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -4091,9 +4091,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => ", @@ -4119,9 +4119,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -4145,9 +4145,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ") => ", @@ -4173,9 +4173,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -7272,9 +7272,9 @@ "(() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") | undefined" @@ -16792,9 +16792,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -16863,9 +16863,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -16889,9 +16889,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ") => ", @@ -16917,9 +16917,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -16943,9 +16943,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ") => ", @@ -16971,9 +16971,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -18780,9 +18780,9 @@ "(() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") | undefined" @@ -30972,9 +30972,9 @@ "(() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") | undefined" @@ -32626,9 +32626,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index c4d1ca8ccff2c..ecb6884ac929c 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-29 +date: 2024-07-30 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 b69166ce1ec28..f27b224f2d8c3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.devdocs.json'; diff --git a/api_docs/field_formats.devdocs.json b/api_docs/field_formats.devdocs.json index c0d04c8516b70..b4cab8626387a 100644 --- a/api_docs/field_formats.devdocs.json +++ b/api_docs/field_formats.devdocs.json @@ -827,9 +827,9 @@ "(uiSettings: ", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" }, ") => Promise<", @@ -858,9 +858,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 1077a7e70be3a..758b4097b5306 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-29 +date: 2024-07-30 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 c077e40456ea3..3122a379c8b5d 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-29 +date: 2024-07-30 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 a6206468d60d1..fb3c2c8e046f4 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- import fileUploadObj from './file_upload.devdocs.json'; diff --git a/api_docs/files.devdocs.json b/api_docs/files.devdocs.json index 834e9950abb4b..f66d17574d9a0 100644 --- a/api_docs/files.devdocs.json +++ b/api_docs/files.devdocs.json @@ -3444,9 +3444,9 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3474,9 +3474,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 59ff77ec22df3..5dc5362b1665d 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-29 +date: 2024-07-30 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 a9c2510202350..bdbbcc5a56ac2 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-29 +date: 2024-07-30 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 2ad4cfa26a475..4fc99a2291eff 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -338,9 +338,9 @@ "[appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined] | undefined" @@ -442,9 +442,9 @@ "[appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined] | undefined" @@ -482,9 +482,9 @@ "[appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined] | undefined" @@ -506,9 +506,9 @@ "[appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined] | undefined" @@ -670,9 +670,9 @@ " extends ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ",", @@ -5781,9 +5781,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", pathPrefix: string | undefined) => Promise<", @@ -5804,9 +5804,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6145,9 +6145,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", id: string, withPackagePolicies?: boolean) => Promise<", @@ -6175,9 +6175,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6220,17 +6220,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options: Readonly<{ page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; kuery?: any; showUpgradeable?: boolean | undefined; } & {}> & { withPackagePolicies?: boolean | undefined; fields?: string[] | undefined; esClient?: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, " | undefined; withAgentCount?: boolean | undefined; }) => Promise<{ items: ", @@ -6258,9 +6258,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6279,9 +6279,9 @@ "Readonly<{ page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; kuery?: any; showUpgradeable?: boolean | undefined; } & {}> & { withPackagePolicies?: boolean | undefined; fields?: string[] | undefined; esClient?: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, " | undefined; withAgentCount?: boolean | undefined; }" @@ -6303,9 +6303,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", id: string, options?: { standalone: boolean; } | undefined) => Promise<", @@ -6333,9 +6333,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6381,9 +6381,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", ids: (string | { id: string; spaceId?: string | undefined; })[], options?: { fields?: string[] | undefined; withPackagePolicies?: boolean | undefined; ignoreMissing?: boolean | undefined; }) => Promise<", @@ -6411,9 +6411,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6462,9 +6462,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => Promise<{ updatedPolicies: Partial<", @@ -6500,9 +6500,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6523,9 +6523,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", { perPage, kuery }?: ", @@ -6547,9 +6547,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6584,9 +6584,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", { perPage, kuery, sortOrder, sortField, fields, }?: ", @@ -6616,9 +6616,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -6679,9 +6679,9 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -6707,9 +6707,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -8878,17 +8878,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", packagePolicy: ", @@ -8920,17 +8920,17 @@ " | undefined; } | undefined, context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise<", @@ -8957,9 +8957,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -8978,9 +8978,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -9188,9 +9188,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -9210,9 +9210,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -9236,9 +9236,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", packagePolicy: ", @@ -9267,9 +9267,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9307,17 +9307,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", packagePolicies: ", @@ -9372,9 +9372,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9393,9 +9393,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -9511,17 +9511,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", packagePolicyUpdates: ", @@ -9574,9 +9574,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9595,9 +9595,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -9705,9 +9705,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", id: string) => Promise<", @@ -9734,9 +9734,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9774,9 +9774,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", agentPolicyId: string) => Promise<", @@ -9803,9 +9803,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9843,9 +9843,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", ids: string[], options?: { ignoreMissing?: boolean | undefined; } | undefined) => Promise<", @@ -9872,9 +9872,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9939,9 +9939,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options: ", @@ -9984,9 +9984,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10031,9 +10031,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options: ", @@ -10068,9 +10068,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10114,17 +10114,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", id: string, packagePolicyUpdate: ", @@ -10167,9 +10167,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10188,9 +10188,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -10326,17 +10326,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", ids: string[], options?: { user?: ", @@ -10350,17 +10350,17 @@ " | undefined; skipUnassignFromAgentPolicies?: boolean | undefined; force?: boolean | undefined; } | undefined, context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise<", @@ -10387,9 +10387,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10408,9 +10408,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -10506,9 +10506,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -10528,9 +10528,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -10554,17 +10554,17 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", ids: string[], options?: { user?: ", @@ -10607,9 +10607,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10628,9 +10628,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -10753,9 +10753,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", id: string, packagePolicy?: ", @@ -10790,9 +10790,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10867,9 +10867,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", newPolicy: ", @@ -10904,9 +10904,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10950,9 +10950,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", pkgName: string, logger?: ", @@ -10987,9 +10987,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11083,33 +11083,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise | undefined" @@ -11307,33 +11307,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise" @@ -11367,9 +11367,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11388,9 +11388,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -11409,9 +11409,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -11431,9 +11431,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -11465,33 +11465,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise" @@ -11531,9 +11531,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11552,9 +11552,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -11573,9 +11573,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -11595,9 +11595,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -11621,9 +11621,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", id: string) => Promise<{ packagePolicy: ", @@ -11660,9 +11660,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11702,9 +11702,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options?: ", @@ -11725,9 +11725,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11768,9 +11768,9 @@ "(soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options?: ", @@ -11799,9 +11799,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -11854,9 +11854,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -11882,9 +11882,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -12001,33 +12001,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise<", @@ -12075,9 +12075,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -13331,9 +13331,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -13352,9 +13352,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -13379,33 +13379,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise" @@ -13446,9 +13446,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -14702,9 +14702,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -14723,9 +14723,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -14756,33 +14756,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise<", @@ -14830,9 +14830,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -16086,9 +16086,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -16107,9 +16107,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -16142,33 +16142,33 @@ " | undefined; policy_id?: string | undefined; policy_ids?: string[] | undefined; statusCode?: number | undefined; body?: { message: string; } | undefined; }>, soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise" @@ -16211,9 +16211,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -17467,9 +17467,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -17488,9 +17488,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -17521,33 +17521,33 @@ ", soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", context?: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined, request?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined) => Promise<", @@ -17595,9 +17595,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -18851,9 +18851,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " | undefined" @@ -18872,9 +18872,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" @@ -18946,9 +18946,9 @@ "{ fromRequest(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "): Promise<", @@ -23015,9 +23015,9 @@ " extends ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchQuery", + "section": "def-public.HttpFetchQuery", "text": "HttpFetchQuery" } ], diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index bb5fd3425f3a3..cc67ace3fde26 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; diff --git a/api_docs/global_search.devdocs.json b/api_docs/global_search.devdocs.json index 698f2bfcca06f..3a8504154c8f2 100644 --- a/api_docs/global_search.devdocs.json +++ b/api_docs/global_search.devdocs.json @@ -95,9 +95,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, " | undefined" @@ -228,9 +228,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, " | undefined" @@ -689,9 +689,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, " | undefined" @@ -727,25 +727,25 @@ "{ savedObjects: { client: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, "; typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; }; uiSettings: { client: ", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" }, "; }; capabilities: ", @@ -822,9 +822,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, " | undefined" @@ -1301,9 +1301,9 @@ ", request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -1313,9 +1313,9 @@ ">; getSearchableTypes: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise; }" diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 7c550a8f0475d..6fd03482a1dd2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/guided_onboarding.devdocs.json b/api_docs/guided_onboarding.devdocs.json index 92b8ddcf52613..81de23b88ea60 100644 --- a/api_docs/guided_onboarding.devdocs.json +++ b/api_docs/guided_onboarding.devdocs.json @@ -26,9 +26,9 @@ "(httpClient: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", isCloudEnabled: boolean) => void" @@ -47,9 +47,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 8c2eb1d3e7333..9efc9d8eea0b5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- import guidedOnboardingObj from './guided_onboarding.devdocs.json'; diff --git a/api_docs/home.devdocs.json b/api_docs/home.devdocs.json index 7c9568e675d17..9b0d1630b9437 100644 --- a/api_docs/home.devdocs.json +++ b/api_docs/home.devdocs.json @@ -1747,9 +1747,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-server.IStaticAssets", "text": "IStaticAssets" } ], diff --git a/api_docs/home.mdx b/api_docs/home.mdx index 6719863942f50..31878107d0bfa 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-29 +date: 2024-07-30 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 923924204ae85..c599740eb016f 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-29 +date: 2024-07-30 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 92f27fa89afe3..4fbffc14611df 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; diff --git a/api_docs/index_management.devdocs.json b/api_docs/index_management.devdocs.json index ed25945f29b17..f0b2487774725 100644 --- a/api_docs/index_management.devdocs.json +++ b/api_docs/index_management.devdocs.json @@ -497,9 +497,9 @@ "(deps: { history: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "; }) => React.FC<", @@ -537,9 +537,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index 89a4b8dd78f9c..24b423e414ef1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/infra.devdocs.json b/api_docs/infra.devdocs.json index e15dee2fa1f69..29f2b00c3936e 100644 --- a/api_docs/infra.devdocs.json +++ b/api_docs/infra.devdocs.json @@ -443,9 +443,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -463,9 +463,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 749d1bca21de1..f30a8dcc31bff 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-29 +date: 2024-07-30 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 01df57b953f8c..fabb962ccb942 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.devdocs.json b/api_docs/inspector.devdocs.json index 96e973827bd75..42a5c59e20578 100644 --- a/api_docs/inspector.devdocs.json +++ b/api_docs/inspector.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -86,9 +86,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -112,9 +112,9 @@ "(_core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => { registerView: (view: ", @@ -143,9 +143,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -169,9 +169,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", startDeps: ", @@ -203,9 +203,9 @@ " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, "; }" @@ -224,9 +224,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -1422,9 +1422,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -1607,9 +1607,9 @@ " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index fbfeeb16c794b..682d551b55336 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx index a174ebd9a3cfd..167d3394ee4c6 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-29 +date: 2024-07-30 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 d51fcfea63830..a52fb54ca6b68 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/investigate.devdocs.json b/api_docs/investigate.devdocs.json index 9b7a37c53895d..7048808862f2d 100644 --- a/api_docs/investigate.devdocs.json +++ b/api_docs/investigate.devdocs.json @@ -145,7 +145,7 @@ "label": "getEsFilterFromGlobalParameters", "description": [], "signature": [ - "({\n query,\n filters,\n timeRange,\n}: Partial<", + "({\n filters,\n timeRange,\n}: Partial<", "GlobalWidgetParameters", ">) => { bool: ", { @@ -166,7 +166,7 @@ "id": "def-public.getEsFilterFromGlobalParameters.$1", "type": "Object", "tags": [], - "label": "{\n query,\n filters,\n timeRange,\n}", + "label": "{\n filters,\n timeRange,\n}", "description": [], "signature": [ "Partial<", @@ -488,20 +488,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "investigate", - "id": "def-public.GlobalWidgetParameters.query", - "type": "Object", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "{ query: string; language: \"kuery\"; }" - ], - "path": "x-pack/plugins/observability_solution/investigate/common/types.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "investigate", "id": "def-public.GlobalWidgetParameters.filters", diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index 554a0f617634e..8c73c72169827 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- import investigateObj from './investigate.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 134 | 0 | 134 | 6 | +| 133 | 0 | 133 | 6 | ## Client diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx index 605d30eeef8ff..2585fb04b3f46 100644 --- a/api_docs/investigate_app.mdx +++ b/api_docs/investigate_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigateApp title: "investigateApp" image: https://source.unsplash.com/400x175/?github description: API docs for the investigateApp plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp'] --- import investigateAppObj from './investigate_app.devdocs.json'; diff --git a/api_docs/kbn_ace.mdx b/api_docs/kbn_ace.mdx index f23f4af2eefaa..121690c37f47f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace'] --- import kbnAceObj from './kbn_ace.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 782fca1108644..e252d9d69885b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.devdocs.json b/api_docs/kbn_aiops_components.devdocs.json index 419bdbb09aee1..f6a24b9e21f89 100644 --- a/api_docs/kbn_aiops_components.devdocs.json +++ b/api_docs/kbn_aiops_components.devdocs.json @@ -362,9 +362,9 @@ "; uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, "; }" diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 60d72092d8598..3c397798f9322 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-29 +date: 2024-07-30 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 bfe423635b4b0..ff2cc18428888 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_aiops_log_rate_analysis.devdocs.json index 5871592cf4032..a21725ead2b9a 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.devdocs.json +++ b/api_docs/kbn_aiops_log_rate_analysis.devdocs.json @@ -1149,15 +1149,12 @@ { "parentPluginId": "@kbn/aiops-log-rate-analysis", "id": "def-common.LogRateHistogramItem.time", - "type": "CompoundType", + "type": "number", "tags": [], "label": "time", "description": [ "\nTime of bucket" ], - "signature": [ - "string | number" - ], "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", "deprecated": false, "trackAdoption": false diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index e535f163fe40e..afb53e5878408 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-29 +date: 2024-07-30 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 2336d65cc4a82..d1b33fa4aded8 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-29 +date: 2024-07-30 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 4213e321073b7..dc7302665f847 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-29 +date: 2024-07-30 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 3a7ff898e9503..b3a166274f3d9 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_alerting_types.devdocs.json index 58c056060a85b..51c85cf8a437e 100644 --- a/api_docs/kbn_alerting_types.devdocs.json +++ b/api_docs/kbn_alerting_types.devdocs.json @@ -742,6 +742,221 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField", + "type": "Interface", + "tags": [], + "label": "BrowserField", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.aggregatable", + "type": "boolean", + "tags": [], + "label": "aggregatable", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.category", + "type": "string", + "tags": [], + "label": "category", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.description", + "type": "CompoundType", + "tags": [], + "label": "description", + "description": [], + "signature": [ + "string | null | undefined" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.example", + "type": "CompoundType", + "tags": [], + "label": "example", + "description": [], + "signature": [ + "string | number | null | undefined" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.fields", + "type": "Object", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + "{ readonly [x: string]: Partial<", + { + "pluginId": "@kbn/alerting-types", + "scope": "common", + "docId": "kibKbnAlertingTypesPluginApi", + "section": "def-common.BrowserField", + "text": "BrowserField" + }, + ">; }" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.format", + "type": "Object", + "tags": [], + "label": "format", + "description": [], + "signature": [ + { + "pluginId": "fieldFormats", + "scope": "common", + "docId": "kibFieldFormatsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + "<{}, ", + { + "pluginId": "@kbn/utility-types", + "scope": "common", + "docId": "kibKbnUtilityTypesPluginApi", + "section": "def-common.SerializableRecord", + "text": "SerializableRecord" + }, + "> | undefined" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.indexes", + "type": "Array", + "tags": [], + "label": "indexes", + "description": [], + "signature": [ + "string[]" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.searchable", + "type": "boolean", + "tags": [], + "label": "searchable", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.subType", + "type": "CompoundType", + "tags": [], + "label": "subType", + "description": [], + "signature": [ + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.IFieldSubType", + "text": "IFieldSubType" + }, + " | undefined" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.readFromDocValues", + "type": "boolean", + "tags": [], + "label": "readFromDocValues", + "description": [], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserField.runtimeField", + "type": "Object", + "tags": [], + "label": "runtimeField", + "description": [], + "signature": [ + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.RuntimeField", + "text": "RuntimeField" + }, + " | undefined" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/alerting-types", "id": "def-common.IntervalSchedule", @@ -2894,6 +3109,29 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/alerting-types", + "id": "def-common.BrowserFields", + "type": "Type", + "tags": [], + "label": "BrowserFields", + "description": [], + "signature": [ + "{ [x: string]: Partial<", + { + "pluginId": "@kbn/alerting-types", + "scope": "common", + "docId": "kibKbnAlertingTypesPluginApi", + "section": "def-common.BrowserField", + "text": "BrowserField" + }, + ">; }" + ], + "path": "packages/kbn-alerting-types/alert_fields_type.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/alerting-types", "id": "def-common.DefaultActionGroupId", @@ -3010,9 +3248,9 @@ "[]; } & Omit<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index d70a107fa9268..285b133e2d77c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_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 | |-------------------|-----------|------------------------|-----------------| -| 202 | 0 | 199 | 0 | +| 217 | 0 | 214 | 0 | ## Common diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index a911f12a39cb3..05cb78fa08362 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_alerts_grouping.devdocs.json index f734613aca44b..718a5c1791d96 100644 --- a/api_docs/kbn_alerts_grouping.devdocs.json +++ b/api_docs/kbn_alerts_grouping.devdocs.json @@ -438,9 +438,9 @@ "{ notifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, "; dataViews: ", @@ -454,9 +454,9 @@ "; http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; }" diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index 56f660bea479f..b927c515dce19 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-29 +date: 2024-07-30 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 54658a6bf9d49..b5c33068763e4 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/alerts-ui-shared", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AddMessageVariables", + "id": "def-public.AddMessageVariables", "type": "Function", "tags": [], "label": "AddMessageVariables", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AddMessageVariables.$1", + "id": "def-public.AddMessageVariables.$1", "type": "CompoundType", "tags": [], "label": "{\n buttonTitle,\n messageVariables,\n paramsProperty,\n onSelectEventHandler,\n showButtonTitle = false,\n}", @@ -54,7 +38,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertFieldsTable", + "id": "def-public.AlertFieldsTable", "type": "Function", "tags": [], "label": "AlertFieldsTable", @@ -65,17 +49,17 @@ "React.NamedExoticComponent<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertFieldsTableProps", + "section": "def-public.AlertFieldsTableProps", "text": "AlertFieldsTableProps" }, "> & { readonly type: ({ alert, fields }: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertFieldsTableProps", + "section": "def-public.AlertFieldsTableProps", "text": "AlertFieldsTableProps" }, ") => JSX.Element; }" @@ -87,7 +71,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertFieldsTable.$1", + "id": "def-public.AlertFieldsTable.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -104,7 +88,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertLifecycleStatusBadge", + "id": "def-public.AlertLifecycleStatusBadge", "type": "Function", "tags": [], "label": "AlertLifecycleStatusBadge", @@ -113,17 +97,17 @@ "React.NamedExoticComponent<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertLifecycleStatusBadgeProps", + "section": "def-public.AlertLifecycleStatusBadgeProps", "text": "AlertLifecycleStatusBadgeProps" }, "> & { readonly type: (props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertLifecycleStatusBadgeProps", + "section": "def-public.AlertLifecycleStatusBadgeProps", "text": "AlertLifecycleStatusBadgeProps" }, ") => JSX.Element; }" @@ -135,7 +119,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertLifecycleStatusBadge.$1", + "id": "def-public.AlertLifecycleStatusBadge.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -152,7 +136,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBar", + "id": "def-public.AlertsSearchBar", "type": "Function", "tags": [], "label": "AlertsSearchBar", @@ -161,9 +145,9 @@ "({ appName, disableQueryLanguageSwitcher, featureIds, ruleTypeId, query, filters, onQueryChange, onQuerySubmit, onFiltersUpdated, rangeFrom, rangeTo, showFilterBar, showDatePicker, showSubmitButton, placeholder, submitOnBlur, http, toasts, unifiedSearchBar, dataViewsService, }: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertsSearchBarProps", + "section": "def-public.AlertsSearchBarProps", "text": "AlertsSearchBarProps" }, ") => React.ReactElement>" @@ -174,7 +158,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBar.$1", + "id": "def-public.AlertsSearchBar.$1", "type": "Object", "tags": [], "label": "{\n appName,\n disableQueryLanguageSwitcher = false,\n featureIds,\n ruleTypeId,\n query,\n filters,\n onQueryChange,\n onQuerySubmit,\n onFiltersUpdated,\n rangeFrom,\n rangeTo,\n showFilterBar = false,\n showDatePicker = true,\n showSubmitButton = true,\n placeholder = SEARCH_BAR_PLACEHOLDER,\n submitOnBlur = false,\n http,\n toasts,\n unifiedSearchBar,\n dataViewsService,\n}", @@ -182,9 +166,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.AlertsSearchBarProps", + "section": "def-public.AlertsSearchBarProps", "text": "AlertsSearchBarProps" } ], @@ -199,7 +183,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MaintenanceWindowCallout", + "id": "def-public.MaintenanceWindowCallout", "type": "Function", "tags": [], "label": "MaintenanceWindowCallout", @@ -215,7 +199,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MaintenanceWindowCallout.$1", + "id": "def-public.MaintenanceWindowCallout.$1", "type": "Object", "tags": [], "label": "{\n kibanaServices,\n categories,\n}", @@ -226,7 +210,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MaintenanceWindowCallout.$1.kibanaServices", + "id": "def-public.MaintenanceWindowCallout.$1.kibanaServices", "type": "Object", "tags": [], "label": "kibanaServices", @@ -240,7 +224,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MaintenanceWindowCallout.$1.categories", + "id": "def-public.MaintenanceWindowCallout.$1.categories", "type": "Array", "tags": [], "label": "categories", @@ -260,7 +244,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ScrollableFlyoutTabbedContent", + "id": "def-public.ScrollableFlyoutTabbedContent", "type": "Function", "tags": [], "label": "ScrollableFlyoutTabbedContent", @@ -276,7 +260,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ScrollableFlyoutTabbedContent.$1", + "id": "def-public.ScrollableFlyoutTabbedContent.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -295,7 +279,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useAlertDataView", + "id": "def-public.useAlertDataView", "type": "Function", "tags": [], "label": "useAlertDataView", @@ -304,17 +288,17 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseAlertDataViewProps", + "section": "def-public.UseAlertDataViewProps", "text": "UseAlertDataViewProps" }, ") => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseAlertDataViewResult", + "section": "def-public.UseAlertDataViewResult", "text": "UseAlertDataViewResult" } ], @@ -324,7 +308,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useAlertDataView.$1", + "id": "def-public.useAlertDataView.$1", "type": "Object", "tags": [], "label": "props", @@ -332,9 +316,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseAlertDataViewProps", + "section": "def-public.UseAlertDataViewProps", "text": "UseAlertDataViewProps" } ], @@ -349,7 +333,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useCreateRule", + "id": "def-public.useCreateRule", "type": "Function", "tags": [], "label": "useCreateRule", @@ -358,9 +342,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseCreateRuleProps", + "section": "def-public.UseCreateRuleProps", "text": "UseCreateRuleProps" }, ") => ", @@ -368,25 +352,25 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.Rule", + "section": "def-public.Rule", "text": "Rule" }, "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>, { formData: ", @@ -394,9 +378,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">; }, unknown>" @@ -407,7 +391,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useCreateRule.$1", + "id": "def-public.useCreateRule.$1", "type": "Object", "tags": [], "label": "props", @@ -415,9 +399,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseCreateRuleProps", + "section": "def-public.UseCreateRuleProps", "text": "UseCreateRuleProps" } ], @@ -432,7 +416,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useFindAlertsQuery", + "id": "def-public.useFindAlertsQuery", "type": "Function", "tags": [], "label": "useFindAlertsQuery", @@ -443,9 +427,9 @@ "({ http, toasts, enabled, params, }: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseFindAlertsQueryProps", + "section": "def-public.UseFindAlertsQueryProps", "text": "UseFindAlertsQueryProps" }, ") => ", @@ -460,7 +444,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useFindAlertsQuery.$1", + "id": "def-public.useFindAlertsQuery.$1", "type": "Object", "tags": [], "label": "{\n http,\n toasts,\n enabled = true,\n params,\n}", @@ -468,9 +452,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseFindAlertsQueryProps", + "section": "def-public.UseFindAlertsQueryProps", "text": "UseFindAlertsQueryProps" } ], @@ -485,7 +469,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useGetAlertsGroupAggregationsQuery", + "id": "def-public.useGetAlertsGroupAggregationsQuery", "type": "Function", "tags": [], "label": "useGetAlertsGroupAggregationsQuery", @@ -496,9 +480,9 @@ "({ http, toasts, enabled, params, }: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseGetAlertsGroupAggregationsQueryProps", + "section": "def-public.UseGetAlertsGroupAggregationsQueryProps", "text": "UseGetAlertsGroupAggregationsQueryProps" }, ") => ", @@ -513,7 +497,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useGetAlertsGroupAggregationsQuery.$1", + "id": "def-public.useGetAlertsGroupAggregationsQuery.$1", "type": "Object", "tags": [], "label": "{\n http,\n toasts,\n enabled = true,\n params,\n}", @@ -521,9 +505,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseGetAlertsGroupAggregationsQueryProps", + "section": "def-public.UseGetAlertsGroupAggregationsQueryProps", "text": "UseGetAlertsGroupAggregationsQueryProps" } ], @@ -538,7 +522,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useHealthCheck", + "id": "def-public.useHealthCheck", "type": "Function", "tags": [], "label": "useHealthCheck", @@ -547,9 +531,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseHealthCheckProps", + "section": "def-public.UseHealthCheckProps", "text": "UseHealthCheckProps" }, ") => { isLoading: boolean; isInitialLoading: boolean; error: \"alertsError\" | \"encryptionError\" | \"apiKeysDisabledError\" | \"apiKeysAndEncryptionError\" | null; }" @@ -560,7 +544,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useHealthCheck.$1", + "id": "def-public.useHealthCheck.$1", "type": "Object", "tags": [], "label": "props", @@ -568,9 +552,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseHealthCheckProps", + "section": "def-public.UseHealthCheckProps", "text": "UseHealthCheckProps" } ], @@ -585,7 +569,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadAlertingFrameworkHealth", + "id": "def-public.useLoadAlertingFrameworkHealth", "type": "Function", "tags": [], "label": "useLoadAlertingFrameworkHealth", @@ -594,9 +578,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadAlertingFrameworkHealthProps", + "section": "def-public.UseLoadAlertingFrameworkHealthProps", "text": "UseLoadAlertingFrameworkHealthProps" }, ") => { data: ", @@ -615,7 +599,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadAlertingFrameworkHealth.$1", + "id": "def-public.useLoadAlertingFrameworkHealth.$1", "type": "Object", "tags": [], "label": "props", @@ -623,9 +607,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadAlertingFrameworkHealthProps", + "section": "def-public.UseLoadAlertingFrameworkHealthProps", "text": "UseLoadAlertingFrameworkHealthProps" } ], @@ -640,7 +624,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadRuleTypesQuery", + "id": "def-public.useLoadRuleTypesQuery", "type": "Function", "tags": [], "label": "useLoadRuleTypesQuery", @@ -649,25 +633,25 @@ "({ http, toasts, filteredRuleTypes, registeredRuleTypes, enabled, }: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseRuleTypesProps", + "section": "def-public.UseRuleTypesProps", "text": "UseRuleTypesProps" }, ") => { ruleTypesState: { isInitialLoad: boolean; isLoading: boolean; data: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeIndexWithDescriptions", + "section": "def-public.RuleTypeIndexWithDescriptions", "text": "RuleTypeIndexWithDescriptions" }, "; error: Error | null; }; hasAnyAuthorizedRuleType: boolean; authorizedRuleTypes: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeWithDescription", + "section": "def-public.RuleTypeWithDescription", "text": "RuleTypeWithDescription" }, "[]; authorizedToReadAnyRules: boolean; authorizedToCreateAnyRules: boolean; isSuccess: boolean; }" @@ -678,7 +662,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadRuleTypesQuery.$1", + "id": "def-public.useLoadRuleTypesQuery.$1", "type": "Object", "tags": [], "label": "{\n http,\n toasts,\n filteredRuleTypes,\n registeredRuleTypes,\n enabled = true,\n}", @@ -686,9 +670,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseRuleTypesProps", + "section": "def-public.UseRuleTypesProps", "text": "UseRuleTypesProps" } ], @@ -703,7 +687,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadUiConfig", + "id": "def-public.useLoadUiConfig", "type": "Function", "tags": [], "label": "useLoadUiConfig", @@ -712,9 +696,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadUiConfigProps", + "section": "def-public.UseLoadUiConfigProps", "text": "UseLoadUiConfigProps" }, ") => { data: ", @@ -727,7 +711,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadUiConfig.$1", + "id": "def-public.useLoadUiConfig.$1", "type": "Object", "tags": [], "label": "props", @@ -735,9 +719,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadUiConfigProps", + "section": "def-public.UseLoadUiConfigProps", "text": "UseLoadUiConfigProps" } ], @@ -752,7 +736,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadUiHealth", + "id": "def-public.useLoadUiHealth", "type": "Function", "tags": [], "label": "useLoadUiHealth", @@ -761,9 +745,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadUiHealthProps", + "section": "def-public.UseLoadUiHealthProps", "text": "UseLoadUiHealthProps" }, ") => { data: ", @@ -776,7 +760,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useLoadUiHealth.$1", + "id": "def-public.useLoadUiHealth.$1", "type": "Object", "tags": [], "label": "props", @@ -784,9 +768,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseLoadUiHealthProps", + "section": "def-public.UseLoadUiHealthProps", "text": "UseLoadUiHealthProps" } ], @@ -801,7 +785,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useResolveRule", + "id": "def-public.useResolveRule", "type": "Function", "tags": [], "label": "useResolveRule", @@ -810,9 +794,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseResolveProps", + "section": "def-public.UseResolveProps", "text": "UseResolveProps" }, ") => { data: ", @@ -820,9 +804,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, "> | null | undefined; isLoading: boolean; isInitialLoading: boolean; isSuccess: boolean; isError: boolean; error: unknown; }" @@ -833,7 +817,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useResolveRule.$1", + "id": "def-public.useResolveRule.$1", "type": "Object", "tags": [], "label": "props", @@ -841,9 +825,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseResolveProps", + "section": "def-public.UseResolveProps", "text": "UseResolveProps" } ], @@ -858,7 +842,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useRuleAADFields", + "id": "def-public.useRuleAADFields", "type": "Function", "tags": [], "label": "useRuleAADFields", @@ -867,17 +851,17 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseRuleAADFieldsProps", + "section": "def-public.UseRuleAADFieldsProps", "text": "UseRuleAADFieldsProps" }, ") => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseRuleAADFieldsResult", + "section": "def-public.UseRuleAADFieldsResult", "text": "UseRuleAADFieldsResult" } ], @@ -887,7 +871,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useRuleAADFields.$1", + "id": "def-public.useRuleAADFields.$1", "type": "Object", "tags": [], "label": "props", @@ -895,9 +879,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseRuleAADFieldsProps", + "section": "def-public.UseRuleAADFieldsProps", "text": "UseRuleAADFieldsProps" } ], @@ -912,7 +896,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useSearchAlertsQuery", + "id": "def-public.useSearchAlertsQuery", "type": "Function", "tags": [ "external" @@ -958,7 +942,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useSearchAlertsQuery.$1", + "id": "def-public.useSearchAlertsQuery.$1", "type": "Object", "tags": [], "label": "{ data, ...params }", @@ -1001,7 +985,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useUpdateRule", + "id": "def-public.useUpdateRule", "type": "Function", "tags": [], "label": "useUpdateRule", @@ -1010,9 +994,9 @@ "(props: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseUpdateRuleProps", + "section": "def-public.UseUpdateRuleProps", "text": "UseUpdateRuleProps" }, ") => ", @@ -1020,25 +1004,25 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.Rule", + "section": "def-public.Rule", "text": "Rule" }, "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>, { id: string; formData: ", @@ -1046,9 +1030,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">; }, unknown>" @@ -1059,7 +1043,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.useUpdateRule.$1", + "id": "def-public.useUpdateRule.$1", "type": "Object", "tags": [], "label": "props", @@ -1067,9 +1051,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UseUpdateRuleProps", + "section": "def-public.UseUpdateRuleProps", "text": "UseUpdateRuleProps" } ], @@ -1086,7 +1070,7 @@ "interfaces": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorFieldsProps", + "id": "def-public.ActionConnectorFieldsProps", "type": "Interface", "tags": [], "label": "ActionConnectorFieldsProps", @@ -1097,7 +1081,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorFieldsProps.readOnly", + "id": "def-public.ActionConnectorFieldsProps.readOnly", "type": "boolean", "tags": [], "label": "readOnly", @@ -1108,7 +1092,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorFieldsProps.isEdit", + "id": "def-public.ActionConnectorFieldsProps.isEdit", "type": "boolean", "tags": [], "label": "isEdit", @@ -1119,7 +1103,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorFieldsProps.registerPreSubmitValidator", + "id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator", "type": "Function", "tags": [], "label": "registerPreSubmitValidator", @@ -1128,9 +1112,9 @@ "(validator: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ConnectorValidationFunc", + "section": "def-public.ConnectorValidationFunc", "text": "ConnectorValidationFunc" }, ") => void" @@ -1141,7 +1125,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorFieldsProps.registerPreSubmitValidator.$1", + "id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator.$1", "type": "Function", "tags": [], "label": "validator", @@ -1149,9 +1133,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ConnectorValidationFunc", + "section": "def-public.ConnectorValidationFunc", "text": "ConnectorValidationFunc" } ], @@ -1168,7 +1152,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps", + "id": "def-public.ActionConnectorProps", "type": "Interface", "tags": [], "label": "ActionConnectorProps", @@ -1176,9 +1160,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorProps", + "section": "def-public.ActionConnectorProps", "text": "ActionConnectorProps" }, "" @@ -1189,7 +1173,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.secrets", + "id": "def-public.ActionConnectorProps.secrets", "type": "Uncategorized", "tags": [], "label": "secrets", @@ -1203,7 +1187,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.id", + "id": "def-public.ActionConnectorProps.id", "type": "string", "tags": [], "label": "id", @@ -1214,7 +1198,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.actionTypeId", + "id": "def-public.ActionConnectorProps.actionTypeId", "type": "string", "tags": [], "label": "actionTypeId", @@ -1225,7 +1209,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.name", + "id": "def-public.ActionConnectorProps.name", "type": "string", "tags": [], "label": "name", @@ -1236,7 +1220,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.referencedByCount", + "id": "def-public.ActionConnectorProps.referencedByCount", "type": "number", "tags": [], "label": "referencedByCount", @@ -1250,7 +1234,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.config", + "id": "def-public.ActionConnectorProps.config", "type": "Uncategorized", "tags": [], "label": "config", @@ -1264,7 +1248,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.isPreconfigured", + "id": "def-public.ActionConnectorProps.isPreconfigured", "type": "boolean", "tags": [], "label": "isPreconfigured", @@ -1275,7 +1259,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.isDeprecated", + "id": "def-public.ActionConnectorProps.isDeprecated", "type": "boolean", "tags": [], "label": "isDeprecated", @@ -1286,7 +1270,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.isSystemAction", + "id": "def-public.ActionConnectorProps.isSystemAction", "type": "boolean", "tags": [], "label": "isSystemAction", @@ -1297,7 +1281,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorProps.isMissingSecrets", + "id": "def-public.ActionConnectorProps.isMissingSecrets", "type": "CompoundType", "tags": [], "label": "isMissingSecrets", @@ -1314,7 +1298,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps", + "id": "def-public.ActionParamsProps", "type": "Interface", "tags": [], "label": "ActionParamsProps", @@ -1322,9 +1306,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, "" @@ -1335,7 +1319,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.actionParams", + "id": "def-public.ActionParamsProps.actionParams", "type": "Object", "tags": [], "label": "actionParams", @@ -1349,7 +1333,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.index", + "id": "def-public.ActionParamsProps.index", "type": "number", "tags": [], "label": "index", @@ -1360,7 +1344,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.editAction", + "id": "def-public.ActionParamsProps.editAction", "type": "Function", "tags": [], "label": "editAction", @@ -1382,7 +1366,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.editAction.$1", + "id": "def-public.ActionParamsProps.editAction.$1", "type": "string", "tags": [], "label": "key", @@ -1397,7 +1381,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.editAction.$2", + "id": "def-public.ActionParamsProps.editAction.$2", "type": "CompoundType", "tags": [], "label": "value", @@ -1418,7 +1402,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.editAction.$3", + "id": "def-public.ActionParamsProps.editAction.$3", "type": "number", "tags": [], "label": "index", @@ -1436,7 +1420,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.errors", + "id": "def-public.ActionParamsProps.errors", "type": "Object", "tags": [], "label": "errors", @@ -1444,9 +1428,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleFormParamsErrors", + "section": "def-public.RuleFormParamsErrors", "text": "RuleFormParamsErrors" } ], @@ -1456,7 +1440,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.ruleTypeId", + "id": "def-public.ActionParamsProps.ruleTypeId", "type": "string", "tags": [], "label": "ruleTypeId", @@ -1470,7 +1454,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.messageVariables", + "id": "def-public.ActionParamsProps.messageVariables", "type": "Array", "tags": [], "label": "messageVariables", @@ -1491,7 +1475,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.defaultMessage", + "id": "def-public.ActionParamsProps.defaultMessage", "type": "string", "tags": [], "label": "defaultMessage", @@ -1505,7 +1489,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.useDefaultMessage", + "id": "def-public.ActionParamsProps.useDefaultMessage", "type": "CompoundType", "tags": [], "label": "useDefaultMessage", @@ -1519,7 +1503,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.actionConnector", + "id": "def-public.ActionParamsProps.actionConnector", "type": "CompoundType", "tags": [], "label": "actionConnector", @@ -1527,9 +1511,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record> | undefined" @@ -1540,7 +1524,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.isLoading", + "id": "def-public.ActionParamsProps.isLoading", "type": "CompoundType", "tags": [], "label": "isLoading", @@ -1554,7 +1538,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.isDisabled", + "id": "def-public.ActionParamsProps.isDisabled", "type": "CompoundType", "tags": [], "label": "isDisabled", @@ -1568,7 +1552,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.selectedActionGroupId", + "id": "def-public.ActionParamsProps.selectedActionGroupId", "type": "string", "tags": [], "label": "selectedActionGroupId", @@ -1582,7 +1566,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.showEmailSubjectAndMessage", + "id": "def-public.ActionParamsProps.showEmailSubjectAndMessage", "type": "CompoundType", "tags": [], "label": "showEmailSubjectAndMessage", @@ -1596,7 +1580,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.executionMode", + "id": "def-public.ActionParamsProps.executionMode", "type": "CompoundType", "tags": [], "label": "executionMode", @@ -1604,9 +1588,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorMode", + "section": "def-public.ActionConnectorMode", "text": "ActionConnectorMode" }, " | undefined" @@ -1617,7 +1601,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.onBlur", + "id": "def-public.ActionParamsProps.onBlur", "type": "Function", "tags": [], "label": "onBlur", @@ -1631,7 +1615,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.onBlur.$1", + "id": "def-public.ActionParamsProps.onBlur.$1", "type": "string", "tags": [], "label": "field", @@ -1649,7 +1633,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionParamsProps.producerId", + "id": "def-public.ActionParamsProps.producerId", "type": "string", "tags": [], "label": "producerId", @@ -1666,7 +1650,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionReadOnlyElementProps", + "id": "def-public.ActionReadOnlyElementProps", "type": "Interface", "tags": [], "label": "ActionReadOnlyElementProps", @@ -1677,7 +1661,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionReadOnlyElementProps.connectorId", + "id": "def-public.ActionReadOnlyElementProps.connectorId", "type": "string", "tags": [], "label": "connectorId", @@ -1688,7 +1672,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionReadOnlyElementProps.connectorName", + "id": "def-public.ActionReadOnlyElementProps.connectorName", "type": "string", "tags": [], "label": "connectorName", @@ -1702,7 +1686,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel", + "id": "def-public.ActionTypeModel", "type": "Interface", "tags": [], "label": "ActionTypeModel", @@ -1710,9 +1694,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "" @@ -1723,7 +1707,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.id", + "id": "def-public.ActionTypeModel.id", "type": "string", "tags": [], "label": "id", @@ -1734,7 +1718,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.iconClass", + "id": "def-public.ActionTypeModel.iconClass", "type": "CompoundType", "tags": [], "label": "iconClass", @@ -1748,7 +1732,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.selectMessage", + "id": "def-public.ActionTypeModel.selectMessage", "type": "string", "tags": [], "label": "selectMessage", @@ -1759,7 +1743,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.actionTypeTitle", + "id": "def-public.ActionTypeModel.actionTypeTitle", "type": "string", "tags": [], "label": "actionTypeTitle", @@ -1773,7 +1757,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.validateParams", + "id": "def-public.ActionTypeModel.validateParams", "type": "Function", "tags": [], "label": "validateParams", @@ -1782,9 +1766,9 @@ "(actionParams: ActionParams) => Promise<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.GenericValidationResult", + "section": "def-public.GenericValidationResult", "text": "GenericValidationResult" }, ">" @@ -1795,7 +1779,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.validateParams.$1", + "id": "def-public.ActionTypeModel.validateParams.$1", "type": "Uncategorized", "tags": [], "label": "actionParams", @@ -1813,7 +1797,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.actionConnectorFields", + "id": "def-public.ActionTypeModel.actionConnectorFields", "type": "CompoundType", "tags": [], "label": "actionConnectorFields", @@ -1822,9 +1806,9 @@ "React.LazyExoticComponent> | null" @@ -1835,7 +1819,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.actionParamsFields", + "id": "def-public.ActionTypeModel.actionParamsFields", "type": "Function", "tags": [], "label": "actionParamsFields", @@ -1844,33 +1828,33 @@ "React.ExoticComponent<(", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, " & React.RefAttributes, any, any>>) | (", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, " & { children?: React.ReactNode; })> & { readonly _result: React.ComponentType<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, ">; }" @@ -1882,7 +1866,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.actionParamsFields.$1", + "id": "def-public.ActionTypeModel.actionParamsFields.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -1898,7 +1882,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.actionReadOnlyExtraComponent", + "id": "def-public.ActionTypeModel.actionReadOnlyExtraComponent", "type": "Function", "tags": [], "label": "actionReadOnlyExtraComponent", @@ -1907,9 +1891,9 @@ "React.LazyExoticComponent> | undefined" @@ -1920,7 +1904,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.defaultActionParams", + "id": "def-public.ActionTypeModel.defaultActionParams", "type": "Object", "tags": [], "label": "defaultActionParams", @@ -1935,7 +1919,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.defaultRecoveredActionParams", + "id": "def-public.ActionTypeModel.defaultRecoveredActionParams", "type": "Object", "tags": [], "label": "defaultRecoveredActionParams", @@ -1950,7 +1934,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.customConnectorSelectItem", + "id": "def-public.ActionTypeModel.customConnectorSelectItem", "type": "Object", "tags": [], "label": "customConnectorSelectItem", @@ -1958,9 +1942,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.CustomConnectorSelectionItem", + "section": "def-public.CustomConnectorSelectionItem", "text": "CustomConnectorSelectionItem" }, " | undefined" @@ -1971,7 +1955,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.isExperimental", + "id": "def-public.ActionTypeModel.isExperimental", "type": "CompoundType", "tags": [], "label": "isExperimental", @@ -1985,7 +1969,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.subtype", + "id": "def-public.ActionTypeModel.subtype", "type": "Array", "tags": [], "label": "subtype", @@ -1999,7 +1983,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.convertParamsBetweenGroups", + "id": "def-public.ActionTypeModel.convertParamsBetweenGroups", "type": "Function", "tags": [], "label": "convertParamsBetweenGroups", @@ -2013,7 +1997,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.convertParamsBetweenGroups.$1", + "id": "def-public.ActionTypeModel.convertParamsBetweenGroups.$1", "type": "Uncategorized", "tags": [], "label": "params", @@ -2031,7 +2015,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.hideInUi", + "id": "def-public.ActionTypeModel.hideInUi", "type": "CompoundType", "tags": [], "label": "hideInUi", @@ -2045,7 +2029,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.modalWidth", + "id": "def-public.ActionTypeModel.modalWidth", "type": "number", "tags": [], "label": "modalWidth", @@ -2059,7 +2043,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeModel.isSystemActionType", + "id": "def-public.ActionTypeModel.isSystemActionType", "type": "CompoundType", "tags": [], "label": "isSystemActionType", @@ -2076,7 +2060,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertFieldsTableProps", + "id": "def-public.AlertFieldsTableProps", "type": "Interface", "tags": [], "label": "AlertFieldsTableProps", @@ -2087,7 +2071,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertFieldsTableProps.alert", + "id": "def-public.AlertFieldsTableProps.alert", "type": "CompoundType", "tags": [], "label": "alert", @@ -2110,7 +2094,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertFieldsTableProps.fields", + "id": "def-public.AlertFieldsTableProps.fields", "type": "Array", "tags": [], "label": "fields", @@ -2129,7 +2113,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertLifecycleStatusBadgeProps", + "id": "def-public.AlertLifecycleStatusBadgeProps", "type": "Interface", "tags": [], "label": "AlertLifecycleStatusBadgeProps", @@ -2140,7 +2124,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertLifecycleStatusBadgeProps.alertStatus", + "id": "def-public.AlertLifecycleStatusBadgeProps.alertStatus", "type": "CompoundType", "tags": [], "label": "alertStatus", @@ -2154,7 +2138,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertLifecycleStatusBadgeProps.flapping", + "id": "def-public.AlertLifecycleStatusBadgeProps.flapping", "type": "CompoundType", "tags": [], "label": "flapping", @@ -2171,7 +2155,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps", + "id": "def-public.AlertsSearchBarProps", "type": "Interface", "tags": [], "label": "AlertsSearchBarProps", @@ -2182,7 +2166,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.appName", + "id": "def-public.AlertsSearchBarProps.appName", "type": "string", "tags": [], "label": "appName", @@ -2193,7 +2177,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.disableQueryLanguageSwitcher", + "id": "def-public.AlertsSearchBarProps.disableQueryLanguageSwitcher", "type": "CompoundType", "tags": [], "label": "disableQueryLanguageSwitcher", @@ -2207,7 +2191,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.featureIds", + "id": "def-public.AlertsSearchBarProps.featureIds", "type": "Array", "tags": [], "label": "featureIds", @@ -2228,7 +2212,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.rangeFrom", + "id": "def-public.AlertsSearchBarProps.rangeFrom", "type": "string", "tags": [], "label": "rangeFrom", @@ -2242,7 +2226,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.rangeTo", + "id": "def-public.AlertsSearchBarProps.rangeTo", "type": "string", "tags": [], "label": "rangeTo", @@ -2256,7 +2240,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.query", + "id": "def-public.AlertsSearchBarProps.query", "type": "string", "tags": [], "label": "query", @@ -2270,7 +2254,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.filters", + "id": "def-public.AlertsSearchBarProps.filters", "type": "Array", "tags": [], "label": "filters", @@ -2291,7 +2275,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.showFilterBar", + "id": "def-public.AlertsSearchBarProps.showFilterBar", "type": "CompoundType", "tags": [], "label": "showFilterBar", @@ -2305,7 +2289,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.showDatePicker", + "id": "def-public.AlertsSearchBarProps.showDatePicker", "type": "CompoundType", "tags": [], "label": "showDatePicker", @@ -2319,7 +2303,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.showSubmitButton", + "id": "def-public.AlertsSearchBarProps.showSubmitButton", "type": "CompoundType", "tags": [], "label": "showSubmitButton", @@ -2333,7 +2317,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.placeholder", + "id": "def-public.AlertsSearchBarProps.placeholder", "type": "string", "tags": [], "label": "placeholder", @@ -2347,7 +2331,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.submitOnBlur", + "id": "def-public.AlertsSearchBarProps.submitOnBlur", "type": "CompoundType", "tags": [], "label": "submitOnBlur", @@ -2361,7 +2345,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.ruleTypeId", + "id": "def-public.AlertsSearchBarProps.ruleTypeId", "type": "string", "tags": [], "label": "ruleTypeId", @@ -2375,7 +2359,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQueryChange", + "id": "def-public.AlertsSearchBarProps.onQueryChange", "type": "Function", "tags": [], "label": "onQueryChange", @@ -2389,7 +2373,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQueryChange.$1", + "id": "def-public.AlertsSearchBarProps.onQueryChange.$1", "type": "Object", "tags": [], "label": "query", @@ -2400,7 +2384,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQueryChange.$1.dateRange", + "id": "def-public.AlertsSearchBarProps.onQueryChange.$1.dateRange", "type": "Object", "tags": [], "label": "dateRange", @@ -2414,7 +2398,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQueryChange.$1.query", + "id": "def-public.AlertsSearchBarProps.onQueryChange.$1.query", "type": "string", "tags": [], "label": "query", @@ -2433,7 +2417,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQuerySubmit", + "id": "def-public.AlertsSearchBarProps.onQuerySubmit", "type": "Function", "tags": [], "label": "onQuerySubmit", @@ -2447,7 +2431,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQuerySubmit.$1", + "id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1", "type": "Object", "tags": [], "label": "query", @@ -2458,7 +2442,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQuerySubmit.$1.dateRange", + "id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1.dateRange", "type": "Object", "tags": [], "label": "dateRange", @@ -2472,7 +2456,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onQuerySubmit.$1.query", + "id": "def-public.AlertsSearchBarProps.onQuerySubmit.$1.query", "type": "string", "tags": [], "label": "query", @@ -2491,7 +2475,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onFiltersUpdated", + "id": "def-public.AlertsSearchBarProps.onFiltersUpdated", "type": "Function", "tags": [], "label": "onFiltersUpdated", @@ -2513,7 +2497,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.onFiltersUpdated.$1", + "id": "def-public.AlertsSearchBarProps.onFiltersUpdated.$1", "type": "Array", "tags": [], "label": "filters", @@ -2538,7 +2522,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.http", + "id": "def-public.AlertsSearchBarProps.http", "type": "Object", "tags": [], "label": "http", @@ -2546,9 +2530,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2558,7 +2542,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.toasts", + "id": "def-public.AlertsSearchBarProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -2566,9 +2550,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -2578,7 +2562,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.unifiedSearchBar", + "id": "def-public.AlertsSearchBarProps.unifiedSearchBar", "type": "Function", "tags": [], "label": "unifiedSearchBar", @@ -2609,7 +2593,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.unifiedSearchBar.$1", + "id": "def-public.AlertsSearchBarProps.unifiedSearchBar.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -2645,7 +2629,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.AlertsSearchBarProps.dataViewsService", + "id": "def-public.AlertsSearchBarProps.dataViewsService", "type": "Object", "tags": [], "label": "dataViewsService", @@ -2966,7 +2950,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ConnectorValidationError", + "id": "def-public.ConnectorValidationError", "type": "Interface", "tags": [], "label": "ConnectorValidationError", @@ -2977,7 +2961,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ConnectorValidationError.message", + "id": "def-public.ConnectorValidationError.message", "type": "CompoundType", "tags": [], "label": "message", @@ -2994,7 +2978,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.CustomConnectorSelectionItem", + "id": "def-public.CustomConnectorSelectionItem", "type": "Interface", "tags": [], "label": "CustomConnectorSelectionItem", @@ -3005,7 +2989,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.CustomConnectorSelectionItem.getText", + "id": "def-public.CustomConnectorSelectionItem.getText", "type": "Function", "tags": [], "label": "getText", @@ -3014,9 +2998,9 @@ "(actionConnector: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record>) => string" @@ -3027,7 +3011,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.CustomConnectorSelectionItem.getText.$1", + "id": "def-public.CustomConnectorSelectionItem.getText.$1", "type": "CompoundType", "tags": [], "label": "actionConnector", @@ -3035,9 +3019,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record>" @@ -3052,7 +3036,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.CustomConnectorSelectionItem.getComponent", + "id": "def-public.CustomConnectorSelectionItem.getComponent", "type": "Function", "tags": [], "label": "getComponent", @@ -3061,17 +3045,17 @@ "(actionConnector: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record>) => React.LazyExoticComponent, Record>; }>> | undefined" @@ -3082,7 +3066,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.CustomConnectorSelectionItem.getComponent.$1", + "id": "def-public.CustomConnectorSelectionItem.getComponent.$1", "type": "CompoundType", "tags": [], "label": "actionConnector", @@ -3090,9 +3074,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record>" @@ -3110,7 +3094,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.EsQuerySnapshot", + "id": "def-public.EsQuerySnapshot", "type": "Interface", "tags": [], "label": "EsQuerySnapshot", @@ -3121,7 +3105,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.EsQuerySnapshot.request", + "id": "def-public.EsQuerySnapshot.request", "type": "Array", "tags": [], "label": "request", @@ -3135,7 +3119,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.EsQuerySnapshot.response", + "id": "def-public.EsQuerySnapshot.response", "type": "Array", "tags": [], "label": "response", @@ -3152,7 +3136,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterContextType", + "id": "def-public.FilterContextType", "type": "Interface", "tags": [], "label": "FilterContextType", @@ -3163,7 +3147,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterContextType.allControls", + "id": "def-public.FilterContextType.allControls", "type": "Array", "tags": [], "label": "allControls", @@ -3171,9 +3155,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, "[] | undefined" @@ -3184,7 +3168,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterContextType.addControl", + "id": "def-public.FilterContextType.addControl", "type": "Function", "tags": [], "label": "addControl", @@ -3193,9 +3177,9 @@ "(controls: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, ") => void" @@ -3206,7 +3190,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterContextType.addControl.$1", + "id": "def-public.FilterContextType.addControl.$1", "type": "CompoundType", "tags": [], "label": "controls", @@ -3214,9 +3198,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" } ], @@ -3233,7 +3217,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps", + "id": "def-public.FilterGroupProps", "type": "Interface", "tags": [], "label": "FilterGroupProps", @@ -3241,9 +3225,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterGroupProps", + "section": "def-public.FilterGroupProps", "text": "FilterGroupProps" }, " extends Pick<", @@ -3262,7 +3246,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.spaceId", + "id": "def-public.FilterGroupProps.spaceId", "type": "string", "tags": [], "label": "spaceId", @@ -3276,7 +3260,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.dataViewId", + "id": "def-public.FilterGroupProps.dataViewId", "type": "CompoundType", "tags": [], "label": "dataViewId", @@ -3290,7 +3274,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.featureIds", + "id": "def-public.FilterGroupProps.featureIds", "type": "Array", "tags": [], "label": "featureIds", @@ -3311,7 +3295,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.onFiltersChange", + "id": "def-public.FilterGroupProps.onFiltersChange", "type": "Function", "tags": [], "label": "onFiltersChange", @@ -3335,7 +3319,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.onFiltersChange.$1", + "id": "def-public.FilterGroupProps.onFiltersChange.$1", "type": "Array", "tags": [], "label": "newFilters", @@ -3360,7 +3344,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.defaultControls", + "id": "def-public.FilterGroupProps.defaultControls", "type": "Array", "tags": [], "label": "defaultControls", @@ -3368,9 +3352,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, "[]" @@ -3381,7 +3365,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.controlsUrlState", + "id": "def-public.FilterGroupProps.controlsUrlState", "type": "Array", "tags": [], "label": "controlsUrlState", @@ -3391,9 +3375,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, "[] | undefined" @@ -3404,7 +3388,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.setControlsUrlState", + "id": "def-public.FilterGroupProps.setControlsUrlState", "type": "Function", "tags": [], "label": "setControlsUrlState", @@ -3415,9 +3399,9 @@ "((controls: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, "[]) => void) | undefined" @@ -3428,7 +3412,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.setControlsUrlState.$1", + "id": "def-public.FilterGroupProps.setControlsUrlState.$1", "type": "Array", "tags": [], "label": "controls", @@ -3436,9 +3420,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.FilterControlConfig", + "section": "def-public.FilterControlConfig", "text": "FilterControlConfig" }, "[]" @@ -3453,7 +3437,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.onInit", + "id": "def-public.FilterGroupProps.onInit", "type": "Function", "tags": [], "label": "onInit", @@ -3477,7 +3461,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.onInit.$1", + "id": "def-public.FilterGroupProps.onInit.$1", "type": "Object", "tags": [], "label": "controlGroupHandler", @@ -3502,7 +3486,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.maxControls", + "id": "def-public.FilterGroupProps.maxControls", "type": "number", "tags": [], "label": "maxControls", @@ -3518,7 +3502,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.ControlGroupRenderer", + "id": "def-public.FilterGroupProps.ControlGroupRenderer", "type": "Function", "tags": [], "label": "ControlGroupRenderer", @@ -3551,7 +3535,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.ControlGroupRenderer.$1", + "id": "def-public.FilterGroupProps.ControlGroupRenderer.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -3567,7 +3551,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupProps.Storage", + "id": "def-public.FilterGroupProps.Storage", "type": "Object", "tags": [], "label": "Storage", @@ -3591,7 +3575,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.GenericValidationResult", + "id": "def-public.GenericValidationResult", "type": "Interface", "tags": [], "label": "GenericValidationResult", @@ -3599,9 +3583,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.GenericValidationResult", + "section": "def-public.GenericValidationResult", "text": "GenericValidationResult" }, "" @@ -3612,7 +3596,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.GenericValidationResult.errors", + "id": "def-public.GenericValidationResult.errors", "type": "Object", "tags": [], "label": "errors", @@ -3629,7 +3613,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.HealthStatus", + "id": "def-public.HealthStatus", "type": "Interface", "tags": [], "label": "HealthStatus", @@ -3640,7 +3624,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.HealthStatus.isRulesAvailable", + "id": "def-public.HealthStatus.isRulesAvailable", "type": "boolean", "tags": [], "label": "isRulesAvailable", @@ -3651,7 +3635,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.HealthStatus.isSufficientlySecure", + "id": "def-public.HealthStatus.isSufficientlySecure", "type": "boolean", "tags": [], "label": "isSufficientlySecure", @@ -3662,7 +3646,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.HealthStatus.hasPermanentEncryptionKey", + "id": "def-public.HealthStatus.hasPermanentEncryptionKey", "type": "boolean", "tags": [], "label": "hasPermanentEncryptionKey", @@ -3676,7 +3660,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.LegacyField", + "id": "def-public.LegacyField", "type": "Interface", "tags": [], "label": "LegacyField", @@ -3687,7 +3671,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.LegacyField.field", + "id": "def-public.LegacyField.field", "type": "string", "tags": [], "label": "field", @@ -3698,7 +3682,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.LegacyField.value", + "id": "def-public.LegacyField.value", "type": "Array", "tags": [], "label": "value", @@ -3715,7 +3699,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MinimumScheduleInterval", + "id": "def-public.MinimumScheduleInterval", "type": "Interface", "tags": [], "label": "MinimumScheduleInterval", @@ -3726,7 +3710,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MinimumScheduleInterval.value", + "id": "def-public.MinimumScheduleInterval.value", "type": "string", "tags": [], "label": "value", @@ -3737,7 +3721,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.MinimumScheduleInterval.enforce", + "id": "def-public.MinimumScheduleInterval.enforce", "type": "boolean", "tags": [], "label": "enforce", @@ -3751,7 +3735,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors", + "id": "def-public.RuleFormBaseErrors", "type": "Interface", "tags": [], "label": "RuleFormBaseErrors", @@ -3762,7 +3746,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.name", + "id": "def-public.RuleFormBaseErrors.name", "type": "Array", "tags": [], "label": "name", @@ -3776,7 +3760,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.interval", + "id": "def-public.RuleFormBaseErrors.interval", "type": "Array", "tags": [], "label": "interval", @@ -3790,7 +3774,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.consumer", + "id": "def-public.RuleFormBaseErrors.consumer", "type": "Array", "tags": [], "label": "consumer", @@ -3804,7 +3788,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.ruleTypeId", + "id": "def-public.RuleFormBaseErrors.ruleTypeId", "type": "Array", "tags": [], "label": "ruleTypeId", @@ -3818,7 +3802,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.actionConnectors", + "id": "def-public.RuleFormBaseErrors.actionConnectors", "type": "Array", "tags": [], "label": "actionConnectors", @@ -3832,7 +3816,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.alertDelay", + "id": "def-public.RuleFormBaseErrors.alertDelay", "type": "Array", "tags": [], "label": "alertDelay", @@ -3846,7 +3830,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormBaseErrors.tags", + "id": "def-public.RuleFormBaseErrors.tags", "type": "Array", "tags": [], "label": "tags", @@ -3863,7 +3847,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormParamsErrors", + "id": "def-public.RuleFormParamsErrors", "type": "Interface", "tags": [], "label": "RuleFormParamsErrors", @@ -3874,7 +3858,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleFormParamsErrors.Unnamed", + "id": "def-public.RuleFormParamsErrors.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: string | string[] | RuleFormParamsErrors", @@ -3883,9 +3867,9 @@ "[key: string]: string | string[] | ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleFormParamsErrors", + "section": "def-public.RuleFormParamsErrors", "text": "RuleFormParamsErrors" } ], @@ -3898,7 +3882,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel", + "id": "def-public.RuleTypeModel", "type": "Interface", "tags": [], "label": "RuleTypeModel", @@ -3906,9 +3890,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeModel", + "section": "def-public.RuleTypeModel", "text": "RuleTypeModel" }, "" @@ -3919,7 +3903,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.id", + "id": "def-public.RuleTypeModel.id", "type": "string", "tags": [], "label": "id", @@ -3930,7 +3914,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.description", + "id": "def-public.RuleTypeModel.description", "type": "string", "tags": [], "label": "description", @@ -3941,7 +3925,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.iconClass", + "id": "def-public.RuleTypeModel.iconClass", "type": "string", "tags": [], "label": "iconClass", @@ -3952,7 +3936,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.documentationUrl", + "id": "def-public.RuleTypeModel.documentationUrl", "type": "CompoundType", "tags": [], "label": "documentationUrl", @@ -3961,9 +3945,9 @@ "string | ((docLinks: ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" }, ") => string) | null" @@ -3974,7 +3958,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.validate", + "id": "def-public.RuleTypeModel.validate", "type": "Function", "tags": [], "label": "validate", @@ -3983,9 +3967,9 @@ "(ruleParams: Params, isServerless?: boolean | undefined) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ValidationResult", + "section": "def-public.ValidationResult", "text": "ValidationResult" } ], @@ -3995,7 +3979,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.validate.$1", + "id": "def-public.RuleTypeModel.validate.$1", "type": "Uncategorized", "tags": [], "label": "ruleParams", @@ -4010,7 +3994,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.validate.$2", + "id": "def-public.RuleTypeModel.validate.$2", "type": "CompoundType", "tags": [], "label": "isServerless", @@ -4028,7 +4012,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.ruleParamsExpression", + "id": "def-public.RuleTypeModel.ruleParamsExpression", "type": "Function", "tags": [], "label": "ruleParamsExpression", @@ -4037,9 +4021,9 @@ "React.FunctionComponent | React.LazyExoticComponent, string>>>" @@ -4051,7 +4035,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.ruleParamsExpression.$1", + "id": "def-public.RuleTypeModel.ruleParamsExpression.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -4067,7 +4051,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.requiresAppContext", + "id": "def-public.RuleTypeModel.requiresAppContext", "type": "boolean", "tags": [], "label": "requiresAppContext", @@ -4078,7 +4062,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.defaultActionMessage", + "id": "def-public.RuleTypeModel.defaultActionMessage", "type": "string", "tags": [], "label": "defaultActionMessage", @@ -4092,7 +4076,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.defaultRecoveryMessage", + "id": "def-public.RuleTypeModel.defaultRecoveryMessage", "type": "string", "tags": [], "label": "defaultRecoveryMessage", @@ -4106,7 +4090,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.defaultSummaryMessage", + "id": "def-public.RuleTypeModel.defaultSummaryMessage", "type": "string", "tags": [], "label": "defaultSummaryMessage", @@ -4120,7 +4104,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeModel.alertDetailsAppSection", + "id": "def-public.RuleTypeModel.alertDetailsAppSection", "type": "CompoundType", "tags": [], "label": "alertDetailsAppSection", @@ -4137,7 +4121,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps", + "id": "def-public.RuleTypeParamsExpressionProps", "type": "Interface", "tags": [], "label": "RuleTypeParamsExpressionProps", @@ -4145,9 +4129,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParamsExpressionProps", + "section": "def-public.RuleTypeParamsExpressionProps", "text": "RuleTypeParamsExpressionProps" }, "" @@ -4158,7 +4142,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.id", + "id": "def-public.RuleTypeParamsExpressionProps.id", "type": "string", "tags": [], "label": "id", @@ -4172,7 +4156,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.ruleParams", + "id": "def-public.RuleTypeParamsExpressionProps.ruleParams", "type": "Uncategorized", "tags": [], "label": "ruleParams", @@ -4186,7 +4170,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.ruleInterval", + "id": "def-public.RuleTypeParamsExpressionProps.ruleInterval", "type": "string", "tags": [], "label": "ruleInterval", @@ -4197,7 +4181,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.ruleThrottle", + "id": "def-public.RuleTypeParamsExpressionProps.ruleThrottle", "type": "string", "tags": [], "label": "ruleThrottle", @@ -4208,7 +4192,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.alertNotifyWhen", + "id": "def-public.RuleTypeParamsExpressionProps.alertNotifyWhen", "type": "CompoundType", "tags": [], "label": "alertNotifyWhen", @@ -4222,7 +4206,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleParams", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleParams", "type": "Function", "tags": [], "label": "setRuleParams", @@ -4236,7 +4220,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleParams.$1", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$1", "type": "Uncategorized", "tags": [], "label": "property", @@ -4251,7 +4235,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleParams.$2", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$2", "type": "Uncategorized", "tags": [], "label": "value", @@ -4269,7 +4253,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleProperty", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty", "type": "Function", "tags": [], "label": "setRuleProperty", @@ -4278,9 +4262,9 @@ "(key: Prop, value: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.SanitizedRule", + "section": "def-public.SanitizedRule", "text": "SanitizedRule" }, "[Prop] | null) => void" @@ -4291,7 +4275,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleProperty.$1", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$1", "type": "Uncategorized", "tags": [], "label": "key", @@ -4306,7 +4290,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.setRuleProperty.$2", + "id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$2", "type": "CompoundType", "tags": [], "label": "value", @@ -4314,9 +4298,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.SanitizedRule", + "section": "def-public.SanitizedRule", "text": "SanitizedRule" }, "[Prop] | null" @@ -4331,7 +4315,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.onChangeMetaData", + "id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData", "type": "Function", "tags": [], "label": "onChangeMetaData", @@ -4345,7 +4329,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.onChangeMetaData.$1", + "id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData.$1", "type": "Uncategorized", "tags": [], "label": "metadata", @@ -4363,7 +4347,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.errors", + "id": "def-public.RuleTypeParamsExpressionProps.errors", "type": "Object", "tags": [], "label": "errors", @@ -4371,9 +4355,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleFormParamsErrors", + "section": "def-public.RuleFormParamsErrors", "text": "RuleFormParamsErrors" } ], @@ -4383,7 +4367,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.defaultActionGroupId", + "id": "def-public.RuleTypeParamsExpressionProps.defaultActionGroupId", "type": "string", "tags": [], "label": "defaultActionGroupId", @@ -4394,7 +4378,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.actionGroups", + "id": "def-public.RuleTypeParamsExpressionProps.actionGroups", "type": "Array", "tags": [], "label": "actionGroups", @@ -4415,7 +4399,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.metadata", + "id": "def-public.RuleTypeParamsExpressionProps.metadata", "type": "Uncategorized", "tags": [], "label": "metadata", @@ -4429,7 +4413,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.charts", + "id": "def-public.RuleTypeParamsExpressionProps.charts", "type": "Object", "tags": [], "label": "charts", @@ -4449,7 +4433,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.data", + "id": "def-public.RuleTypeParamsExpressionProps.data", "type": "Object", "tags": [], "label": "data", @@ -4469,7 +4453,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.dataViews", + "id": "def-public.RuleTypeParamsExpressionProps.dataViews", "type": "Object", "tags": [], "label": "dataViews", @@ -4489,7 +4473,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParamsExpressionProps.unifiedSearch", + "id": "def-public.RuleTypeParamsExpressionProps.unifiedSearch", "type": "Object", "tags": [], "label": "unifiedSearch", @@ -4512,7 +4496,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewProps", + "id": "def-public.UseAlertDataViewProps", "type": "Interface", "tags": [], "label": "UseAlertDataViewProps", @@ -4523,7 +4507,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewProps.featureIds", + "id": "def-public.UseAlertDataViewProps.featureIds", "type": "Array", "tags": [], "label": "featureIds", @@ -4544,7 +4528,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewProps.http", + "id": "def-public.UseAlertDataViewProps.http", "type": "Object", "tags": [], "label": "http", @@ -4552,9 +4536,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -4564,7 +4548,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewProps.dataViewsService", + "id": "def-public.UseAlertDataViewProps.dataViewsService", "type": "Object", "tags": [], "label": "dataViewsService", @@ -4882,7 +4866,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewProps.toasts", + "id": "def-public.UseAlertDataViewProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -4890,9 +4874,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -4905,7 +4889,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewResult", + "id": "def-public.UseAlertDataViewResult", "type": "Interface", "tags": [], "label": "UseAlertDataViewResult", @@ -4916,7 +4900,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewResult.dataViews", + "id": "def-public.UseAlertDataViewResult.dataViews", "type": "Array", "tags": [], "label": "dataViews", @@ -4937,7 +4921,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseAlertDataViewResult.loading", + "id": "def-public.UseAlertDataViewResult.loading", "type": "boolean", "tags": [], "label": "loading", @@ -4951,7 +4935,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps", + "id": "def-public.UseCreateRuleProps", "type": "Interface", "tags": [], "label": "UseCreateRuleProps", @@ -4962,7 +4946,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps.http", + "id": "def-public.UseCreateRuleProps.http", "type": "Object", "tags": [], "label": "http", @@ -4970,9 +4954,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -4982,7 +4966,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps.onSuccess", + "id": "def-public.UseCreateRuleProps.onSuccess", "type": "Function", "tags": [], "label": "onSuccess", @@ -4993,9 +4977,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">) => void) | undefined" @@ -5006,7 +4990,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps.onSuccess.$1", + "id": "def-public.UseCreateRuleProps.onSuccess.$1", "type": "Object", "tags": [], "label": "formData", @@ -5016,9 +5000,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">" @@ -5033,7 +5017,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps.onError", + "id": "def-public.UseCreateRuleProps.onError", "type": "Function", "tags": [], "label": "onError", @@ -5042,9 +5026,9 @@ "((error: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>) => void) | undefined" @@ -5055,7 +5039,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseCreateRuleProps.onError.$1", + "id": "def-public.UseCreateRuleProps.onError.$1", "type": "Object", "tags": [], "label": "error", @@ -5063,9 +5047,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>" @@ -5083,7 +5067,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseFindAlertsQueryProps", + "id": "def-public.UseFindAlertsQueryProps", "type": "Interface", "tags": [], "label": "UseFindAlertsQueryProps", @@ -5094,7 +5078,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseFindAlertsQueryProps.http", + "id": "def-public.UseFindAlertsQueryProps.http", "type": "Object", "tags": [], "label": "http", @@ -5102,9 +5086,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5114,7 +5098,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseFindAlertsQueryProps.toasts", + "id": "def-public.UseFindAlertsQueryProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -5122,9 +5106,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -5134,7 +5118,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseFindAlertsQueryProps.enabled", + "id": "def-public.UseFindAlertsQueryProps.enabled", "type": "CompoundType", "tags": [], "label": "enabled", @@ -5148,7 +5132,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseFindAlertsQueryProps.params", + "id": "def-public.UseFindAlertsQueryProps.params", "type": "CompoundType", "tags": [], "label": "params", @@ -5167,7 +5151,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseGetAlertsGroupAggregationsQueryProps", + "id": "def-public.UseGetAlertsGroupAggregationsQueryProps", "type": "Interface", "tags": [], "label": "UseGetAlertsGroupAggregationsQueryProps", @@ -5178,7 +5162,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseGetAlertsGroupAggregationsQueryProps.http", + "id": "def-public.UseGetAlertsGroupAggregationsQueryProps.http", "type": "Object", "tags": [], "label": "http", @@ -5186,9 +5170,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5198,7 +5182,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseGetAlertsGroupAggregationsQueryProps.toasts", + "id": "def-public.UseGetAlertsGroupAggregationsQueryProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -5206,9 +5190,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -5218,7 +5202,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseGetAlertsGroupAggregationsQueryProps.enabled", + "id": "def-public.UseGetAlertsGroupAggregationsQueryProps.enabled", "type": "CompoundType", "tags": [], "label": "enabled", @@ -5232,7 +5216,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseGetAlertsGroupAggregationsQueryProps.params", + "id": "def-public.UseGetAlertsGroupAggregationsQueryProps.params", "type": "Object", "tags": [], "label": "params", @@ -5263,7 +5247,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseHealthCheckProps", + "id": "def-public.UseHealthCheckProps", "type": "Interface", "tags": [], "label": "UseHealthCheckProps", @@ -5274,7 +5258,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseHealthCheckProps.http", + "id": "def-public.UseHealthCheckProps.http", "type": "Object", "tags": [], "label": "http", @@ -5282,9 +5266,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5297,7 +5281,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseHealthCheckResult", + "id": "def-public.UseHealthCheckResult", "type": "Interface", "tags": [], "label": "UseHealthCheckResult", @@ -5308,7 +5292,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseHealthCheckResult.isLoading", + "id": "def-public.UseHealthCheckResult.isLoading", "type": "boolean", "tags": [], "label": "isLoading", @@ -5319,7 +5303,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseHealthCheckResult.healthCheckError", + "id": "def-public.UseHealthCheckResult.healthCheckError", "type": "CompoundType", "tags": [], "label": "healthCheckError", @@ -5337,7 +5321,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadAlertingFrameworkHealthProps", + "id": "def-public.UseLoadAlertingFrameworkHealthProps", "type": "Interface", "tags": [], "label": "UseLoadAlertingFrameworkHealthProps", @@ -5348,7 +5332,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadAlertingFrameworkHealthProps.http", + "id": "def-public.UseLoadAlertingFrameworkHealthProps.http", "type": "Object", "tags": [], "label": "http", @@ -5356,9 +5340,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5371,7 +5355,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadUiConfigProps", + "id": "def-public.UseLoadUiConfigProps", "type": "Interface", "tags": [], "label": "UseLoadUiConfigProps", @@ -5382,7 +5366,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadUiConfigProps.http", + "id": "def-public.UseLoadUiConfigProps.http", "type": "Object", "tags": [], "label": "http", @@ -5390,9 +5374,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5405,7 +5389,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadUiHealthProps", + "id": "def-public.UseLoadUiHealthProps", "type": "Interface", "tags": [], "label": "UseLoadUiHealthProps", @@ -5416,7 +5400,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseLoadUiHealthProps.http", + "id": "def-public.UseLoadUiHealthProps.http", "type": "Object", "tags": [], "label": "http", @@ -5424,9 +5408,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5439,7 +5423,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseResolveProps", + "id": "def-public.UseResolveProps", "type": "Interface", "tags": [], "label": "UseResolveProps", @@ -5450,7 +5434,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseResolveProps.http", + "id": "def-public.UseResolveProps.http", "type": "Object", "tags": [], "label": "http", @@ -5458,9 +5442,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5470,7 +5454,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseResolveProps.id", + "id": "def-public.UseResolveProps.id", "type": "string", "tags": [], "label": "id", @@ -5487,7 +5471,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsProps", + "id": "def-public.UseRuleAADFieldsProps", "type": "Interface", "tags": [], "label": "UseRuleAADFieldsProps", @@ -5498,7 +5482,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsProps.ruleTypeId", + "id": "def-public.UseRuleAADFieldsProps.ruleTypeId", "type": "string", "tags": [], "label": "ruleTypeId", @@ -5512,7 +5496,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsProps.http", + "id": "def-public.UseRuleAADFieldsProps.http", "type": "Object", "tags": [], "label": "http", @@ -5520,9 +5504,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5532,7 +5516,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsProps.toasts", + "id": "def-public.UseRuleAADFieldsProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -5540,9 +5524,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -5555,7 +5539,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsResult", + "id": "def-public.UseRuleAADFieldsResult", "type": "Interface", "tags": [], "label": "UseRuleAADFieldsResult", @@ -5566,7 +5550,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsResult.aadFields", + "id": "def-public.UseRuleAADFieldsResult.aadFields", "type": "Array", "tags": [], "label": "aadFields", @@ -5587,7 +5571,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleAADFieldsResult.loading", + "id": "def-public.UseRuleAADFieldsResult.loading", "type": "boolean", "tags": [], "label": "loading", @@ -5601,7 +5585,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps", + "id": "def-public.UseRuleTypesProps", "type": "Interface", "tags": [], "label": "UseRuleTypesProps", @@ -5612,7 +5596,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps.http", + "id": "def-public.UseRuleTypesProps.http", "type": "Object", "tags": [], "label": "http", @@ -5620,9 +5604,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5632,7 +5616,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps.toasts", + "id": "def-public.UseRuleTypesProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -5640,9 +5624,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -5652,7 +5636,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps.filteredRuleTypes", + "id": "def-public.UseRuleTypesProps.filteredRuleTypes", "type": "Array", "tags": [], "label": "filteredRuleTypes", @@ -5666,7 +5650,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps.registeredRuleTypes", + "id": "def-public.UseRuleTypesProps.registeredRuleTypes", "type": "Array", "tags": [], "label": "registeredRuleTypes", @@ -5680,7 +5664,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseRuleTypesProps.enabled", + "id": "def-public.UseRuleTypesProps.enabled", "type": "CompoundType", "tags": [], "label": "enabled", @@ -5697,7 +5681,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps", + "id": "def-public.UseUpdateRuleProps", "type": "Interface", "tags": [], "label": "UseUpdateRuleProps", @@ -5708,7 +5692,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps.http", + "id": "def-public.UseUpdateRuleProps.http", "type": "Object", "tags": [], "label": "http", @@ -5716,9 +5700,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -5728,7 +5712,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps.onSuccess", + "id": "def-public.UseUpdateRuleProps.onSuccess", "type": "Function", "tags": [], "label": "onSuccess", @@ -5739,9 +5723,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">) => void) | undefined" @@ -5752,7 +5736,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps.onSuccess.$1", + "id": "def-public.UseUpdateRuleProps.onSuccess.$1", "type": "Object", "tags": [], "label": "formData", @@ -5762,9 +5746,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">" @@ -5779,7 +5763,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps.onError", + "id": "def-public.UseUpdateRuleProps.onError", "type": "Function", "tags": [], "label": "onError", @@ -5788,9 +5772,9 @@ "((error: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>) => void) | undefined" @@ -5801,7 +5785,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseUpdateRuleProps.onError.$1", + "id": "def-public.UseUpdateRuleProps.onError.$1", "type": "Object", "tags": [], "label": "error", @@ -5809,9 +5793,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "<{ message: string; }>" @@ -5829,7 +5813,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ValidationResult", + "id": "def-public.ValidationResult", "type": "Interface", "tags": [], "label": "ValidationResult", @@ -5840,7 +5824,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ValidationResult.errors", + "id": "def-public.ValidationResult.errors", "type": "Object", "tags": [], "label": "errors", @@ -5859,7 +5843,7 @@ "enums": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnectorMode", + "id": "def-public.ActionConnectorMode", "type": "Enum", "tags": [], "label": "ActionConnectorMode", @@ -5873,7 +5857,7 @@ "misc": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionConnector", + "id": "def-public.ActionConnector", "type": "Type", "tags": [], "label": "ActionConnector", @@ -5881,25 +5865,25 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.PreConfiguredActionConnector", + "section": "def-public.PreConfiguredActionConnector", "text": "PreConfiguredActionConnector" }, " | ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.SystemAction", + "section": "def-public.SystemAction", "text": "SystemAction" }, " | ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UserConfiguredActionConnector", + "section": "def-public.UserConfiguredActionConnector", "text": "UserConfiguredActionConnector" }, "" @@ -5911,7 +5895,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ActionTypeRegistryContract", + "id": "def-public.ActionTypeRegistryContract", "type": "Type", "tags": [], "label": "ActionTypeRegistryContract", @@ -5920,25 +5904,25 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ") => void; has: (id: string) => boolean; }" @@ -5950,7 +5934,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ConnectorValidationFunc", + "id": "def-public.ConnectorValidationFunc", "type": "Type", "tags": [], "label": "ConnectorValidationFunc", @@ -5959,9 +5943,9 @@ "() => Promise" @@ -5975,7 +5959,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterControlConfig", + "id": "def-public.FilterControlConfig", "type": "Type", "tags": [], "label": "FilterControlConfig", @@ -5998,7 +5982,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterGroupHandler", + "id": "def-public.FilterGroupHandler", "type": "Type", "tags": [], "label": "FilterGroupHandler", @@ -6019,7 +6003,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.FilterUrlFormat", + "id": "def-public.FilterUrlFormat", "type": "Type", "tags": [], "label": "FilterUrlFormat", @@ -6042,7 +6026,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.PreConfiguredActionConnector", + "id": "def-public.PreConfiguredActionConnector", "type": "Type", "tags": [], "label": "PreConfiguredActionConnector", @@ -6051,9 +6035,9 @@ "Omit<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorProps", + "section": "def-public.ActionConnectorProps", "text": "ActionConnectorProps" }, ", \"config\" | \"secrets\"> & { isPreconfigured: true; isSystemAction: false; }" @@ -6065,7 +6049,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.queryKeyPrefix", + "id": "def-public.queryKeyPrefix", "type": "Array", "tags": [], "label": "queryKeyPrefix", @@ -6080,7 +6064,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.ResolvedRule", + "id": "def-public.ResolvedRule", "type": "Type", "tags": [], "label": "ResolvedRule", @@ -6097,17 +6081,17 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">, \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleUiAction", + "section": "def-public.RuleUiAction", "text": "RuleUiAction" }, "[]; }" @@ -6119,7 +6103,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.Rule", + "id": "def-public.Rule", "type": "Type", "tags": [], "label": "Rule", @@ -6136,9 +6120,9 @@ ", \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleUiAction", + "section": "def-public.RuleUiAction", "text": "RuleUiAction" }, "[]; }" @@ -6150,7 +6134,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeIndexWithDescriptions", + "id": "def-public.RuleTypeIndexWithDescriptions", "type": "Type", "tags": [], "label": "RuleTypeIndexWithDescriptions", @@ -6159,9 +6143,9 @@ "Map" @@ -6173,7 +6157,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeParams", + "id": "def-public.RuleTypeParams", "type": "Type", "tags": [], "label": "RuleTypeParams", @@ -6188,7 +6172,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeRegistryContract", + "id": "def-public.RuleTypeRegistryContract", "type": "Type", "tags": [], "label": "RuleTypeRegistryContract", @@ -6197,49 +6181,49 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeModel", + "section": "def-public.RuleTypeModel", "text": "RuleTypeModel" }, "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeModel", + "section": "def-public.RuleTypeModel", "text": "RuleTypeModel" }, "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeModel", + "section": "def-public.RuleTypeModel", "text": "RuleTypeModel" }, "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleTypeParams", + "section": "def-public.RuleTypeParams", "text": "RuleTypeParams" }, ">) => void; has: (id: string) => boolean; }" @@ -6251,7 +6235,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleTypeWithDescription", + "id": "def-public.RuleTypeWithDescription", "type": "Type", "tags": [], "label": "RuleTypeWithDescription", @@ -6273,7 +6257,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.RuleUiAction", + "id": "def-public.RuleUiAction", "type": "Type", "tags": [], "label": "RuleUiAction", @@ -6302,7 +6286,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.SanitizedRule", + "id": "def-public.SanitizedRule", "type": "Type", "tags": [], "label": "SanitizedRule", @@ -6319,9 +6303,9 @@ ", \"actions\" | \"alertTypeId\" | \"systemActions\"> & { ruleTypeId: string; actions: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleUiAction", + "section": "def-public.RuleUiAction", "text": "RuleUiAction" }, "[]; }" @@ -6333,7 +6317,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.SanitizedRuleAction", + "id": "def-public.SanitizedRuleAction", "type": "Type", "tags": [], "label": "SanitizedRuleAction", @@ -6364,7 +6348,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.SystemAction", + "id": "def-public.SystemAction", "type": "Type", "tags": [], "label": "SystemAction", @@ -6373,9 +6357,9 @@ "Omit<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorProps", + "section": "def-public.ActionConnectorProps", "text": "ActionConnectorProps" }, ", \"config\" | \"secrets\"> & { isSystemAction: true; isPreconfigured: false; }" @@ -6387,7 +6371,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UserConfiguredActionConnector", + "id": "def-public.UserConfiguredActionConnector", "type": "Type", "tags": [], "label": "UserConfiguredActionConnector", @@ -6395,9 +6379,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorProps", + "section": "def-public.ActionConnectorProps", "text": "ActionConnectorProps" }, " & { isPreconfigured: false; isSystemAction: false; }" @@ -6409,7 +6393,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.UseSearchAlertsQueryParams", + "id": "def-public.UseSearchAlertsQueryParams", "type": "Type", "tags": [], "label": "UseSearchAlertsQueryParams", @@ -6450,7 +6434,7 @@ "objects": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.search", + "id": "def-public.search", "type": "Object", "tags": [], "label": "search", @@ -6461,7 +6445,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.search.box", + "id": "def-public.search.box", "type": "Object", "tags": [], "label": "box", @@ -6472,7 +6456,7 @@ "children": [ { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.search.box.incremental", + "id": "def-public.search.box.incremental", "type": "boolean", "tags": [], "label": "incremental", @@ -6483,7 +6467,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.search.box.placeholder", + "id": "def-public.search.box.placeholder", "type": "string", "tags": [], "label": "placeholder", @@ -6494,7 +6478,7 @@ }, { "parentPluginId": "@kbn/alerts-ui-shared", - "id": "def-common.search.box.schema", + "id": "def-public.search.box.schema", "type": "boolean", "tags": [], "label": "schema", @@ -6509,5 +6493,21 @@ "initialIsOpen": false } ] + }, + "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_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index d0717d2ab30d9..9780b17f63827 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; @@ -23,20 +23,20 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o |-------------------|-----------|------------------------|-----------------| | 310 | 0 | 293 | 9 | -## Common +## Client ### Objects - + ### Functions - + ### Interfaces - + ### Enums - + ### Consts, variables and types - + diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index b3b94f5de8051..99d60ea0d8670 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-29 +date: 2024-07-30 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 9a9ebd5e36417..a5de950609fdb 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-29 +date: 2024-07-30 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 199b44f238a30..55a2429f90dbb 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-29 +date: 2024-07-30 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 f55762d1047fa..9643c05c778e2 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-29 +date: 2024-07-30 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 3bf66d38875d2..f5cfa412d0eba 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_apm_synthtrace_client.devdocs.json index c6dbb4c5fa952..2c1979907d982 100644 --- a/api_docs/kbn_apm_synthtrace_client.devdocs.json +++ b/api_docs/kbn_apm_synthtrace_client.devdocs.json @@ -622,6 +622,94 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.Entity", + "type": "Class", + "tags": [], + "label": "Entity", + "description": [], + "signature": [ + { + "pluginId": "@kbn/apm-synthtrace-client", + "scope": "common", + "docId": "kibKbnApmSynthtraceClientPluginApi", + "section": "def-common.Entity", + "text": "Entity" + }, + "" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/entity.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.Entity.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/entity.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.Entity.Unnamed.$1", + "type": "Uncategorized", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + "TFields" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/entity.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.Entity.defaults", + "type": "Function", + "tags": [], + "label": "defaults", + "description": [], + "signature": [ + "(defaults: TFields) => this" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/entity.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.Entity.defaults.$1", + "type": "Uncategorized", + "tags": [], + "label": "defaults", + "description": [], + "signature": [ + "TFields" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/entity.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/apm-synthtrace-client", "id": "def-common.Instance", @@ -638,7 +726,13 @@ "text": "Instance" }, " extends ", - "Entity", + { + "pluginId": "@kbn/apm-synthtrace-client", + "scope": "common", + "docId": "kibKbnApmSynthtraceClientPluginApi", + "section": "def-common.Entity", + "text": "Entity" + }, "<", { "pluginId": "@kbn/apm-synthtrace-client", @@ -1020,7 +1114,13 @@ "text": "MobileDevice" }, " extends ", - "Entity", + { + "pluginId": "@kbn/apm-synthtrace-client", + "scope": "common", + "docId": "kibKbnApmSynthtraceClientPluginApi", + "section": "def-common.Entity", + "text": "Entity" + }, "<", { "pluginId": "@kbn/apm-synthtrace-client", @@ -1534,7 +1634,13 @@ "text": "Serializable" }, " extends ", - "Entity", + { + "pluginId": "@kbn/apm-synthtrace-client", + "scope": "common", + "docId": "kibKbnApmSynthtraceClientPluginApi", + "section": "def-common.Entity", + "text": "Entity" + }, "" ], "path": "packages/kbn-apm-synthtrace-client/src/lib/serializable.ts", @@ -2616,7 +2722,9 @@ " | ", "DockerContainerMetricsDocument", " | ", - "K8sContainerMetricsDocument" + "K8sContainerMetricsDocument", + " | ", + "AWSRdsMetricsDocument" ], "path": "packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts", "deprecated": false, @@ -2987,6 +3095,46 @@ "trackAdoption": false } ] + }, + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.infra.awsRds", + "type": "Function", + "tags": [], + "label": "awsRds", + "description": [], + "signature": [ + "(arn: string, name: string) => ", + "AWSRds" + ], + "path": "packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.infra.awsRds.$1", + "type": "string", + "tags": [], + "label": "arn", + "description": [], + "path": "packages/kbn-apm-synthtrace-client/src/lib/infra/aws/rds.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/apm-synthtrace-client", + "id": "def-common.infra.awsRds.$2", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "packages/kbn-apm-synthtrace-client/src/lib/infra/aws/rds.ts", + "deprecated": false, + "trackAdoption": false + } + ] } ], "initialIsOpen": false diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index f83ef909c53b8..ab47aa0afb5fd 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/te | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 192 | 0 | 192 | 30 | +| 200 | 0 | 200 | 31 | ## Common diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 505e3754108f0..59f2fcba62ce4 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index 599c8522f60bf..607ab71474739 100644 --- a/api_docs/kbn_avc_banner.mdx +++ b/api_docs/kbn_avc_banner.mdx @@ -8,7 +8,7 @@ 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner'] --- import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx index f3d5c9c999e20..bae79199fc9ac 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-29 +date: 2024-07-30 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 0b2a436da08fd..07ecd018be86c 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-29 +date: 2024-07-30 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 7f845b31409d7..893e11dbfa679 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-29 +date: 2024-07-30 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 5e21a45fcc17a..bc7d454b08ca2 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-29 +date: 2024-07-30 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 e6b56e8b45d23..20b4b7f97b262 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-29 +date: 2024-07-30 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 abd72b39e7f31..bc6f8548382cc 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-29 +date: 2024-07-30 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 d183c476efb7f..37dd9630e7772 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-29 +date: 2024-07-30 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 422ce3c9ebfa9..c109116aeec1d 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-29 +date: 2024-07-30 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 90c3115ec6bda..934b6e070f3b8 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-29 +date: 2024-07-30 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 8bb6a9f8ad494..9641c7d1f9261 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-29 +date: 2024-07-30 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 57f79e449fcff..bac6ac98b8672 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-29 +date: 2024-07-30 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 640c9b3facd3f..5a25757f68599 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-29 +date: 2024-07-30 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 42e017343fda2..69fb669ce94de 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-29 +date: 2024-07-30 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 65bbdbc43a2ce..fef234fec4025 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-29 +date: 2024-07-30 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 9e1522673fcd5..68eb66d3ddc78 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-29 +date: 2024-07-30 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 07aa4e0c91a78..0b6b1fcfc554a 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-29 +date: 2024-07-30 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 6c387ab46b842..a5ba1e2242bf7 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-29 +date: 2024-07-30 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 c423c4b8b81a6..d62cc89ffc3f4 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-29 +date: 2024-07-30 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 37a4cd9d8ecc6..313cd427f4b7f 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_content_management_content_editor.devdocs.json index c6144ff95f63b..5c5c0f8208433 100644 --- a/api_docs/kbn_content_management_content_editor.devdocs.json +++ b/api_docs/kbn_content_management_content_editor.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/content-management-content-editor", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.ContentEditorKibanaProvider", + "id": "def-public.ContentEditorKibanaProvider", "type": "Function", "tags": [], "label": "ContentEditorKibanaProvider", @@ -39,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.ContentEditorKibanaProvider.$1", + "id": "def-public.ContentEditorKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{ children, ...services }", @@ -60,7 +44,7 @@ }, { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.ContentEditorProvider", + "id": "def-public.ContentEditorProvider", "type": "Function", "tags": [], "label": "ContentEditorProvider", @@ -78,7 +62,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.ContentEditorProvider.$1", + "id": "def-public.ContentEditorProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...services\n}", @@ -99,7 +83,7 @@ }, { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.useOpenContentEditor", + "id": "def-public.useOpenContentEditor", "type": "Function", "tags": [], "label": "useOpenContentEditor", @@ -108,9 +92,9 @@ "() => (args: ", { "pluginId": "@kbn/content-management-content-editor", - "scope": "common", + "scope": "public", "docId": "kibKbnContentManagementContentEditorPluginApi", - "section": "def-common.OpenContentEditorParams", + "section": "def-public.OpenContentEditorParams", "text": "OpenContentEditorParams" }, ") => () => void" @@ -126,7 +110,7 @@ "interfaces": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.SavedObjectsReference", + "id": "def-public.SavedObjectsReference", "type": "Interface", "tags": [], "label": "SavedObjectsReference", @@ -137,7 +121,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.SavedObjectsReference.id", + "id": "def-public.SavedObjectsReference.id", "type": "string", "tags": [], "label": "id", @@ -148,7 +132,7 @@ }, { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.SavedObjectsReference.name", + "id": "def-public.SavedObjectsReference.name", "type": "string", "tags": [], "label": "name", @@ -159,7 +143,7 @@ }, { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.SavedObjectsReference.type", + "id": "def-public.SavedObjectsReference.type", "type": "string", "tags": [], "label": "type", @@ -176,7 +160,7 @@ "misc": [ { "parentPluginId": "@kbn/content-management-content-editor", - "id": "def-common.OpenContentEditorParams", + "id": "def-public.OpenContentEditorParams", "type": "Type", "tags": [], "label": "OpenContentEditorParams", @@ -195,5 +179,21 @@ } ], "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_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index 0c90faffbb0f6..9bbe8c07be75c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 10 | 0 | 8 | 4 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + 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 923c329575236..8474a5ecbf4e0 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-29 +date: 2024-07-30 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 9e572116d24ba..03d7df851e457 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_content_management_table_list_view_common.devdocs.json index 8bf94c542f624..3483f609970c7 100644 --- a/api_docs/kbn_content_management_table_list_view_common.devdocs.json +++ b/api_docs/kbn_content_management_table_list_view_common.devdocs.json @@ -119,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/content-management-content-editor", - "scope": "common", + "scope": "public", "docId": "kibKbnContentManagementContentEditorPluginApi", - "section": "def-common.SavedObjectsReference", + "section": "def-public.SavedObjectsReference", "text": "SavedObjectsReference" }, "[]" 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 ae17078d71b07..46bf1483bea9c 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_content_management_table_list_view_table.devdocs.json index 2cd0fa155534b..62a0a06a9bdd3 100644 --- a/api_docs/kbn_content_management_table_list_view_table.devdocs.json +++ b/api_docs/kbn_content_management_table_list_view_table.devdocs.json @@ -178,33 +178,33 @@ "; navigateToUrl: (url: string) => void | Promise; }; notifications: { toasts: { addDanger: (notifyArgs: { title: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "; text?: string | undefined; }) => void; }; }; http: { basePath: { prepend: (path: string) => string; }; }; overlays: { openFlyout(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined): ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, "; }; userProfile: { bulkGet: (params: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-public.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" }, ") => Promise<", @@ -250,9 +250,9 @@ "{ ui: { components: { TagList: React.FC<{ object: { references: ", { "pluginId": "@kbn/content-management-content-editor", - "scope": "common", + "scope": "public", "docId": "kibKbnContentManagementContentEditorPluginApi", - "section": "def-common.SavedObjectsReference", + "section": "def-public.SavedObjectsReference", "text": "SavedObjectsReference" }, "[]; }; onClick?: ((tag: ", @@ -268,9 +268,9 @@ "[]; getTagIdsFromReferences: (references: ", { "pluginId": "@kbn/content-management-content-editor", - "scope": "common", + "scope": "public", "docId": "kibKbnContentManagementContentEditorPluginApi", - "section": "def-common.SavedObjectsReference", + "section": "def-public.SavedObjectsReference", "text": "SavedObjectsReference" }, "[]) => string[]; }; } | undefined" 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 3db582df12cd6..927cc08614dc0 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_content_management_user_profiles.devdocs.json index 0107a179f3ac0..ebf081e4808e0 100644 --- a/api_docs/kbn_content_management_user_profiles.devdocs.json +++ b/api_docs/kbn_content_management_user_profiles.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/content-management-user-profiles", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.ManagedAvatarTip", + "id": "def-public.ManagedAvatarTip", "type": "Function", "tags": [], "label": "ManagedAvatarTip", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.ManagedAvatarTip.$1", + "id": "def-public.ManagedAvatarTip.$1", "type": "Object", "tags": [], "label": "{\n entityName = i18n.translate('contentManagement.userProfiles.managedAvatarTip.defaultEntityName', {\n defaultMessage: 'object',\n }),\n}", @@ -46,7 +30,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.ManagedAvatarTip.$1.entityName", + "id": "def-public.ManagedAvatarTip.$1.entityName", "type": "string", "tags": [], "label": "entityName", @@ -66,7 +50,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoCreatorTip", + "id": "def-public.NoCreatorTip", "type": "Function", "tags": [], "label": "NoCreatorTip", @@ -82,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoCreatorTip.$1", + "id": "def-public.NoCreatorTip.$1", "type": "Object", "tags": [], "label": "props", @@ -93,7 +77,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoCreatorTip.$1.iconType", + "id": "def-public.NoCreatorTip.$1.iconType", "type": "CompoundType", "tags": [], "label": "iconType", @@ -114,7 +98,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoUpdaterTip", + "id": "def-public.NoUpdaterTip", "type": "Function", "tags": [], "label": "NoUpdaterTip", @@ -128,7 +112,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoUpdaterTip.$1", + "id": "def-public.NoUpdaterTip.$1", "type": "Object", "tags": [], "label": "props", @@ -139,7 +123,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.NoUpdaterTip.$1.iconType", + "id": "def-public.NoUpdaterTip.$1.iconType", "type": "string", "tags": [], "label": "iconType", @@ -159,7 +143,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserAvatarTip", + "id": "def-public.UserAvatarTip", "type": "Function", "tags": [], "label": "UserAvatarTip", @@ -173,7 +157,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserAvatarTip.$1", + "id": "def-public.UserAvatarTip.$1", "type": "Object", "tags": [], "label": "props", @@ -184,7 +168,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserAvatarTip.$1.uid", + "id": "def-public.UserAvatarTip.$1.uid", "type": "string", "tags": [], "label": "uid", @@ -201,7 +185,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesKibanaProvider", + "id": "def-public.UserProfilesKibanaProvider", "type": "Function", "tags": [], "label": "UserProfilesKibanaProvider", @@ -210,9 +194,9 @@ "({ children, core, }: React.PropsWithChildren>) => JSX.Element" @@ -223,7 +207,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesKibanaProvider.$1", + "id": "def-public.UserProfilesKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n core,\n}", @@ -232,9 +216,9 @@ "React.PropsWithChildren>" @@ -250,7 +234,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesProvider", + "id": "def-public.UserProfilesProvider", "type": "Function", "tags": [], "label": "UserProfilesProvider", @@ -259,9 +243,9 @@ "({ children, ...services }: React.PropsWithChildren>) => JSX.Element" @@ -272,7 +256,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesProvider.$1", + "id": "def-public.UserProfilesProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...services\n}", @@ -281,9 +265,9 @@ "React.PropsWithChildren>" @@ -299,7 +283,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfile", + "id": "def-public.useUserProfile", "type": "Function", "tags": [], "label": "useUserProfile", @@ -331,7 +315,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfile.$1", + "id": "def-public.useUserProfile.$1", "type": "string", "tags": [], "label": "uid", @@ -350,7 +334,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfiles", + "id": "def-public.useUserProfiles", "type": "Function", "tags": [], "label": "useUserProfiles", @@ -382,7 +366,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfiles.$1", + "id": "def-public.useUserProfiles.$1", "type": "Array", "tags": [], "label": "uids", @@ -397,7 +381,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfiles.$2", + "id": "def-public.useUserProfiles.$2", "type": "Object", "tags": [], "label": "opts", @@ -408,7 +392,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfiles.$2.enabled", + "id": "def-public.useUserProfiles.$2.enabled", "type": "CompoundType", "tags": [], "label": "enabled", @@ -428,7 +412,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.useUserProfilesServices", + "id": "def-public.useUserProfilesServices", "type": "Function", "tags": [], "label": "useUserProfilesServices", @@ -437,9 +421,9 @@ "() => ", { "pluginId": "@kbn/content-management-user-profiles", - "scope": "common", + "scope": "public", "docId": "kibKbnContentManagementUserProfilesPluginApi", - "section": "def-common.UserProfilesServices", + "section": "def-public.UserProfilesServices", "text": "UserProfilesServices" } ], @@ -454,7 +438,7 @@ "interfaces": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesKibanaDependencies", + "id": "def-public.UserProfilesKibanaDependencies", "type": "Interface", "tags": [], "label": "UserProfilesKibanaDependencies", @@ -465,7 +449,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesKibanaDependencies.core", + "id": "def-public.UserProfilesKibanaDependencies.core", "type": "Object", "tags": [], "label": "core", @@ -482,9 +466,9 @@ ">(params: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-public.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" }, ") => Promise<", @@ -506,7 +490,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesServices", + "id": "def-public.UserProfilesServices", "type": "Interface", "tags": [], "label": "UserProfilesServices", @@ -517,7 +501,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesServices.bulkGetUserProfiles", + "id": "def-public.UserProfilesServices.bulkGetUserProfiles", "type": "Function", "tags": [], "label": "bulkGetUserProfiles", @@ -547,7 +531,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesServices.bulkGetUserProfiles.$1", + "id": "def-public.UserProfilesServices.bulkGetUserProfiles.$1", "type": "Array", "tags": [], "label": "uids", @@ -565,7 +549,7 @@ }, { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesServices.getUserProfile", + "id": "def-public.UserProfilesServices.getUserProfile", "type": "Function", "tags": [], "label": "getUserProfile", @@ -595,7 +579,7 @@ "children": [ { "parentPluginId": "@kbn/content-management-user-profiles", - "id": "def-common.UserProfilesServices.getUserProfile.$1", + "id": "def-public.UserProfilesServices.getUserProfile.$1", "type": "string", "tags": [], "label": "uid", @@ -618,5 +602,21 @@ "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_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index d6252a4e149b3..d3105dfcf92db 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 30 | 0 | 30 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_content_management_utils.devdocs.json b/api_docs/kbn_content_management_utils.devdocs.json index 5b3b11e1e6daf..5ad26a1d86d38 100644 --- a/api_docs/kbn_content_management_utils.devdocs.json +++ b/api_docs/kbn_content_management_utils.devdocs.json @@ -113,9 +113,9 @@ ", savedObject: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, ") => Types[\"Item\"]; additionalSearchFields?: string[] | undefined; } | undefined" @@ -559,17 +559,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, ") => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" } ], @@ -587,9 +587,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" } ], @@ -685,9 +685,9 @@ ", savedObject: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, ") => ReturnItem; }" @@ -974,9 +974,9 @@ ">) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -1029,17 +1029,17 @@ "({ included, excluded, }?: { included?: string[] | undefined; excluded?: string[] | undefined; }) => { hasReference: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; hasNoReference: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; }" @@ -1112,17 +1112,17 @@ ">(params: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, ") => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, "" @@ -1141,9 +1141,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, "" @@ -1955,9 +1955,9 @@ ", savedObject: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, ") => ReturnItem" @@ -1997,9 +1997,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, "" @@ -2352,17 +2352,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -2399,17 +2399,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -2514,9 +2514,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsPitParams", + "section": "def-server.SavedObjectsPitParams", "text": "SavedObjectsPitParams" }, " | undefined" @@ -2600,9 +2600,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -3155,9 +3155,9 @@ "(params: Types[\"CreateOptions\"]) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" } ], @@ -3211,9 +3211,9 @@ "(params: Types[\"SearchIn\"]) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -3281,9 +3281,9 @@ "(params: Types[\"UpdateOptions\"]) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, "" diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index b46180bd934c5..f9f82eb801872 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-29 +date: 2024-07-30 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 80c7b17e88be8..7947b4922115d 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-analytics-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext", + "id": "def-public.AnalyticsClientInitContext", "type": "Interface", "tags": [], "label": "AnalyticsClientInitContext", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.isDev", + "id": "def-public.AnalyticsClientInitContext.isDev", "type": "boolean", "tags": [], "label": "isDev", @@ -48,7 +32,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.sendTo", + "id": "def-public.AnalyticsClientInitContext.sendTo", "type": "CompoundType", "tags": [], "label": "sendTo", @@ -64,7 +48,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.logger", + "id": "def-public.AnalyticsClientInitContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -89,7 +73,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts", + "id": "def-public.ContextProviderOpts", "type": "Interface", "tags": [], "label": "ContextProviderOpts", @@ -112,7 +96,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.name", + "id": "def-public.ContextProviderOpts.name", "type": "string", "tags": [], "label": "name", @@ -125,7 +109,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.context$", + "id": "def-public.ContextProviderOpts.context$", "type": "Object", "tags": [], "label": "context$", @@ -142,7 +126,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.schema", + "id": "def-public.ContextProviderOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -169,7 +153,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event", + "id": "def-public.Event", "type": "Interface", "tags": [], "label": "Event", @@ -192,7 +176,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.timestamp", + "id": "def-public.Event.timestamp", "type": "string", "tags": [], "label": "timestamp", @@ -205,7 +189,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.event_type", + "id": "def-public.Event.event_type", "type": "string", "tags": [], "label": "event_type", @@ -218,7 +202,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.properties", + "id": "def-public.Event.properties", "type": "Uncategorized", "tags": [], "label": "properties", @@ -234,7 +218,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.context", + "id": "def-public.Event.context", "type": "Object", "tags": [], "label": "context", @@ -259,7 +243,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext", + "id": "def-public.EventContext", "type": "Interface", "tags": [], "label": "EventContext", @@ -272,7 +256,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cluster_uuid", + "id": "def-public.EventContext.cluster_uuid", "type": "string", "tags": [], "label": "cluster_uuid", @@ -288,7 +272,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cluster_name", + "id": "def-public.EventContext.cluster_name", "type": "string", "tags": [], "label": "cluster_name", @@ -304,7 +288,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.license_id", + "id": "def-public.EventContext.license_id", "type": "string", "tags": [], "label": "license_id", @@ -320,7 +304,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.userId", + "id": "def-public.EventContext.userId", "type": "string", "tags": [], "label": "userId", @@ -336,7 +320,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cloudId", + "id": "def-public.EventContext.cloudId", "type": "string", "tags": [], "label": "cloudId", @@ -352,7 +336,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.isElasticCloudUser", + "id": "def-public.EventContext.isElasticCloudUser", "type": "CompoundType", "tags": [], "label": "isElasticCloudUser", @@ -368,7 +352,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.version", + "id": "def-public.EventContext.version", "type": "string", "tags": [], "label": "version", @@ -384,7 +368,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.pageName", + "id": "def-public.EventContext.pageName", "type": "string", "tags": [], "label": "pageName", @@ -400,7 +384,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.applicationId", + "id": "def-public.EventContext.applicationId", "type": "string", "tags": [], "label": "applicationId", @@ -416,7 +400,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.entityId", + "id": "def-public.EventContext.entityId", "type": "string", "tags": [], "label": "entityId", @@ -432,7 +416,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.Unnamed", + "id": "def-public.EventContext.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: unknown", @@ -451,7 +435,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts", + "id": "def-public.EventTypeOpts", "type": "Interface", "tags": [], "label": "EventTypeOpts", @@ -474,7 +458,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts.eventType", + "id": "def-public.EventTypeOpts.eventType", "type": "string", "tags": [], "label": "eventType", @@ -487,7 +471,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts.schema", + "id": "def-public.EventTypeOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -514,7 +498,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient", + "id": "def-public.IAnalyticsClient", "type": "Interface", "tags": [], "label": "IAnalyticsClient", @@ -527,7 +511,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent", + "id": "def-public.IAnalyticsClient.reportEvent", "type": "Function", "tags": [ "track-adoption" @@ -1503,7 +1487,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent.$1", + "id": "def-public.IAnalyticsClient.reportEvent.$1", "type": "string", "tags": [], "label": "eventType", @@ -1520,7 +1504,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent.$2", + "id": "def-public.IAnalyticsClient.reportEvent.$2", "type": "Uncategorized", "tags": [], "label": "eventData", @@ -1540,7 +1524,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerEventType", + "id": "def-public.IAnalyticsClient.registerEventType", "type": "Function", "tags": [], "label": "registerEventType", @@ -1564,7 +1548,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerEventType.$1", + "id": "def-public.IAnalyticsClient.registerEventType.$1", "type": "Object", "tags": [], "label": "eventTypeOps", @@ -1591,7 +1575,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper", + "id": "def-public.IAnalyticsClient.registerShipper", "type": "Function", "tags": [], "label": "registerShipper", @@ -1631,7 +1615,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$1", + "id": "def-public.IAnalyticsClient.registerShipper.$1", "type": "Object", "tags": [], "label": "Shipper", @@ -1655,7 +1639,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$2", + "id": "def-public.IAnalyticsClient.registerShipper.$2", "type": "Uncategorized", "tags": [], "label": "shipperConfig", @@ -1672,7 +1656,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$3", + "id": "def-public.IAnalyticsClient.registerShipper.$3", "type": "Object", "tags": [], "label": "opts", @@ -1699,7 +1683,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.optIn", + "id": "def-public.IAnalyticsClient.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -1723,7 +1707,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.optIn.$1", + "id": "def-public.IAnalyticsClient.optIn.$1", "type": "Object", "tags": [], "label": "optInConfig", @@ -1749,7 +1733,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerContextProvider", + "id": "def-public.IAnalyticsClient.registerContextProvider", "type": "Function", "tags": [ "track-adoption" @@ -2053,7 +2037,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerContextProvider.$1", + "id": "def-public.IAnalyticsClient.registerContextProvider.$1", "type": "Object", "tags": [], "label": "contextProviderOpts", @@ -2080,7 +2064,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.removeContextProvider", + "id": "def-public.IAnalyticsClient.removeContextProvider", "type": "Function", "tags": [], "label": "removeContextProvider", @@ -2096,7 +2080,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.removeContextProvider.$1", + "id": "def-public.IAnalyticsClient.removeContextProvider.$1", "type": "string", "tags": [], "label": "contextProviderName", @@ -2116,7 +2100,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.telemetryCounter$", + "id": "def-public.IAnalyticsClient.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2141,7 +2125,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.flush", + "id": "def-public.IAnalyticsClient.flush", "type": "Function", "tags": [], "label": "flush", @@ -2159,7 +2143,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.shutdown", + "id": "def-public.IAnalyticsClient.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2180,7 +2164,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper", + "id": "def-public.IShipper", "type": "Interface", "tags": [], "label": "IShipper", @@ -2193,7 +2177,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.reportEvents", + "id": "def-public.IShipper.reportEvents", "type": "Function", "tags": [], "label": "reportEvents", @@ -2217,7 +2201,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.reportEvents.$1", + "id": "def-public.IShipper.reportEvents.$1", "type": "Array", "tags": [], "label": "events", @@ -2244,7 +2228,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.optIn", + "id": "def-public.IShipper.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -2260,7 +2244,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.optIn.$1", + "id": "def-public.IShipper.optIn.$1", "type": "boolean", "tags": [], "label": "isOptedIn", @@ -2280,7 +2264,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.extendContext", + "id": "def-public.IShipper.extendContext", "type": "Function", "tags": [], "label": "extendContext", @@ -2304,7 +2288,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.extendContext.$1", + "id": "def-public.IShipper.extendContext.$1", "type": "Object", "tags": [], "label": "newContext", @@ -2330,7 +2314,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.telemetryCounter$", + "id": "def-public.IShipper.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2355,7 +2339,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.flush", + "id": "def-public.IShipper.flush", "type": "Function", "tags": [], "label": "flush", @@ -2373,7 +2357,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.shutdown", + "id": "def-public.IShipper.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2394,7 +2378,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.KbnAnalyticsWindowApi", + "id": "def-public.KbnAnalyticsWindowApi", "type": "Interface", "tags": [], "label": "KbnAnalyticsWindowApi", @@ -2407,7 +2391,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.KbnAnalyticsWindowApi.flush", + "id": "def-public.KbnAnalyticsWindowApi.flush", "type": "Function", "tags": [], "label": "flush", @@ -2428,7 +2412,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig", + "id": "def-public.OptInConfig", "type": "Interface", "tags": [], "label": "OptInConfig", @@ -2441,7 +2425,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig.global", + "id": "def-public.OptInConfig.global", "type": "Object", "tags": [], "label": "global", @@ -2463,7 +2447,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig.event_types", + "id": "def-public.OptInConfig.event_types", "type": "Object", "tags": [], "label": "event_types", @@ -2490,7 +2474,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType", + "id": "def-public.OptInConfigPerType", "type": "Interface", "tags": [], "label": "OptInConfigPerType", @@ -2503,7 +2487,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType.enabled", + "id": "def-public.OptInConfigPerType.enabled", "type": "boolean", "tags": [], "label": "enabled", @@ -2516,7 +2500,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType.shippers", + "id": "def-public.OptInConfigPerType.shippers", "type": "Object", "tags": [], "label": "shippers", @@ -2535,7 +2519,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.RegisterShipperOpts", + "id": "def-public.RegisterShipperOpts", "type": "Interface", "tags": [], "label": "RegisterShipperOpts", @@ -2550,7 +2534,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray", + "id": "def-public.SchemaArray", "type": "Interface", "tags": [], "label": "SchemaArray", @@ -2581,7 +2565,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray.type", + "id": "def-public.SchemaArray.type", "type": "string", "tags": [], "label": "type", @@ -2597,7 +2581,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray.items", + "id": "def-public.SchemaArray.items", "type": "CompoundType", "tags": [], "label": "items", @@ -2680,7 +2664,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue", + "id": "def-public.SchemaChildValue", "type": "Interface", "tags": [], "label": "SchemaChildValue", @@ -2703,7 +2687,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue.type", + "id": "def-public.SchemaChildValue.type", "type": "Uncategorized", "tags": [], "label": "type", @@ -2742,7 +2726,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue._meta", + "id": "def-public.SchemaChildValue._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2769,7 +2753,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMeta", + "id": "def-public.SchemaMeta", "type": "Interface", "tags": [], "label": "SchemaMeta", @@ -2792,7 +2776,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMeta._meta", + "id": "def-public.SchemaMeta._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2819,7 +2803,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaObject", + "id": "def-public.SchemaObject", "type": "Interface", "tags": [], "label": "SchemaObject", @@ -2850,7 +2834,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaObject.properties", + "id": "def-public.SchemaObject.properties", "type": "Object", "tags": [], "label": "properties", @@ -2877,7 +2861,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor", + "id": "def-public.ShipperClassConstructor", "type": "Interface", "tags": [], "label": "ShipperClassConstructor", @@ -2900,7 +2884,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.shipperName", + "id": "def-public.ShipperClassConstructor.shipperName", "type": "string", "tags": [], "label": "shipperName", @@ -2913,7 +2897,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new", + "id": "def-public.ShipperClassConstructor.new", "type": "Function", "tags": [], "label": "new", @@ -2929,7 +2913,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new.$1", + "id": "def-public.ShipperClassConstructor.new.$1", "type": "Uncategorized", "tags": [], "label": "config", @@ -2946,7 +2930,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new.$2", + "id": "def-public.ShipperClassConstructor.new.$2", "type": "Object", "tags": [], "label": "initContext", @@ -2975,7 +2959,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter", + "id": "def-public.TelemetryCounter", "type": "Interface", "tags": [], "label": "TelemetryCounter", @@ -2988,7 +2972,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.type", + "id": "def-public.TelemetryCounter.type", "type": "CompoundType", "tags": [], "label": "type", @@ -3004,7 +2988,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.source", + "id": "def-public.TelemetryCounter.source", "type": "string", "tags": [], "label": "source", @@ -3017,7 +3001,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.event_type", + "id": "def-public.TelemetryCounter.event_type", "type": "string", "tags": [], "label": "event_type", @@ -3030,7 +3014,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.code", + "id": "def-public.TelemetryCounter.code", "type": "string", "tags": [], "label": "code", @@ -3043,7 +3027,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.count", + "id": "def-public.TelemetryCounter.count", "type": "number", "tags": [], "label": "count", @@ -3062,7 +3046,7 @@ "misc": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaBooleanTypes", + "id": "def-public.AllowedSchemaBooleanTypes", "type": "Type", "tags": [], "label": "AllowedSchemaBooleanTypes", @@ -3079,7 +3063,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaNumberTypes", + "id": "def-public.AllowedSchemaNumberTypes", "type": "Type", "tags": [], "label": "AllowedSchemaNumberTypes", @@ -3096,7 +3080,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaStringTypes", + "id": "def-public.AllowedSchemaStringTypes", "type": "Type", "tags": [], "label": "AllowedSchemaStringTypes", @@ -3113,7 +3097,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaTypes", + "id": "def-public.AllowedSchemaTypes", "type": "Type", "tags": [], "label": "AllowedSchemaTypes", @@ -3130,7 +3114,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsServiceSetup", + "id": "def-public.AnalyticsServiceSetup", "type": "Type", "tags": [], "label": "AnalyticsServiceSetup", @@ -3205,7 +3189,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsServiceStart", + "id": "def-public.AnalyticsServiceStart", "type": "Type", "tags": [], "label": "AnalyticsServiceStart", @@ -3240,7 +3224,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderName", + "id": "def-public.ContextProviderName", "type": "Type", "tags": [], "label": "ContextProviderName", @@ -3257,7 +3241,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventType", + "id": "def-public.EventType", "type": "Type", "tags": [], "label": "EventType", @@ -3274,7 +3258,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.PossibleSchemaTypes", + "id": "def-public.PossibleSchemaTypes", "type": "Type", "tags": [], "label": "PossibleSchemaTypes", @@ -3314,7 +3298,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.RootSchema", + "id": "def-public.RootSchema", "type": "Type", "tags": [], "label": "RootSchema", @@ -3339,7 +3323,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMetaOptional", + "id": "def-public.SchemaMetaOptional", "type": "Type", "tags": [], "label": "SchemaMetaOptional", @@ -3356,7 +3340,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaValue", + "id": "def-public.SchemaValue", "type": "Type", "tags": [], "label": "SchemaValue", @@ -3437,7 +3421,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperName", + "id": "def-public.ShipperName", "type": "Type", "tags": [], "label": "ShipperName", @@ -3454,7 +3438,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounterType", + "id": "def-public.TelemetryCounterType", "type": "Type", "tags": [], "label": "TelemetryCounterType", @@ -3471,5 +3455,21 @@ } ], "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_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index 031231c62d605..d883c1c4bcfd4 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 101 | 0 | 0 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_analytics_browser_internal.devdocs.json b/api_docs/kbn_core_analytics_browser_internal.devdocs.json index e07bfe1110f2e..22b8438d56dac 100644 --- a/api_docs/kbn_core_analytics_browser_internal.devdocs.json +++ b/api_docs/kbn_core_analytics_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-analytics-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService", + "id": "def-public.AnalyticsService", "type": "Class", "tags": [], "label": "AnalyticsService", @@ -31,7 +15,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.Unnamed", + "id": "def-public.AnalyticsService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.Unnamed.$1", + "id": "def-public.AnalyticsService.Unnamed.$1", "type": "Object", "tags": [], "label": "core", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.setup", + "id": "def-public.AnalyticsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -74,9 +58,9 @@ ") => ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-public.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" } ], @@ -86,7 +70,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.setup.$1", + "id": "def-public.AnalyticsService.setup.$1", "type": "Object", "tags": [], "label": "{ injectedMetadata }", @@ -104,7 +88,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.start", + "id": "def-public.AnalyticsService.start", "type": "Function", "tags": [], "label": "start", @@ -113,9 +97,9 @@ "() => ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" } ], @@ -127,7 +111,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser-internal", - "id": "def-common.AnalyticsService.stop", + "id": "def-public.AnalyticsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -150,5 +134,21 @@ "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_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index 19a3b83acd5da..0c0fe471aa721 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 1 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_analytics_browser_mocks.devdocs.json b/api_docs/kbn_core_analytics_browser_mocks.devdocs.json index 0b945559a93af..64028214822e2 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_analytics_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-analytics-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-analytics-browser-mocks", - "id": "def-common.analyticsServiceMock", + "id": "def-public.analyticsServiceMock", "type": "Object", "tags": [], "label": "analyticsServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser-mocks", - "id": "def-common.analyticsServiceMock.create", + "id": "def-public.analyticsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser-mocks", - "id": "def-common.analyticsServiceMock.createAnalyticsServiceSetup", + "id": "def-public.analyticsServiceMock.createAnalyticsServiceSetup", "type": "Function", "tags": [], "label": "createAnalyticsServiceSetup", @@ -61,9 +45,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-public.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" }, ">" @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser-mocks", - "id": "def-common.analyticsServiceMock.createAnalyticsServiceStart", + "id": "def-public.analyticsServiceMock.createAnalyticsServiceStart", "type": "Function", "tags": [], "label": "createAnalyticsServiceStart", @@ -85,9 +69,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ">" @@ -102,5 +86,21 @@ "initialIsOpen": false } ] + }, + "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_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index 8e5b18dbf8992..266ecbe6c2b29 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index 77ff32ecf288e..3d8547c721ef1 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext", + "id": "def-server.AnalyticsClientInitContext", "type": "Interface", "tags": [], "label": "AnalyticsClientInitContext", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.isDev", + "id": "def-server.AnalyticsClientInitContext.isDev", "type": "boolean", "tags": [], "label": "isDev", @@ -48,7 +40,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.sendTo", + "id": "def-server.AnalyticsClientInitContext.sendTo", "type": "CompoundType", "tags": [], "label": "sendTo", @@ -64,7 +56,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.logger", + "id": "def-server.AnalyticsClientInitContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -89,7 +81,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts", + "id": "def-server.ContextProviderOpts", "type": "Interface", "tags": [], "label": "ContextProviderOpts", @@ -112,7 +104,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.name", + "id": "def-server.ContextProviderOpts.name", "type": "string", "tags": [], "label": "name", @@ -125,7 +117,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.context$", + "id": "def-server.ContextProviderOpts.context$", "type": "Object", "tags": [], "label": "context$", @@ -142,7 +134,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.schema", + "id": "def-server.ContextProviderOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -169,7 +161,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event", + "id": "def-server.Event", "type": "Interface", "tags": [], "label": "Event", @@ -192,7 +184,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.timestamp", + "id": "def-server.Event.timestamp", "type": "string", "tags": [], "label": "timestamp", @@ -205,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.event_type", + "id": "def-server.Event.event_type", "type": "string", "tags": [], "label": "event_type", @@ -218,7 +210,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.properties", + "id": "def-server.Event.properties", "type": "Uncategorized", "tags": [], "label": "properties", @@ -234,7 +226,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.context", + "id": "def-server.Event.context", "type": "Object", "tags": [], "label": "context", @@ -259,7 +251,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext", + "id": "def-server.EventContext", "type": "Interface", "tags": [], "label": "EventContext", @@ -272,7 +264,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cluster_uuid", + "id": "def-server.EventContext.cluster_uuid", "type": "string", "tags": [], "label": "cluster_uuid", @@ -288,7 +280,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cluster_name", + "id": "def-server.EventContext.cluster_name", "type": "string", "tags": [], "label": "cluster_name", @@ -304,7 +296,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.license_id", + "id": "def-server.EventContext.license_id", "type": "string", "tags": [], "label": "license_id", @@ -320,7 +312,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.userId", + "id": "def-server.EventContext.userId", "type": "string", "tags": [], "label": "userId", @@ -336,7 +328,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cloudId", + "id": "def-server.EventContext.cloudId", "type": "string", "tags": [], "label": "cloudId", @@ -352,7 +344,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.isElasticCloudUser", + "id": "def-server.EventContext.isElasticCloudUser", "type": "CompoundType", "tags": [], "label": "isElasticCloudUser", @@ -368,7 +360,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.version", + "id": "def-server.EventContext.version", "type": "string", "tags": [], "label": "version", @@ -384,7 +376,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.pageName", + "id": "def-server.EventContext.pageName", "type": "string", "tags": [], "label": "pageName", @@ -400,7 +392,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.applicationId", + "id": "def-server.EventContext.applicationId", "type": "string", "tags": [], "label": "applicationId", @@ -416,7 +408,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.entityId", + "id": "def-server.EventContext.entityId", "type": "string", "tags": [], "label": "entityId", @@ -432,7 +424,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.Unnamed", + "id": "def-server.EventContext.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: unknown", @@ -451,7 +443,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts", + "id": "def-server.EventTypeOpts", "type": "Interface", "tags": [], "label": "EventTypeOpts", @@ -474,7 +466,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts.eventType", + "id": "def-server.EventTypeOpts.eventType", "type": "string", "tags": [], "label": "eventType", @@ -487,7 +479,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts.schema", + "id": "def-server.EventTypeOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -514,7 +506,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient", + "id": "def-server.IAnalyticsClient", "type": "Interface", "tags": [], "label": "IAnalyticsClient", @@ -527,7 +519,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent", + "id": "def-server.IAnalyticsClient.reportEvent", "type": "Function", "tags": [ "track-adoption" @@ -1503,7 +1495,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent.$1", + "id": "def-server.IAnalyticsClient.reportEvent.$1", "type": "string", "tags": [], "label": "eventType", @@ -1520,7 +1512,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent.$2", + "id": "def-server.IAnalyticsClient.reportEvent.$2", "type": "Uncategorized", "tags": [], "label": "eventData", @@ -1540,7 +1532,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerEventType", + "id": "def-server.IAnalyticsClient.registerEventType", "type": "Function", "tags": [], "label": "registerEventType", @@ -1564,7 +1556,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerEventType.$1", + "id": "def-server.IAnalyticsClient.registerEventType.$1", "type": "Object", "tags": [], "label": "eventTypeOps", @@ -1591,7 +1583,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper", + "id": "def-server.IAnalyticsClient.registerShipper", "type": "Function", "tags": [], "label": "registerShipper", @@ -1631,7 +1623,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$1", + "id": "def-server.IAnalyticsClient.registerShipper.$1", "type": "Object", "tags": [], "label": "Shipper", @@ -1655,7 +1647,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$2", + "id": "def-server.IAnalyticsClient.registerShipper.$2", "type": "Uncategorized", "tags": [], "label": "shipperConfig", @@ -1672,7 +1664,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$3", + "id": "def-server.IAnalyticsClient.registerShipper.$3", "type": "Object", "tags": [], "label": "opts", @@ -1699,7 +1691,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.optIn", + "id": "def-server.IAnalyticsClient.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -1723,7 +1715,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.optIn.$1", + "id": "def-server.IAnalyticsClient.optIn.$1", "type": "Object", "tags": [], "label": "optInConfig", @@ -1749,7 +1741,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerContextProvider", + "id": "def-server.IAnalyticsClient.registerContextProvider", "type": "Function", "tags": [ "track-adoption" @@ -2053,7 +2045,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerContextProvider.$1", + "id": "def-server.IAnalyticsClient.registerContextProvider.$1", "type": "Object", "tags": [], "label": "contextProviderOpts", @@ -2080,7 +2072,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.removeContextProvider", + "id": "def-server.IAnalyticsClient.removeContextProvider", "type": "Function", "tags": [], "label": "removeContextProvider", @@ -2096,7 +2088,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.removeContextProvider.$1", + "id": "def-server.IAnalyticsClient.removeContextProvider.$1", "type": "string", "tags": [], "label": "contextProviderName", @@ -2116,7 +2108,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.telemetryCounter$", + "id": "def-server.IAnalyticsClient.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2141,7 +2133,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.flush", + "id": "def-server.IAnalyticsClient.flush", "type": "Function", "tags": [], "label": "flush", @@ -2159,7 +2151,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.shutdown", + "id": "def-server.IAnalyticsClient.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2180,7 +2172,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper", + "id": "def-server.IShipper", "type": "Interface", "tags": [], "label": "IShipper", @@ -2193,7 +2185,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.reportEvents", + "id": "def-server.IShipper.reportEvents", "type": "Function", "tags": [], "label": "reportEvents", @@ -2217,7 +2209,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.reportEvents.$1", + "id": "def-server.IShipper.reportEvents.$1", "type": "Array", "tags": [], "label": "events", @@ -2244,7 +2236,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.optIn", + "id": "def-server.IShipper.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -2260,7 +2252,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.optIn.$1", + "id": "def-server.IShipper.optIn.$1", "type": "boolean", "tags": [], "label": "isOptedIn", @@ -2280,7 +2272,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.extendContext", + "id": "def-server.IShipper.extendContext", "type": "Function", "tags": [], "label": "extendContext", @@ -2304,7 +2296,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.extendContext.$1", + "id": "def-server.IShipper.extendContext.$1", "type": "Object", "tags": [], "label": "newContext", @@ -2330,7 +2322,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.telemetryCounter$", + "id": "def-server.IShipper.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2355,7 +2347,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.flush", + "id": "def-server.IShipper.flush", "type": "Function", "tags": [], "label": "flush", @@ -2373,7 +2365,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.shutdown", + "id": "def-server.IShipper.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2394,7 +2386,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig", + "id": "def-server.OptInConfig", "type": "Interface", "tags": [], "label": "OptInConfig", @@ -2407,7 +2399,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig.global", + "id": "def-server.OptInConfig.global", "type": "Object", "tags": [], "label": "global", @@ -2429,7 +2421,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig.event_types", + "id": "def-server.OptInConfig.event_types", "type": "Object", "tags": [], "label": "event_types", @@ -2456,7 +2448,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType", + "id": "def-server.OptInConfigPerType", "type": "Interface", "tags": [], "label": "OptInConfigPerType", @@ -2469,7 +2461,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType.enabled", + "id": "def-server.OptInConfigPerType.enabled", "type": "boolean", "tags": [], "label": "enabled", @@ -2482,7 +2474,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType.shippers", + "id": "def-server.OptInConfigPerType.shippers", "type": "Object", "tags": [], "label": "shippers", @@ -2501,7 +2493,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.RegisterShipperOpts", + "id": "def-server.RegisterShipperOpts", "type": "Interface", "tags": [], "label": "RegisterShipperOpts", @@ -2516,7 +2508,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray", + "id": "def-server.SchemaArray", "type": "Interface", "tags": [], "label": "SchemaArray", @@ -2547,7 +2539,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray.type", + "id": "def-server.SchemaArray.type", "type": "string", "tags": [], "label": "type", @@ -2563,7 +2555,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray.items", + "id": "def-server.SchemaArray.items", "type": "CompoundType", "tags": [], "label": "items", @@ -2646,7 +2638,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue", + "id": "def-server.SchemaChildValue", "type": "Interface", "tags": [], "label": "SchemaChildValue", @@ -2669,7 +2661,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue.type", + "id": "def-server.SchemaChildValue.type", "type": "Uncategorized", "tags": [], "label": "type", @@ -2708,7 +2700,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue._meta", + "id": "def-server.SchemaChildValue._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2735,7 +2727,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMeta", + "id": "def-server.SchemaMeta", "type": "Interface", "tags": [], "label": "SchemaMeta", @@ -2758,7 +2750,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMeta._meta", + "id": "def-server.SchemaMeta._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2785,7 +2777,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaObject", + "id": "def-server.SchemaObject", "type": "Interface", "tags": [], "label": "SchemaObject", @@ -2816,7 +2808,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaObject.properties", + "id": "def-server.SchemaObject.properties", "type": "Object", "tags": [], "label": "properties", @@ -2843,7 +2835,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor", + "id": "def-server.ShipperClassConstructor", "type": "Interface", "tags": [], "label": "ShipperClassConstructor", @@ -2866,7 +2858,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.shipperName", + "id": "def-server.ShipperClassConstructor.shipperName", "type": "string", "tags": [], "label": "shipperName", @@ -2879,7 +2871,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new", + "id": "def-server.ShipperClassConstructor.new", "type": "Function", "tags": [], "label": "new", @@ -2895,7 +2887,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new.$1", + "id": "def-server.ShipperClassConstructor.new.$1", "type": "Uncategorized", "tags": [], "label": "config", @@ -2912,7 +2904,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new.$2", + "id": "def-server.ShipperClassConstructor.new.$2", "type": "Object", "tags": [], "label": "initContext", @@ -2941,7 +2933,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter", + "id": "def-server.TelemetryCounter", "type": "Interface", "tags": [], "label": "TelemetryCounter", @@ -2954,7 +2946,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.type", + "id": "def-server.TelemetryCounter.type", "type": "CompoundType", "tags": [], "label": "type", @@ -2970,7 +2962,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.source", + "id": "def-server.TelemetryCounter.source", "type": "string", "tags": [], "label": "source", @@ -2983,7 +2975,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.event_type", + "id": "def-server.TelemetryCounter.event_type", "type": "string", "tags": [], "label": "event_type", @@ -2996,7 +2988,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.code", + "id": "def-server.TelemetryCounter.code", "type": "string", "tags": [], "label": "code", @@ -3009,7 +3001,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.count", + "id": "def-server.TelemetryCounter.count", "type": "number", "tags": [], "label": "count", @@ -3028,7 +3020,7 @@ "misc": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaBooleanTypes", + "id": "def-server.AllowedSchemaBooleanTypes", "type": "Type", "tags": [], "label": "AllowedSchemaBooleanTypes", @@ -3045,7 +3037,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaNumberTypes", + "id": "def-server.AllowedSchemaNumberTypes", "type": "Type", "tags": [], "label": "AllowedSchemaNumberTypes", @@ -3062,7 +3054,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaStringTypes", + "id": "def-server.AllowedSchemaStringTypes", "type": "Type", "tags": [], "label": "AllowedSchemaStringTypes", @@ -3079,7 +3071,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaTypes", + "id": "def-server.AllowedSchemaTypes", "type": "Type", "tags": [], "label": "AllowedSchemaTypes", @@ -3096,7 +3088,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServicePreboot", + "id": "def-server.AnalyticsServicePreboot", "type": "Type", "tags": [], "label": "AnalyticsServicePreboot", @@ -3171,7 +3163,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServiceSetup", + "id": "def-server.AnalyticsServiceSetup", "type": "Type", "tags": [], "label": "AnalyticsServiceSetup", @@ -3246,7 +3238,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServiceStart", + "id": "def-server.AnalyticsServiceStart", "type": "Type", "tags": [], "label": "AnalyticsServiceStart", @@ -3281,7 +3273,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderName", + "id": "def-server.ContextProviderName", "type": "Type", "tags": [], "label": "ContextProviderName", @@ -3298,7 +3290,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventType", + "id": "def-server.EventType", "type": "Type", "tags": [], "label": "EventType", @@ -3315,7 +3307,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.PossibleSchemaTypes", + "id": "def-server.PossibleSchemaTypes", "type": "Type", "tags": [], "label": "PossibleSchemaTypes", @@ -3355,7 +3347,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.RootSchema", + "id": "def-server.RootSchema", "type": "Type", "tags": [], "label": "RootSchema", @@ -3380,7 +3372,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMetaOptional", + "id": "def-server.SchemaMetaOptional", "type": "Type", "tags": [], "label": "SchemaMetaOptional", @@ -3397,7 +3389,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaValue", + "id": "def-server.SchemaValue", "type": "Type", "tags": [], "label": "SchemaValue", @@ -3478,7 +3470,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperName", + "id": "def-server.ShipperName", "type": "Type", "tags": [], "label": "ShipperName", @@ -3495,7 +3487,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounterType", + "id": "def-server.TelemetryCounterType", "type": "Type", "tags": [], "label": "TelemetryCounterType", @@ -3512,5 +3504,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 790b4327986b9..663d3cd6c88c0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 100 | 0 | 0 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_analytics_server_internal.devdocs.json b/api_docs/kbn_core_analytics_server_internal.devdocs.json index 681905927740f..e12cd7a4e45f6 100644 --- a/api_docs/kbn_core_analytics_server_internal.devdocs.json +++ b/api_docs/kbn_core_analytics_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService", + "id": "def-server.AnalyticsService", "type": "Class", "tags": [], "label": "AnalyticsService", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.Unnamed", + "id": "def-server.AnalyticsService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.Unnamed.$1", + "id": "def-server.AnalyticsService.Unnamed.$1", "type": "Object", "tags": [], "label": "core", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.preboot", + "id": "def-server.AnalyticsService.preboot", "type": "Function", "tags": [], "label": "preboot", @@ -72,9 +64,9 @@ "() => ", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServicePreboot", + "section": "def-server.AnalyticsServicePreboot", "text": "AnalyticsServicePreboot" } ], @@ -86,7 +78,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.setup", + "id": "def-server.AnalyticsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -95,9 +87,9 @@ "() => ", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-server.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" } ], @@ -109,7 +101,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.start", + "id": "def-server.AnalyticsService.start", "type": "Function", "tags": [], "label": "start", @@ -118,9 +110,9 @@ "() => ", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-server.AnalyticsServiceStart", "text": "AnalyticsServiceStart" } ], @@ -132,7 +124,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-internal", - "id": "def-common.AnalyticsService.stop", + "id": "def-server.AnalyticsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -155,5 +147,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index 7c85c8de2d3a9..6d90a8c4ce769 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Server ### Classes - + diff --git a/api_docs/kbn_core_analytics_server_mocks.devdocs.json b/api_docs/kbn_core_analytics_server_mocks.devdocs.json index 5054657f4db84..3b88c66575047 100644 --- a/api_docs/kbn_core_analytics_server_mocks.devdocs.json +++ b/api_docs/kbn_core_analytics_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-analytics-server-mocks", - "id": "def-common.analyticsServiceMock", + "id": "def-server.analyticsServiceMock", "type": "Object", "tags": [], "label": "analyticsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server-mocks", - "id": "def-common.analyticsServiceMock.create", + "id": "def-server.analyticsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-mocks", - "id": "def-common.analyticsServiceMock.createAnalyticsServicePreboot", + "id": "def-server.analyticsServiceMock.createAnalyticsServicePreboot", "type": "Function", "tags": [], "label": "createAnalyticsServicePreboot", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServicePreboot", + "section": "def-server.AnalyticsServicePreboot", "text": "AnalyticsServicePreboot" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-mocks", - "id": "def-common.analyticsServiceMock.createAnalyticsServiceSetup", + "id": "def-server.analyticsServiceMock.createAnalyticsServiceSetup", "type": "Function", "tags": [], "label": "createAnalyticsServiceSetup", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-server.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" }, ">" @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server-mocks", - "id": "def-common.analyticsServiceMock.createAnalyticsServiceStart", + "id": "def-server.analyticsServiceMock.createAnalyticsServiceStart", "type": "Function", "tags": [], "label": "createAnalyticsServiceStart", @@ -109,9 +101,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-server.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ">" @@ -126,5 +118,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index 3b332c0636496..f652982af6d28 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_application_browser.devdocs.json b/api_docs/kbn_core_application_browser.devdocs.json index a9eaf1ceaba35..aa338198fad39 100644 --- a/api_docs/kbn_core_application_browser.devdocs.json +++ b/api_docs/kbn_core_application_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-application-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App", + "id": "def-public.App", "type": "Interface", "tags": [], "label": "App", @@ -30,17 +14,17 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, " extends ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppNavOptions", + "section": "def-public.AppNavOptions", "text": "AppNavOptions" } ], @@ -50,7 +34,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.id", + "id": "def-public.App.id", "type": "string", "tags": [], "label": "id", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.title", + "id": "def-public.App.title", "type": "string", "tags": [], "label": "title", @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.category", + "id": "def-public.App.category", "type": "Object", "tags": [], "label": "category", @@ -99,7 +83,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.status", + "id": "def-public.App.status", "type": "CompoundType", "tags": [], "label": "status", @@ -109,9 +93,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppStatus", + "section": "def-public.AppStatus", "text": "AppStatus" }, " | undefined" @@ -122,7 +106,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.visibleIn", + "id": "def-public.App.visibleIn", "type": "Array", "tags": [ "default", @@ -135,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[] | undefined" @@ -148,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.defaultPath", + "id": "def-public.App.defaultPath", "type": "string", "tags": [], "label": "defaultPath", @@ -164,7 +148,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.updater$", + "id": "def-public.App.updater$", "type": "Object", "tags": [], "label": "updater$", @@ -176,9 +160,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, "> | undefined" @@ -189,7 +173,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.capabilities", + "id": "def-public.App.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -213,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.chromeless", + "id": "def-public.App.chromeless", "type": "CompoundType", "tags": [], "label": "chromeless", @@ -229,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.mount", + "id": "def-public.App.mount", "type": "Function", "tags": [], "label": "mount", @@ -240,25 +224,25 @@ "(params: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, ") => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUnmount", + "section": "def-public.AppUnmount", "text": "AppUnmount" }, " | Promise<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUnmount", + "section": "def-public.AppUnmount", "text": "AppUnmount" }, ">" @@ -270,7 +254,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.mount.$1", + "id": "def-public.App.mount.$1", "type": "Object", "tags": [], "label": "params", @@ -278,9 +262,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, "" @@ -293,7 +277,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.appRoute", + "id": "def-public.App.appRoute", "type": "string", "tags": [], "label": "appRoute", @@ -309,7 +293,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.exactRoute", + "id": "def-public.App.exactRoute", "type": "CompoundType", "tags": [], "label": "exactRoute", @@ -325,7 +309,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.keywords", + "id": "def-public.App.keywords", "type": "Array", "tags": [], "label": "keywords", @@ -341,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.App.deepLinks", + "id": "def-public.App.deepLinks", "type": "Array", "tags": [], "label": "deepLinks", @@ -351,9 +335,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[] | undefined" @@ -367,7 +351,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory", + "id": "def-public.AppLeaveActionFactory", "type": "Interface", "tags": [], "label": "AppLeaveActionFactory", @@ -380,7 +364,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm", + "id": "def-public.AppLeaveActionFactory.confirm", "type": "Function", "tags": [], "label": "confirm", @@ -391,9 +375,9 @@ "(text: string, title?: string | undefined, callback?: (() => void) | undefined, confirmButtonText?: string | undefined, buttonColor?: \"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"danger\" | undefined) => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveConfirmAction", + "section": "def-public.AppLeaveConfirmAction", "text": "AppLeaveConfirmAction" } ], @@ -403,7 +387,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm.$1", + "id": "def-public.AppLeaveActionFactory.confirm.$1", "type": "string", "tags": [], "label": "text", @@ -420,7 +404,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm.$2", + "id": "def-public.AppLeaveActionFactory.confirm.$2", "type": "string", "tags": [], "label": "title", @@ -437,7 +421,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm.$3", + "id": "def-public.AppLeaveActionFactory.confirm.$3", "type": "Function", "tags": [], "label": "callback", @@ -454,7 +438,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm.$4", + "id": "def-public.AppLeaveActionFactory.confirm.$4", "type": "string", "tags": [], "label": "confirmButtonText", @@ -471,7 +455,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.confirm.$5", + "id": "def-public.AppLeaveActionFactory.confirm.$5", "type": "CompoundType", "tags": [], "label": "buttonColor", @@ -491,7 +475,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionFactory.default", + "id": "def-public.AppLeaveActionFactory.default", "type": "Function", "tags": [], "label": "default", @@ -502,9 +486,9 @@ "() => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveDefaultAction", + "section": "def-public.AppLeaveDefaultAction", "text": "AppLeaveDefaultAction" } ], @@ -519,7 +503,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction", + "id": "def-public.AppLeaveConfirmAction", "type": "Interface", "tags": [], "label": "AppLeaveConfirmAction", @@ -532,7 +516,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.type", + "id": "def-public.AppLeaveConfirmAction.type", "type": "string", "tags": [], "label": "type", @@ -540,9 +524,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveActionType", + "section": "def-public.AppLeaveActionType", "text": "AppLeaveActionType" }, ".confirm" @@ -553,7 +537,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.text", + "id": "def-public.AppLeaveConfirmAction.text", "type": "string", "tags": [], "label": "text", @@ -564,7 +548,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.title", + "id": "def-public.AppLeaveConfirmAction.title", "type": "string", "tags": [], "label": "title", @@ -578,7 +562,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.confirmButtonText", + "id": "def-public.AppLeaveConfirmAction.confirmButtonText", "type": "string", "tags": [], "label": "confirmButtonText", @@ -592,7 +576,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.buttonColor", + "id": "def-public.AppLeaveConfirmAction.buttonColor", "type": "CompoundType", "tags": [], "label": "buttonColor", @@ -606,7 +590,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveConfirmAction.callback", + "id": "def-public.AppLeaveConfirmAction.callback", "type": "Function", "tags": [], "label": "callback", @@ -625,7 +609,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveDefaultAction", + "id": "def-public.AppLeaveDefaultAction", "type": "Interface", "tags": [], "label": "AppLeaveDefaultAction", @@ -638,7 +622,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveDefaultAction.type", + "id": "def-public.AppLeaveDefaultAction.type", "type": "string", "tags": [], "label": "type", @@ -646,9 +630,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveActionType", + "section": "def-public.AppLeaveActionType", "text": "AppLeaveActionType" }, ".default" @@ -662,7 +646,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationSetup", + "id": "def-public.ApplicationSetup", "type": "Interface", "tags": [], "label": "ApplicationSetup", @@ -673,7 +657,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationSetup.register", + "id": "def-public.ApplicationSetup.register", "type": "Function", "tags": [], "label": "register", @@ -684,9 +668,9 @@ "(app: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, ") => void" @@ -697,7 +681,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationSetup.register.$1", + "id": "def-public.ApplicationSetup.register.$1", "type": "Object", "tags": [], "label": "app", @@ -707,9 +691,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, "" @@ -724,7 +708,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationSetup.registerAppUpdater", + "id": "def-public.ApplicationSetup.registerAppUpdater", "type": "Function", "tags": [], "label": "registerAppUpdater", @@ -737,9 +721,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">) => void" @@ -750,7 +734,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationSetup.registerAppUpdater.$1", + "id": "def-public.ApplicationSetup.registerAppUpdater.$1", "type": "Object", "tags": [], "label": "appUpdater$", @@ -760,9 +744,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">" @@ -780,7 +764,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart", + "id": "def-public.ApplicationStart", "type": "Interface", "tags": [], "label": "ApplicationStart", @@ -791,7 +775,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.capabilities", + "id": "def-public.ApplicationStart.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -807,7 +791,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.applications$", + "id": "def-public.ApplicationStart.applications$", "type": "Object", "tags": [], "label": "applications$", @@ -819,9 +803,9 @@ ">" @@ -832,7 +816,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToApp", + "id": "def-public.ApplicationStart.navigateToApp", "type": "Function", "tags": [], "label": "navigateToApp", @@ -843,9 +827,9 @@ "(appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined) => Promise" @@ -856,7 +840,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToApp.$1", + "id": "def-public.ApplicationStart.navigateToApp.$1", "type": "string", "tags": [], "label": "appId", @@ -871,7 +855,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToApp.$2", + "id": "def-public.ApplicationStart.navigateToApp.$2", "type": "Object", "tags": [], "label": "options", @@ -881,9 +865,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined" @@ -898,7 +882,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToUrl", + "id": "def-public.ApplicationStart.navigateToUrl", "type": "Function", "tags": [], "label": "navigateToUrl", @@ -909,9 +893,9 @@ "(url: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToUrlOptions", + "section": "def-public.NavigateToUrlOptions", "text": "NavigateToUrlOptions" }, " | undefined) => Promise" @@ -922,7 +906,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToUrl.$1", + "id": "def-public.ApplicationStart.navigateToUrl.$1", "type": "string", "tags": [], "label": "url", @@ -939,7 +923,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.navigateToUrl.$2", + "id": "def-public.ApplicationStart.navigateToUrl.$2", "type": "Object", "tags": [], "label": "options", @@ -949,9 +933,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToUrlOptions", + "section": "def-public.NavigateToUrlOptions", "text": "NavigateToUrlOptions" }, " | undefined" @@ -966,7 +950,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp", + "id": "def-public.ApplicationStart.getUrlForApp", "type": "Function", "tags": [], "label": "getUrlForApp", @@ -982,7 +966,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp.$1", + "id": "def-public.ApplicationStart.getUrlForApp.$1", "type": "string", "tags": [], "label": "appId", @@ -997,7 +981,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp.$2", + "id": "def-public.ApplicationStart.getUrlForApp.$2", "type": "Object", "tags": [], "label": "options", @@ -1008,7 +992,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp.$2.path", + "id": "def-public.ApplicationStart.getUrlForApp.$2.path", "type": "string", "tags": [], "label": "path", @@ -1022,7 +1006,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp.$2.absolute", + "id": "def-public.ApplicationStart.getUrlForApp.$2.absolute", "type": "CompoundType", "tags": [], "label": "absolute", @@ -1036,7 +1020,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.getUrlForApp.$2.deepLinkId", + "id": "def-public.ApplicationStart.getUrlForApp.$2.deepLinkId", "type": "string", "tags": [], "label": "deepLinkId", @@ -1055,7 +1039,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.currentAppId$", + "id": "def-public.ApplicationStart.currentAppId$", "type": "Object", "tags": [], "label": "currentAppId$", @@ -1072,7 +1056,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ApplicationStart.currentLocation$", + "id": "def-public.ApplicationStart.currentLocation$", "type": "Object", "tags": [], "label": "currentLocation$", @@ -1092,7 +1076,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters", + "id": "def-public.AppMountParameters", "type": "Interface", "tags": [], "label": "AppMountParameters", @@ -1100,9 +1084,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, "" @@ -1113,7 +1097,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.element", + "id": "def-public.AppMountParameters.element", "type": "Object", "tags": [], "label": "element", @@ -1129,7 +1113,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.history", + "id": "def-public.AppMountParameters.history", "type": "Object", "tags": [], "label": "history", @@ -1139,9 +1123,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" @@ -1152,7 +1136,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.appBasePath", + "id": "def-public.AppMountParameters.appBasePath", "type": "string", "tags": [ "deprecated" @@ -1198,7 +1182,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.onAppLeave", + "id": "def-public.AppMountParameters.onAppLeave", "type": "Function", "tags": [], "label": "onAppLeave", @@ -1209,9 +1193,9 @@ "(handler: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveHandler", + "section": "def-public.AppLeaveHandler", "text": "AppLeaveHandler" }, ") => void" @@ -1222,7 +1206,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.onAppLeave.$1", + "id": "def-public.AppMountParameters.onAppLeave.$1", "type": "Function", "tags": [], "label": "handler", @@ -1230,9 +1214,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveHandler", + "section": "def-public.AppLeaveHandler", "text": "AppLeaveHandler" } ], @@ -1246,7 +1230,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.setHeaderActionMenu", + "id": "def-public.AppMountParameters.setHeaderActionMenu", "type": "Function", "tags": [], "label": "setHeaderActionMenu", @@ -1257,9 +1241,9 @@ "(menuMount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined) => void" @@ -1270,7 +1254,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.setHeaderActionMenu.$1", + "id": "def-public.AppMountParameters.setHeaderActionMenu.$1", "type": "Function", "tags": [], "label": "menuMount", @@ -1278,9 +1262,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined" @@ -1295,7 +1279,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMountParameters.theme$", + "id": "def-public.AppMountParameters.theme$", "type": "Object", "tags": [], "label": "theme$", @@ -1307,9 +1291,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -1323,7 +1307,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppNavOptions", + "id": "def-public.AppNavOptions", "type": "Interface", "tags": [], "label": "AppNavOptions", @@ -1336,7 +1320,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppNavOptions.order", + "id": "def-public.AppNavOptions.order", "type": "number", "tags": [], "label": "order", @@ -1352,7 +1336,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppNavOptions.tooltip", + "id": "def-public.AppNavOptions.tooltip", "type": "string", "tags": [], "label": "tooltip", @@ -1368,7 +1352,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppNavOptions.euiIconType", + "id": "def-public.AppNavOptions.euiIconType", "type": "string", "tags": [], "label": "euiIconType", @@ -1384,7 +1368,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppNavOptions.icon", + "id": "def-public.AppNavOptions.icon", "type": "string", "tags": [], "label": "icon", @@ -1403,7 +1387,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions", + "id": "def-public.NavigateToAppOptions", "type": "Interface", "tags": [], "label": "NavigateToAppOptions", @@ -1416,7 +1400,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.deepLinkId", + "id": "def-public.NavigateToAppOptions.deepLinkId", "type": "string", "tags": [], "label": "deepLinkId", @@ -1432,7 +1416,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.path", + "id": "def-public.NavigateToAppOptions.path", "type": "string", "tags": [], "label": "path", @@ -1448,7 +1432,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.state", + "id": "def-public.NavigateToAppOptions.state", "type": "Unknown", "tags": [], "label": "state", @@ -1464,7 +1448,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.replace", + "id": "def-public.NavigateToAppOptions.replace", "type": "CompoundType", "tags": [], "label": "replace", @@ -1480,7 +1464,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.openInNewTab", + "id": "def-public.NavigateToAppOptions.openInNewTab", "type": "CompoundType", "tags": [], "label": "openInNewTab", @@ -1496,7 +1480,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToAppOptions.skipAppLeave", + "id": "def-public.NavigateToAppOptions.skipAppLeave", "type": "CompoundType", "tags": [], "label": "skipAppLeave", @@ -1515,7 +1499,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToUrlOptions", + "id": "def-public.NavigateToUrlOptions", "type": "Interface", "tags": [], "label": "NavigateToUrlOptions", @@ -1528,7 +1512,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToUrlOptions.skipAppLeave", + "id": "def-public.NavigateToUrlOptions.skipAppLeave", "type": "CompoundType", "tags": [], "label": "skipAppLeave", @@ -1544,7 +1528,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToUrlOptions.forceRedirect", + "id": "def-public.NavigateToUrlOptions.forceRedirect", "type": "CompoundType", "tags": [], "label": "forceRedirect", @@ -1560,7 +1544,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.NavigateToUrlOptions.state", + "id": "def-public.NavigateToUrlOptions.state", "type": "Unknown", "tags": [], "label": "state", @@ -1579,7 +1563,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory", + "id": "def-public.ScopedHistory", "type": "Interface", "tags": [], "label": "ScopedHistory", @@ -1589,9 +1573,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " extends ", @@ -1604,7 +1588,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createSubHistory", + "id": "def-public.ScopedHistory.createSubHistory", "type": "Function", "tags": [], "label": "createSubHistory", @@ -1615,9 +1599,9 @@ "(basePath: string) => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" @@ -1628,7 +1612,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createSubHistory.$1", + "id": "def-public.ScopedHistory.createSubHistory.$1", "type": "string", "tags": [], "label": "basePath", @@ -1648,7 +1632,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createHref", + "id": "def-public.ScopedHistory.createHref", "type": "Function", "tags": [], "label": "createHref", @@ -1666,7 +1650,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createHref.$1", + "id": "def-public.ScopedHistory.createHref.$1", "type": "Object", "tags": [], "label": "location", @@ -1682,7 +1666,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createHref.$2", + "id": "def-public.ScopedHistory.createHref.$2", "type": "Object", "tags": [], "label": "options", @@ -1693,7 +1677,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.ScopedHistory.createHref.$2.prependBasePath", + "id": "def-public.ScopedHistory.createHref.$2.prependBasePath", "type": "CompoundType", "tags": [], "label": "prependBasePath", @@ -1717,7 +1701,7 @@ "enums": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveActionType", + "id": "def-public.AppLeaveActionType", "type": "Enum", "tags": [], "label": "AppLeaveActionType", @@ -1731,7 +1715,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppStatus", + "id": "def-public.AppStatus", "type": "Enum", "tags": [], "label": "AppStatus", @@ -1747,7 +1731,7 @@ "misc": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppDeepLink", + "id": "def-public.AppDeepLink", "type": "Type", "tags": [], "label": "AppDeepLink", @@ -1758,9 +1742,9 @@ "{ id: Id; title: string; keywords?: string[] | undefined; visibleIn?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[] | undefined; category?: ", @@ -1774,25 +1758,25 @@ " | undefined; } & ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppNavOptions", + "section": "def-public.AppNavOptions", "text": "AppNavOptions" }, " & ({ path: string; deepLinks?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[] | undefined; } | { path?: string | undefined; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; })" @@ -1804,7 +1788,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppDeepLinkLocations", + "id": "def-public.AppDeepLinkLocations", "type": "Type", "tags": [], "label": "AppDeepLinkLocations", @@ -1821,7 +1805,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveAction", + "id": "def-public.AppLeaveAction", "type": "Type", "tags": [], "label": "AppLeaveAction", @@ -1831,17 +1815,17 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveDefaultAction", + "section": "def-public.AppLeaveDefaultAction", "text": "AppLeaveDefaultAction" }, " | ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveConfirmAction", + "section": "def-public.AppLeaveConfirmAction", "text": "AppLeaveConfirmAction" } ], @@ -1852,7 +1836,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveHandler", + "id": "def-public.AppLeaveHandler", "type": "Type", "tags": [], "label": "AppLeaveHandler", @@ -1863,17 +1847,17 @@ "(factory: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveActionFactory", + "section": "def-public.AppLeaveActionFactory", "text": "AppLeaveActionFactory" }, ", nextAppId?: string | undefined) => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveAction", + "section": "def-public.AppLeaveAction", "text": "AppLeaveAction" } ], @@ -1884,7 +1868,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveHandler.$1", + "id": "def-public.AppLeaveHandler.$1", "type": "Object", "tags": [], "label": "factory", @@ -1892,9 +1876,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveActionFactory", + "section": "def-public.AppLeaveActionFactory", "text": "AppLeaveActionFactory" } ], @@ -1904,7 +1888,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppLeaveHandler.$2", + "id": "def-public.AppLeaveHandler.$2", "type": "string", "tags": [], "label": "nextAppId", @@ -1921,7 +1905,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMount", + "id": "def-public.AppMount", "type": "Type", "tags": [], "label": "AppMount", @@ -1932,25 +1916,25 @@ "(params: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, ") => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUnmount", + "section": "def-public.AppUnmount", "text": "AppUnmount" }, " | Promise<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUnmount", + "section": "def-public.AppUnmount", "text": "AppUnmount" }, ">" @@ -1964,7 +1948,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppMount.$1", + "id": "def-public.AppMount.$1", "type": "Object", "tags": [], "label": "params", @@ -1974,9 +1958,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, "" @@ -1990,7 +1974,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppUnmount", + "id": "def-public.AppUnmount", "type": "Type", "tags": [], "label": "AppUnmount", @@ -2009,7 +1993,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppUpdatableFields", + "id": "def-public.AppUpdatableFields", "type": "Type", "tags": [], "label": "AppUpdatableFields", @@ -2020,25 +2004,25 @@ "{ status?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppStatus", + "section": "def-public.AppStatus", "text": "AppStatus" }, " | undefined; visibleIn?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[] | undefined; tooltip?: string | undefined; deepLinks?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[] | undefined; defaultPath?: string | undefined; }" @@ -2050,7 +2034,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppUpdater", + "id": "def-public.AppUpdater", "type": "Type", "tags": [], "label": "AppUpdater", @@ -2061,17 +2045,17 @@ "(app: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, ") => Partial<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdatableFields", + "section": "def-public.AppUpdatableFields", "text": "AppUpdatableFields" }, "> | undefined" @@ -2083,7 +2067,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.AppUpdater.$1", + "id": "def-public.AppUpdater.$1", "type": "Object", "tags": [], "label": "app", @@ -2091,9 +2075,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, "" @@ -2107,7 +2091,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.PublicAppDeepLinkInfo", + "id": "def-public.PublicAppDeepLinkInfo", "type": "Type", "tags": [], "label": "PublicAppDeepLinkInfo", @@ -2118,25 +2102,25 @@ "Omit<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, ", \"keywords\" | \"visibleIn\" | \"deepLinks\"> & { deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.PublicAppDeepLinkInfo", + "section": "def-public.PublicAppDeepLinkInfo", "text": "PublicAppDeepLinkInfo" }, "[]; keywords: string[]; visibleIn: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[]; }" @@ -2148,7 +2132,7 @@ }, { "parentPluginId": "@kbn/core-application-browser", - "id": "def-common.PublicAppInfo", + "id": "def-public.PublicAppInfo", "type": "Type", "tags": [], "label": "PublicAppInfo", @@ -2159,33 +2143,33 @@ "Omit<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, ", \"keywords\" | \"visibleIn\" | \"deepLinks\" | \"mount\" | \"updater$\"> & { status: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppStatus", + "section": "def-public.AppStatus", "text": "AppStatus" }, "; appRoute: string; keywords: string[]; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.PublicAppDeepLinkInfo", + "section": "def-public.PublicAppDeepLinkInfo", "text": "PublicAppDeepLinkInfo" }, "[]; visibleIn: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[]; }" @@ -2197,5 +2181,21 @@ } ], "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_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index ad7550c477d53..1a8928f2aa723 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 103 | 0 | 27 | 0 | -## Common +## Client ### Interfaces - + ### Enums - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_browser_internal.devdocs.json b/api_docs/kbn_core_application_browser_internal.devdocs.json index 84f46f060182a..7f3eb7f1b4775 100644 --- a/api_docs/kbn_core_application_browser_internal.devdocs.json +++ b/api_docs/kbn_core_application_browser_internal.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/core-application-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.appendAppPath", + "id": "def-public.appendAppPath", "type": "Function", "tags": [], "label": "appendAppPath", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.appendAppPath.$1", + "id": "def-public.appendAppPath.$1", "type": "string", "tags": [], "label": "appBasePath", @@ -50,7 +34,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.appendAppPath.$2", + "id": "def-public.appendAppPath.$2", "type": "string", "tags": [], "label": "path", @@ -69,7 +53,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.getAppInfo", + "id": "def-public.getAppInfo", "type": "Function", "tags": [], "label": "getAppInfo", @@ -78,17 +62,17 @@ "(app: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, ") => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.PublicAppInfo", + "section": "def-public.PublicAppInfo", "text": "PublicAppInfo" } ], @@ -98,7 +82,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.getAppInfo.$1", + "id": "def-public.getAppInfo.$1", "type": "Object", "tags": [], "label": "app", @@ -106,9 +90,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.App", + "section": "def-public.App", "text": "App" }, "" @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.parseAppUrl", + "id": "def-public.parseAppUrl", "type": "Function", "tags": [], "label": "parseAppUrl", @@ -135,17 +119,17 @@ "(url: string, basePath: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" }, ", apps: Map>, currentUrl?: string) => ", @@ -158,7 +142,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.parseAppUrl.$1", + "id": "def-public.parseAppUrl.$1", "type": "string", "tags": [], "label": "url", @@ -173,7 +157,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.parseAppUrl.$2", + "id": "def-public.parseAppUrl.$2", "type": "Object", "tags": [], "label": "basePath", @@ -181,9 +165,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" } ], @@ -194,7 +178,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.parseAppUrl.$3", + "id": "def-public.parseAppUrl.$3", "type": "Object", "tags": [], "label": "apps", @@ -203,9 +187,9 @@ "Map>" @@ -217,7 +201,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.parseAppUrl.$4", + "id": "def-public.parseAppUrl.$4", "type": "string", "tags": [], "label": "currentUrl", @@ -236,7 +220,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.relativeToAbsolute", + "id": "def-public.relativeToAbsolute", "type": "Function", "tags": [], "label": "relativeToAbsolute", @@ -252,7 +236,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.relativeToAbsolute.$1", + "id": "def-public.relativeToAbsolute.$1", "type": "string", "tags": [], "label": "url", @@ -271,7 +255,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes", + "id": "def-public.removeSlashes", "type": "Function", "tags": [], "label": "removeSlashes", @@ -287,7 +271,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes.$1", + "id": "def-public.removeSlashes.$1", "type": "string", "tags": [], "label": "url", @@ -302,7 +286,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes.$2", + "id": "def-public.removeSlashes.$2", "type": "Object", "tags": [], "label": "{\n trailing = false,\n leading = false,\n duplicates = true,\n }", @@ -313,7 +297,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes.$2.trailing", + "id": "def-public.removeSlashes.$2.trailing", "type": "CompoundType", "tags": [], "label": "trailing", @@ -327,7 +311,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes.$2.leading", + "id": "def-public.removeSlashes.$2.leading", "type": "CompoundType", "tags": [], "label": "leading", @@ -341,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.removeSlashes.$2.duplicates", + "id": "def-public.removeSlashes.$2.duplicates", "type": "CompoundType", "tags": [], "label": "duplicates", @@ -365,7 +349,7 @@ "misc": [ { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.DEFAULT_APP_VISIBILITY", + "id": "def-public.DEFAULT_APP_VISIBILITY", "type": "Array", "tags": [], "label": "DEFAULT_APP_VISIBILITY", @@ -373,9 +357,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[]" @@ -387,7 +371,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-internal", - "id": "def-common.DEFAULT_LINK_VISIBILITY", + "id": "def-public.DEFAULT_LINK_VISIBILITY", "type": "Array", "tags": [], "label": "DEFAULT_LINK_VISIBILITY", @@ -395,9 +379,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[]" @@ -409,5 +393,21 @@ } ], "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_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index 47b360c7dea5c..abc9819ede038 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 20 | 0 | 17 | 3 | -## Common +## Client ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_browser_mocks.devdocs.json b/api_docs/kbn_core_application_browser_mocks.devdocs.json index 7012585ab3e1d..d4e6deb84b26b 100644 --- a/api_docs/kbn_core_application_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_application_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-application-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +8,7 @@ "misc": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.ScopedHistoryMock", + "id": "def-public.ScopedHistoryMock", "type": "Type", "tags": [], "label": "ScopedHistoryMock", @@ -33,9 +17,9 @@ "{ createSubHistory: jest.MockInstance<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, ", [basePath: string], unknown>; createHref: jest.MockInstance], unknown>; } & ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" @@ -75,7 +59,7 @@ "objects": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock", + "id": "def-public.applicationServiceMock", "type": "Object", "tags": [], "label": "applicationServiceMock", @@ -86,7 +70,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.create", + "id": "def-public.applicationServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -102,7 +86,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createSetupContract", + "id": "def-public.applicationServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -111,9 +95,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationSetup", + "section": "def-public.ApplicationSetup", "text": "ApplicationSetup" }, ">" @@ -126,7 +110,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createStartContract", + "id": "def-public.applicationServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -135,9 +119,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" }, ">" @@ -150,7 +134,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createInternalSetupContract", + "id": "def-public.applicationServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -168,7 +152,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createInternalStartContract", + "id": "def-public.applicationServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -185,7 +169,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createInternalStartContract.$1", + "id": "def-public.applicationServiceMock.createInternalStartContract.$1", "type": "string", "tags": [], "label": "currentAppId", @@ -201,7 +185,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createAppMountParameters", + "id": "def-public.applicationServiceMock.createAppMountParameters", "type": "Function", "tags": [], "label": "createAppMountParameters", @@ -210,17 +194,17 @@ "(parts?: Partial<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, ">) => ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppMountParameters", + "section": "def-public.AppMountParameters", "text": "AppMountParameters" }, "" @@ -232,7 +216,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.applicationServiceMock.createAppMountParameters.$1", + "id": "def-public.applicationServiceMock.createAppMountParameters.$1", "type": "Object", "tags": [], "label": "parts", @@ -241,25 +225,25 @@ "{ element?: HTMLElement | undefined; history?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | undefined; appBasePath?: string | undefined; onAppLeave?: ((handler: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppLeaveHandler", + "section": "def-public.AppLeaveHandler", "text": "AppLeaveHandler" }, ") => void) | undefined; setHeaderActionMenu?: ((menuMount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined) => void) | undefined; theme$?: ", @@ -267,9 +251,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, "> | undefined; }" @@ -285,7 +269,7 @@ }, { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.scopedHistoryMock", + "id": "def-public.scopedHistoryMock", "type": "Object", "tags": [], "label": "scopedHistoryMock", @@ -296,7 +280,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.scopedHistoryMock.create", + "id": "def-public.scopedHistoryMock.create", "type": "Function", "tags": [], "label": "create", @@ -307,9 +291,9 @@ ">) => ", { "pluginId": "@kbn/core-application-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserMocksPluginApi", - "section": "def-common.ScopedHistoryMock", + "section": "def-public.ScopedHistoryMock", "text": "ScopedHistoryMock" } ], @@ -320,7 +304,7 @@ "children": [ { "parentPluginId": "@kbn/core-application-browser-mocks", - "id": "def-common.scopedHistoryMock.create.$1", + "id": "def-public.scopedHistoryMock.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -338,5 +322,21 @@ "initialIsOpen": false } ] + }, + "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_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 180ed33eee5de..78608ff9841cb 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 13 | 0 | 13 | 0 | -## Common +## Client ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index 70c3c66b189e6..6d80e401077bd 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_apps_browser_internal.devdocs.json index d243920c1c1f9..55c6bb04db033 100644 --- a/api_docs/kbn_core_apps_browser_internal.devdocs.json +++ b/api_docs/kbn_core_apps_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-apps-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService", + "id": "def-public.CoreAppsService", "type": "Class", "tags": [], "label": "CoreAppsService", @@ -31,7 +15,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.Unnamed", + "id": "def-public.CoreAppsService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.Unnamed.$1", + "id": "def-public.CoreAppsService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.setup", + "id": "def-public.CoreAppsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -72,9 +56,9 @@ "({ application, http, injectedMetadata, notifications }: ", { "pluginId": "@kbn/core-apps-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-common.CoreAppsServiceSetupDeps", + "section": "def-public.CoreAppsServiceSetupDeps", "text": "CoreAppsServiceSetupDeps" }, ") => void" @@ -85,7 +69,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.setup.$1", + "id": "def-public.CoreAppsService.setup.$1", "type": "Object", "tags": [], "label": "{ application, http, injectedMetadata, notifications }", @@ -93,9 +77,9 @@ "signature": [ { "pluginId": "@kbn/core-apps-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-common.CoreAppsServiceSetupDeps", + "section": "def-public.CoreAppsServiceSetupDeps", "text": "CoreAppsServiceSetupDeps" } ], @@ -109,7 +93,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.start", + "id": "def-public.CoreAppsService.start", "type": "Function", "tags": [], "label": "start", @@ -118,9 +102,9 @@ "({ application, docLinks, http, notifications, uiSettings, analytics, i18n, theme, }: ", { "pluginId": "@kbn/core-apps-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-common.CoreAppsServiceStartDeps", + "section": "def-public.CoreAppsServiceStartDeps", "text": "CoreAppsServiceStartDeps" }, ") => void" @@ -131,7 +115,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.start.$1", + "id": "def-public.CoreAppsService.start.$1", "type": "Object", "tags": [], "label": "{\n application,\n docLinks,\n http,\n notifications,\n uiSettings,\n analytics,\n i18n,\n theme,\n }", @@ -139,9 +123,9 @@ "signature": [ { "pluginId": "@kbn/core-apps-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAppsBrowserInternalPluginApi", - "section": "def-common.CoreAppsServiceStartDeps", + "section": "def-public.CoreAppsServiceStartDeps", "text": "CoreAppsServiceStartDeps" } ], @@ -155,7 +139,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsService.stop", + "id": "def-public.CoreAppsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -177,7 +161,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceSetupDeps", + "id": "def-public.CoreAppsServiceSetupDeps", "type": "Interface", "tags": [], "label": "CoreAppsServiceSetupDeps", @@ -188,7 +172,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceSetupDeps.application", + "id": "def-public.CoreAppsServiceSetupDeps.application", "type": "Object", "tags": [], "label": "application", @@ -202,7 +186,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceSetupDeps.http", + "id": "def-public.CoreAppsServiceSetupDeps.http", "type": "CompoundType", "tags": [], "label": "http", @@ -211,9 +195,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -226,7 +210,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceSetupDeps.injectedMetadata", + "id": "def-public.CoreAppsServiceSetupDeps.injectedMetadata", "type": "Object", "tags": [], "label": "injectedMetadata", @@ -240,7 +224,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceSetupDeps.notifications", + "id": "def-public.CoreAppsServiceSetupDeps.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -248,9 +232,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" } ], @@ -263,7 +247,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps", + "id": "def-public.CoreAppsServiceStartDeps", "type": "Interface", "tags": [], "label": "CoreAppsServiceStartDeps", @@ -274,7 +258,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.application", + "id": "def-public.CoreAppsServiceStartDeps.application", "type": "Object", "tags": [], "label": "application", @@ -288,7 +272,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.docLinks", + "id": "def-public.CoreAppsServiceStartDeps.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -296,9 +280,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -308,7 +292,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.http", + "id": "def-public.CoreAppsServiceStartDeps.http", "type": "CompoundType", "tags": [], "label": "http", @@ -317,9 +301,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -332,7 +316,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.notifications", + "id": "def-public.CoreAppsServiceStartDeps.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -340,9 +324,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], @@ -352,7 +336,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.uiSettings", + "id": "def-public.CoreAppsServiceStartDeps.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -360,9 +344,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -372,7 +356,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.analytics", + "id": "def-public.CoreAppsServiceStartDeps.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -404,7 +388,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.i18n", + "id": "def-public.CoreAppsServiceStartDeps.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -412,9 +396,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -424,7 +408,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.theme", + "id": "def-public.CoreAppsServiceStartDeps.theme", "type": "Object", "tags": [], "label": "theme", @@ -432,9 +416,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -450,7 +434,7 @@ "misc": [ { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.URL_MAX_LENGTH", + "id": "def-public.URL_MAX_LENGTH", "type": "CompoundType", "tags": [], "label": "URL_MAX_LENGTH", @@ -467,5 +451,21 @@ } ], "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_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 1cb95af7adaba..428f54f8c56e5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 23 | 0 | 22 | 0 | -## Common +## Client ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_apps_browser_mocks.devdocs.json b/api_docs/kbn_core_apps_browser_mocks.devdocs.json index 7e58c029fc73b..0529b31974969 100644 --- a/api_docs/kbn_core_apps_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_apps_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-apps-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-apps-browser-mocks", - "id": "def-common.coreAppsMock", + "id": "def-public.coreAppsMock", "type": "Object", "tags": [], "label": "coreAppsMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-browser-mocks", - "id": "def-common.coreAppsMock.create", + "id": "def-public.coreAppsMock.create", "type": "Function", "tags": [], "label": "create", @@ -54,5 +38,21 @@ "initialIsOpen": false } ] + }, + "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_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index 20db4396406e0..e9ee53337dc73 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_apps_server_internal.devdocs.json b/api_docs/kbn_core_apps_server_internal.devdocs.json index db65fdba1b5be..fa6f66f2ea6b7 100644 --- a/api_docs/kbn_core_apps_server_internal.devdocs.json +++ b/api_docs/kbn_core_apps_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle", + "id": "def-server.registerRouteForBundle", "type": "Function", "tags": [], "label": "registerRouteForBundle", @@ -30,17 +22,17 @@ "(router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">, {\n publicPath,\n routePath,\n bundlesPath,\n fileHashCache,\n isDist,\n }: { publicPath: string; routePath: string; bundlesPath: string; fileHashCache: ", @@ -53,7 +45,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$1", + "id": "def-server.registerRouteForBundle.$1", "type": "Object", "tags": [], "label": "router", @@ -61,17 +53,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">" @@ -83,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2", + "id": "def-server.registerRouteForBundle.$2", "type": "Object", "tags": [], "label": "{\n publicPath,\n routePath,\n bundlesPath,\n fileHashCache,\n isDist,\n }", @@ -94,7 +86,7 @@ "children": [ { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2.publicPath", + "id": "def-server.registerRouteForBundle.$2.publicPath", "type": "string", "tags": [], "label": "publicPath", @@ -105,7 +97,7 @@ }, { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2.routePath", + "id": "def-server.registerRouteForBundle.$2.routePath", "type": "string", "tags": [], "label": "routePath", @@ -116,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2.bundlesPath", + "id": "def-server.registerRouteForBundle.$2.bundlesPath", "type": "string", "tags": [], "label": "bundlesPath", @@ -127,7 +119,7 @@ }, { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2.fileHashCache", + "id": "def-server.registerRouteForBundle.$2.fileHashCache", "type": "Object", "tags": [], "label": "fileHashCache", @@ -141,7 +133,7 @@ }, { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.registerRouteForBundle.$2.isDist", + "id": "def-server.registerRouteForBundle.$2.isDist", "type": "boolean", "tags": [], "label": "isDist", @@ -162,7 +154,7 @@ "misc": [ { "parentPluginId": "@kbn/core-apps-server-internal", - "id": "def-common.CoreAppConfigType", + "id": "def-server.CoreAppConfigType", "type": "Type", "tags": [], "label": "CoreAppConfigType", @@ -177,5 +169,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 3d833e66a34d2..22a0a08d3974c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 9 | 1 | -## Common +## Server ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_base_browser_mocks.devdocs.json b/api_docs/kbn_core_base_browser_mocks.devdocs.json index f11f066ebf54e..da50da84f98a3 100644 --- a/api_docs/kbn_core_base_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_base_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-base-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-base-browser-mocks", - "id": "def-common.coreContextMock", + "id": "def-public.coreContextMock", "type": "Object", "tags": [], "label": "coreContextMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-browser-mocks", - "id": "def-common.coreContextMock.create", + "id": "def-public.coreContextMock.create", "type": "Function", "tags": [], "label": "create", @@ -61,7 +45,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-browser-mocks", - "id": "def-common.coreContextMock.create.$1", + "id": "def-public.coreContextMock.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -79,5 +63,21 @@ "initialIsOpen": false } ] + }, + "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_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index a1c630926f8cc..6022e576a0f7e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index 33dba8c042789..8a7a534d258c3 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_base_server_internal.devdocs.json index 3850ba7b54a39..55eda9cdfc30a 100644 --- a/api_docs/kbn_core_base_server_internal.devdocs.json +++ b/api_docs/kbn_core_base_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError", + "id": "def-server.CriticalError", "type": "Class", "tags": [], "label": "CriticalError", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreBaseServerInternalPluginApi", - "section": "def-common.CriticalError", + "section": "def-server.CriticalError", "text": "CriticalError" }, " extends Error" @@ -41,7 +33,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError.Unnamed", + "id": "def-server.CriticalError.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -55,7 +47,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError.Unnamed.$1", + "id": "def-server.CriticalError.Unnamed.$1", "type": "string", "tags": [], "label": "message", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError.Unnamed.$2", + "id": "def-server.CriticalError.Unnamed.$2", "type": "string", "tags": [], "label": "code", @@ -85,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError.Unnamed.$3", + "id": "def-server.CriticalError.Unnamed.$3", "type": "number", "tags": [], "label": "processExitCode", @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.CriticalError.Unnamed.$4", + "id": "def-server.CriticalError.Unnamed.$4", "type": "Object", "tags": [], "label": "cause", @@ -127,7 +119,7 @@ "objects": [ { "parentPluginId": "@kbn/core-base-server-internal", - "id": "def-common.uuidRegexp", + "id": "def-server.uuidRegexp", "type": "Object", "tags": [], "label": "uuidRegexp", @@ -141,5 +133,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index cd8a3829cccc0..7e7b219da7529 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 2 | -## Common +## Server ### Objects - + ### Classes - + diff --git a/api_docs/kbn_core_base_server_mocks.devdocs.json b/api_docs/kbn_core_base_server_mocks.devdocs.json index 5a39670b56538..1f4bd13864064 100644 --- a/api_docs/kbn_core_base_server_mocks.devdocs.json +++ b/api_docs/kbn_core_base_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-base-server-mocks", - "id": "def-common.mockCoreContext", + "id": "def-server.mockCoreContext", "type": "Object", "tags": [], "label": "mockCoreContext", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-server-mocks", - "id": "def-common.mockCoreContext.create", + "id": "def-server.mockCoreContext.create", "type": "Function", "tags": [], "label": "create", @@ -79,7 +71,7 @@ "children": [ { "parentPluginId": "@kbn/core-base-server-mocks", - "id": "def-common.mockCoreContext.create.$1", + "id": "def-server.mockCoreContext.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -115,5 +107,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index ee01b8345b3cf..b141b2778690f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_capabilities_browser_mocks.devdocs.json b/api_docs/kbn_core_capabilities_browser_mocks.devdocs.json index 73b4fd5141d51..a8cd1cbb935e1 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_capabilities_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-capabilities-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-capabilities-browser-mocks", - "id": "def-common.capabilitiesServiceMock", + "id": "def-public.capabilitiesServiceMock", "type": "Object", "tags": [], "label": "capabilitiesServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-browser-mocks", - "id": "def-common.capabilitiesServiceMock.create", + "id": "def-public.capabilitiesServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -62,7 +46,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-browser-mocks", - "id": "def-common.capabilitiesServiceMock.createStartContract", + "id": "def-public.capabilitiesServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -82,5 +66,21 @@ "initialIsOpen": false } ] + }, + "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_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index b1633796a0738..b6f96a90c70ae 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index ae8b4d57549c1..b7649bd9f4490 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_capabilities_server.devdocs.json index 6c1f0a54810de..04b82a8f46283 100644 --- a/api_docs/kbn_core_capabilities_server.devdocs.json +++ b/api_docs/kbn_core_capabilities_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup", + "id": "def-server.CapabilitiesSetup", "type": "Interface", "tags": [], "label": "CapabilitiesSetup", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup.registerProvider", + "id": "def-server.CapabilitiesSetup.registerProvider", "type": "Function", "tags": [], "label": "registerProvider", @@ -46,9 +38,9 @@ "(provider: ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesProvider", + "section": "def-server.CapabilitiesProvider", "text": "CapabilitiesProvider" }, ") => void" @@ -59,7 +51,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup.registerProvider.$1", + "id": "def-server.CapabilitiesSetup.registerProvider.$1", "type": "Function", "tags": [], "label": "provider", @@ -67,9 +59,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesProvider", + "section": "def-server.CapabilitiesProvider", "text": "CapabilitiesProvider" } ], @@ -83,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup.registerSwitcher", + "id": "def-server.CapabilitiesSetup.registerSwitcher", "type": "Function", "tags": [], "label": "registerSwitcher", @@ -94,17 +86,17 @@ "(switcher: ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSwitcher", + "section": "def-server.CapabilitiesSwitcher", "text": "CapabilitiesSwitcher" }, ", options: ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSwitcherOptions", + "section": "def-server.CapabilitiesSwitcherOptions", "text": "CapabilitiesSwitcherOptions" }, ") => void" @@ -115,7 +107,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup.registerSwitcher.$1", + "id": "def-server.CapabilitiesSetup.registerSwitcher.$1", "type": "Function", "tags": [], "label": "switcher", @@ -123,9 +115,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSwitcher", + "section": "def-server.CapabilitiesSwitcher", "text": "CapabilitiesSwitcher" } ], @@ -136,7 +128,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSetup.registerSwitcher.$2", + "id": "def-server.CapabilitiesSetup.registerSwitcher.$2", "type": "Object", "tags": [], "label": "options", @@ -144,9 +136,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSwitcherOptions", + "section": "def-server.CapabilitiesSwitcherOptions", "text": "CapabilitiesSwitcherOptions" } ], @@ -163,7 +155,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesStart", + "id": "def-server.CapabilitiesStart", "type": "Interface", "tags": [], "label": "CapabilitiesStart", @@ -176,7 +168,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesStart.resolveCapabilities", + "id": "def-server.CapabilitiesStart.resolveCapabilities", "type": "Function", "tags": [], "label": "resolveCapabilities", @@ -187,17 +179,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", options: ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.ResolveCapabilitiesOptions", + "section": "def-server.ResolveCapabilitiesOptions", "text": "ResolveCapabilitiesOptions" }, ") => Promise<", @@ -216,7 +208,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesStart.resolveCapabilities.$1", + "id": "def-server.CapabilitiesStart.resolveCapabilities.$1", "type": "Object", "tags": [], "label": "request", @@ -226,9 +218,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -240,7 +232,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesStart.resolveCapabilities.$2", + "id": "def-server.CapabilitiesStart.resolveCapabilities.$2", "type": "Object", "tags": [], "label": "options", @@ -248,9 +240,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.ResolveCapabilitiesOptions", + "section": "def-server.ResolveCapabilitiesOptions", "text": "ResolveCapabilitiesOptions" } ], @@ -267,7 +259,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcherOptions", + "id": "def-server.CapabilitiesSwitcherOptions", "type": "Interface", "tags": [], "label": "CapabilitiesSwitcherOptions", @@ -280,7 +272,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcherOptions.capabilityPath", + "id": "def-server.CapabilitiesSwitcherOptions.capabilityPath", "type": "CompoundType", "tags": [], "label": "capabilityPath", @@ -299,7 +291,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.ResolveCapabilitiesOptions", + "id": "def-server.ResolveCapabilitiesOptions", "type": "Interface", "tags": [], "label": "ResolveCapabilitiesOptions", @@ -312,7 +304,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.ResolveCapabilitiesOptions.capabilityPath", + "id": "def-server.ResolveCapabilitiesOptions.capabilityPath", "type": "CompoundType", "tags": [], "label": "capabilityPath", @@ -328,7 +320,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.ResolveCapabilitiesOptions.useDefaultCapabilities", + "id": "def-server.ResolveCapabilitiesOptions.useDefaultCapabilities", "type": "CompoundType", "tags": [], "label": "useDefaultCapabilities", @@ -350,7 +342,7 @@ "misc": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesProvider", + "id": "def-server.CapabilitiesProvider", "type": "Type", "tags": [], "label": "CapabilitiesProvider", @@ -377,7 +369,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcher", + "id": "def-server.CapabilitiesSwitcher", "type": "Type", "tags": [], "label": "CapabilitiesSwitcher", @@ -388,9 +380,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", uiCapabilities: ", @@ -426,7 +418,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcher.$1", + "id": "def-server.CapabilitiesSwitcher.$1", "type": "Object", "tags": [], "label": "request", @@ -434,9 +426,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -447,7 +439,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcher.$2", + "id": "def-server.CapabilitiesSwitcher.$2", "type": "Object", "tags": [], "label": "uiCapabilities", @@ -467,7 +459,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server", - "id": "def-common.CapabilitiesSwitcher.$3", + "id": "def-server.CapabilitiesSwitcher.$3", "type": "boolean", "tags": [], "label": "useDefaultCapabilities", @@ -481,5 +473,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index a1b7659d6d1f1..21f6c5cb73ec6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 20 | 0 | 7 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_capabilities_server_mocks.devdocs.json b/api_docs/kbn_core_capabilities_server_mocks.devdocs.json index f3677b722c7c0..763014c43006f 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.devdocs.json +++ b/api_docs/kbn_core_capabilities_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.CapabilitiesServiceContract", + "id": "def-server.CapabilitiesServiceContract", "type": "Type", "tags": [], "label": "CapabilitiesServiceContract", @@ -33,17 +25,17 @@ "{ start: () => ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesStart", + "section": "def-server.CapabilitiesStart", "text": "CapabilitiesStart" }, "; setup: (setupDeps: SetupDeps) => ", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSetup", + "section": "def-server.CapabilitiesSetup", "text": "CapabilitiesSetup" }, "; preboot: (prebootDeps: PrebootSetupDeps) => void; }" @@ -57,7 +49,7 @@ "objects": [ { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.capabilitiesServiceMock", + "id": "def-server.capabilitiesServiceMock", "type": "Object", "tags": [], "label": "capabilitiesServiceMock", @@ -68,7 +60,7 @@ "children": [ { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.capabilitiesServiceMock.create", + "id": "def-server.capabilitiesServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -77,9 +69,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerMocksPluginApi", - "section": "def-common.CapabilitiesServiceContract", + "section": "def-server.CapabilitiesServiceContract", "text": "CapabilitiesServiceContract" }, ">" @@ -92,7 +84,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.capabilitiesServiceMock.createSetupContract", + "id": "def-server.capabilitiesServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -101,9 +93,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSetup", + "section": "def-server.CapabilitiesSetup", "text": "CapabilitiesSetup" }, ">" @@ -116,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.capabilitiesServiceMock.createStartContract", + "id": "def-server.capabilitiesServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -125,9 +117,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesStart", + "section": "def-server.CapabilitiesStart", "text": "CapabilitiesStart" }, ">" @@ -140,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-capabilities-server-mocks", - "id": "def-common.capabilitiesServiceMock.createCapabilities", + "id": "def-server.capabilitiesServiceMock.createCapabilities", "type": "Function", "tags": [], "label": "createCapabilities", @@ -165,5 +157,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index 73835748d59e9..6570543dc4fb1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_chrome_browser.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index a23b55ef9746a..40259ec3d235b 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-chrome-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBadge", + "id": "def-public.ChromeBadge", "type": "Interface", "tags": [], "label": "ChromeBadge", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBadge.text", + "id": "def-public.ChromeBadge.text", "type": "string", "tags": [], "label": "text", @@ -44,7 +28,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBadge.tooltip", + "id": "def-public.ChromeBadge.tooltip", "type": "string", "tags": [], "label": "tooltip", @@ -55,7 +39,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBadge.iconType", + "id": "def-public.ChromeBadge.iconType", "type": "CompoundType", "tags": [], "label": "iconType", @@ -73,7 +57,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBreadcrumb", + "id": "def-public.ChromeBreadcrumb", "type": "Interface", "tags": [], "label": "ChromeBreadcrumb", @@ -81,9 +65,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, " extends ", @@ -95,7 +79,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBreadcrumb.deepLinkId", + "id": "def-public.ChromeBreadcrumb.deepLinkId", "type": "CompoundType", "tags": [], "label": "deepLinkId", @@ -105,9 +89,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.AppDeepLinkId", + "section": "def-public.AppDeepLinkId", "text": "AppDeepLinkId" }, " | undefined" @@ -121,7 +105,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBreadcrumbsAppendExtension", + "id": "def-public.ChromeBreadcrumbsAppendExtension", "type": "Interface", "tags": [], "label": "ChromeBreadcrumbsAppendExtension", @@ -132,7 +116,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBreadcrumbsAppendExtension.content", + "id": "def-public.ChromeBreadcrumbsAppendExtension.content", "type": "Function", "tags": [], "label": "content", @@ -141,9 +125,9 @@ "(element: HTMLDivElement) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -154,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeBreadcrumbsAppendExtension.content.$1", + "id": "def-public.ChromeBreadcrumbsAppendExtension.content.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -173,7 +157,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeDocTitle", + "id": "def-public.ChromeDocTitle", "type": "Interface", "tags": [], "label": "ChromeDocTitle", @@ -186,7 +170,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeDocTitle.change", + "id": "def-public.ChromeDocTitle.change", "type": "Function", "tags": [], "label": "change", @@ -202,7 +186,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeDocTitle.change.$1", + "id": "def-public.ChromeDocTitle.change.$1", "type": "CompoundType", "tags": [], "label": "newTitle", @@ -222,7 +206,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeDocTitle.reset", + "id": "def-public.ChromeDocTitle.reset", "type": "Function", "tags": [], "label": "reset", @@ -243,7 +227,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeGlobalHelpExtensionMenuLink", + "id": "def-public.ChromeGlobalHelpExtensionMenuLink", "type": "Interface", "tags": [], "label": "ChromeGlobalHelpExtensionMenuLink", @@ -251,17 +235,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeGlobalHelpExtensionMenuLink", + "section": "def-public.ChromeGlobalHelpExtensionMenuLink", "text": "ChromeGlobalHelpExtensionMenuLink" }, " extends ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuCustomLink", + "section": "def-public.ChromeHelpExtensionMenuCustomLink", "text": "ChromeHelpExtensionMenuCustomLink" } ], @@ -271,7 +255,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeGlobalHelpExtensionMenuLink.priority", + "id": "def-public.ChromeGlobalHelpExtensionMenuLink.priority", "type": "number", "tags": [], "label": "priority", @@ -287,7 +271,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension", + "id": "def-public.ChromeHelpExtension", "type": "Interface", "tags": [], "label": "ChromeHelpExtension", @@ -298,7 +282,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension.appName", + "id": "def-public.ChromeHelpExtension.appName", "type": "string", "tags": [], "label": "appName", @@ -311,7 +295,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension.links", + "id": "def-public.ChromeHelpExtension.links", "type": "Array", "tags": [], "label": "links", @@ -321,9 +305,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuLink", + "section": "def-public.ChromeHelpExtensionMenuLink", "text": "ChromeHelpExtensionMenuLink" }, "[] | undefined" @@ -334,7 +318,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension.content", + "id": "def-public.ChromeHelpExtension.content", "type": "Function", "tags": [], "label": "content", @@ -345,9 +329,9 @@ "((element: HTMLDivElement, menuActions: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuActions", + "section": "def-public.ChromeHelpMenuActions", "text": "ChromeHelpMenuActions" }, ") => () => void) | undefined" @@ -358,7 +342,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension.content.$1", + "id": "def-public.ChromeHelpExtension.content.$1", "type": "Object", "tags": [], "label": "element", @@ -373,7 +357,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtension.content.$2", + "id": "def-public.ChromeHelpExtension.content.$2", "type": "Object", "tags": [], "label": "menuActions", @@ -381,9 +365,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuActions", + "section": "def-public.ChromeHelpMenuActions", "text": "ChromeHelpMenuActions" } ], @@ -400,7 +384,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuCustomLink", + "id": "def-public.ChromeHelpExtensionMenuCustomLink", "type": "Interface", "tags": [], "label": "ChromeHelpExtensionMenuCustomLink", @@ -408,17 +392,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuCustomLink", + "section": "def-public.ChromeHelpExtensionMenuCustomLink", "text": "ChromeHelpExtensionMenuCustomLink" }, " extends ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionLinkBase", + "section": "def-public.ChromeHelpExtensionLinkBase", "text": "ChromeHelpExtensionLinkBase" } ], @@ -428,7 +412,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuCustomLink.linkType", + "id": "def-public.ChromeHelpExtensionMenuCustomLink.linkType", "type": "string", "tags": [], "label": "linkType", @@ -444,7 +428,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuCustomLink.href", + "id": "def-public.ChromeHelpExtensionMenuCustomLink.href", "type": "string", "tags": [], "label": "href", @@ -457,7 +441,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuCustomLink.content", + "id": "def-public.ChromeHelpExtensionMenuCustomLink.content", "type": "CompoundType", "tags": [], "label": "content", @@ -473,7 +457,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuCustomLink.external", + "id": "def-public.ChromeHelpExtensionMenuCustomLink.external", "type": "CompoundType", "tags": [], "label": "external", @@ -492,7 +476,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDiscussLink", + "id": "def-public.ChromeHelpExtensionMenuDiscussLink", "type": "Interface", "tags": [], "label": "ChromeHelpExtensionMenuDiscussLink", @@ -500,17 +484,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuDiscussLink", + "section": "def-public.ChromeHelpExtensionMenuDiscussLink", "text": "ChromeHelpExtensionMenuDiscussLink" }, " extends ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionLinkBase", + "section": "def-public.ChromeHelpExtensionLinkBase", "text": "ChromeHelpExtensionLinkBase" } ], @@ -520,7 +504,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDiscussLink.linkType", + "id": "def-public.ChromeHelpExtensionMenuDiscussLink.linkType", "type": "string", "tags": [], "label": "linkType", @@ -536,7 +520,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDiscussLink.href", + "id": "def-public.ChromeHelpExtensionMenuDiscussLink.href", "type": "string", "tags": [], "label": "href", @@ -552,7 +536,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDocumentationLink", + "id": "def-public.ChromeHelpExtensionMenuDocumentationLink", "type": "Interface", "tags": [], "label": "ChromeHelpExtensionMenuDocumentationLink", @@ -560,17 +544,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuDocumentationLink", + "section": "def-public.ChromeHelpExtensionMenuDocumentationLink", "text": "ChromeHelpExtensionMenuDocumentationLink" }, " extends ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionLinkBase", + "section": "def-public.ChromeHelpExtensionLinkBase", "text": "ChromeHelpExtensionLinkBase" } ], @@ -580,7 +564,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDocumentationLink.linkType", + "id": "def-public.ChromeHelpExtensionMenuDocumentationLink.linkType", "type": "string", "tags": [], "label": "linkType", @@ -596,7 +580,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuDocumentationLink.href", + "id": "def-public.ChromeHelpExtensionMenuDocumentationLink.href", "type": "string", "tags": [], "label": "href", @@ -612,7 +596,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuGitHubLink", + "id": "def-public.ChromeHelpExtensionMenuGitHubLink", "type": "Interface", "tags": [], "label": "ChromeHelpExtensionMenuGitHubLink", @@ -620,17 +604,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuGitHubLink", + "section": "def-public.ChromeHelpExtensionMenuGitHubLink", "text": "ChromeHelpExtensionMenuGitHubLink" }, " extends ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionLinkBase", + "section": "def-public.ChromeHelpExtensionLinkBase", "text": "ChromeHelpExtensionLinkBase" } ], @@ -640,7 +624,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuGitHubLink.linkType", + "id": "def-public.ChromeHelpExtensionMenuGitHubLink.linkType", "type": "string", "tags": [], "label": "linkType", @@ -656,7 +640,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuGitHubLink.labels", + "id": "def-public.ChromeHelpExtensionMenuGitHubLink.labels", "type": "Array", "tags": [], "label": "labels", @@ -672,7 +656,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuGitHubLink.title", + "id": "def-public.ChromeHelpExtensionMenuGitHubLink.title", "type": "string", "tags": [], "label": "title", @@ -691,7 +675,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuActions", + "id": "def-public.ChromeHelpMenuActions", "type": "Interface", "tags": [], "label": "ChromeHelpMenuActions", @@ -702,7 +686,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuActions.hideHelpMenu", + "id": "def-public.ChromeHelpMenuActions.hideHelpMenu", "type": "Function", "tags": [], "label": "hideHelpMenu", @@ -721,7 +705,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink", + "id": "def-public.ChromeHelpMenuLink", "type": "Interface", "tags": [], "label": "ChromeHelpMenuLink", @@ -732,7 +716,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink.title", + "id": "def-public.ChromeHelpMenuLink.title", "type": "string", "tags": [], "label": "title", @@ -743,7 +727,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink.href", + "id": "def-public.ChromeHelpMenuLink.href", "type": "string", "tags": [], "label": "href", @@ -757,7 +741,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink.iconType", + "id": "def-public.ChromeHelpMenuLink.iconType", "type": "string", "tags": [], "label": "iconType", @@ -771,7 +755,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink.onClick", + "id": "def-public.ChromeHelpMenuLink.onClick", "type": "Function", "tags": [], "label": "onClick", @@ -787,7 +771,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpMenuLink.dataTestSubj", + "id": "def-public.ChromeHelpMenuLink.dataTestSubj", "type": "string", "tags": [], "label": "dataTestSubj", @@ -804,7 +788,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControl", + "id": "def-public.ChromeNavControl", "type": "Interface", "tags": [], "label": "ChromeNavControl", @@ -815,7 +799,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControl.order", + "id": "def-public.ChromeNavControl.order", "type": "number", "tags": [], "label": "order", @@ -829,7 +813,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControl.mount", + "id": "def-public.ChromeNavControl.mount", "type": "Function", "tags": [], "label": "mount", @@ -838,9 +822,9 @@ "(element: HTMLElement) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -851,7 +835,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControl.mount.$1", + "id": "def-public.ChromeNavControl.mount.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -870,7 +854,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls", + "id": "def-public.ChromeNavControls", "type": "Interface", "tags": [], "label": "ChromeNavControls", @@ -883,7 +867,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerLeft", + "id": "def-public.ChromeNavControls.registerLeft", "type": "Function", "tags": [], "label": "registerLeft", @@ -894,9 +878,9 @@ "(navControl: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" }, ") => void" @@ -907,7 +891,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerLeft.$1", + "id": "def-public.ChromeNavControls.registerLeft.$1", "type": "Object", "tags": [], "label": "navControl", @@ -915,9 +899,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" } ], @@ -931,7 +915,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerRight", + "id": "def-public.ChromeNavControls.registerRight", "type": "Function", "tags": [], "label": "registerRight", @@ -942,9 +926,9 @@ "(navControl: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" }, ") => void" @@ -955,7 +939,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerRight.$1", + "id": "def-public.ChromeNavControls.registerRight.$1", "type": "Object", "tags": [], "label": "navControl", @@ -963,9 +947,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" } ], @@ -979,7 +963,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerCenter", + "id": "def-public.ChromeNavControls.registerCenter", "type": "Function", "tags": [], "label": "registerCenter", @@ -990,9 +974,9 @@ "(navControl: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" }, ") => void" @@ -1003,7 +987,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerCenter.$1", + "id": "def-public.ChromeNavControls.registerCenter.$1", "type": "Object", "tags": [], "label": "navControl", @@ -1011,9 +995,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" } ], @@ -1027,7 +1011,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerExtension", + "id": "def-public.ChromeNavControls.registerExtension", "type": "Function", "tags": [], "label": "registerExtension", @@ -1038,9 +1022,9 @@ "(navControl: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" }, ") => void" @@ -1051,7 +1035,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.registerExtension.$1", + "id": "def-public.ChromeNavControls.registerExtension.$1", "type": "Object", "tags": [], "label": "navControl", @@ -1059,9 +1043,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControl", + "section": "def-public.ChromeNavControl", "text": "ChromeNavControl" } ], @@ -1075,7 +1059,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.setHelpMenuLinks", + "id": "def-public.ChromeNavControls.setHelpMenuLinks", "type": "Function", "tags": [], "label": "setHelpMenuLinks", @@ -1086,9 +1070,9 @@ "(links: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuLink", + "section": "def-public.ChromeHelpMenuLink", "text": "ChromeHelpMenuLink" }, "[]) => void" @@ -1099,7 +1083,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavControls.setHelpMenuLinks.$1", + "id": "def-public.ChromeNavControls.setHelpMenuLinks.$1", "type": "Array", "tags": [], "label": "links", @@ -1107,9 +1091,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuLink", + "section": "def-public.ChromeHelpMenuLink", "text": "ChromeHelpMenuLink" }, "[]" @@ -1127,7 +1111,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink", + "id": "def-public.ChromeNavLink", "type": "Interface", "tags": [], "label": "ChromeNavLink", @@ -1138,7 +1122,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.id", + "id": "def-public.ChromeNavLink.id", "type": "string", "tags": [], "label": "id", @@ -1151,7 +1135,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.title", + "id": "def-public.ChromeNavLink.title", "type": "string", "tags": [], "label": "title", @@ -1164,7 +1148,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.category", + "id": "def-public.ChromeNavLink.category", "type": "Object", "tags": [], "label": "category", @@ -1187,7 +1171,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.baseUrl", + "id": "def-public.ChromeNavLink.baseUrl", "type": "string", "tags": [], "label": "baseUrl", @@ -1200,7 +1184,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.url", + "id": "def-public.ChromeNavLink.url", "type": "string", "tags": [], "label": "url", @@ -1213,7 +1197,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.order", + "id": "def-public.ChromeNavLink.order", "type": "number", "tags": [], "label": "order", @@ -1229,7 +1213,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.tooltip", + "id": "def-public.ChromeNavLink.tooltip", "type": "string", "tags": [], "label": "tooltip", @@ -1245,7 +1229,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.euiIconType", + "id": "def-public.ChromeNavLink.euiIconType", "type": "string", "tags": [], "label": "euiIconType", @@ -1261,7 +1245,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.icon", + "id": "def-public.ChromeNavLink.icon", "type": "string", "tags": [], "label": "icon", @@ -1277,7 +1261,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.href", + "id": "def-public.ChromeNavLink.href", "type": "string", "tags": [], "label": "href", @@ -1290,7 +1274,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLink.visibleIn", + "id": "def-public.ChromeNavLink.visibleIn", "type": "Array", "tags": [ "default" @@ -1302,9 +1286,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[]" @@ -1318,7 +1302,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks", + "id": "def-public.ChromeNavLinks", "type": "Interface", "tags": [], "label": "ChromeNavLinks", @@ -1331,7 +1315,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.getNavLinks$", + "id": "def-public.ChromeNavLinks.getNavLinks$", "type": "Function", "tags": [], "label": "getNavLinks$", @@ -1344,9 +1328,9 @@ "[]>" @@ -1359,7 +1343,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.get", + "id": "def-public.ChromeNavLinks.get", "type": "Function", "tags": [], "label": "get", @@ -1370,9 +1354,9 @@ "(id: string) => ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLink", + "section": "def-public.ChromeNavLink", "text": "ChromeNavLink" }, " | undefined" @@ -1383,7 +1367,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.get.$1", + "id": "def-public.ChromeNavLinks.get.$1", "type": "string", "tags": [], "label": "id", @@ -1401,7 +1385,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.getAll", + "id": "def-public.ChromeNavLinks.getAll", "type": "Function", "tags": [], "label": "getAll", @@ -1412,9 +1396,9 @@ "() => Readonly<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLink", + "section": "def-public.ChromeNavLink", "text": "ChromeNavLink" }, ">[]" @@ -1427,7 +1411,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.has", + "id": "def-public.ChromeNavLinks.has", "type": "Function", "tags": [], "label": "has", @@ -1443,7 +1427,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.has.$1", + "id": "def-public.ChromeNavLinks.has.$1", "type": "string", "tags": [], "label": "id", @@ -1461,7 +1445,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.enableForcedAppSwitcherNavigation", + "id": "def-public.ChromeNavLinks.enableForcedAppSwitcherNavigation", "type": "Function", "tags": [], "label": "enableForcedAppSwitcherNavigation", @@ -1479,7 +1463,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeNavLinks.getForceAppSwitcherNavigation$", + "id": "def-public.ChromeNavLinks.getForceAppSwitcherNavigation$", "type": "Function", "tags": [], "label": "getForceAppSwitcherNavigation$", @@ -1502,7 +1486,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode", + "id": "def-public.ChromeProjectNavigationNode", "type": "Interface", "tags": [], "label": "ChromeProjectNavigationNode", @@ -1512,9 +1496,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, " extends NodeDefinitionBase" @@ -1525,7 +1509,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.id", + "id": "def-public.ChromeProjectNavigationNode.id", "type": "string", "tags": [], "label": "id", @@ -1538,7 +1522,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.title", + "id": "def-public.ChromeProjectNavigationNode.title", "type": "string", "tags": [], "label": "title", @@ -1551,7 +1535,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.path", + "id": "def-public.ChromeProjectNavigationNode.path", "type": "string", "tags": [], "label": "path", @@ -1564,7 +1548,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.deepLink", + "id": "def-public.ChromeProjectNavigationNode.deepLink", "type": "Object", "tags": [], "label": "deepLink", @@ -1574,9 +1558,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLink", + "section": "def-public.ChromeNavLink", "text": "ChromeNavLink" }, " | undefined" @@ -1587,7 +1571,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.children", + "id": "def-public.ChromeProjectNavigationNode.children", "type": "Array", "tags": [], "label": "children", @@ -1597,9 +1581,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, "[] | undefined" @@ -1610,7 +1594,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.renderItem", + "id": "def-public.ChromeProjectNavigationNode.renderItem", "type": "Function", "tags": [], "label": "renderItem", @@ -1628,7 +1612,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectNavigationNode.isElasticInternalLink", + "id": "def-public.ChromeProjectNavigationNode.isElasticInternalLink", "type": "CompoundType", "tags": [], "label": "isElasticInternalLink", @@ -1647,7 +1631,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed", + "id": "def-public.ChromeRecentlyAccessed", "type": "Interface", "tags": [], "label": "ChromeRecentlyAccessed", @@ -1660,7 +1644,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.add", + "id": "def-public.ChromeRecentlyAccessed.add", "type": "Function", "tags": [], "label": "add", @@ -1676,7 +1660,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.add.$1", + "id": "def-public.ChromeRecentlyAccessed.add.$1", "type": "string", "tags": [], "label": "link", @@ -1693,7 +1677,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.add.$2", + "id": "def-public.ChromeRecentlyAccessed.add.$2", "type": "string", "tags": [], "label": "label", @@ -1710,7 +1694,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.add.$3", + "id": "def-public.ChromeRecentlyAccessed.add.$3", "type": "string", "tags": [], "label": "id", @@ -1730,7 +1714,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.get", + "id": "def-public.ChromeRecentlyAccessed.get", "type": "Function", "tags": [], "label": "get", @@ -1741,9 +1725,9 @@ "() => ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessedHistoryItem", + "section": "def-public.ChromeRecentlyAccessedHistoryItem", "text": "ChromeRecentlyAccessedHistoryItem" }, "[]" @@ -1756,7 +1740,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessed.get$", + "id": "def-public.ChromeRecentlyAccessed.get$", "type": "Function", "tags": [], "label": "get$", @@ -1769,9 +1753,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessedHistoryItem", + "section": "def-public.ChromeRecentlyAccessedHistoryItem", "text": "ChromeRecentlyAccessedHistoryItem" }, "[]>" @@ -1787,7 +1771,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessedHistoryItem", + "id": "def-public.ChromeRecentlyAccessedHistoryItem", "type": "Interface", "tags": [], "label": "ChromeRecentlyAccessedHistoryItem", @@ -1798,7 +1782,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessedHistoryItem.link", + "id": "def-public.ChromeRecentlyAccessedHistoryItem.link", "type": "string", "tags": [], "label": "link", @@ -1809,7 +1793,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessedHistoryItem.label", + "id": "def-public.ChromeRecentlyAccessedHistoryItem.label", "type": "string", "tags": [], "label": "label", @@ -1820,7 +1804,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeRecentlyAccessedHistoryItem.id", + "id": "def-public.ChromeRecentlyAccessedHistoryItem.id", "type": "string", "tags": [], "label": "id", @@ -1834,7 +1818,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeSetProjectBreadcrumbsParams", + "id": "def-public.ChromeSetProjectBreadcrumbsParams", "type": "Interface", "tags": [], "label": "ChromeSetProjectBreadcrumbsParams", @@ -1845,7 +1829,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeSetProjectBreadcrumbsParams.absolute", + "id": "def-public.ChromeSetProjectBreadcrumbsParams.absolute", "type": "boolean", "tags": [], "label": "absolute", @@ -1859,7 +1843,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart", + "id": "def-public.ChromeStart", "type": "Interface", "tags": [], "label": "ChromeStart", @@ -1872,7 +1856,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.navLinks", + "id": "def-public.ChromeStart.navLinks", "type": "Object", "tags": [], "label": "navLinks", @@ -1882,9 +1866,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLinks", + "section": "def-public.ChromeNavLinks", "text": "ChromeNavLinks" } ], @@ -1894,7 +1878,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.navControls", + "id": "def-public.ChromeStart.navControls", "type": "Object", "tags": [], "label": "navControls", @@ -1904,9 +1888,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavControls", + "section": "def-public.ChromeNavControls", "text": "ChromeNavControls" } ], @@ -1916,7 +1900,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.recentlyAccessed", + "id": "def-public.ChromeStart.recentlyAccessed", "type": "Object", "tags": [], "label": "recentlyAccessed", @@ -1926,9 +1910,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessed", + "section": "def-public.ChromeRecentlyAccessed", "text": "ChromeRecentlyAccessed" } ], @@ -1938,7 +1922,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.docTitle", + "id": "def-public.ChromeStart.docTitle", "type": "Object", "tags": [], "label": "docTitle", @@ -1948,9 +1932,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeDocTitle", + "section": "def-public.ChromeDocTitle", "text": "ChromeDocTitle" } ], @@ -1960,7 +1944,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getIsVisible$", + "id": "def-public.ChromeStart.getIsVisible$", "type": "Function", "tags": [], "label": "getIsVisible$", @@ -1980,7 +1964,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setIsVisible", + "id": "def-public.ChromeStart.setIsVisible", "type": "Function", "tags": [], "label": "setIsVisible", @@ -1996,7 +1980,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setIsVisible.$1", + "id": "def-public.ChromeStart.setIsVisible.$1", "type": "boolean", "tags": [], "label": "isVisible", @@ -2014,7 +1998,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getBadge$", + "id": "def-public.ChromeStart.getBadge$", "type": "Function", "tags": [], "label": "getBadge$", @@ -2027,9 +2011,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBadge", + "section": "def-public.ChromeBadge", "text": "ChromeBadge" }, " | undefined>" @@ -2042,7 +2026,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBadge", + "id": "def-public.ChromeStart.setBadge", "type": "Function", "tags": [], "label": "setBadge", @@ -2053,9 +2037,9 @@ "(badge?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBadge", + "section": "def-public.ChromeBadge", "text": "ChromeBadge" }, " | undefined) => void" @@ -2066,7 +2050,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBadge.$1", + "id": "def-public.ChromeStart.setBadge.$1", "type": "Object", "tags": [], "label": "badge", @@ -2074,9 +2058,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBadge", + "section": "def-public.ChromeBadge", "text": "ChromeBadge" }, " | undefined" @@ -2091,7 +2075,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getBreadcrumbs$", + "id": "def-public.ChromeStart.getBreadcrumbs$", "type": "Function", "tags": [], "label": "getBreadcrumbs$", @@ -2104,9 +2088,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]>" @@ -2119,7 +2103,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBreadcrumbs", + "id": "def-public.ChromeStart.setBreadcrumbs", "type": "Function", "tags": [], "label": "setBreadcrumbs", @@ -2130,9 +2114,9 @@ "(newBreadcrumbs: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]) => void" @@ -2143,7 +2127,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBreadcrumbs.$1", + "id": "def-public.ChromeStart.setBreadcrumbs.$1", "type": "Array", "tags": [], "label": "newBreadcrumbs", @@ -2151,9 +2135,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]" @@ -2168,7 +2152,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getBreadcrumbsAppendExtension$", + "id": "def-public.ChromeStart.getBreadcrumbsAppendExtension$", "type": "Function", "tags": [], "label": "getBreadcrumbsAppendExtension$", @@ -2181,9 +2165,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumbsAppendExtension", + "section": "def-public.ChromeBreadcrumbsAppendExtension", "text": "ChromeBreadcrumbsAppendExtension" }, " | undefined>" @@ -2196,7 +2180,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBreadcrumbsAppendExtension", + "id": "def-public.ChromeStart.setBreadcrumbsAppendExtension", "type": "Function", "tags": [], "label": "setBreadcrumbsAppendExtension", @@ -2207,9 +2191,9 @@ "(breadcrumbsAppendExtension?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumbsAppendExtension", + "section": "def-public.ChromeBreadcrumbsAppendExtension", "text": "ChromeBreadcrumbsAppendExtension" }, " | undefined) => void" @@ -2220,7 +2204,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setBreadcrumbsAppendExtension.$1", + "id": "def-public.ChromeStart.setBreadcrumbsAppendExtension.$1", "type": "Object", "tags": [], "label": "breadcrumbsAppendExtension", @@ -2228,9 +2212,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumbsAppendExtension", + "section": "def-public.ChromeBreadcrumbsAppendExtension", "text": "ChromeBreadcrumbsAppendExtension" }, " | undefined" @@ -2245,7 +2229,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getCustomNavLink$", + "id": "def-public.ChromeStart.getCustomNavLink$", "type": "Function", "tags": [], "label": "getCustomNavLink$", @@ -2258,9 +2242,9 @@ " | undefined>" @@ -2273,7 +2257,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setCustomNavLink", + "id": "def-public.ChromeStart.setCustomNavLink", "type": "Function", "tags": [], "label": "setCustomNavLink", @@ -2284,9 +2268,9 @@ "(newCustomNavLink?: Partial<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLink", + "section": "def-public.ChromeNavLink", "text": "ChromeNavLink" }, "> | undefined) => void" @@ -2297,7 +2281,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setCustomNavLink.$1", + "id": "def-public.ChromeStart.setCustomNavLink.$1", "type": "Object", "tags": [], "label": "newCustomNavLink", @@ -2306,9 +2290,9 @@ "Partial<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeNavLink", + "section": "def-public.ChromeNavLink", "text": "ChromeNavLink" }, "> | undefined" @@ -2323,7 +2307,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpMenuLinks", + "id": "def-public.ChromeStart.setHelpMenuLinks", "type": "Function", "tags": [], "label": "setHelpMenuLinks", @@ -2334,9 +2318,9 @@ "(links: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuLink", + "section": "def-public.ChromeHelpMenuLink", "text": "ChromeHelpMenuLink" }, "[]) => void" @@ -2347,7 +2331,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpMenuLinks.$1", + "id": "def-public.ChromeStart.setHelpMenuLinks.$1", "type": "Array", "tags": [], "label": "links", @@ -2355,9 +2339,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpMenuLink", + "section": "def-public.ChromeHelpMenuLink", "text": "ChromeHelpMenuLink" }, "[]" @@ -2372,7 +2356,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getGlobalHelpExtensionMenuLinks$", + "id": "def-public.ChromeStart.getGlobalHelpExtensionMenuLinks$", "type": "Function", "tags": [], "label": "getGlobalHelpExtensionMenuLinks$", @@ -2385,9 +2369,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeGlobalHelpExtensionMenuLink", + "section": "def-public.ChromeGlobalHelpExtensionMenuLink", "text": "ChromeGlobalHelpExtensionMenuLink" }, "[]>" @@ -2400,7 +2384,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.registerGlobalHelpExtensionMenuLink", + "id": "def-public.ChromeStart.registerGlobalHelpExtensionMenuLink", "type": "Function", "tags": [], "label": "registerGlobalHelpExtensionMenuLink", @@ -2411,9 +2395,9 @@ "(globalHelpExtensionMenuLink: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeGlobalHelpExtensionMenuLink", + "section": "def-public.ChromeGlobalHelpExtensionMenuLink", "text": "ChromeGlobalHelpExtensionMenuLink" }, ") => void" @@ -2424,7 +2408,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.registerGlobalHelpExtensionMenuLink.$1", + "id": "def-public.ChromeStart.registerGlobalHelpExtensionMenuLink.$1", "type": "Object", "tags": [], "label": "globalHelpExtensionMenuLink", @@ -2432,9 +2416,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeGlobalHelpExtensionMenuLink", + "section": "def-public.ChromeGlobalHelpExtensionMenuLink", "text": "ChromeGlobalHelpExtensionMenuLink" } ], @@ -2448,7 +2432,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getHelpExtension$", + "id": "def-public.ChromeStart.getHelpExtension$", "type": "Function", "tags": [], "label": "getHelpExtension$", @@ -2461,9 +2445,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtension", + "section": "def-public.ChromeHelpExtension", "text": "ChromeHelpExtension" }, " | undefined>" @@ -2476,7 +2460,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpExtension", + "id": "def-public.ChromeStart.setHelpExtension", "type": "Function", "tags": [], "label": "setHelpExtension", @@ -2487,9 +2471,9 @@ "(helpExtension?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtension", + "section": "def-public.ChromeHelpExtension", "text": "ChromeHelpExtension" }, " | undefined) => void" @@ -2500,7 +2484,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpExtension.$1", + "id": "def-public.ChromeStart.setHelpExtension.$1", "type": "Object", "tags": [], "label": "helpExtension", @@ -2508,9 +2492,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtension", + "section": "def-public.ChromeHelpExtension", "text": "ChromeHelpExtension" }, " | undefined" @@ -2525,7 +2509,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpSupportUrl", + "id": "def-public.ChromeStart.setHelpSupportUrl", "type": "Function", "tags": [], "label": "setHelpSupportUrl", @@ -2541,7 +2525,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHelpSupportUrl.$1", + "id": "def-public.ChromeStart.setHelpSupportUrl.$1", "type": "string", "tags": [], "label": "url", @@ -2561,7 +2545,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getHelpSupportUrl$", + "id": "def-public.ChromeStart.getHelpSupportUrl$", "type": "Function", "tags": [], "label": "getHelpSupportUrl$", @@ -2581,7 +2565,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getIsNavDrawerLocked$", + "id": "def-public.ChromeStart.getIsNavDrawerLocked$", "type": "Function", "tags": [], "label": "getIsNavDrawerLocked$", @@ -2601,7 +2585,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHeaderBanner", + "id": "def-public.ChromeStart.setHeaderBanner", "type": "Function", "tags": [], "label": "setHeaderBanner", @@ -2612,9 +2596,9 @@ "(headerBanner?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeUserBanner", + "section": "def-public.ChromeUserBanner", "text": "ChromeUserBanner" }, " | undefined) => void" @@ -2625,7 +2609,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setHeaderBanner.$1", + "id": "def-public.ChromeStart.setHeaderBanner.$1", "type": "Object", "tags": [], "label": "headerBanner", @@ -2633,9 +2617,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeUserBanner", + "section": "def-public.ChromeUserBanner", "text": "ChromeUserBanner" }, " | undefined" @@ -2650,7 +2634,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.hasHeaderBanner$", + "id": "def-public.ChromeStart.hasHeaderBanner$", "type": "Function", "tags": [], "label": "hasHeaderBanner$", @@ -2670,7 +2654,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setChromeStyle", + "id": "def-public.ChromeStart.setChromeStyle", "type": "Function", "tags": [], "label": "setChromeStyle", @@ -2681,9 +2665,9 @@ "(style: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStyle", + "section": "def-public.ChromeStyle", "text": "ChromeStyle" }, ") => void" @@ -2694,7 +2678,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.setChromeStyle.$1", + "id": "def-public.ChromeStart.setChromeStyle.$1", "type": "CompoundType", "tags": [], "label": "style", @@ -2704,9 +2688,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStyle", + "section": "def-public.ChromeStyle", "text": "ChromeStyle" } ], @@ -2720,7 +2704,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getChromeStyle$", + "id": "def-public.ChromeStart.getChromeStyle$", "type": "Function", "tags": [], "label": "getChromeStyle$", @@ -2733,9 +2717,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStyle", + "section": "def-public.ChromeStyle", "text": "ChromeStyle" }, ">" @@ -2748,7 +2732,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getIsSideNavCollapsed$", + "id": "def-public.ChromeStart.getIsSideNavCollapsed$", "type": "Function", "tags": [], "label": "getIsSideNavCollapsed$", @@ -2768,7 +2752,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStart.getActiveSolutionNavId$", + "id": "def-public.ChromeStart.getActiveSolutionNavId$", "type": "Function", "tags": [], "label": "getActiveSolutionNavId$", @@ -2791,7 +2775,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeUserBanner", + "id": "def-public.ChromeUserBanner", "type": "Interface", "tags": [], "label": "ChromeUserBanner", @@ -2802,7 +2786,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeUserBanner.content", + "id": "def-public.ChromeUserBanner.content", "type": "Function", "tags": [], "label": "content", @@ -2811,9 +2795,9 @@ "(element: HTMLDivElement) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -2824,7 +2808,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeUserBanner.content.$1", + "id": "def-public.ChromeUserBanner.content.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -2843,7 +2827,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudLink", + "id": "def-public.CloudLink", "type": "Interface", "tags": [], "label": "CloudLink", @@ -2854,7 +2838,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudLink.title", + "id": "def-public.CloudLink.title", "type": "string", "tags": [], "label": "title", @@ -2865,7 +2849,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudLink.href", + "id": "def-public.CloudLink.href", "type": "string", "tags": [], "label": "href", @@ -2879,7 +2863,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs", + "id": "def-public.CloudURLs", "type": "Interface", "tags": [], "label": "CloudURLs", @@ -2890,7 +2874,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.baseUrl", + "id": "def-public.CloudURLs.baseUrl", "type": "string", "tags": [], "label": "baseUrl", @@ -2904,7 +2888,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.billingUrl", + "id": "def-public.CloudURLs.billingUrl", "type": "string", "tags": [], "label": "billingUrl", @@ -2918,7 +2902,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.deploymentsUrl", + "id": "def-public.CloudURLs.deploymentsUrl", "type": "string", "tags": [], "label": "deploymentsUrl", @@ -2932,7 +2916,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.deploymentUrl", + "id": "def-public.CloudURLs.deploymentUrl", "type": "string", "tags": [], "label": "deploymentUrl", @@ -2946,7 +2930,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.projectsUrl", + "id": "def-public.CloudURLs.projectsUrl", "type": "string", "tags": [], "label": "projectsUrl", @@ -2960,7 +2944,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.performanceUrl", + "id": "def-public.CloudURLs.performanceUrl", "type": "string", "tags": [], "label": "performanceUrl", @@ -2974,7 +2958,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudURLs.usersAndRolesUrl", + "id": "def-public.CloudURLs.usersAndRolesUrl", "type": "string", "tags": [], "label": "usersAndRolesUrl", @@ -2991,7 +2975,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.GroupDefinition", + "id": "def-public.GroupDefinition", "type": "Interface", "tags": [], "label": "GroupDefinition", @@ -2999,17 +2983,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.GroupDefinition", + "section": "def-public.GroupDefinition", "text": "GroupDefinition" }, " extends Omit<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, ", \"children\">" @@ -3020,7 +3004,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.GroupDefinition.type", + "id": "def-public.GroupDefinition.type", "type": "string", "tags": [], "label": "type", @@ -3034,7 +3018,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.GroupDefinition.children", + "id": "def-public.GroupDefinition.children", "type": "Array", "tags": [], "label": "children", @@ -3042,9 +3026,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "[]" @@ -3058,7 +3042,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ItemDefinition", + "id": "def-public.ItemDefinition", "type": "Interface", "tags": [], "label": "ItemDefinition", @@ -3066,17 +3050,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ItemDefinition", + "section": "def-public.ItemDefinition", "text": "ItemDefinition" }, " extends Omit<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, ", \"children\">" @@ -3087,7 +3071,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ItemDefinition.type", + "id": "def-public.ItemDefinition.type", "type": "string", "tags": [], "label": "type", @@ -3104,7 +3088,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinition", + "id": "def-public.NavigationTreeDefinition", "type": "Interface", "tags": [], "label": "NavigationTreeDefinition", @@ -3112,9 +3096,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NavigationTreeDefinition", + "section": "def-public.NavigationTreeDefinition", "text": "NavigationTreeDefinition" }, "" @@ -3125,7 +3109,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinition.body", + "id": "def-public.NavigationTreeDefinition.body", "type": "Array", "tags": [], "label": "body", @@ -3135,9 +3119,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.RootNavigationItemDefinition", + "section": "def-public.RootNavigationItemDefinition", "text": "RootNavigationItemDefinition" }, "[]" @@ -3148,7 +3132,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinition.footer", + "id": "def-public.NavigationTreeDefinition.footer", "type": "Array", "tags": [], "label": "footer", @@ -3158,9 +3142,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.RootNavigationItemDefinition", + "section": "def-public.RootNavigationItemDefinition", "text": "RootNavigationItemDefinition" }, "[] | undefined" @@ -3174,7 +3158,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinitionUI", + "id": "def-public.NavigationTreeDefinitionUI", "type": "Interface", "tags": [], "label": "NavigationTreeDefinitionUI", @@ -3185,7 +3169,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinitionUI.body", + "id": "def-public.NavigationTreeDefinitionUI.body", "type": "Array", "tags": [], "label": "body", @@ -3194,17 +3178,17 @@ "(", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.RecentlyAccessedDefinition", + "section": "def-public.RecentlyAccessedDefinition", "text": "RecentlyAccessedDefinition" }, ")[]" @@ -3215,7 +3199,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationTreeDefinitionUI.footer", + "id": "def-public.NavigationTreeDefinitionUI.footer", "type": "Array", "tags": [], "label": "footer", @@ -3224,17 +3208,17 @@ "(", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.RecentlyAccessedDefinition", + "section": "def-public.RecentlyAccessedDefinition", "text": "RecentlyAccessedDefinition" }, ")[] | undefined" @@ -3248,7 +3232,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition", + "id": "def-public.NodeDefinition", "type": "Interface", "tags": [], "label": "NodeDefinition", @@ -3256,9 +3240,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, " extends NodeDefinitionBase" @@ -3269,7 +3253,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition.id", + "id": "def-public.NodeDefinition.id", "type": "Uncategorized", "tags": [], "label": "id", @@ -3285,7 +3269,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition.title", + "id": "def-public.NodeDefinition.title", "type": "string", "tags": [], "label": "title", @@ -3301,7 +3285,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition.link", + "id": "def-public.NodeDefinition.link", "type": "Uncategorized", "tags": [], "label": "link", @@ -3317,7 +3301,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition.cloudLink", + "id": "def-public.NodeDefinition.cloudLink", "type": "CompoundType", "tags": [], "label": "cloudLink", @@ -3327,9 +3311,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLinkId", + "section": "def-public.CloudLinkId", "text": "CloudLinkId" }, " | undefined" @@ -3340,7 +3324,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinition.children", + "id": "def-public.NodeDefinition.children", "type": "Array", "tags": [], "label": "children", @@ -3350,9 +3334,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "[] | undefined" @@ -3366,7 +3350,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.PresetDefinition", + "id": "def-public.PresetDefinition", "type": "Interface", "tags": [], "label": "PresetDefinition", @@ -3374,17 +3358,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.PresetDefinition", + "section": "def-public.PresetDefinition", "text": "PresetDefinition" }, " extends Omit<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.GroupDefinition", + "section": "def-public.GroupDefinition", "text": "GroupDefinition" }, ", \"type\" | \"children\">" @@ -3395,7 +3379,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.PresetDefinition.type", + "id": "def-public.PresetDefinition.type", "type": "string", "tags": [], "label": "type", @@ -3409,7 +3393,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.PresetDefinition.preset", + "id": "def-public.PresetDefinition.preset", "type": "CompoundType", "tags": [], "label": "preset", @@ -3426,7 +3410,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RecentlyAccessedDefinition", + "id": "def-public.RecentlyAccessedDefinition", "type": "Interface", "tags": [], "label": "RecentlyAccessedDefinition", @@ -3437,7 +3421,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RecentlyAccessedDefinition.type", + "id": "def-public.RecentlyAccessedDefinition.type", "type": "string", "tags": [], "label": "type", @@ -3451,7 +3435,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RecentlyAccessedDefinition.recentlyAccessed$", + "id": "def-public.RecentlyAccessedDefinition.recentlyAccessed$", "type": "Object", "tags": [], "label": "recentlyAccessed$", @@ -3463,9 +3447,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessedHistoryItem", + "section": "def-public.ChromeRecentlyAccessedHistoryItem", "text": "ChromeRecentlyAccessedHistoryItem" }, "[]> | undefined" @@ -3476,7 +3460,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RecentlyAccessedDefinition.defaultIsCollapsed", + "id": "def-public.RecentlyAccessedDefinition.defaultIsCollapsed", "type": "CompoundType", "tags": [ "default" @@ -3497,7 +3481,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SideNavCompProps", + "id": "def-public.SideNavCompProps", "type": "Interface", "tags": [], "label": "SideNavCompProps", @@ -3508,7 +3492,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SideNavCompProps.activeNodes", + "id": "def-public.SideNavCompProps.activeNodes", "type": "Array", "tags": [], "label": "activeNodes", @@ -3516,9 +3500,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, "[][]" @@ -3532,7 +3516,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition", + "id": "def-public.SolutionNavigationDefinition", "type": "Interface", "tags": [], "label": "SolutionNavigationDefinition", @@ -3540,9 +3524,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SolutionNavigationDefinition", + "section": "def-public.SolutionNavigationDefinition", "text": "SolutionNavigationDefinition" }, "" @@ -3553,7 +3537,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.id", + "id": "def-public.SolutionNavigationDefinition.id", "type": "string", "tags": [], "label": "id", @@ -3566,7 +3550,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.title", + "id": "def-public.SolutionNavigationDefinition.title", "type": "string", "tags": [], "label": "title", @@ -3579,7 +3563,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.navigationTree$", + "id": "def-public.SolutionNavigationDefinition.navigationTree$", "type": "Object", "tags": [], "label": "navigationTree$", @@ -3591,9 +3575,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NavigationTreeDefinition", + "section": "def-public.NavigationTreeDefinition", "text": "NavigationTreeDefinition" }, ">" @@ -3604,7 +3588,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.icon", + "id": "def-public.SolutionNavigationDefinition.icon", "type": "CompoundType", "tags": [], "label": "icon", @@ -3621,7 +3605,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.sideNavComponent", + "id": "def-public.SolutionNavigationDefinition.sideNavComponent", "type": "CompoundType", "tags": [], "label": "sideNavComponent", @@ -3631,9 +3615,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SideNavComponent", + "section": "def-public.SideNavComponent", "text": "SideNavComponent" }, " | undefined" @@ -3644,7 +3628,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinition.homePage", + "id": "def-public.SolutionNavigationDefinition.homePage", "type": "Uncategorized", "tags": [], "label": "homePage", @@ -3663,7 +3647,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinitions", + "id": "def-public.SolutionNavigationDefinitions", "type": "Interface", "tags": [], "label": "SolutionNavigationDefinitions", @@ -3674,7 +3658,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SolutionNavigationDefinitions.Unnamed", + "id": "def-public.SolutionNavigationDefinitions.Unnamed", "type": "IndexSignature", "tags": [], "label": "[id: string]: SolutionNavigationDefinition", @@ -3683,17 +3667,17 @@ "[id: string]: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SolutionNavigationDefinition", + "section": "def-public.SolutionNavigationDefinition", "text": "SolutionNavigationDefinition" }, "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.AppDeepLinkId", + "section": "def-public.AppDeepLinkId", "text": "AppDeepLinkId" }, ">" @@ -3710,7 +3694,7 @@ "misc": [ { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.AppDeepLinkId", + "id": "def-public.AppDeepLinkId", "type": "Type", "tags": [], "label": "AppDeepLinkId", @@ -3725,7 +3709,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.AppId", + "id": "def-public.AppId", "type": "Type", "tags": [], "label": "AppId", @@ -3764,7 +3748,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionLinkBase", + "id": "def-public.ChromeHelpExtensionLinkBase", "type": "Type", "tags": [], "label": "ChromeHelpExtensionLinkBase", @@ -3781,7 +3765,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeHelpExtensionMenuLink", + "id": "def-public.ChromeHelpExtensionMenuLink", "type": "Type", "tags": [], "label": "ChromeHelpExtensionMenuLink", @@ -3789,33 +3773,33 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuCustomLink", + "section": "def-public.ChromeHelpExtensionMenuCustomLink", "text": "ChromeHelpExtensionMenuCustomLink" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuGitHubLink", + "section": "def-public.ChromeHelpExtensionMenuGitHubLink", "text": "ChromeHelpExtensionMenuGitHubLink" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuDiscussLink", + "section": "def-public.ChromeHelpExtensionMenuDiscussLink", "text": "ChromeHelpExtensionMenuDiscussLink" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeHelpExtensionMenuDocumentationLink", + "section": "def-public.ChromeHelpExtensionMenuDocumentationLink", "text": "ChromeHelpExtensionMenuDocumentationLink" } ], @@ -3826,7 +3810,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeProjectBreadcrumb", + "id": "def-public.ChromeProjectBreadcrumb", "type": "Type", "tags": [], "label": "ChromeProjectBreadcrumb", @@ -3834,9 +3818,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" } ], @@ -3847,7 +3831,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.ChromeStyle", + "id": "def-public.ChromeStyle", "type": "Type", "tags": [], "label": "ChromeStyle", @@ -3862,7 +3846,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudLinkId", + "id": "def-public.CloudLinkId", "type": "Type", "tags": [], "label": "CloudLinkId", @@ -3877,7 +3861,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.CloudLinks", + "id": "def-public.CloudLinks", "type": "Type", "tags": [], "label": "CloudLinks", @@ -3886,49 +3870,49 @@ "{ projects?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; userAndRoles?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; performance?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; billingAndSub?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; deployment?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; deployments?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.CloudLink", + "section": "def-public.CloudLink", "text": "CloudLink" }, " | undefined; }" @@ -3940,7 +3924,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.EuiSideNavItemTypeEnhanced", + "id": "def-public.EuiSideNavItemTypeEnhanced", "type": "Type", "tags": [], "label": "EuiSideNavItemTypeEnhanced", @@ -3953,9 +3937,9 @@ ", \"items\"> & { items?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.EuiSideNavItemTypeEnhanced", + "section": "def-public.EuiSideNavItemTypeEnhanced", "text": "EuiSideNavItemTypeEnhanced" }, "[] | undefined; iconToString?: string | undefined; nameToString?: string | undefined; }" @@ -3967,7 +3951,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.EuiThemeSize", + "id": "def-public.EuiThemeSize", "type": "Type", "tags": [], "label": "EuiThemeSize", @@ -3982,7 +3966,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NavigationGroupPreset", + "id": "def-public.NavigationGroupPreset", "type": "Type", "tags": [], "label": "NavigationGroupPreset", @@ -3999,7 +3983,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.NodeDefinitionWithChildren", + "id": "def-public.NodeDefinitionWithChildren", "type": "Type", "tags": [], "label": "NodeDefinitionWithChildren", @@ -4007,17 +3991,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, " & { children: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "[]; }" @@ -4029,7 +4013,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RenderAs", + "id": "def-public.RenderAs", "type": "Type", "tags": [], "label": "RenderAs", @@ -4044,7 +4028,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RenderAs", + "id": "def-public.RenderAs", "type": "Type", "tags": [], "label": "RenderAs", @@ -4059,7 +4043,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.RootNavigationItemDefinition", + "id": "def-public.RootNavigationItemDefinition", "type": "Type", "tags": [], "label": "RootNavigationItemDefinition", @@ -4067,33 +4051,33 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.RecentlyAccessedDefinition", + "section": "def-public.RecentlyAccessedDefinition", "text": "RecentlyAccessedDefinition" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.GroupDefinition", + "section": "def-public.GroupDefinition", "text": "GroupDefinition" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.PresetDefinition", + "section": "def-public.PresetDefinition", "text": "PresetDefinition" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ItemDefinition", + "section": "def-public.ItemDefinition", "text": "ItemDefinition" }, "" @@ -4105,7 +4089,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SideNavComponent", + "id": "def-public.SideNavComponent", "type": "Type", "tags": [], "label": "SideNavComponent", @@ -4114,17 +4098,17 @@ "React.ComponentClass<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SideNavCompProps", + "section": "def-public.SideNavCompProps", "text": "SideNavCompProps" }, ", any> | React.FunctionComponent<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SideNavCompProps", + "section": "def-public.SideNavCompProps", "text": "SideNavCompProps" }, ">" @@ -4136,7 +4120,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser", - "id": "def-common.SideNavNodeStatus", + "id": "def-public.SideNavNodeStatus", "type": "Type", "tags": [], "label": "SideNavNodeStatus", @@ -4151,5 +4135,21 @@ } ], "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_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index f551bad5b5c37..027c5344b172a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 207 | 0 | 100 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_chrome_browser_mocks.devdocs.json b/api_docs/kbn_core_chrome_browser_mocks.devdocs.json index 1c4b66c5da9a0..f05df37330cf8 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_chrome_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-chrome-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-chrome-browser-mocks", - "id": "def-common.chromeServiceMock", + "id": "def-public.chromeServiceMock", "type": "Object", "tags": [], "label": "chromeServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-browser-mocks", - "id": "def-common.chromeServiceMock.create", + "id": "def-public.chromeServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-chrome-browser-mocks", - "id": "def-common.chromeServiceMock.createStartContract", + "id": "def-public.chromeServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -80,5 +64,21 @@ "initialIsOpen": false } ] + }, + "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_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index bd8573d652949..1fd30bef398ad 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_config_server_internal.devdocs.json b/api_docs/kbn_core_config_server_internal.devdocs.json index e9d32490a9564..b8e9f014ad528 100644 --- a/api_docs/kbn_core_config_server_internal.devdocs.json +++ b/api_docs/kbn_core_config_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.coreDeprecationProvider", + "id": "def-server.coreDeprecationProvider", "type": "Function", "tags": [], "label": "coreDeprecationProvider", @@ -46,7 +38,7 @@ }, { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.ensureValidConfiguration", + "id": "def-server.ensureValidConfiguration", "type": "Function", "tags": [ "private" @@ -61,9 +53,9 @@ ", params: ", { "pluginId": "@kbn/core-config-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-common.EnsureValidConfigurationParameters", + "section": "def-server.EnsureValidConfigurationParameters", "text": "EnsureValidConfigurationParameters" }, ") => Promise" @@ -74,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.ensureValidConfiguration.$1", + "id": "def-server.ensureValidConfiguration.$1", "type": "Object", "tags": [], "label": "configService", @@ -91,7 +83,7 @@ }, { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.ensureValidConfiguration.$2", + "id": "def-server.ensureValidConfiguration.$2", "type": "Object", "tags": [], "label": "params", @@ -101,9 +93,9 @@ "signature": [ { "pluginId": "@kbn/core-config-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-common.EnsureValidConfigurationParameters", + "section": "def-server.EnsureValidConfigurationParameters", "text": "EnsureValidConfigurationParameters" } ], @@ -120,7 +112,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.EnsureValidConfigurationParameters", + "id": "def-server.EnsureValidConfigurationParameters", "type": "Interface", "tags": [ "private" @@ -132,9 +124,9 @@ "signature": [ { "pluginId": "@kbn/core-config-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-common.EnsureValidConfigurationParameters", + "section": "def-server.EnsureValidConfigurationParameters", "text": "EnsureValidConfigurationParameters" }, " extends ", @@ -146,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-config-server-internal", - "id": "def-common.EnsureValidConfigurationParameters.stripUnknownKeys", + "id": "def-server.EnsureValidConfigurationParameters.stripUnknownKeys", "type": "CompoundType", "tags": [], "label": "stripUnknownKeys", @@ -167,5 +159,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 473c218fbf0e5..9879a8c3b484e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 1 | 0 | -## Common +## Server ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_core_custom_branding_browser.devdocs.json b/api_docs/kbn_core_custom_branding_browser.devdocs.json index 1655e176440c8..e739f2f758e56 100644 --- a/api_docs/kbn_core_custom_branding_browser.devdocs.json +++ b/api_docs/kbn_core_custom_branding_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-custom-branding-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingSetup", + "id": "def-public.CustomBrandingSetup", "type": "Interface", "tags": [], "label": "CustomBrandingSetup", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingSetup.customBranding$", + "id": "def-public.CustomBrandingSetup.customBranding$", "type": "Object", "tags": [], "label": "customBranding$", @@ -56,7 +40,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingSetup.hasCustomBranding$", + "id": "def-public.CustomBrandingSetup.hasCustomBranding$", "type": "Object", "tags": [], "label": "hasCustomBranding$", @@ -74,7 +58,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingSetupDeps", + "id": "def-public.CustomBrandingSetupDeps", "type": "Interface", "tags": [], "label": "CustomBrandingSetupDeps", @@ -85,7 +69,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingSetupDeps.injectedMetadata", + "id": "def-public.CustomBrandingSetupDeps.injectedMetadata", "type": "Object", "tags": [], "label": "injectedMetadata", @@ -102,7 +86,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingStart", + "id": "def-public.CustomBrandingStart", "type": "Interface", "tags": [], "label": "CustomBrandingStart", @@ -113,7 +97,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingStart.customBranding$", + "id": "def-public.CustomBrandingStart.customBranding$", "type": "Object", "tags": [], "label": "customBranding$", @@ -136,7 +120,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser", - "id": "def-common.CustomBrandingStart.hasCustomBranding$", + "id": "def-public.CustomBrandingStart.hasCustomBranding$", "type": "Object", "tags": [], "label": "hasCustomBranding$", @@ -156,5 +140,21 @@ "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_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index b741641c77d68..253ac63260294 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 0 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_custom_branding_browser_internal.devdocs.json b/api_docs/kbn_core_custom_branding_browser_internal.devdocs.json index 7fa86db6a0b61..28ae3ddedeb87 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.devdocs.json +++ b/api_docs/kbn_core_custom_branding_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-custom-branding-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-custom-branding-browser-internal", - "id": "def-common.CustomBrandingService", + "id": "def-public.CustomBrandingService", "type": "Class", "tags": [], "label": "CustomBrandingService", @@ -31,7 +15,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser-internal", - "id": "def-common.CustomBrandingService.setup", + "id": "def-public.CustomBrandingService.setup", "type": "Function", "tags": [], "label": "setup", @@ -40,17 +24,17 @@ "({ injectedMetadata }: ", { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingSetupDeps", + "section": "def-public.CustomBrandingSetupDeps", "text": "CustomBrandingSetupDeps" }, ") => ", { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingSetup", + "section": "def-public.CustomBrandingSetup", "text": "CustomBrandingSetup" } ], @@ -60,7 +44,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser-internal", - "id": "def-common.CustomBrandingService.setup.$1", + "id": "def-public.CustomBrandingService.setup.$1", "type": "Object", "tags": [], "label": "{ injectedMetadata }", @@ -68,9 +52,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingSetupDeps", + "section": "def-public.CustomBrandingSetupDeps", "text": "CustomBrandingSetupDeps" } ], @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser-internal", - "id": "def-common.CustomBrandingService.start", + "id": "def-public.CustomBrandingService.start", "type": "Function", "tags": [], "label": "start", @@ -93,9 +77,9 @@ "() => ", { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingStart", + "section": "def-public.CustomBrandingStart", "text": "CustomBrandingStart" } ], @@ -107,7 +91,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser-internal", - "id": "def-common.CustomBrandingService.stop", + "id": "def-public.CustomBrandingService.stop", "type": "Function", "tags": [], "label": "stop", @@ -130,5 +114,21 @@ "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_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index 6246ec3716d3a..d4549dd55311a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.devdocs.json b/api_docs/kbn_core_custom_branding_browser_mocks.devdocs.json index 094f94d9ea539..d036f32423782 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_custom_branding_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-custom-branding-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-custom-branding-browser-mocks", - "id": "def-common.customBrandingServiceMock", + "id": "def-public.customBrandingServiceMock", "type": "Object", "tags": [], "label": "customBrandingServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-browser-mocks", - "id": "def-common.customBrandingServiceMock.create", + "id": "def-public.customBrandingServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser-mocks", - "id": "def-common.customBrandingServiceMock.createSetupContract", + "id": "def-public.customBrandingServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -80,7 +64,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-browser-mocks", - "id": "def-common.customBrandingServiceMock.createStartContract", + "id": "def-public.customBrandingServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -110,5 +94,21 @@ "initialIsOpen": false } ] + }, + "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_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index 1cc75d32a7e2d..d1d25ab8f6d83 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index ddba5a57fdce6..3a860fd1bb83d 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_custom_branding_server.devdocs.json index ed18f14cb7ff5..83426a95d5aee 100644 --- a/api_docs/kbn_core_custom_branding_server.devdocs.json +++ b/api_docs/kbn_core_custom_branding_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup", + "id": "def-server.CustomBrandingSetup", "type": "Interface", "tags": [], "label": "CustomBrandingSetup", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.register", + "id": "def-server.CustomBrandingSetup.register", "type": "Function", "tags": [], "label": "register", @@ -42,9 +34,9 @@ "(fetchFn: ", { "pluginId": "@kbn/core-custom-branding-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerPluginApi", - "section": "def-common.CustomBrandingFetchFn", + "section": "def-server.CustomBrandingFetchFn", "text": "CustomBrandingFetchFn" }, ") => void" @@ -55,7 +47,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.register.$1", + "id": "def-server.CustomBrandingSetup.register.$1", "type": "Function", "tags": [], "label": "fetchFn", @@ -63,9 +55,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerPluginApi", - "section": "def-common.CustomBrandingFetchFn", + "section": "def-server.CustomBrandingFetchFn", "text": "CustomBrandingFetchFn" } ], @@ -79,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.getBrandingFor", + "id": "def-server.CustomBrandingSetup.getBrandingFor", "type": "Function", "tags": [], "label": "getBrandingFor", @@ -88,9 +80,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", options: { unauthenticated?: boolean | undefined; }) => Promise<", @@ -109,7 +101,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.getBrandingFor.$1", + "id": "def-server.CustomBrandingSetup.getBrandingFor.$1", "type": "Object", "tags": [], "label": "request", @@ -117,9 +109,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -131,7 +123,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.getBrandingFor.$2", + "id": "def-server.CustomBrandingSetup.getBrandingFor.$2", "type": "Object", "tags": [], "label": "options", @@ -142,7 +134,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingSetup.getBrandingFor.$2.unauthenticated", + "id": "def-server.CustomBrandingSetup.getBrandingFor.$2.unauthenticated", "type": "CompoundType", "tags": [], "label": "unauthenticated", @@ -164,7 +156,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingStart", + "id": "def-server.CustomBrandingStart", "type": "Interface", "tags": [], "label": "CustomBrandingStart", @@ -180,7 +172,7 @@ "misc": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingFetchFn", + "id": "def-server.CustomBrandingFetchFn", "type": "Type", "tags": [], "label": "CustomBrandingFetchFn", @@ -189,9 +181,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", unauthenticated: boolean) => ", @@ -219,7 +211,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingFetchFn.$1", + "id": "def-server.CustomBrandingFetchFn.$1", "type": "Object", "tags": [], "label": "request", @@ -227,9 +219,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -240,7 +232,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server", - "id": "def-common.CustomBrandingFetchFn.$2", + "id": "def-server.CustomBrandingFetchFn.$2", "type": "boolean", "tags": [], "label": "unauthenticated", @@ -254,5 +246,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index bd5b37b8c4d55..27b5f33417768 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 11 | 0 | 11 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_custom_branding_server_internal.devdocs.json b/api_docs/kbn_core_custom_branding_server_internal.devdocs.json index 29a2202248064..3d4f1f296f267 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.devdocs.json +++ b/api_docs/kbn_core_custom_branding_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService", + "id": "def-server.CustomBrandingService", "type": "Class", "tags": [], "label": "CustomBrandingService", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService.Unnamed", + "id": "def-server.CustomBrandingService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService.Unnamed.$1", + "id": "def-server.CustomBrandingService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService.setup", + "id": "def-server.CustomBrandingService.setup", "type": "Function", "tags": [], "label": "setup", @@ -80,7 +72,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService.start", + "id": "def-server.CustomBrandingService.start", "type": "Function", "tags": [], "label": "start", @@ -89,9 +81,9 @@ "() => ", { "pluginId": "@kbn/core-custom-branding-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerPluginApi", - "section": "def-common.CustomBrandingStart", + "section": "def-server.CustomBrandingStart", "text": "CustomBrandingStart" } ], @@ -103,7 +95,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server-internal", - "id": "def-common.CustomBrandingService.stop", + "id": "def-server.CustomBrandingService.stop", "type": "Function", "tags": [], "label": "stop", @@ -126,5 +118,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index c7ffc76f5d926..3de355bd6a0e7 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 1 | -## Common +## Server ### Classes - + diff --git a/api_docs/kbn_core_custom_branding_server_mocks.devdocs.json b/api_docs/kbn_core_custom_branding_server_mocks.devdocs.json index 3ce2c8571b4da..d7913d3093813 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.devdocs.json +++ b/api_docs/kbn_core_custom_branding_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-custom-branding-server-mocks", - "id": "def-common.customBrandingServiceMock", + "id": "def-server.customBrandingServiceMock", "type": "Object", "tags": [], "label": "customBrandingServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-custom-branding-server-mocks", - "id": "def-common.customBrandingServiceMock.create", + "id": "def-server.customBrandingServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -45,9 +37,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-custom-branding-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerInternalPluginApi", - "section": "def-common.CustomBrandingService", + "section": "def-server.CustomBrandingService", "text": "CustomBrandingService" }, ">" @@ -60,7 +52,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server-mocks", - "id": "def-common.customBrandingServiceMock.createSetupContract", + "id": "def-server.customBrandingServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-custom-branding-server-mocks", - "id": "def-common.customBrandingServiceMock.createStartContract", + "id": "def-server.customBrandingServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -94,5 +86,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index 9e2b271a0749c..a09db2255e297 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_deprecations_browser.devdocs.json b/api_docs/kbn_core_deprecations_browser.devdocs.json index 4b90c819784f0..dafe27078a16e 100644 --- a/api_docs/kbn_core_deprecations_browser.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-deprecations-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart", + "id": "def-public.DeprecationsServiceStart", "type": "Interface", "tags": [], "label": "DeprecationsServiceStart", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.getAllDeprecations", + "id": "def-public.DeprecationsServiceStart.getAllDeprecations", "type": "Function", "tags": [], "label": "getAllDeprecations", @@ -61,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.getDeprecations", + "id": "def-public.DeprecationsServiceStart.getDeprecations", "type": "Function", "tags": [], "label": "getDeprecations", @@ -85,7 +69,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.getDeprecations.$1", + "id": "def-public.DeprecationsServiceStart.getDeprecations.$1", "type": "string", "tags": [], "label": "domainId", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.isDeprecationResolvable", + "id": "def-public.DeprecationsServiceStart.isDeprecationResolvable", "type": "Function", "tags": [], "label": "isDeprecationResolvable", @@ -127,7 +111,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.isDeprecationResolvable.$1", + "id": "def-public.DeprecationsServiceStart.isDeprecationResolvable.$1", "type": "CompoundType", "tags": [], "label": "details", @@ -151,7 +135,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.resolveDeprecation", + "id": "def-public.DeprecationsServiceStart.resolveDeprecation", "type": "Function", "tags": [], "label": "resolveDeprecation", @@ -170,9 +154,9 @@ ") => Promise<", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.ResolveDeprecationResponse", + "section": "def-public.ResolveDeprecationResponse", "text": "ResolveDeprecationResponse" }, ">" @@ -183,7 +167,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.DeprecationsServiceStart.resolveDeprecation.$1", + "id": "def-public.DeprecationsServiceStart.resolveDeprecation.$1", "type": "CompoundType", "tags": [], "label": "details", @@ -213,7 +197,7 @@ "misc": [ { "parentPluginId": "@kbn/core-deprecations-browser", - "id": "def-common.ResolveDeprecationResponse", + "id": "def-public.ResolveDeprecationResponse", "type": "Type", "tags": [], "label": "ResolveDeprecationResponse", @@ -230,5 +214,21 @@ } ], "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_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index cc6e5c95bdfb6..6afd8a082bea0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 3 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_deprecations_browser_internal.devdocs.json b/api_docs/kbn_core_deprecations_browser_internal.devdocs.json index 0e0e8b0e1498c..83c8bcc3081e2 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-deprecations-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService", + "id": "def-public.DeprecationsService", "type": "Class", "tags": [], "label": "DeprecationsService", @@ -28,9 +12,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserInternalPluginApi", - "section": "def-common.DeprecationsService", + "section": "def-public.DeprecationsService", "text": "DeprecationsService" }, " implements ", @@ -38,9 +22,9 @@ "" @@ -51,7 +35,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService.setup", + "id": "def-public.DeprecationsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -67,7 +51,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService.start", + "id": "def-public.DeprecationsService.start", "type": "Function", "tags": [], "label": "start", @@ -76,17 +60,17 @@ "({ http }: { http: ", { "pluginId": "@kbn/core-http-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-common.InternalHttpStart", + "section": "def-public.InternalHttpStart", "text": "InternalHttpStart" }, "; }) => ", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" } ], @@ -96,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService.start.$1", + "id": "def-public.DeprecationsService.start.$1", "type": "Object", "tags": [], "label": "{ http }", @@ -107,7 +91,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService.start.$1.http", + "id": "def-public.DeprecationsService.start.$1.http", "type": "CompoundType", "tags": [], "label": "http", @@ -116,9 +100,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -136,7 +120,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser-internal", - "id": "def-common.DeprecationsService.stop", + "id": "def-public.DeprecationsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -159,5 +143,21 @@ "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_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index 9ca791617e3c2..ce9be377e8af2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json b/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json index bc2f308ff4698..627be4a279a55 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-deprecations-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-deprecations-browser-mocks", - "id": "def-common.deprecationsServiceMock", + "id": "def-public.deprecationsServiceMock", "type": "Object", "tags": [], "label": "deprecationsServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-browser-mocks", - "id": "def-common.deprecationsServiceMock.create", + "id": "def-public.deprecationsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -53,9 +37,9 @@ "<", { "pluginId": "@kbn/core-deprecations-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserInternalPluginApi", - "section": "def-common.DeprecationsService", + "section": "def-public.DeprecationsService", "text": "DeprecationsService" }, ">>" @@ -68,7 +52,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser-mocks", - "id": "def-common.deprecationsServiceMock.createSetupContract", + "id": "def-public.deprecationsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-browser-mocks", - "id": "def-common.deprecationsServiceMock.createStartContract", + "id": "def-public.deprecationsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -93,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" }, ">" @@ -110,5 +94,21 @@ "initialIsOpen": false } ] + }, + "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_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index 60bbe96a70dc1..af474d2741b15 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index 0945510a969cd..d4c849dbe4aa1 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_deprecations_server.devdocs.json index 631178909fb5d..04474ff3a07fc 100644 --- a/api_docs/kbn_core_deprecations_server.devdocs.json +++ b/api_docs/kbn_core_deprecations_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationRegistryProvider", + "id": "def-server.DeprecationRegistryProvider", "type": "Interface", "tags": [], "label": "DeprecationRegistryProvider", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationRegistryProvider.getRegistry", + "id": "def-server.DeprecationRegistryProvider.getRegistry", "type": "Function", "tags": [], "label": "getRegistry", @@ -42,9 +34,9 @@ "(domainId: string) => ", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsServiceSetup", + "section": "def-server.DeprecationsServiceSetup", "text": "DeprecationsServiceSetup" } ], @@ -54,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationRegistryProvider.getRegistry.$1", + "id": "def-server.DeprecationRegistryProvider.getRegistry.$1", "type": "string", "tags": [], "label": "domainId", @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsClient", + "id": "def-server.DeprecationsClient", "type": "Interface", "tags": [], "label": "DeprecationsClient", @@ -88,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsClient.getAllDeprecations", + "id": "def-server.DeprecationsClient.getAllDeprecations", "type": "Function", "tags": [], "label": "getAllDeprecations", @@ -115,7 +107,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsRequestHandlerContext", + "id": "def-server.DeprecationsRequestHandlerContext", "type": "Interface", "tags": [], "label": "DeprecationsRequestHandlerContext", @@ -128,7 +120,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsRequestHandlerContext.client", + "id": "def-server.DeprecationsRequestHandlerContext.client", "type": "Object", "tags": [], "label": "client", @@ -136,9 +128,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsClient", + "section": "def-server.DeprecationsClient", "text": "DeprecationsClient" } ], @@ -151,7 +143,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsServiceSetup", + "id": "def-server.DeprecationsServiceSetup", "type": "Interface", "tags": [], "label": "DeprecationsServiceSetup", @@ -164,7 +156,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsServiceSetup.registerDeprecations", + "id": "def-server.DeprecationsServiceSetup.registerDeprecations", "type": "Function", "tags": [], "label": "registerDeprecations", @@ -173,9 +165,9 @@ "(deprecationContext: ", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.RegisterDeprecationsConfig", + "section": "def-server.RegisterDeprecationsConfig", "text": "RegisterDeprecationsConfig" }, ") => void" @@ -186,7 +178,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.DeprecationsServiceSetup.registerDeprecations.$1", + "id": "def-server.DeprecationsServiceSetup.registerDeprecations.$1", "type": "Object", "tags": [], "label": "deprecationContext", @@ -194,9 +186,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.RegisterDeprecationsConfig", + "section": "def-server.RegisterDeprecationsConfig", "text": "RegisterDeprecationsConfig" } ], @@ -213,7 +205,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.GetDeprecationsContext", + "id": "def-server.GetDeprecationsContext", "type": "Interface", "tags": [], "label": "GetDeprecationsContext", @@ -224,7 +216,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.GetDeprecationsContext.esClient", + "id": "def-server.GetDeprecationsContext.esClient", "type": "Object", "tags": [], "label": "esClient", @@ -232,9 +224,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -244,7 +236,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.GetDeprecationsContext.savedObjectsClient", + "id": "def-server.GetDeprecationsContext.savedObjectsClient", "type": "Object", "tags": [], "label": "savedObjectsClient", @@ -252,9 +244,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -267,7 +259,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.RegisterDeprecationsConfig", + "id": "def-server.RegisterDeprecationsConfig", "type": "Interface", "tags": [], "label": "RegisterDeprecationsConfig", @@ -278,7 +270,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.RegisterDeprecationsConfig.getDeprecations", + "id": "def-server.RegisterDeprecationsConfig.getDeprecations", "type": "Function", "tags": [], "label": "getDeprecations", @@ -287,9 +279,9 @@ "(context: ", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.GetDeprecationsContext", + "section": "def-server.GetDeprecationsContext", "text": "GetDeprecationsContext" }, ") => ", @@ -316,7 +308,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server", - "id": "def-common.RegisterDeprecationsConfig.getDeprecations.$1", + "id": "def-server.RegisterDeprecationsConfig.getDeprecations.$1", "type": "Object", "tags": [], "label": "context", @@ -324,9 +316,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.GetDeprecationsContext", + "section": "def-server.GetDeprecationsContext", "text": "GetDeprecationsContext" } ], @@ -345,5 +337,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 86a477e0e8bb6..8668d85cb9164 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 16 | 0 | 13 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_deprecations_server_internal.devdocs.json b/api_docs/kbn_core_deprecations_server_internal.devdocs.json index 19a46dc48c8dc..438b29f186d86 100644 --- a/api_docs/kbn_core_deprecations_server_internal.devdocs.json +++ b/api_docs/kbn_core_deprecations_server_internal.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-deprecations-server-internal", - "id": "def-common.InternalDeprecationsServiceStart", + "id": "def-server.InternalDeprecationsServiceStart", "type": "Interface", "tags": [], "label": "InternalDeprecationsServiceStart", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server-internal", - "id": "def-common.InternalDeprecationsServiceStart.asScopedToClient", + "id": "def-server.InternalDeprecationsServiceStart.asScopedToClient", "type": "Function", "tags": [], "label": "asScopedToClient", @@ -44,25 +36,25 @@ "(esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, ", savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsClient", + "section": "def-server.DeprecationsClient", "text": "DeprecationsClient" } ], @@ -72,7 +64,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server-internal", - "id": "def-common.InternalDeprecationsServiceStart.asScopedToClient.$1", + "id": "def-server.InternalDeprecationsServiceStart.asScopedToClient.$1", "type": "Object", "tags": [], "label": "esClient", @@ -80,9 +72,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -93,7 +85,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server-internal", - "id": "def-common.InternalDeprecationsServiceStart.asScopedToClient.$2", + "id": "def-server.InternalDeprecationsServiceStart.asScopedToClient.$2", "type": "Object", "tags": [], "label": "savedObjectsClient", @@ -101,9 +93,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -122,5 +114,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index 3933ccf182671..706b504ec80b3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 3 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_deprecations_server_mocks.devdocs.json b/api_docs/kbn_core_deprecations_server_mocks.devdocs.json index f8e68d8374ca2..69467b4a093d4 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.devdocs.json +++ b/api_docs/kbn_core_deprecations_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock", + "id": "def-server.deprecationsServiceMock", "type": "Object", "tags": [], "label": "deprecationsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock.create", + "id": "def-server.deprecationsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock.createInternalSetupContract", + "id": "def-server.deprecationsServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationRegistryProvider", + "section": "def-server.DeprecationRegistryProvider", "text": "DeprecationRegistryProvider" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock.createSetupContract", + "id": "def-server.deprecationsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsServiceSetup", + "section": "def-server.DeprecationsServiceSetup", "text": "DeprecationsServiceSetup" }, ">" @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock.createInternalStartContract", + "id": "def-server.deprecationsServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -109,9 +101,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerInternalPluginApi", - "section": "def-common.InternalDeprecationsServiceStart", + "section": "def-server.InternalDeprecationsServiceStart", "text": "InternalDeprecationsServiceStart" }, ">" @@ -124,7 +116,7 @@ }, { "parentPluginId": "@kbn/core-deprecations-server-mocks", - "id": "def-common.deprecationsServiceMock.createClient", + "id": "def-server.deprecationsServiceMock.createClient", "type": "Function", "tags": [], "label": "createClient", @@ -133,9 +125,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsClient", + "section": "def-server.DeprecationsClient", "text": "DeprecationsClient" }, ">" @@ -150,5 +142,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index 3bf13a5febf1b..1820ed857cc58 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_doc_links_browser.devdocs.json b/api_docs/kbn_core_doc_links_browser.devdocs.json index 8710e5edbcf19..d362a5491ccac 100644 --- a/api_docs/kbn_core_doc_links_browser.devdocs.json +++ b/api_docs/kbn_core_doc_links_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-doc-links-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-doc-links-browser", - "id": "def-common.DocLinksStart", + "id": "def-public.DocLinksStart", "type": "Interface", "tags": [], "label": "DocLinksStart", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/core-doc-links-browser", - "id": "def-common.DocLinksStart.DOC_LINK_VERSION", + "id": "def-public.DocLinksStart.DOC_LINK_VERSION", "type": "string", "tags": [], "label": "DOC_LINK_VERSION", @@ -44,7 +28,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-browser", - "id": "def-common.DocLinksStart.ELASTIC_WEBSITE_URL", + "id": "def-public.DocLinksStart.ELASTIC_WEBSITE_URL", "type": "string", "tags": [], "label": "ELASTIC_WEBSITE_URL", @@ -55,7 +39,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-browser", - "id": "def-common.DocLinksStart.links", + "id": "def-public.DocLinksStart.links", "type": "Object", "tags": [], "label": "links", @@ -80,5 +64,21 @@ "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_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 6b21c780742f5..29ba3c43380b3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json b/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json index d49117767da15..5364df2a53ecc 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-doc-links-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-doc-links-browser-mocks", - "id": "def-common.docLinksServiceMock", + "id": "def-public.docLinksServiceMock", "type": "Object", "tags": [], "label": "docLinksServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-doc-links-browser-mocks", - "id": "def-common.docLinksServiceMock.create", + "id": "def-public.docLinksServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-browser-mocks", - "id": "def-common.docLinksServiceMock.createSetupContract", + "id": "def-public.docLinksServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -68,7 +52,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-browser-mocks", - "id": "def-common.docLinksServiceMock.createStartContract", + "id": "def-public.docLinksServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -77,9 +61,9 @@ "() => ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -93,5 +77,21 @@ "initialIsOpen": false } ] + }, + "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_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 22d0487806dc5..9630dce294eca 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_doc_links_server.devdocs.json b/api_docs/kbn_core_doc_links_server.devdocs.json index 53bafcec4a7c0..c820d0c60c68d 100644 --- a/api_docs/kbn_core_doc_links_server.devdocs.json +++ b/api_docs/kbn_core_doc_links_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-doc-links-server", - "id": "def-common.DocLinksServiceSetup", + "id": "def-server.DocLinksServiceSetup", "type": "Interface", "tags": [], "label": "DocLinksServiceSetup", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-doc-links-server", - "id": "def-common.DocLinksServiceSetup.version", + "id": "def-server.DocLinksServiceSetup.version", "type": "string", "tags": [], "label": "version", @@ -46,7 +38,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-server", - "id": "def-common.DocLinksServiceSetup.elasticWebsiteUrl", + "id": "def-server.DocLinksServiceSetup.elasticWebsiteUrl", "type": "string", "tags": [], "label": "elasticWebsiteUrl", @@ -59,7 +51,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-server", - "id": "def-common.DocLinksServiceSetup.links", + "id": "def-server.DocLinksServiceSetup.links", "type": "Object", "tags": [], "label": "links", @@ -87,7 +79,7 @@ "misc": [ { "parentPluginId": "@kbn/core-doc-links-server", - "id": "def-common.DocLinksServiceStart", + "id": "def-server.DocLinksServiceStart", "type": "Type", "tags": [], "label": "DocLinksServiceStart", @@ -95,9 +87,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -108,5 +100,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index cc6c9543d8a55..bd0f9529e409c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 2 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_doc_links_server_mocks.devdocs.json b/api_docs/kbn_core_doc_links_server_mocks.devdocs.json index c357a59cceb8f..bd82f1fed2249 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.devdocs.json +++ b/api_docs/kbn_core_doc_links_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-doc-links-server-mocks", - "id": "def-common.docLinksServiceMock", + "id": "def-server.docLinksServiceMock", "type": "Object", "tags": [], "label": "docLinksServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-doc-links-server-mocks", - "id": "def-common.docLinksServiceMock.create", + "id": "def-server.docLinksServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-server-mocks", - "id": "def-common.docLinksServiceMock.createSetupContract", + "id": "def-server.docLinksServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => ", { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/core-doc-links-server-mocks", - "id": "def-common.docLinksServiceMock.createStartContract", + "id": "def-server.docLinksServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -84,9 +76,9 @@ "() => ", { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -100,5 +92,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index 045c95a77506d..0aa8f649b4dbc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json index d249733c20b94..c9e2f8ec2ac70 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient", + "id": "def-server.configureClient", "type": "Function", "tags": [], "label": "configureClient", @@ -30,9 +22,9 @@ "(config: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, ", { logger, type, scoped, getExecutionContext, agentFactoryProvider, kibanaVersion, }: { logger: ", @@ -54,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$1", + "id": "def-server.configureClient.$1", "type": "Object", "tags": [], "label": "config", @@ -62,9 +54,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" } ], @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2", + "id": "def-server.configureClient.$2", "type": "Object", "tags": [], "label": "{\n logger,\n type,\n scoped = false,\n getExecutionContext = noop,\n agentFactoryProvider,\n kibanaVersion,\n }", @@ -86,7 +78,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.logger", + "id": "def-server.configureClient.$2.logger", "type": "Object", "tags": [], "label": "logger", @@ -106,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.type", + "id": "def-server.configureClient.$2.type", "type": "string", "tags": [], "label": "type", @@ -117,7 +109,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.scoped", + "id": "def-server.configureClient.$2.scoped", "type": "CompoundType", "tags": [], "label": "scoped", @@ -131,7 +123,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.getExecutionContext", + "id": "def-server.configureClient.$2.getExecutionContext", "type": "Function", "tags": [], "label": "getExecutionContext", @@ -147,7 +139,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.agentFactoryProvider", + "id": "def-server.configureClient.$2.agentFactoryProvider", "type": "Object", "tags": [], "label": "agentFactoryProvider", @@ -161,7 +153,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.configureClient.$2.kibanaVersion", + "id": "def-server.configureClient.$2.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -178,7 +170,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.getErrorMessage", + "id": "def-server.getErrorMessage", "type": "Function", "tags": [], "label": "getErrorMessage", @@ -196,7 +188,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.getErrorMessage.$1", + "id": "def-server.getErrorMessage.$1", "type": "Object", "tags": [], "label": "error", @@ -215,7 +207,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.getRequestDebugMeta", + "id": "def-server.getRequestDebugMeta", "type": "Function", "tags": [], "label": "getRequestDebugMeta", @@ -228,17 +220,17 @@ ", apisToRedactInLogs: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchApiToRedactInLogs", + "section": "def-server.ElasticsearchApiToRedactInLogs", "text": "ElasticsearchApiToRedactInLogs" }, "[] | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-common.RequestDebugMeta", + "section": "def-server.RequestDebugMeta", "text": "RequestDebugMeta" } ], @@ -248,7 +240,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.getRequestDebugMeta.$1", + "id": "def-server.getRequestDebugMeta.$1", "type": "Object", "tags": [], "label": "event", @@ -264,7 +256,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.getRequestDebugMeta.$2", + "id": "def-server.getRequestDebugMeta.$2", "type": "Array", "tags": [], "label": "apisToRedactInLogs", @@ -272,9 +264,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchApiToRedactInLogs", + "section": "def-server.ElasticsearchApiToRedactInLogs", "text": "ElasticsearchApiToRedactInLogs" }, "[] | undefined" @@ -292,7 +284,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.AgentStatsProvider", + "id": "def-server.AgentStatsProvider", "type": "Interface", "tags": [], "label": "AgentStatsProvider", @@ -305,7 +297,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.AgentStatsProvider.getAgentsStats", + "id": "def-server.AgentStatsProvider.getAgentsStats", "type": "Function", "tags": [], "label": "getAgentsStats", @@ -316,9 +308,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.ElasticsearchClientsMetrics", + "section": "def-server.ElasticsearchClientsMetrics", "text": "ElasticsearchClientsMetrics" } ], @@ -333,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.RequestDebugMeta", + "id": "def-server.RequestDebugMeta", "type": "Interface", "tags": [], "label": "RequestDebugMeta", @@ -346,7 +338,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.RequestDebugMeta.method", + "id": "def-server.RequestDebugMeta.method", "type": "string", "tags": [], "label": "method", @@ -359,7 +351,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.RequestDebugMeta.url", + "id": "def-server.RequestDebugMeta.url", "type": "string", "tags": [], "label": "url", @@ -372,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.RequestDebugMeta.body", + "id": "def-server.RequestDebugMeta.body", "type": "string", "tags": [], "label": "body", @@ -385,7 +377,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.RequestDebugMeta.statusCode", + "id": "def-server.RequestDebugMeta.statusCode", "type": "CompoundType", "tags": [], "label": "statusCode", @@ -407,7 +399,7 @@ "misc": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-internal", - "id": "def-common.NetworkAgent", + "id": "def-server.NetworkAgent", "type": "Type", "tags": [], "label": "NetworkAgent", @@ -424,5 +416,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index ec4045f900701..f1b289e87ab0e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 22 | 0 | 13 | 1 | -## Common +## Server ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json b/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json index bbbd204ac49d6..def897d69232b 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.createAgentStatsProviderMock", + "id": "def-server.createAgentStatsProviderMock", "type": "Function", "tags": [], "label": "createAgentStatsProviderMock", @@ -30,9 +22,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-common.AgentStatsProvider", + "section": "def-server.AgentStatsProvider", "text": "AgentStatsProvider" }, ">" @@ -48,7 +40,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance", + "id": "def-server.ClientApiMockInstance", "type": "Interface", "tags": [], "label": "ClientApiMockInstance", @@ -56,9 +48,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, " extends jest.MockInstance" @@ -69,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponse", + "id": "def-server.ClientApiMockInstance.mockResponse", "type": "Function", "tags": [], "label": "mockResponse", @@ -87,7 +79,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponse.$1", + "id": "def-server.ClientApiMockInstance.mockResponse.$1", "type": "Uncategorized", "tags": [], "label": "value", @@ -102,7 +94,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponse.$2", + "id": "def-server.ClientApiMockInstance.mockResponse.$2", "type": "Object", "tags": [], "label": "opts", @@ -122,7 +114,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseOnce", + "id": "def-server.ClientApiMockInstance.mockResponseOnce", "type": "Function", "tags": [], "label": "mockResponseOnce", @@ -140,7 +132,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseOnce.$1", + "id": "def-server.ClientApiMockInstance.mockResponseOnce.$1", "type": "Uncategorized", "tags": [], "label": "value", @@ -155,7 +147,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseOnce.$2", + "id": "def-server.ClientApiMockInstance.mockResponseOnce.$2", "type": "Object", "tags": [], "label": "opts", @@ -175,7 +167,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseImplementation", + "id": "def-server.ClientApiMockInstance.mockResponseImplementation", "type": "Function", "tags": [], "label": "mockResponseImplementation", @@ -193,7 +185,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseImplementation.$1", + "id": "def-server.ClientApiMockInstance.mockResponseImplementation.$1", "type": "Function", "tags": [], "label": "handler", @@ -213,7 +205,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseImplementationOnce", + "id": "def-server.ClientApiMockInstance.mockResponseImplementationOnce", "type": "Function", "tags": [], "label": "mockResponseImplementationOnce", @@ -231,7 +223,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClientApiMockInstance.mockResponseImplementationOnce.$1", + "id": "def-server.ClientApiMockInstance.mockResponseImplementationOnce.$1", "type": "Function", "tags": [], "label": "handler", @@ -254,7 +246,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClusterClientMock", + "id": "def-server.ClusterClientMock", "type": "Interface", "tags": [], "label": "ClusterClientMock", @@ -265,7 +257,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClusterClientMock.asInternalUser", + "id": "def-server.ClusterClientMock.asInternalUser", "type": "CompoundType", "tags": [], "label": "asInternalUser", @@ -274,9 +266,9 @@ "{ create: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; update: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; get: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; delete: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; helpers: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -348,9 +340,9 @@ ">; search: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kQueryRuleset]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -374,9 +366,9 @@ ">; child: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "<", @@ -386,9 +378,9 @@ "]>; asyncSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -396,9 +388,9 @@ ">; autoscaling: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -406,9 +398,9 @@ ">; bulk: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cat: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -432,9 +424,9 @@ ">; ccr: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -442,9 +434,9 @@ ">; clearScroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; closePointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cluster: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -484,9 +476,9 @@ ">; count: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; danglingIndices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -510,9 +502,9 @@ ">; deleteByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; enrich: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -568,9 +560,9 @@ ">; eql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -578,9 +570,9 @@ ">; esql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -588,9 +580,9 @@ ">; exists: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -602,9 +594,9 @@ " | undefined]>; existsSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -616,9 +608,9 @@ " | undefined]>; explain: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; features: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -642,9 +634,9 @@ ">; fieldCaps: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; fleet: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -668,9 +660,9 @@ ">; getScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptContext: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptLanguages: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -730,9 +722,9 @@ " | undefined]>; graph: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -740,9 +732,9 @@ ">; healthReport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ilm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -766,9 +758,9 @@ ">; index: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; indices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -792,9 +784,9 @@ ">; inference: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -802,9 +794,9 @@ ">; info: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ingest: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -828,9 +820,9 @@ ">; knnSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; license: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -854,9 +846,9 @@ ">; logstash: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -864,9 +856,9 @@ ">; mget: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; migration: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -890,9 +882,9 @@ ">; ml: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -900,9 +892,9 @@ ">; monitoring: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -910,9 +902,9 @@ ">; msearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; msearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; mtermvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; nodes: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -968,9 +960,9 @@ ">; openPointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ping: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params?: ", @@ -998,9 +990,9 @@ " | undefined]>; putScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; queryRuleset: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1024,9 +1016,9 @@ ">; rankEval: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindex: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindexRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; renderSearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; rollup: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1098,9 +1090,9 @@ ">; scriptsPainlessExecute: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; scroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchApplication: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1140,9 +1132,9 @@ ">; searchMvt: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -1154,9 +1146,9 @@ " | undefined]>; searchShards: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchableSnapshots: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1196,9 +1188,9 @@ ">; security: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1206,9 +1198,9 @@ ">; shutdown: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1216,9 +1208,9 @@ ">; slm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1226,9 +1218,9 @@ ">; snapshot: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1236,9 +1228,9 @@ ">; sql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1246,9 +1238,9 @@ ">; ssl: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1256,9 +1248,9 @@ ">; synonyms: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1266,9 +1258,9 @@ ">; tasks: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1276,9 +1268,9 @@ ">; termsEnum: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; termvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; textStructure: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1318,9 +1310,9 @@ ">; transform: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1328,9 +1320,9 @@ ">; updateByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; updateByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; watcher: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1370,9 +1362,9 @@ ">; xpack: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1380,9 +1372,9 @@ ">; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1392,7 +1384,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ClusterClientMock.asScoped", + "id": "def-server.ClusterClientMock.asScoped", "type": "Function", "tags": [], "label": "asScoped", @@ -1401,17 +1393,17 @@ "jest.MockInstance<", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ScopedClusterClientMock", + "section": "def-server.ScopedClusterClientMock", "text": "ScopedClusterClientMock" }, ", [], unknown> & (() => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ScopedClusterClientMock", + "section": "def-server.ScopedClusterClientMock", "text": "ScopedClusterClientMock" }, ")" @@ -1427,7 +1419,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ScopedClusterClientMock", + "id": "def-server.ScopedClusterClientMock", "type": "Interface", "tags": [], "label": "ScopedClusterClientMock", @@ -1438,7 +1430,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ScopedClusterClientMock.asInternalUser", + "id": "def-server.ScopedClusterClientMock.asInternalUser", "type": "CompoundType", "tags": [], "label": "asInternalUser", @@ -1447,9 +1439,9 @@ "{ create: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; update: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; get: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; delete: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; helpers: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1521,9 +1513,9 @@ ">; search: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kQueryRuleset]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1547,9 +1539,9 @@ ">; child: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "<", @@ -1559,9 +1551,9 @@ "]>; asyncSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1569,9 +1561,9 @@ ">; autoscaling: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1579,9 +1571,9 @@ ">; bulk: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cat: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1605,9 +1597,9 @@ ">; ccr: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1615,9 +1607,9 @@ ">; clearScroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; closePointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cluster: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1657,9 +1649,9 @@ ">; count: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; danglingIndices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1683,9 +1675,9 @@ ">; deleteByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; enrich: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1741,9 +1733,9 @@ ">; eql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1751,9 +1743,9 @@ ">; esql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1761,9 +1753,9 @@ ">; exists: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -1775,9 +1767,9 @@ " | undefined]>; existsSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -1789,9 +1781,9 @@ " | undefined]>; explain: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; features: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1815,9 +1807,9 @@ ">; fieldCaps: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; fleet: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1841,9 +1833,9 @@ ">; getScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptContext: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptLanguages: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -1903,9 +1895,9 @@ " | undefined]>; graph: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1913,9 +1905,9 @@ ">; healthReport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ilm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1939,9 +1931,9 @@ ">; index: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; indices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1965,9 +1957,9 @@ ">; inference: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -1975,9 +1967,9 @@ ">; info: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ingest: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2001,9 +1993,9 @@ ">; knnSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; license: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2027,9 +2019,9 @@ ">; logstash: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2037,9 +2029,9 @@ ">; mget: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; migration: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2063,9 +2055,9 @@ ">; ml: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2073,9 +2065,9 @@ ">; monitoring: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2083,9 +2075,9 @@ ">; msearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; msearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; mtermvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; nodes: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2141,9 +2133,9 @@ ">; openPointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ping: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params?: ", @@ -2171,9 +2163,9 @@ " | undefined]>; putScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; queryRuleset: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2197,9 +2189,9 @@ ">; rankEval: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindex: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindexRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; renderSearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; rollup: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2271,9 +2263,9 @@ ">; scriptsPainlessExecute: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; scroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchApplication: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2313,9 +2305,9 @@ ">; searchMvt: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -2327,9 +2319,9 @@ " | undefined]>; searchShards: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchableSnapshots: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2369,9 +2361,9 @@ ">; security: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2379,9 +2371,9 @@ ">; shutdown: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2389,9 +2381,9 @@ ">; slm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2399,9 +2391,9 @@ ">; snapshot: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2409,9 +2401,9 @@ ">; sql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2419,9 +2411,9 @@ ">; ssl: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2429,9 +2421,9 @@ ">; synonyms: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2439,9 +2431,9 @@ ">; tasks: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2449,9 +2441,9 @@ ">; termsEnum: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; termvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; textStructure: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2491,9 +2483,9 @@ ">; transform: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2501,9 +2493,9 @@ ">; updateByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; updateByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; watcher: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2543,9 +2535,9 @@ ">; xpack: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2553,9 +2545,9 @@ ">; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2565,7 +2557,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ScopedClusterClientMock.asCurrentUser", + "id": "def-server.ScopedClusterClientMock.asCurrentUser", "type": "CompoundType", "tags": [], "label": "asCurrentUser", @@ -2574,9 +2566,9 @@ "{ create: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; update: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; get: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; delete: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; helpers: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2648,9 +2640,9 @@ ">; search: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kQueryRuleset]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2674,9 +2666,9 @@ ">; child: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "<", @@ -2686,9 +2678,9 @@ "]>; asyncSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2696,9 +2688,9 @@ ">; autoscaling: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2706,9 +2698,9 @@ ">; bulk: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cat: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2732,9 +2724,9 @@ ">; ccr: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2742,9 +2734,9 @@ ">; clearScroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; closePointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cluster: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2784,9 +2776,9 @@ ">; count: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; danglingIndices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2810,9 +2802,9 @@ ">; deleteByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; enrich: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2868,9 +2860,9 @@ ">; eql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2878,9 +2870,9 @@ ">; esql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2888,9 +2880,9 @@ ">; exists: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -2902,9 +2894,9 @@ " | undefined]>; existsSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -2916,9 +2908,9 @@ " | undefined]>; explain: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; features: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2942,9 +2934,9 @@ ">; fieldCaps: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; fleet: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -2968,9 +2960,9 @@ ">; getScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptContext: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptLanguages: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -3030,9 +3022,9 @@ " | undefined]>; graph: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3040,9 +3032,9 @@ ">; healthReport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ilm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3066,9 +3058,9 @@ ">; index: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; indices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3092,9 +3084,9 @@ ">; inference: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3102,9 +3094,9 @@ ">; info: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ingest: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3128,9 +3120,9 @@ ">; knnSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; license: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3154,9 +3146,9 @@ ">; logstash: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3164,9 +3156,9 @@ ">; mget: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; migration: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3190,9 +3182,9 @@ ">; ml: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3200,9 +3192,9 @@ ">; monitoring: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3210,9 +3202,9 @@ ">; msearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; msearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; mtermvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; nodes: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3268,9 +3260,9 @@ ">; openPointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ping: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params?: ", @@ -3298,9 +3290,9 @@ " | undefined]>; putScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; queryRuleset: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3324,9 +3316,9 @@ ">; rankEval: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindex: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindexRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; renderSearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; rollup: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3398,9 +3390,9 @@ ">; scriptsPainlessExecute: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; scroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchApplication: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3440,9 +3432,9 @@ ">; searchMvt: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -3454,9 +3446,9 @@ " | undefined]>; searchShards: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchableSnapshots: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3496,9 +3488,9 @@ ">; security: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3506,9 +3498,9 @@ ">; shutdown: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3516,9 +3508,9 @@ ">; slm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3526,9 +3518,9 @@ ">; snapshot: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3536,9 +3528,9 @@ ">; sql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3546,9 +3538,9 @@ ">; ssl: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3556,9 +3548,9 @@ ">; synonyms: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3566,9 +3558,9 @@ ">; tasks: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3576,9 +3568,9 @@ ">; termsEnum: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; termvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; textStructure: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3618,9 +3610,9 @@ ">; transform: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3628,9 +3620,9 @@ ">; updateByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; updateByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; watcher: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3670,9 +3662,9 @@ ">; xpack: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3680,9 +3672,9 @@ ">; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -3692,7 +3684,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ScopedClusterClientMock.asSecondaryAuthUser", + "id": "def-server.ScopedClusterClientMock.asSecondaryAuthUser", "type": "CompoundType", "tags": [], "label": "asSecondaryAuthUser", @@ -3701,9 +3693,9 @@ "{ create: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; update: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; get: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; delete: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; helpers: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3775,9 +3767,9 @@ ">; search: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kQueryRuleset]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3801,9 +3793,9 @@ ">; child: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "<", @@ -3813,9 +3805,9 @@ "]>; asyncSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3823,9 +3815,9 @@ ">; autoscaling: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3833,9 +3825,9 @@ ">; bulk: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cat: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3859,9 +3851,9 @@ ">; ccr: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3869,9 +3861,9 @@ ">; clearScroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; closePointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cluster: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3911,9 +3903,9 @@ ">; count: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; danglingIndices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3937,9 +3929,9 @@ ">; deleteByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; enrich: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -3995,9 +3987,9 @@ ">; eql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4005,9 +3997,9 @@ ">; esql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4015,9 +4007,9 @@ ">; exists: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -4029,9 +4021,9 @@ " | undefined]>; existsSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -4043,9 +4035,9 @@ " | undefined]>; explain: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; features: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4069,9 +4061,9 @@ ">; fieldCaps: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; fleet: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4095,9 +4087,9 @@ ">; getScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptContext: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptLanguages: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -4157,9 +4149,9 @@ " | undefined]>; graph: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4167,9 +4159,9 @@ ">; healthReport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ilm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4193,9 +4185,9 @@ ">; index: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; indices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4219,9 +4211,9 @@ ">; inference: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4229,9 +4221,9 @@ ">; info: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ingest: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4255,9 +4247,9 @@ ">; knnSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; license: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4281,9 +4273,9 @@ ">; logstash: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4291,9 +4283,9 @@ ">; mget: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; migration: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4317,9 +4309,9 @@ ">; ml: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4327,9 +4319,9 @@ ">; monitoring: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4337,9 +4329,9 @@ ">; msearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; msearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; mtermvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; nodes: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4395,9 +4387,9 @@ ">; openPointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ping: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params?: ", @@ -4425,9 +4417,9 @@ " | undefined]>; putScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; queryRuleset: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4451,9 +4443,9 @@ ">; rankEval: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindex: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindexRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; renderSearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; rollup: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4525,9 +4517,9 @@ ">; scriptsPainlessExecute: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; scroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchApplication: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4567,9 +4559,9 @@ ">; searchMvt: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -4581,9 +4573,9 @@ " | undefined]>; searchShards: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchableSnapshots: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4623,9 +4615,9 @@ ">; security: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4633,9 +4625,9 @@ ">; shutdown: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4643,9 +4635,9 @@ ">; slm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4653,9 +4645,9 @@ ">; snapshot: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4663,9 +4655,9 @@ ">; sql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4673,9 +4665,9 @@ ">; ssl: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4683,9 +4675,9 @@ ">; synonyms: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4693,9 +4685,9 @@ ">; tasks: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4703,9 +4695,9 @@ ">; termsEnum: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; termvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; textStructure: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4745,9 +4737,9 @@ ">; transform: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4755,9 +4747,9 @@ ">; updateByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; updateByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; watcher: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4797,9 +4789,9 @@ ">; xpack: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4807,9 +4799,9 @@ ">; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -4825,7 +4817,7 @@ "misc": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.CustomClusterClientMock", + "id": "def-server.CustomClusterClientMock", "type": "Type", "tags": [], "label": "CustomClusterClientMock", @@ -4834,41 +4826,41 @@ "{ close: jest.MockInstance, [], unknown>; readonly asInternalUser: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, "; asScoped: jest.MockInstance<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, ", [request: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ScopeableRequest", + "section": "def-server.ScopeableRequest", "text": "ScopeableRequest" }, "], unknown>; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ICustomClusterClient", + "section": "def-server.ICustomClusterClient", "text": "ICustomClusterClient" }, " & ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClusterClientMock", + "section": "def-server.ClusterClientMock", "text": "ClusterClientMock" } ], @@ -4879,7 +4871,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.DeeplyMockedApi", + "id": "def-server.DeeplyMockedApi", "type": "Type", "tags": [], "label": "DeeplyMockedApi", @@ -4888,17 +4880,17 @@ "{ [P in keyof T]: T[P] extends (...args: any[]) => any ? ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", Parameters> : ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "; } & T" @@ -4910,7 +4902,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.ElasticsearchClientMock", + "id": "def-server.ElasticsearchClientMock", "type": "Type", "tags": [], "label": "ElasticsearchClientMock", @@ -4919,9 +4911,9 @@ "{ create: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; update: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; get: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; delete: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; helpers: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -4993,9 +4985,9 @@ ">; search: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kQueryRuleset]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5019,9 +5011,9 @@ ">; child: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "<", @@ -5031,9 +5023,9 @@ "]>; asyncSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5041,9 +5033,9 @@ ">; autoscaling: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5051,9 +5043,9 @@ ">; bulk: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cat: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5077,9 +5069,9 @@ ">; ccr: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5087,9 +5079,9 @@ ">; clearScroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; closePointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; cluster: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5129,9 +5121,9 @@ ">; count: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; danglingIndices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5155,9 +5147,9 @@ ">; deleteByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; deleteScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; enrich: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5213,9 +5205,9 @@ ">; eql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5223,9 +5215,9 @@ ">; esql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5233,9 +5225,9 @@ ">; exists: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -5247,9 +5239,9 @@ " | undefined]>; existsSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -5261,9 +5253,9 @@ " | undefined]>; explain: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; features: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5287,9 +5279,9 @@ ">; fieldCaps: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; fleet: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5313,9 +5305,9 @@ ">; getScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptContext: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getScriptLanguages: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; getSource: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -5375,9 +5367,9 @@ " | undefined]>; graph: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5385,9 +5377,9 @@ ">; healthReport: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ilm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5411,9 +5403,9 @@ ">; index: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; indices: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5437,9 +5429,9 @@ ">; inference: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5447,9 +5439,9 @@ ">; info: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ingest: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5473,9 +5465,9 @@ ">; knnSearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; license: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5499,9 +5491,9 @@ ">; logstash: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5509,9 +5501,9 @@ ">; mget: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; migration: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5535,9 +5527,9 @@ ">; ml: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5545,9 +5537,9 @@ ">; monitoring: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5555,9 +5547,9 @@ ">; msearch: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; msearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; mtermvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; nodes: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5613,9 +5605,9 @@ ">; openPointInTime: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; ping: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params?: ", @@ -5643,9 +5635,9 @@ " | undefined]>; putScript: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; queryRuleset: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5669,9 +5661,9 @@ ">; rankEval: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindex: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; reindexRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; renderSearchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; rollup: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5743,9 +5735,9 @@ ">; scriptsPainlessExecute: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; scroll: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchApplication: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5785,9 +5777,9 @@ ">; searchMvt: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, ", [params: ", @@ -5799,9 +5791,9 @@ " | undefined]>; searchShards: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchTemplate: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; searchableSnapshots: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5841,9 +5833,9 @@ ">; security: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5851,9 +5843,9 @@ ">; shutdown: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5861,9 +5853,9 @@ ">; slm: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5871,9 +5863,9 @@ ">; snapshot: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5881,9 +5873,9 @@ ">; sql: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5891,9 +5883,9 @@ ">; ssl: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5901,9 +5893,9 @@ ">; synonyms: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5911,9 +5903,9 @@ ">; tasks: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5921,9 +5913,9 @@ ">; termsEnum: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; termvectors: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; textStructure: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5963,9 +5955,9 @@ ">; transform: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -5973,9 +5965,9 @@ ">; updateByQuery: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; updateByQueryRethrottle: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClientApiMockInstance", + "section": "def-server.ClientApiMockInstance", "text": "ClientApiMockInstance" }, "; watcher: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -6015,9 +6007,9 @@ ">; xpack: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -6025,9 +6017,9 @@ ">; } & ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -6040,7 +6032,7 @@ "objects": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock", + "id": "def-server.elasticsearchClientMock", "type": "Object", "tags": [], "label": "elasticsearchClientMock", @@ -6051,7 +6043,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createClusterClient", + "id": "def-server.elasticsearchClientMock.createClusterClient", "type": "Function", "tags": [], "label": "createClusterClient", @@ -6060,9 +6052,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClusterClientMock", + "section": "def-server.ClusterClientMock", "text": "ClusterClientMock" } ], @@ -6074,7 +6066,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createCustomClusterClient", + "id": "def-server.elasticsearchClientMock.createCustomClusterClient", "type": "Function", "tags": [], "label": "createCustomClusterClient", @@ -6083,9 +6075,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.CustomClusterClientMock", + "section": "def-server.CustomClusterClientMock", "text": "CustomClusterClientMock" } ], @@ -6097,7 +6089,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createScopedClusterClient", + "id": "def-server.elasticsearchClientMock.createScopedClusterClient", "type": "Function", "tags": [], "label": "createScopedClusterClient", @@ -6106,9 +6098,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ScopedClusterClientMock", + "section": "def-server.ScopedClusterClientMock", "text": "ScopedClusterClientMock" } ], @@ -6120,7 +6112,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createElasticsearchClient", + "id": "def-server.elasticsearchClientMock.createElasticsearchClient", "type": "Function", "tags": [], "label": "createElasticsearchClient", @@ -6129,9 +6121,9 @@ "(res?: Promise | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ElasticsearchClientMock", + "section": "def-server.ElasticsearchClientMock", "text": "ElasticsearchClientMock" } ], @@ -6142,7 +6134,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createElasticsearchClient.$1", + "id": "def-server.elasticsearchClientMock.createElasticsearchClient.$1", "type": "Object", "tags": [], "label": "res", @@ -6158,7 +6150,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createInternalClient", + "id": "def-server.elasticsearchClientMock.createInternalClient", "type": "Function", "tags": [], "label": "createInternalClient", @@ -6167,9 +6159,9 @@ "(res?: Promise | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.DeeplyMockedApi", + "section": "def-server.DeeplyMockedApi", "text": "DeeplyMockedApi" }, "<", @@ -6183,7 +6175,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createInternalClient.$1", + "id": "def-server.elasticsearchClientMock.createInternalClient.$1", "type": "Object", "tags": [], "label": "res", @@ -6199,7 +6191,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createSuccessTransportRequestPromise", + "id": "def-server.elasticsearchClientMock.createSuccessTransportRequestPromise", "type": "Function", "tags": [], "label": "createSuccessTransportRequestPromise", @@ -6216,7 +6208,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createSuccessTransportRequestPromise.$1", + "id": "def-server.elasticsearchClientMock.createSuccessTransportRequestPromise.$1", "type": "Uncategorized", "tags": [], "label": "body", @@ -6230,7 +6222,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createSuccessTransportRequestPromise.$2", + "id": "def-server.elasticsearchClientMock.createSuccessTransportRequestPromise.$2", "type": "Object", "tags": [], "label": "__1", @@ -6244,7 +6236,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createSuccessTransportRequestPromise.$3", + "id": "def-server.elasticsearchClientMock.createSuccessTransportRequestPromise.$3", "type": "Object", "tags": [], "label": "headers", @@ -6260,7 +6252,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createErrorTransportRequestPromise", + "id": "def-server.elasticsearchClientMock.createErrorTransportRequestPromise", "type": "Function", "tags": [], "label": "createErrorTransportRequestPromise", @@ -6275,7 +6267,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createErrorTransportRequestPromise.$1", + "id": "def-server.elasticsearchClientMock.createErrorTransportRequestPromise.$1", "type": "Any", "tags": [], "label": "err", @@ -6291,7 +6283,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createApiResponse", + "id": "def-server.elasticsearchClientMock.createApiResponse", "type": "Function", "tags": [], "label": "createApiResponse", @@ -6310,7 +6302,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-client-server-mocks", - "id": "def-common.elasticsearchClientMock.createApiResponse.$1", + "id": "def-server.elasticsearchClientMock.createApiResponse.$1", "type": "Object", "tags": [], "label": "opts", @@ -6336,5 +6328,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index 50b6080288939..4cd7df5dd7371 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 38 | 1 | 34 | 0 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server.devdocs.json b/api_docs/kbn_core_elasticsearch_server.devdocs.json index 9c5e16102d387..794765550dca2 100644 --- a/api_docs/kbn_core_elasticsearch_server.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchApiToRedactInLogs", + "id": "def-server.ElasticsearchApiToRedactInLogs", "type": "Interface", "tags": [], "label": "ElasticsearchApiToRedactInLogs", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchApiToRedactInLogs.path", + "id": "def-server.ElasticsearchApiToRedactInLogs.path", "type": "CompoundType", "tags": [], "label": "path", @@ -51,7 +43,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchApiToRedactInLogs.method", + "id": "def-server.ElasticsearchApiToRedactInLogs.method", "type": "string", "tags": [], "label": "method", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchCapabilities", + "id": "def-server.ElasticsearchCapabilities", "type": "Interface", "tags": [], "label": "ElasticsearchCapabilities", @@ -83,7 +75,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchCapabilities.serverless", + "id": "def-server.ElasticsearchCapabilities.serverless", "type": "boolean", "tags": [], "label": "serverless", @@ -99,7 +91,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig", + "id": "def-server.ElasticsearchClientConfig", "type": "Interface", "tags": [], "label": "ElasticsearchClientConfig", @@ -112,7 +104,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.customHeaders", + "id": "def-server.ElasticsearchClientConfig.customHeaders", "type": "Object", "tags": [], "label": "customHeaders", @@ -126,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.requestHeadersWhitelist", + "id": "def-server.ElasticsearchClientConfig.requestHeadersWhitelist", "type": "Array", "tags": [], "label": "requestHeadersWhitelist", @@ -140,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.maxSockets", + "id": "def-server.ElasticsearchClientConfig.maxSockets", "type": "number", "tags": [], "label": "maxSockets", @@ -151,7 +143,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.maxIdleSockets", + "id": "def-server.ElasticsearchClientConfig.maxIdleSockets", "type": "number", "tags": [], "label": "maxIdleSockets", @@ -162,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.maxResponseSize", + "id": "def-server.ElasticsearchClientConfig.maxResponseSize", "type": "Object", "tags": [], "label": "maxResponseSize", @@ -183,7 +175,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.idleSocketTimeout", + "id": "def-server.ElasticsearchClientConfig.idleSocketTimeout", "type": "Object", "tags": [], "label": "idleSocketTimeout", @@ -197,7 +189,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.compression", + "id": "def-server.ElasticsearchClientConfig.compression", "type": "boolean", "tags": [], "label": "compression", @@ -208,7 +200,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.sniffOnStart", + "id": "def-server.ElasticsearchClientConfig.sniffOnStart", "type": "boolean", "tags": [], "label": "sniffOnStart", @@ -219,7 +211,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.sniffOnConnectionFault", + "id": "def-server.ElasticsearchClientConfig.sniffOnConnectionFault", "type": "boolean", "tags": [], "label": "sniffOnConnectionFault", @@ -230,7 +222,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.sniffInterval", + "id": "def-server.ElasticsearchClientConfig.sniffInterval", "type": "CompoundType", "tags": [], "label": "sniffInterval", @@ -244,7 +236,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.username", + "id": "def-server.ElasticsearchClientConfig.username", "type": "string", "tags": [], "label": "username", @@ -258,7 +250,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.password", + "id": "def-server.ElasticsearchClientConfig.password", "type": "string", "tags": [], "label": "password", @@ -272,7 +264,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.serviceAccountToken", + "id": "def-server.ElasticsearchClientConfig.serviceAccountToken", "type": "string", "tags": [], "label": "serviceAccountToken", @@ -286,7 +278,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.hosts", + "id": "def-server.ElasticsearchClientConfig.hosts", "type": "Array", "tags": [], "label": "hosts", @@ -300,7 +292,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.keepAlive", + "id": "def-server.ElasticsearchClientConfig.keepAlive", "type": "CompoundType", "tags": [], "label": "keepAlive", @@ -314,7 +306,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.pingTimeout", + "id": "def-server.ElasticsearchClientConfig.pingTimeout", "type": "CompoundType", "tags": [], "label": "pingTimeout", @@ -328,7 +320,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.requestTimeout", + "id": "def-server.ElasticsearchClientConfig.requestTimeout", "type": "CompoundType", "tags": [], "label": "requestTimeout", @@ -342,7 +334,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.caFingerprint", + "id": "def-server.ElasticsearchClientConfig.caFingerprint", "type": "string", "tags": [], "label": "caFingerprint", @@ -356,7 +348,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.ssl", + "id": "def-server.ElasticsearchClientConfig.ssl", "type": "Object", "tags": [], "label": "ssl", @@ -364,9 +356,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientSslConfig", + "section": "def-server.ElasticsearchClientSslConfig", "text": "ElasticsearchClientSslConfig" }, " | undefined" @@ -377,7 +369,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.apisToRedactInLogs", + "id": "def-server.ElasticsearchClientConfig.apisToRedactInLogs", "type": "Array", "tags": [], "label": "apisToRedactInLogs", @@ -385,9 +377,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchApiToRedactInLogs", + "section": "def-server.ElasticsearchApiToRedactInLogs", "text": "ElasticsearchApiToRedactInLogs" }, "[] | undefined" @@ -398,7 +390,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientConfig.dnsCacheTtl", + "id": "def-server.ElasticsearchClientConfig.dnsCacheTtl", "type": "Object", "tags": [], "label": "dnsCacheTtl", @@ -415,7 +407,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig", + "id": "def-server.ElasticsearchClientSslConfig", "type": "Interface", "tags": [], "label": "ElasticsearchClientSslConfig", @@ -426,7 +418,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.verificationMode", + "id": "def-server.ElasticsearchClientSslConfig.verificationMode", "type": "CompoundType", "tags": [], "label": "verificationMode", @@ -440,7 +432,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.certificate", + "id": "def-server.ElasticsearchClientSslConfig.certificate", "type": "string", "tags": [], "label": "certificate", @@ -454,7 +446,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.certificateAuthorities", + "id": "def-server.ElasticsearchClientSslConfig.certificateAuthorities", "type": "Array", "tags": [], "label": "certificateAuthorities", @@ -468,7 +460,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.key", + "id": "def-server.ElasticsearchClientSslConfig.key", "type": "string", "tags": [], "label": "key", @@ -482,7 +474,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.keyPassphrase", + "id": "def-server.ElasticsearchClientSslConfig.keyPassphrase", "type": "string", "tags": [], "label": "keyPassphrase", @@ -496,7 +488,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClientSslConfig.alwaysPresentCertificate", + "id": "def-server.ElasticsearchClientSslConfig.alwaysPresentCertificate", "type": "CompoundType", "tags": [], "label": "alwaysPresentCertificate", @@ -513,7 +505,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchConfigPreboot", + "id": "def-server.ElasticsearchConfigPreboot", "type": "Interface", "tags": [], "label": "ElasticsearchConfigPreboot", @@ -526,7 +518,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchConfigPreboot.hosts", + "id": "def-server.ElasticsearchConfigPreboot.hosts", "type": "Array", "tags": [], "label": "hosts", @@ -542,7 +534,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchConfigPreboot.credentialsSpecified", + "id": "def-server.ElasticsearchConfigPreboot.credentialsSpecified", "type": "boolean", "tags": [], "label": "credentialsSpecified", @@ -558,7 +550,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchRequestHandlerContext", + "id": "def-server.ElasticsearchRequestHandlerContext", "type": "Interface", "tags": [], "label": "ElasticsearchRequestHandlerContext", @@ -571,7 +563,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchRequestHandlerContext.client", + "id": "def-server.ElasticsearchRequestHandlerContext.client", "type": "Object", "tags": [], "label": "client", @@ -579,9 +571,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -594,7 +586,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServicePreboot", + "id": "def-server.ElasticsearchServicePreboot", "type": "Interface", "tags": [], "label": "ElasticsearchServicePreboot", @@ -605,7 +597,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServicePreboot.config", + "id": "def-server.ElasticsearchServicePreboot.config", "type": "Object", "tags": [], "label": "config", @@ -621,7 +613,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServicePreboot.createClient", + "id": "def-server.ElasticsearchServicePreboot.createClient", "type": "Function", "tags": [], "label": "createClient", @@ -632,17 +624,17 @@ "(type: string, clientConfig?: Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, "> | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ICustomClusterClient", + "section": "def-server.ICustomClusterClient", "text": "ICustomClusterClient" } ], @@ -652,7 +644,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServicePreboot.createClient.$1", + "id": "def-server.ElasticsearchServicePreboot.createClient.$1", "type": "string", "tags": [], "label": "type", @@ -669,7 +661,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServicePreboot.createClient.$2", + "id": "def-server.ElasticsearchServicePreboot.createClient.$2", "type": "Object", "tags": [], "label": "clientConfig", @@ -680,9 +672,9 @@ "Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, "> | undefined" @@ -700,7 +692,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceSetup", + "id": "def-server.ElasticsearchServiceSetup", "type": "Interface", "tags": [], "label": "ElasticsearchServiceSetup", @@ -711,7 +703,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceSetup.setUnauthorizedErrorHandler", + "id": "def-server.ElasticsearchServiceSetup.setUnauthorizedErrorHandler", "type": "Function", "tags": [], "label": "setUnauthorizedErrorHandler", @@ -722,9 +714,9 @@ "(handler: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandler", + "section": "def-server.UnauthorizedErrorHandler", "text": "UnauthorizedErrorHandler" }, ") => void" @@ -735,7 +727,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceSetup.setUnauthorizedErrorHandler.$1", + "id": "def-server.ElasticsearchServiceSetup.setUnauthorizedErrorHandler.$1", "type": "Function", "tags": [], "label": "handler", @@ -743,9 +735,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandler", + "section": "def-server.UnauthorizedErrorHandler", "text": "UnauthorizedErrorHandler" } ], @@ -759,7 +751,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceSetup.legacy", + "id": "def-server.ElasticsearchServiceSetup.legacy", "type": "Object", "tags": [ "deprecated" @@ -772,9 +764,9 @@ "<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IElasticsearchConfig", + "section": "def-server.IElasticsearchConfig", "text": "IElasticsearchConfig" }, ">; }" @@ -818,7 +810,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart", + "id": "def-server.ElasticsearchServiceStart", "type": "Interface", "tags": [], "label": "ElasticsearchServiceStart", @@ -829,7 +821,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart.client", + "id": "def-server.ElasticsearchServiceStart.client", "type": "Object", "tags": [], "label": "client", @@ -839,9 +831,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IClusterClient", + "section": "def-server.IClusterClient", "text": "IClusterClient" } ], @@ -851,7 +843,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart.createClient", + "id": "def-server.ElasticsearchServiceStart.createClient", "type": "Function", "tags": [], "label": "createClient", @@ -862,17 +854,17 @@ "(type: string, clientConfig?: Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, "> | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ICustomClusterClient", + "section": "def-server.ICustomClusterClient", "text": "ICustomClusterClient" } ], @@ -882,7 +874,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart.createClient.$1", + "id": "def-server.ElasticsearchServiceStart.createClient.$1", "type": "string", "tags": [], "label": "type", @@ -899,7 +891,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart.createClient.$2", + "id": "def-server.ElasticsearchServiceStart.createClient.$2", "type": "Object", "tags": [], "label": "clientConfig", @@ -910,9 +902,9 @@ "Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, "> | undefined" @@ -927,7 +919,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchServiceStart.getCapabilities", + "id": "def-server.ElasticsearchServiceStart.getCapabilities", "type": "Function", "tags": [], "label": "getCapabilities", @@ -938,9 +930,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchCapabilities", + "section": "def-server.ElasticsearchCapabilities", "text": "ElasticsearchCapabilities" } ], @@ -955,7 +947,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig", + "id": "def-server.ElasticsearchSslConfig", "type": "Interface", "tags": [], "label": "ElasticsearchSslConfig", @@ -966,7 +958,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.verificationMode", + "id": "def-server.ElasticsearchSslConfig.verificationMode", "type": "CompoundType", "tags": [], "label": "verificationMode", @@ -980,7 +972,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.certificate", + "id": "def-server.ElasticsearchSslConfig.certificate", "type": "string", "tags": [], "label": "certificate", @@ -994,7 +986,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.certificateAuthorities", + "id": "def-server.ElasticsearchSslConfig.certificateAuthorities", "type": "Array", "tags": [], "label": "certificateAuthorities", @@ -1008,7 +1000,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.key", + "id": "def-server.ElasticsearchSslConfig.key", "type": "string", "tags": [], "label": "key", @@ -1022,7 +1014,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.keyPassphrase", + "id": "def-server.ElasticsearchSslConfig.keyPassphrase", "type": "string", "tags": [], "label": "keyPassphrase", @@ -1036,7 +1028,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchSslConfig.alwaysPresentCertificate", + "id": "def-server.ElasticsearchSslConfig.alwaysPresentCertificate", "type": "boolean", "tags": [], "label": "alwaysPresentCertificate", @@ -1050,7 +1042,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.FakeRequest", + "id": "def-server.FakeRequest", "type": "Interface", "tags": [], "label": "FakeRequest", @@ -1063,7 +1055,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.FakeRequest.headers", + "id": "def-server.FakeRequest.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -1082,7 +1074,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IClusterClient", + "id": "def-server.IClusterClient", "type": "Interface", "tags": [], "label": "IClusterClient", @@ -1095,7 +1087,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IClusterClient.asInternalUser", + "id": "def-server.IClusterClient.asInternalUser", "type": "Object", "tags": [], "label": "asInternalUser", @@ -2333,7 +2325,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IClusterClient.asScoped", + "id": "def-server.IClusterClient.asScoped", "type": "Function", "tags": [], "label": "asScoped", @@ -2344,17 +2336,17 @@ "(request: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ScopeableRequest", + "section": "def-server.ScopeableRequest", "text": "ScopeableRequest" }, ") => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], @@ -2364,7 +2356,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IClusterClient.asScoped.$1", + "id": "def-server.IClusterClient.asScoped.$1", "type": "CompoundType", "tags": [], "label": "request", @@ -2372,9 +2364,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ScopeableRequest", + "section": "def-server.ScopeableRequest", "text": "ScopeableRequest" } ], @@ -2391,7 +2383,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ICustomClusterClient", + "id": "def-server.ICustomClusterClient", "type": "Interface", "tags": [], "label": "ICustomClusterClient", @@ -2401,17 +2393,17 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ICustomClusterClient", + "section": "def-server.ICustomClusterClient", "text": "ICustomClusterClient" }, " extends ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IClusterClient", + "section": "def-server.IClusterClient", "text": "IClusterClient" } ], @@ -2421,7 +2413,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ICustomClusterClient.close", + "id": "def-server.ICustomClusterClient.close", "type": "Function", "tags": [], "label": "close", @@ -2442,7 +2434,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig", + "id": "def-server.IElasticsearchConfig", "type": "Interface", "tags": [], "label": "IElasticsearchConfig", @@ -2453,7 +2445,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.healthCheckStartupDelay", + "id": "def-server.IElasticsearchConfig.healthCheckStartupDelay", "type": "Object", "tags": [], "label": "healthCheckStartupDelay", @@ -2469,7 +2461,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.healthCheckDelay", + "id": "def-server.IElasticsearchConfig.healthCheckDelay", "type": "Object", "tags": [], "label": "healthCheckDelay", @@ -2485,7 +2477,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.ignoreVersionMismatch", + "id": "def-server.IElasticsearchConfig.ignoreVersionMismatch", "type": "boolean", "tags": [], "label": "ignoreVersionMismatch", @@ -2498,7 +2490,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.apiVersion", + "id": "def-server.IElasticsearchConfig.apiVersion", "type": "string", "tags": [], "label": "apiVersion", @@ -2511,7 +2503,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.maxSockets", + "id": "def-server.IElasticsearchConfig.maxSockets", "type": "number", "tags": [], "label": "maxSockets", @@ -2524,7 +2516,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.maxIdleSockets", + "id": "def-server.IElasticsearchConfig.maxIdleSockets", "type": "number", "tags": [], "label": "maxIdleSockets", @@ -2537,7 +2529,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.idleSocketTimeout", + "id": "def-server.IElasticsearchConfig.idleSocketTimeout", "type": "Object", "tags": [], "label": "idleSocketTimeout", @@ -2553,7 +2545,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.compression", + "id": "def-server.IElasticsearchConfig.compression", "type": "boolean", "tags": [], "label": "compression", @@ -2566,7 +2558,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.hosts", + "id": "def-server.IElasticsearchConfig.hosts", "type": "Array", "tags": [], "label": "hosts", @@ -2582,7 +2574,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.requestHeadersWhitelist", + "id": "def-server.IElasticsearchConfig.requestHeadersWhitelist", "type": "Array", "tags": [], "label": "requestHeadersWhitelist", @@ -2598,7 +2590,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.pingTimeout", + "id": "def-server.IElasticsearchConfig.pingTimeout", "type": "Object", "tags": [], "label": "pingTimeout", @@ -2614,7 +2606,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.requestTimeout", + "id": "def-server.IElasticsearchConfig.requestTimeout", "type": "Object", "tags": [], "label": "requestTimeout", @@ -2630,7 +2622,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.shardTimeout", + "id": "def-server.IElasticsearchConfig.shardTimeout", "type": "Object", "tags": [], "label": "shardTimeout", @@ -2646,7 +2638,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.sniffOnStart", + "id": "def-server.IElasticsearchConfig.sniffOnStart", "type": "boolean", "tags": [], "label": "sniffOnStart", @@ -2659,7 +2651,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.sniffInterval", + "id": "def-server.IElasticsearchConfig.sniffInterval", "type": "CompoundType", "tags": [], "label": "sniffInterval", @@ -2675,7 +2667,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.sniffOnConnectionFault", + "id": "def-server.IElasticsearchConfig.sniffOnConnectionFault", "type": "boolean", "tags": [], "label": "sniffOnConnectionFault", @@ -2688,7 +2680,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.username", + "id": "def-server.IElasticsearchConfig.username", "type": "string", "tags": [], "label": "username", @@ -2704,7 +2696,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.password", + "id": "def-server.IElasticsearchConfig.password", "type": "string", "tags": [], "label": "password", @@ -2720,7 +2712,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.serviceAccountToken", + "id": "def-server.IElasticsearchConfig.serviceAccountToken", "type": "string", "tags": [], "label": "serviceAccountToken", @@ -2736,7 +2728,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.customHeaders", + "id": "def-server.IElasticsearchConfig.customHeaders", "type": "Object", "tags": [], "label": "customHeaders", @@ -2752,7 +2744,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.ssl", + "id": "def-server.IElasticsearchConfig.ssl", "type": "Object", "tags": [], "label": "ssl", @@ -2762,9 +2754,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchSslConfig", + "section": "def-server.ElasticsearchSslConfig", "text": "ElasticsearchSslConfig" } ], @@ -2774,7 +2766,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.apisToRedactInLogs", + "id": "def-server.IElasticsearchConfig.apisToRedactInLogs", "type": "Array", "tags": [], "label": "apisToRedactInLogs", @@ -2784,9 +2776,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchApiToRedactInLogs", + "section": "def-server.ElasticsearchApiToRedactInLogs", "text": "ElasticsearchApiToRedactInLogs" }, "[]" @@ -2797,7 +2789,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IElasticsearchConfig.dnsCacheTtl", + "id": "def-server.IElasticsearchConfig.dnsCacheTtl", "type": "Object", "tags": [], "label": "dnsCacheTtl", @@ -2816,7 +2808,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IScopedClusterClient", + "id": "def-server.IScopedClusterClient", "type": "Interface", "tags": [], "label": "IScopedClusterClient", @@ -2829,7 +2821,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IScopedClusterClient.asInternalUser", + "id": "def-server.IScopedClusterClient.asInternalUser", "type": "Object", "tags": [], "label": "asInternalUser", @@ -4067,7 +4059,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IScopedClusterClient.asSecondaryAuthUser", + "id": "def-server.IScopedClusterClient.asSecondaryAuthUser", "type": "Object", "tags": [], "label": "asSecondaryAuthUser", @@ -5305,7 +5297,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.IScopedClusterClient.asCurrentUser", + "id": "def-server.IScopedClusterClient.asCurrentUser", "type": "Object", "tags": [], "label": "asCurrentUser", @@ -6546,7 +6538,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerNotHandledResult", + "id": "def-server.UnauthorizedErrorHandlerNotHandledResult", "type": "Interface", "tags": [], "label": "UnauthorizedErrorHandlerNotHandledResult", @@ -6557,7 +6549,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerNotHandledResult.type", + "id": "def-server.UnauthorizedErrorHandlerNotHandledResult.type", "type": "string", "tags": [], "label": "type", @@ -6574,7 +6566,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerOptions", + "id": "def-server.UnauthorizedErrorHandlerOptions", "type": "Interface", "tags": [], "label": "UnauthorizedErrorHandlerOptions", @@ -6585,7 +6577,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerOptions.error", + "id": "def-server.UnauthorizedErrorHandlerOptions.error", "type": "CompoundType", "tags": [], "label": "error", @@ -6600,7 +6592,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerOptions.request", + "id": "def-server.UnauthorizedErrorHandlerOptions.request", "type": "Object", "tags": [], "label": "request", @@ -6608,9 +6600,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -6624,7 +6616,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerResultRetryParams", + "id": "def-server.UnauthorizedErrorHandlerResultRetryParams", "type": "Interface", "tags": [], "label": "UnauthorizedErrorHandlerResultRetryParams", @@ -6635,7 +6627,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerResultRetryParams.authHeaders", + "id": "def-server.UnauthorizedErrorHandlerResultRetryParams.authHeaders", "type": "Object", "tags": [], "label": "authHeaders", @@ -6652,7 +6644,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerRetryResult", + "id": "def-server.UnauthorizedErrorHandlerRetryResult", "type": "Interface", "tags": [], "label": "UnauthorizedErrorHandlerRetryResult", @@ -6660,17 +6652,17 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerRetryResult", + "section": "def-server.UnauthorizedErrorHandlerRetryResult", "text": "UnauthorizedErrorHandlerRetryResult" }, " extends ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerResultRetryParams", + "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", "text": "UnauthorizedErrorHandlerResultRetryParams" } ], @@ -6680,7 +6672,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerRetryResult.type", + "id": "def-server.UnauthorizedErrorHandlerRetryResult.type", "type": "string", "tags": [], "label": "type", @@ -6697,7 +6689,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerToolkit", + "id": "def-server.UnauthorizedErrorHandlerToolkit", "type": "Interface", "tags": [], "label": "UnauthorizedErrorHandlerToolkit", @@ -6710,7 +6702,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerToolkit.notHandled", + "id": "def-server.UnauthorizedErrorHandlerToolkit.notHandled", "type": "Function", "tags": [], "label": "notHandled", @@ -6721,9 +6713,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerNotHandledResult", + "section": "def-server.UnauthorizedErrorHandlerNotHandledResult", "text": "UnauthorizedErrorHandlerNotHandledResult" } ], @@ -6735,7 +6727,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerToolkit.retry", + "id": "def-server.UnauthorizedErrorHandlerToolkit.retry", "type": "Function", "tags": [], "label": "retry", @@ -6746,17 +6738,17 @@ "(params: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerResultRetryParams", + "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", "text": "UnauthorizedErrorHandlerResultRetryParams" }, ") => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerRetryResult", + "section": "def-server.UnauthorizedErrorHandlerRetryResult", "text": "UnauthorizedErrorHandlerRetryResult" } ], @@ -6766,7 +6758,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerToolkit.retry.$1", + "id": "def-server.UnauthorizedErrorHandlerToolkit.retry.$1", "type": "Object", "tags": [], "label": "params", @@ -6774,9 +6766,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerResultRetryParams", + "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", "text": "UnauthorizedErrorHandlerResultRetryParams" } ], @@ -6796,7 +6788,7 @@ "misc": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ElasticsearchClient", + "id": "def-server.ElasticsearchClient", "type": "Type", "tags": [], "label": "ElasticsearchClient", @@ -8035,7 +8027,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.ScopeableRequest", + "id": "def-server.ScopeableRequest", "type": "Type", "tags": [], "label": "ScopeableRequest", @@ -8045,17 +8037,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.FakeRequest", + "section": "def-server.FakeRequest", "text": "FakeRequest" } ], @@ -8066,7 +8058,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandler", + "id": "def-server.UnauthorizedErrorHandler", "type": "Type", "tags": [], "label": "UnauthorizedErrorHandler", @@ -8077,17 +8069,17 @@ "(options: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerOptions", + "section": "def-server.UnauthorizedErrorHandlerOptions", "text": "UnauthorizedErrorHandlerOptions" }, ", toolkit: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerToolkit", + "section": "def-server.UnauthorizedErrorHandlerToolkit", "text": "UnauthorizedErrorHandlerToolkit" }, ") => ", @@ -8101,9 +8093,9 @@ "<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerResult", + "section": "def-server.UnauthorizedErrorHandlerResult", "text": "UnauthorizedErrorHandlerResult" }, ">" @@ -8115,7 +8107,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandler.$1", + "id": "def-server.UnauthorizedErrorHandler.$1", "type": "Object", "tags": [], "label": "options", @@ -8123,9 +8115,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerOptions", + "section": "def-server.UnauthorizedErrorHandlerOptions", "text": "UnauthorizedErrorHandlerOptions" } ], @@ -8135,7 +8127,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandler.$2", + "id": "def-server.UnauthorizedErrorHandler.$2", "type": "Object", "tags": [], "label": "toolkit", @@ -8143,9 +8135,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerToolkit", + "section": "def-server.UnauthorizedErrorHandlerToolkit", "text": "UnauthorizedErrorHandlerToolkit" } ], @@ -8158,7 +8150,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server", - "id": "def-common.UnauthorizedErrorHandlerResult", + "id": "def-server.UnauthorizedErrorHandlerResult", "type": "Type", "tags": [], "label": "UnauthorizedErrorHandlerResult", @@ -8166,17 +8158,17 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerRetryResult", + "section": "def-server.UnauthorizedErrorHandlerRetryResult", "text": "UnauthorizedErrorHandlerRetryResult" }, " | ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.UnauthorizedErrorHandlerNotHandledResult", + "section": "def-server.UnauthorizedErrorHandlerNotHandledResult", "text": "UnauthorizedErrorHandlerNotHandledResult" } ], @@ -8187,5 +8179,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index b25bffd5562b7..d4ded368c2a49 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 116 | 0 | 56 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json index b12006708fc6a..ef42b4ea560c9 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isInlineScriptingEnabled", + "id": "def-server.isInlineScriptingEnabled", "type": "Function", "tags": [], "label": "isInlineScriptingEnabled", @@ -30,9 +22,9 @@ "({ client, maxRetries, maxRetryDelay, }: { client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, "; maxRetries?: number | undefined; maxRetryDelay?: number | undefined; }) => Promise" @@ -43,7 +35,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isInlineScriptingEnabled.$1", + "id": "def-server.isInlineScriptingEnabled.$1", "type": "Object", "tags": [], "label": "{\n client,\n maxRetries = 20,\n maxRetryDelay = 64,\n}", @@ -54,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isInlineScriptingEnabled.$1.client", + "id": "def-server.isInlineScriptingEnabled.$1.client", "type": "Object", "tags": [], "label": "client", @@ -1290,7 +1282,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isInlineScriptingEnabled.$1.maxRetries", + "id": "def-server.isInlineScriptingEnabled.$1.maxRetries", "type": "number", "tags": [], "label": "maxRetries", @@ -1304,7 +1296,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isInlineScriptingEnabled.$1.maxRetryDelay", + "id": "def-server.isInlineScriptingEnabled.$1.maxRetryDelay", "type": "number", "tags": [], "label": "maxRetryDelay", @@ -1324,7 +1316,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isNotFoundFromUnsupportedServer", + "id": "def-server.isNotFoundFromUnsupportedServer", "type": "Function", "tags": [], "label": "isNotFoundFromUnsupportedServer", @@ -1340,7 +1332,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isNotFoundFromUnsupportedServer.$1", + "id": "def-server.isNotFoundFromUnsupportedServer.$1", "type": "Object", "tags": [], "label": "args", @@ -1351,7 +1343,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isNotFoundFromUnsupportedServer.$1.statusCode", + "id": "def-server.isNotFoundFromUnsupportedServer.$1.statusCode", "type": "CompoundType", "tags": [], "label": "statusCode", @@ -1365,7 +1357,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isNotFoundFromUnsupportedServer.$1.headers", + "id": "def-server.isNotFoundFromUnsupportedServer.$1.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -1387,7 +1379,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isRetryableEsClientError", + "id": "def-server.isRetryableEsClientError", "type": "Function", "tags": [], "label": "isRetryableEsClientError", @@ -1405,7 +1397,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isRetryableEsClientError.$1", + "id": "def-server.isRetryableEsClientError.$1", "type": "Object", "tags": [], "label": "e", @@ -1424,7 +1416,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isSupportedEsServer", + "id": "def-server.isSupportedEsServer", "type": "Function", "tags": [], "label": "isSupportedEsServer", @@ -1440,7 +1432,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.isSupportedEsServer.$1", + "id": "def-server.isSupportedEsServer.$1", "type": "CompoundType", "tags": [], "label": "headers", @@ -1463,7 +1455,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.pollEsNodesVersion", + "id": "def-server.pollEsNodesVersion", "type": "Function", "tags": [], "label": "pollEsNodesVersion", @@ -1472,9 +1464,9 @@ "({ internalClient, log, kibanaVersion, ignoreVersionMismatch, healthCheckInterval, healthCheckStartupInterval, }: ", { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.PollEsNodesVersionOptions", + "section": "def-server.PollEsNodesVersionOptions", "text": "PollEsNodesVersionOptions" }, ") => ", @@ -1482,9 +1474,9 @@ "<", { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.NodesVersionCompatibility", + "section": "def-server.NodesVersionCompatibility", "text": "NodesVersionCompatibility" }, ">" @@ -1495,7 +1487,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.pollEsNodesVersion.$1", + "id": "def-server.pollEsNodesVersion.$1", "type": "Object", "tags": [], "label": "{\n internalClient,\n log,\n kibanaVersion,\n ignoreVersionMismatch,\n healthCheckInterval,\n healthCheckStartupInterval,\n}", @@ -1503,9 +1495,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.PollEsNodesVersionOptions", + "section": "def-server.PollEsNodesVersionOptions", "text": "PollEsNodesVersionOptions" } ], @@ -1522,7 +1514,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ClusterInfo", + "id": "def-server.ClusterInfo", "type": "Interface", "tags": [ "private" @@ -1535,7 +1527,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ClusterInfo.cluster_name", + "id": "def-server.ClusterInfo.cluster_name", "type": "string", "tags": [], "label": "cluster_name", @@ -1546,7 +1538,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ClusterInfo.cluster_uuid", + "id": "def-server.ClusterInfo.cluster_uuid", "type": "string", "tags": [], "label": "cluster_uuid", @@ -1557,7 +1549,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ClusterInfo.cluster_version", + "id": "def-server.ClusterInfo.cluster_version", "type": "string", "tags": [], "label": "cluster_version", @@ -1568,7 +1560,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ClusterInfo.cluster_build_flavor", + "id": "def-server.ClusterInfo.cluster_build_flavor", "type": "string", "tags": [], "label": "cluster_build_flavor", @@ -1585,7 +1577,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodeInfo", + "id": "def-server.NodeInfo", "type": "Interface", "tags": [], "label": "NodeInfo", @@ -1596,7 +1588,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodeInfo.version", + "id": "def-server.NodeInfo.version", "type": "string", "tags": [], "label": "version", @@ -1607,7 +1599,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodeInfo.ip", + "id": "def-server.NodeInfo.ip", "type": "string", "tags": [], "label": "ip", @@ -1618,7 +1610,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodeInfo.http", + "id": "def-server.NodeInfo.http", "type": "Object", "tags": [], "label": "http", @@ -1632,7 +1624,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodeInfo.name", + "id": "def-server.NodeInfo.name", "type": "string", "tags": [], "label": "name", @@ -1646,7 +1638,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesInfo", + "id": "def-server.NodesInfo", "type": "Interface", "tags": [], "label": "NodesInfo", @@ -1657,7 +1649,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesInfo.nodes", + "id": "def-server.NodesInfo.nodes", "type": "Object", "tags": [], "label": "nodes", @@ -1666,9 +1658,9 @@ "{ [key: string]: ", { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.NodeInfo", + "section": "def-server.NodeInfo", "text": "NodeInfo" }, "; }" @@ -1682,7 +1674,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility", + "id": "def-server.NodesVersionCompatibility", "type": "Interface", "tags": [], "label": "NodesVersionCompatibility", @@ -1693,7 +1685,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.isCompatible", + "id": "def-server.NodesVersionCompatibility.isCompatible", "type": "boolean", "tags": [], "label": "isCompatible", @@ -1704,7 +1696,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.message", + "id": "def-server.NodesVersionCompatibility.message", "type": "string", "tags": [], "label": "message", @@ -1718,7 +1710,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.incompatibleNodes", + "id": "def-server.NodesVersionCompatibility.incompatibleNodes", "type": "Array", "tags": [], "label": "incompatibleNodes", @@ -1726,9 +1718,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.NodeInfo", + "section": "def-server.NodeInfo", "text": "NodeInfo" }, "[]" @@ -1739,7 +1731,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.warningNodes", + "id": "def-server.NodesVersionCompatibility.warningNodes", "type": "Array", "tags": [], "label": "warningNodes", @@ -1747,9 +1739,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-common.NodeInfo", + "section": "def-server.NodeInfo", "text": "NodeInfo" }, "[]" @@ -1760,7 +1752,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.kibanaVersion", + "id": "def-server.NodesVersionCompatibility.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -1771,7 +1763,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.NodesVersionCompatibility.nodesInfoRequestError", + "id": "def-server.NodesVersionCompatibility.nodesInfoRequestError", "type": "Object", "tags": [], "label": "nodesInfoRequestError", @@ -1788,7 +1780,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions", + "id": "def-server.PollEsNodesVersionOptions", "type": "Interface", "tags": [], "label": "PollEsNodesVersionOptions", @@ -1799,7 +1791,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.internalClient", + "id": "def-server.PollEsNodesVersionOptions.internalClient", "type": "Object", "tags": [], "label": "internalClient", @@ -3035,7 +3027,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.log", + "id": "def-server.PollEsNodesVersionOptions.log", "type": "Object", "tags": [], "label": "log", @@ -3055,7 +3047,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.kibanaVersion", + "id": "def-server.PollEsNodesVersionOptions.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -3066,7 +3058,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.ignoreVersionMismatch", + "id": "def-server.PollEsNodesVersionOptions.ignoreVersionMismatch", "type": "boolean", "tags": [], "label": "ignoreVersionMismatch", @@ -3077,7 +3069,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.healthCheckInterval", + "id": "def-server.PollEsNodesVersionOptions.healthCheckInterval", "type": "number", "tags": [], "label": "healthCheckInterval", @@ -3088,7 +3080,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.PollEsNodesVersionOptions.healthCheckStartupInterval", + "id": "def-server.PollEsNodesVersionOptions.healthCheckStartupInterval", "type": "number", "tags": [], "label": "healthCheckStartupInterval", @@ -3108,7 +3100,7 @@ "misc": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.ElasticsearchConfigType", + "id": "def-server.ElasticsearchConfigType", "type": "Type", "tags": [], "label": "ElasticsearchConfigType", @@ -3133,7 +3125,7 @@ "objects": [ { "parentPluginId": "@kbn/core-elasticsearch-server-internal", - "id": "def-common.configSchema", + "id": "def-server.configSchema", "type": "Object", "tags": [], "label": "configSchema", @@ -3476,5 +3468,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index 88cd288568cbc..269d49ac2bdc1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 43 | 0 | 38 | 3 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json b/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json index 53450841d1a34..903e2f228cd97 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.MockedElasticSearchServiceSetup", + "id": "def-server.MockedElasticSearchServiceSetup", "type": "Type", "tags": [], "label": "MockedElasticSearchServiceSetup", @@ -33,17 +25,17 @@ "{ setUnauthorizedErrorHandler: jest.MockInstance; } & Omit<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchServiceSetup", + "section": "def-server.ElasticsearchServiceSetup", "text": "ElasticsearchServiceSetup" }, ", \"legacy\"> & { legacy: { config$: ", @@ -59,7 +51,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.MockedElasticSearchServiceStart", + "id": "def-server.MockedElasticSearchServiceStart", "type": "Type", "tags": [], "label": "MockedElasticSearchServiceStart", @@ -68,41 +60,41 @@ "{ getCapabilities: jest.MockInstance<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchCapabilities", + "section": "def-server.ElasticsearchCapabilities", "text": "ElasticsearchCapabilities" }, ", [], unknown>; } & Omit<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchServiceStart", + "section": "def-server.ElasticsearchServiceStart", "text": "ElasticsearchServiceStart" }, ", \"client\" | \"createClient\"> & { client: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ClusterClientMock", + "section": "def-server.ClusterClientMock", "text": "ClusterClientMock" }, "; createClient: jest.MockedFunction<(type: string, config?: Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClientConfig", + "section": "def-server.ElasticsearchClientConfig", "text": "ElasticsearchClientConfig" }, "> | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.CustomClusterClientMock", + "section": "def-server.CustomClusterClientMock", "text": "CustomClusterClientMock" }, ">; }" @@ -116,7 +108,7 @@ "objects": [ { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock", + "id": "def-server.elasticsearchServiceMock", "type": "Object", "tags": [], "label": "elasticsearchServiceMock", @@ -127,7 +119,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.Unnamed", + "id": "def-server.elasticsearchServiceMock.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -141,7 +133,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.create", + "id": "def-server.elasticsearchServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -157,7 +149,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createInternalPreboot", + "id": "def-server.elasticsearchServiceMock.createInternalPreboot", "type": "Function", "tags": [], "label": "createInternalPreboot", @@ -173,7 +165,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createPreboot", + "id": "def-server.elasticsearchServiceMock.createPreboot", "type": "Function", "tags": [], "label": "createPreboot", @@ -189,7 +181,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createInternalSetup", + "id": "def-server.elasticsearchServiceMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -205,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createSetup", + "id": "def-server.elasticsearchServiceMock.createSetup", "type": "Function", "tags": [], "label": "createSetup", @@ -214,9 +206,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerMocksPluginApi", - "section": "def-common.MockedElasticSearchServiceSetup", + "section": "def-server.MockedElasticSearchServiceSetup", "text": "MockedElasticSearchServiceSetup" } ], @@ -228,7 +220,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createInternalStart", + "id": "def-server.elasticsearchServiceMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -244,7 +236,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createStart", + "id": "def-server.elasticsearchServiceMock.createStart", "type": "Function", "tags": [], "label": "createStart", @@ -253,9 +245,9 @@ "() => ", { "pluginId": "@kbn/core-elasticsearch-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerMocksPluginApi", - "section": "def-common.MockedElasticSearchServiceStart", + "section": "def-server.MockedElasticSearchServiceStart", "text": "MockedElasticSearchServiceStart" } ], @@ -267,7 +259,7 @@ }, { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createCapabilities", + "id": "def-server.elasticsearchServiceMock.createCapabilities", "type": "Function", "tags": [], "label": "createCapabilities", @@ -276,17 +268,17 @@ "(parts?: Partial<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchCapabilities", + "section": "def-server.ElasticsearchCapabilities", "text": "ElasticsearchCapabilities" }, ">) => ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchCapabilities", + "section": "def-server.ElasticsearchCapabilities", "text": "ElasticsearchCapabilities" } ], @@ -297,7 +289,7 @@ "children": [ { "parentPluginId": "@kbn/core-elasticsearch-server-mocks", - "id": "def-common.elasticsearchServiceMock.createCapabilities.$1", + "id": "def-server.elasticsearchServiceMock.createCapabilities.$1", "type": "Object", "tags": [], "label": "parts", @@ -315,5 +307,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index d44502e4b74ec..4e21516c56804 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 13 | 1 | 13 | 0 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_environment_server_internal.devdocs.json b/api_docs/kbn_core_environment_server_internal.devdocs.json index 58fc8fdd6cdd4..e76217e3bb0be 100644 --- a/api_docs/kbn_core_environment_server_internal.devdocs.json +++ b/api_docs/kbn_core_environment_server_internal.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-environment-server-internal", - "id": "def-common.PidConfigType", + "id": "def-server.PidConfigType", "type": "Type", "tags": [], "label": "PidConfigType", @@ -41,7 +33,7 @@ "objects": [ { "parentPluginId": "@kbn/core-environment-server-internal", - "id": "def-common.pidConfig", + "id": "def-server.pidConfig", "type": "Object", "tags": [], "label": "pidConfig", @@ -52,7 +44,7 @@ "children": [ { "parentPluginId": "@kbn/core-environment-server-internal", - "id": "def-common.pidConfig.path", + "id": "def-server.pidConfig.path", "type": "string", "tags": [], "label": "path", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-environment-server-internal", - "id": "def-common.pidConfig.schema", + "id": "def-server.pidConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -102,5 +94,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index d7229a25b1fba..965ce28e1ac6b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 1 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_environment_server_mocks.devdocs.json b/api_docs/kbn_core_environment_server_mocks.devdocs.json index d8c16fed44093..093b8505fb091 100644 --- a/api_docs/kbn_core_environment_server_mocks.devdocs.json +++ b/api_docs/kbn_core_environment_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-environment-server-mocks", - "id": "def-common.environmentServiceMock", + "id": "def-server.environmentServiceMock", "type": "Object", "tags": [], "label": "environmentServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-environment-server-mocks", - "id": "def-common.environmentServiceMock.create", + "id": "def-server.environmentServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-environment-server-mocks", - "id": "def-common.environmentServiceMock.createPrebootContract", + "id": "def-server.environmentServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-environment-server-mocks", - "id": "def-common.environmentServiceMock.createSetupContract", + "id": "def-server.environmentServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -90,5 +82,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index e20002ef89cbd..9e3629383de6e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_execution_context_browser.devdocs.json b/api_docs/kbn_core_execution_context_browser.devdocs.json index 99b7ade70d8e4..81a7a4d8352e9 100644 --- a/api_docs/kbn_core_execution_context_browser.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-execution-context-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup", + "id": "def-public.ExecutionContextSetup", "type": "Interface", "tags": [], "label": "ExecutionContextSetup", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.context$", + "id": "def-public.ExecutionContextSetup.context$", "type": "Object", "tags": [], "label": "context$", @@ -60,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.set", + "id": "def-public.ExecutionContextSetup.set", "type": "Function", "tags": [], "label": "set", @@ -84,7 +68,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.set.$1", + "id": "def-public.ExecutionContextSetup.set.$1", "type": "Object", "tags": [], "label": "c$", @@ -108,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.get", + "id": "def-public.ExecutionContextSetup.get", "type": "Function", "tags": [], "label": "get", @@ -133,7 +117,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.clear", + "id": "def-public.ExecutionContextSetup.clear", "type": "Function", "tags": [], "label": "clear", @@ -151,7 +135,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.getAsLabels", + "id": "def-public.ExecutionContextSetup.getAsLabels", "type": "Function", "tags": [], "label": "getAsLabels", @@ -170,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.withGlobalContext", + "id": "def-public.ExecutionContextSetup.withGlobalContext", "type": "Function", "tags": [], "label": "withGlobalContext", @@ -201,7 +185,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextSetup.withGlobalContext.$1", + "id": "def-public.ExecutionContextSetup.withGlobalContext.$1", "type": "Object", "tags": [], "label": "context", @@ -232,7 +216,7 @@ "misc": [ { "parentPluginId": "@kbn/core-execution-context-browser", - "id": "def-common.ExecutionContextStart", + "id": "def-public.ExecutionContextStart", "type": "Type", "tags": [], "label": "ExecutionContextStart", @@ -242,9 +226,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -255,5 +239,21 @@ } ], "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_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index c53068af20cbd..669c546f6a9e8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 10 | 0 | 2 | 1 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_execution_context_browser_internal.devdocs.json b/api_docs/kbn_core_execution_context_browser_internal.devdocs.json index 2c9ffd14622cb..80fa6eb8c8b8c 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-execution-context-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer", + "id": "def-public.ExecutionContextContainer", "type": "Class", "tags": [], "label": "ExecutionContextContainer", @@ -28,9 +12,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserInternalPluginApi", - "section": "def-common.ExecutionContextContainer", + "section": "def-public.ExecutionContextContainer", "text": "ExecutionContextContainer" }, " implements ", @@ -42,7 +26,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer.context", + "id": "def-public.ExecutionContextContainer.context", "type": "Object", "tags": [], "label": "#context", @@ -64,7 +48,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer.Unnamed", + "id": "def-public.ExecutionContextContainer.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -78,7 +62,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer.Unnamed.$1", + "id": "def-public.ExecutionContextContainer.Unnamed.$1", "type": "Object", "tags": [], "label": "context", @@ -104,7 +88,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer.toHeader", + "id": "def-public.ExecutionContextContainer.toHeader", "type": "Function", "tags": [], "label": "toHeader", @@ -120,7 +104,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-internal", - "id": "def-common.ExecutionContextContainer.toJSON", + "id": "def-public.ExecutionContextContainer.toJSON", "type": "Function", "tags": [], "label": "toJSON", @@ -151,5 +135,21 @@ "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_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index a26a6080048f1..d3336b0026175 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 2 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json b/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json index 04d4882810719..3388f34a751d0 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-execution-context-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock", + "id": "def-public.executionContextServiceMock", "type": "Object", "tags": [], "label": "executionContextServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock.create", + "id": "def-public.executionContextServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -62,7 +46,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock.createSetupContract", + "id": "def-public.executionContextServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -71,9 +55,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -86,7 +70,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock.createStartContract", + "id": "def-public.executionContextServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -95,9 +79,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -110,7 +94,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock.createInternalSetupContract", + "id": "def-public.executionContextServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -119,9 +103,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -134,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-browser-mocks", - "id": "def-common.executionContextServiceMock.createInternalStartContract", + "id": "def-public.executionContextServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -143,9 +127,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -160,5 +144,21 @@ "initialIsOpen": false } ] + }, + "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_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index 4c0266e5685cf..165da61333a81 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index 51bdfcd42c68e..e5dcb85846392 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_execution_context_server.devdocs.json index daa7ba47c4b54..07ce068738ebf 100644 --- a/api_docs/kbn_core_execution_context_server.devdocs.json +++ b/api_docs/kbn_core_execution_context_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextSetup", + "id": "def-server.ExecutionContextSetup", "type": "Interface", "tags": [], "label": "ExecutionContextSetup", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextSetup.withContext", + "id": "def-server.ExecutionContextSetup.withContext", "type": "Function", "tags": [], "label": "withContext", @@ -57,7 +49,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextSetup.withContext.$1", + "id": "def-server.ExecutionContextSetup.withContext.$1", "type": "Object", "tags": [], "label": "context", @@ -79,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextSetup.withContext.$2", + "id": "def-server.ExecutionContextSetup.withContext.$2", "type": "Function", "tags": [], "label": "fn", @@ -97,7 +89,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextSetup.getAsLabels", + "id": "def-server.ExecutionContextSetup.getAsLabels", "type": "Function", "tags": [], "label": "getAsLabels", @@ -117,7 +109,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.IExecutionContextContainer", + "id": "def-server.IExecutionContextContainer", "type": "Interface", "tags": [], "label": "IExecutionContextContainer", @@ -128,7 +120,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.IExecutionContextContainer.toString", + "id": "def-server.IExecutionContextContainer.toString", "type": "Function", "tags": [], "label": "toString", @@ -144,7 +136,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.IExecutionContextContainer.toJSON", + "id": "def-server.IExecutionContextContainer.toJSON", "type": "Function", "tags": [], "label": "toJSON", @@ -174,7 +166,7 @@ "misc": [ { "parentPluginId": "@kbn/core-execution-context-server", - "id": "def-common.ExecutionContextStart", + "id": "def-server.ExecutionContextStart", "type": "Type", "tags": [], "label": "ExecutionContextStart", @@ -182,9 +174,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-server.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -195,5 +187,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index 1d60341983cd3..cdbb96c7daf07 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 8 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_execution_context_server_internal.devdocs.json b/api_docs/kbn_core_execution_context_server_internal.devdocs.json index 41fb50dcc06eb..80d91317ff295 100644 --- a/api_docs/kbn_core_execution_context_server_internal.devdocs.json +++ b/api_docs/kbn_core_execution_context_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService", + "id": "def-server.ExecutionContextService", "type": "Class", "tags": [], "label": "ExecutionContextService", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerInternalPluginApi", - "section": "def-common.ExecutionContextService", + "section": "def-server.ExecutionContextService", "text": "ExecutionContextService" }, " implements ", @@ -47,7 +39,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService.Unnamed", + "id": "def-server.ExecutionContextService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -61,7 +53,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService.Unnamed.$1", + "id": "def-server.ExecutionContextService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -79,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService.setup", + "id": "def-server.ExecutionContextService.setup", "type": "Function", "tags": [], "label": "setup", @@ -96,7 +88,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService.start", + "id": "def-server.ExecutionContextService.start", "type": "Function", "tags": [], "label": "start", @@ -113,7 +105,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.ExecutionContextService.stop", + "id": "def-server.ExecutionContextService.stop", "type": "Function", "tags": [], "label": "stop", @@ -138,7 +130,7 @@ "objects": [ { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.executionContextConfig", + "id": "def-server.executionContextConfig", "type": "Object", "tags": [], "label": "executionContextConfig", @@ -149,7 +141,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.executionContextConfig.path", + "id": "def-server.executionContextConfig.path", "type": "string", "tags": [], "label": "path", @@ -160,7 +152,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-internal", - "id": "def-common.executionContextConfig.schema", + "id": "def-server.executionContextConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -191,5 +183,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index 540b221a91235..dea1072ac72b3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 9 | 1 | -## Common +## Server ### Objects - + ### Classes - + diff --git a/api_docs/kbn_core_execution_context_server_mocks.devdocs.json b/api_docs/kbn_core_execution_context_server_mocks.devdocs.json index 2eff16c2fc8c0..14140199a25e0 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.devdocs.json +++ b/api_docs/kbn_core_execution_context_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-execution-context-server-mocks", - "id": "def-common.executionContextServiceMock", + "id": "def-server.executionContextServiceMock", "type": "Object", "tags": [], "label": "executionContextServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-execution-context-server-mocks", - "id": "def-common.executionContextServiceMock.createInternalSetupContract", + "id": "def-server.executionContextServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -54,7 +46,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-mocks", - "id": "def-common.executionContextServiceMock.createInternalStartContract", + "id": "def-server.executionContextServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -72,7 +64,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-mocks", - "id": "def-common.executionContextServiceMock.createSetupContract", + "id": "def-server.executionContextServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -81,9 +73,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-server.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -96,7 +88,7 @@ }, { "parentPluginId": "@kbn/core-execution-context-server-mocks", - "id": "def-common.executionContextServiceMock.createStartContract", + "id": "def-server.executionContextServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -105,9 +97,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-execution-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-server.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">" @@ -122,5 +114,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 1be484c27996c..3b27241f4d8fa 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_fatal_errors_browser.devdocs.json b/api_docs/kbn_core_fatal_errors_browser.devdocs.json index e1fc85a71b27e..a900015df1267 100644 --- a/api_docs/kbn_core_fatal_errors_browser.devdocs.json +++ b/api_docs/kbn_core_fatal_errors_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-fatal-errors-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorInfo", + "id": "def-public.FatalErrorInfo", "type": "Interface", "tags": [], "label": "FatalErrorInfo", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorInfo.message", + "id": "def-public.FatalErrorInfo.message", "type": "string", "tags": [], "label": "message", @@ -46,7 +30,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorInfo.stack", + "id": "def-public.FatalErrorInfo.stack", "type": "string", "tags": [], "label": "stack", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsSetup", + "id": "def-public.FatalErrorsSetup", "type": "Interface", "tags": [], "label": "FatalErrorsSetup", @@ -76,7 +60,7 @@ "children": [ { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsSetup.add", + "id": "def-public.FatalErrorsSetup.add", "type": "Function", "tags": [], "label": "add", @@ -92,7 +76,7 @@ "children": [ { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsSetup.add.$1", + "id": "def-public.FatalErrorsSetup.add.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -109,7 +93,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsSetup.add.$2", + "id": "def-public.FatalErrorsSetup.add.$2", "type": "string", "tags": [], "label": "source", @@ -129,7 +113,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsSetup.get$", + "id": "def-public.FatalErrorsSetup.get$", "type": "Function", "tags": [], "label": "get$", @@ -142,9 +126,9 @@ "<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorInfo", + "section": "def-public.FatalErrorInfo", "text": "FatalErrorInfo" }, ">" @@ -163,7 +147,7 @@ "misc": [ { "parentPluginId": "@kbn/core-fatal-errors-browser", - "id": "def-common.FatalErrorsStart", + "id": "def-public.FatalErrorsStart", "type": "Type", "tags": [], "label": "FatalErrorsStart", @@ -173,9 +157,9 @@ "signature": [ { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" } ], @@ -186,5 +170,21 @@ } ], "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_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index 58776b32f4a65..8cc65068ff048 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 2 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json b/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json index 671d22018f6e4..c50b5175a86a3 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-fatal-errors-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-fatal-errors-browser-mocks", - "id": "def-common.fatalErrorsServiceMock", + "id": "def-public.fatalErrorsServiceMock", "type": "Object", "tags": [], "label": "fatalErrorsServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-fatal-errors-browser-mocks", - "id": "def-common.fatalErrorsServiceMock.create", + "id": "def-public.fatalErrorsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser-mocks", - "id": "def-common.fatalErrorsServiceMock.createSetupContract", + "id": "def-public.fatalErrorsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +45,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">" @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-fatal-errors-browser-mocks", - "id": "def-common.fatalErrorsServiceMock.createStartContract", + "id": "def-public.fatalErrorsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -85,9 +69,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">" @@ -102,5 +86,21 @@ "initialIsOpen": false } ] + }, + "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_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index 5d5a0c0f62326..28689cc22171f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_http_browser.devdocs.json b/api_docs/kbn_core_http_browser.devdocs.json index dbd5f96eea8c6..5423a72a75859 100644 --- a/api_docs/kbn_core_http_browser.devdocs.json +++ b/api_docs/kbn_core_http_browser.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/core-http-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.isHttpFetchError", + "id": "def-public.isHttpFetchError", "type": "Function", "tags": [], "label": "isHttpFetchError", @@ -30,9 +14,9 @@ "(error: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, " | T) => boolean" @@ -43,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.isHttpFetchError.$1", + "id": "def-public.isHttpFetchError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -51,9 +35,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, " | T" @@ -71,7 +55,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions", + "id": "def-public.HttpFetchOptions", "type": "Interface", "tags": [], "label": "HttpFetchOptions", @@ -81,17 +65,17 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptions", + "section": "def-public.HttpFetchOptions", "text": "HttpFetchOptions" }, " extends ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpRequestInit", + "section": "def-public.HttpRequestInit", "text": "HttpRequestInit" } ], @@ -101,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.query", + "id": "def-public.HttpFetchOptions.query", "type": "Object", "tags": [], "label": "query", @@ -111,9 +95,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchQuery", + "section": "def-public.HttpFetchQuery", "text": "HttpFetchQuery" }, " | undefined" @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.prependBasePath", + "id": "def-public.HttpFetchOptions.prependBasePath", "type": "CompoundType", "tags": [], "label": "prependBasePath", @@ -140,7 +124,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.headers", + "id": "def-public.HttpFetchOptions.headers", "type": "Object", "tags": [], "label": "headers", @@ -150,9 +134,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHeadersInit", + "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, " | undefined" @@ -163,7 +147,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.asSystemRequest", + "id": "def-public.HttpFetchOptions.asSystemRequest", "type": "CompoundType", "tags": [], "label": "asSystemRequest", @@ -179,7 +163,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.asResponse", + "id": "def-public.HttpFetchOptions.asResponse", "type": "CompoundType", "tags": [], "label": "asResponse", @@ -195,7 +179,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.rawResponse", + "id": "def-public.HttpFetchOptions.rawResponse", "type": "CompoundType", "tags": [], "label": "rawResponse", @@ -211,7 +195,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.context", + "id": "def-public.HttpFetchOptions.context", "type": "Object", "tags": [], "label": "context", @@ -232,7 +216,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptions.version", + "id": "def-public.HttpFetchOptions.version", "type": "string", "tags": [ "experimental" @@ -251,7 +235,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptionsWithPath", + "id": "def-public.HttpFetchOptionsWithPath", "type": "Interface", "tags": [], "label": "HttpFetchOptionsWithPath", @@ -261,17 +245,17 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, " extends ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptions", + "section": "def-public.HttpFetchOptions", "text": "HttpFetchOptions" } ], @@ -281,7 +265,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchOptionsWithPath.path", + "id": "def-public.HttpFetchOptionsWithPath.path", "type": "string", "tags": [], "label": "path", @@ -295,7 +279,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchQuery", + "id": "def-public.HttpFetchQuery", "type": "Interface", "tags": [], "label": "HttpFetchQuery", @@ -306,7 +290,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpFetchQuery.Unnamed", + "id": "def-public.HttpFetchQuery.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: string | number | boolean | string[] | boolean[] | number[] | null | undefined", @@ -325,7 +309,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHandler", + "id": "def-public.HttpHandler", "type": "Interface", "tags": [], "label": "HttpHandler", @@ -338,7 +322,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHandler.Unnamed", + "id": "def-public.HttpHandler.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -352,7 +336,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHandler.Unnamed", + "id": "def-public.HttpHandler.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -366,7 +350,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHandler.Unnamed", + "id": "def-public.HttpHandler.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -380,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHandler.Unnamed", + "id": "def-public.HttpHandler.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -397,7 +381,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHeadersInit", + "id": "def-public.HttpHeadersInit", "type": "Interface", "tags": [], "label": "HttpHeadersInit", @@ -410,7 +394,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpHeadersInit.Unnamed", + "id": "def-public.HttpHeadersInit.Unnamed", "type": "IndexSignature", "tags": [], "label": "[name: string]: any", @@ -427,7 +411,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor", + "id": "def-public.HttpInterceptor", "type": "Interface", "tags": [], "label": "HttpInterceptor", @@ -440,7 +424,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.request", + "id": "def-public.HttpInterceptor.request", "type": "Function", "tags": [], "label": "request", @@ -451,17 +435,17 @@ "((fetchOptions: Readonly<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, ">, controller: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" }, ") => void | ", @@ -475,9 +459,9 @@ ">) | undefined" @@ -488,7 +472,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.request.$1", + "id": "def-public.HttpInterceptor.request.$1", "type": "Object", "tags": [], "label": "fetchOptions", @@ -497,9 +481,9 @@ "Readonly<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, ">" @@ -511,7 +495,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.request.$2", + "id": "def-public.HttpInterceptor.request.$2", "type": "Object", "tags": [], "label": "controller", @@ -521,9 +505,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" } ], @@ -537,7 +521,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.requestError", + "id": "def-public.HttpInterceptor.requestError", "type": "Function", "tags": [], "label": "requestError", @@ -548,17 +532,17 @@ "((httpErrorRequest: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptorRequestError", + "section": "def-public.HttpInterceptorRequestError", "text": "HttpInterceptorRequestError" }, ", controller: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" }, ") => void | ", @@ -572,9 +556,9 @@ ">) | undefined" @@ -585,7 +569,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.requestError.$1", + "id": "def-public.HttpInterceptor.requestError.$1", "type": "Object", "tags": [], "label": "httpErrorRequest", @@ -595,9 +579,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptorRequestError", + "section": "def-public.HttpInterceptorRequestError", "text": "HttpInterceptorRequestError" } ], @@ -608,7 +592,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.requestError.$2", + "id": "def-public.HttpInterceptor.requestError.$2", "type": "Object", "tags": [], "label": "controller", @@ -618,9 +602,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" } ], @@ -634,7 +618,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.response", + "id": "def-public.HttpInterceptor.response", "type": "Function", "tags": [], "label": "response", @@ -645,17 +629,17 @@ "((httpResponse: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpResponse", + "section": "def-public.HttpResponse", "text": "HttpResponse" }, ", controller: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" }, ") => void | ", @@ -669,9 +653,9 @@ "<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpResponseInterceptorOverrides", + "section": "def-public.IHttpResponseInterceptorOverrides", "text": "IHttpResponseInterceptorOverrides" }, ">) | undefined" @@ -682,7 +666,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.response.$1", + "id": "def-public.HttpInterceptor.response.$1", "type": "Object", "tags": [], "label": "httpResponse", @@ -692,9 +676,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpResponse", + "section": "def-public.HttpResponse", "text": "HttpResponse" }, "" @@ -706,7 +690,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.response.$2", + "id": "def-public.HttpInterceptor.response.$2", "type": "Object", "tags": [], "label": "controller", @@ -716,9 +700,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" } ], @@ -732,7 +716,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.responseError", + "id": "def-public.HttpInterceptor.responseError", "type": "Function", "tags": [], "label": "responseError", @@ -743,17 +727,17 @@ "((httpErrorResponse: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptorResponseError", + "section": "def-public.HttpInterceptorResponseError", "text": "HttpInterceptorResponseError" }, ", controller: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" }, ") => void | ", @@ -767,9 +751,9 @@ "<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpResponseInterceptorOverrides", + "section": "def-public.IHttpResponseInterceptorOverrides", "text": "IHttpResponseInterceptorOverrides" }, ">) | undefined" @@ -780,7 +764,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.responseError.$1", + "id": "def-public.HttpInterceptor.responseError.$1", "type": "Object", "tags": [], "label": "httpErrorResponse", @@ -790,9 +774,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptorResponseError", + "section": "def-public.HttpInterceptorResponseError", "text": "HttpInterceptorResponseError" } ], @@ -803,7 +787,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptor.responseError.$2", + "id": "def-public.HttpInterceptor.responseError.$2", "type": "Object", "tags": [], "label": "controller", @@ -813,9 +797,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpInterceptController", + "section": "def-public.IHttpInterceptController", "text": "IHttpInterceptController" } ], @@ -832,7 +816,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorRequestError", + "id": "def-public.HttpInterceptorRequestError", "type": "Interface", "tags": [], "label": "HttpInterceptorRequestError", @@ -843,7 +827,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorRequestError.fetchOptions", + "id": "def-public.HttpInterceptorRequestError.fetchOptions", "type": "Object", "tags": [], "label": "fetchOptions", @@ -852,17 +836,17 @@ "{ readonly path: string; readonly query?: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchQuery", + "section": "def-public.HttpFetchQuery", "text": "HttpFetchQuery" }, " | undefined; readonly prependBasePath?: boolean | undefined; readonly headers?: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHeadersInit", + "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly rawResponse?: boolean | undefined; readonly context?: ", @@ -881,7 +865,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorRequestError.error", + "id": "def-public.HttpInterceptorRequestError.error", "type": "Object", "tags": [], "label": "error", @@ -898,7 +882,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorResponseError", + "id": "def-public.HttpInterceptorResponseError", "type": "Interface", "tags": [], "label": "HttpInterceptorResponseError", @@ -906,17 +890,17 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptorResponseError", + "section": "def-public.HttpInterceptorResponseError", "text": "HttpInterceptorResponseError" }, " extends ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpResponse", + "section": "def-public.HttpResponse", "text": "HttpResponse" }, "" @@ -927,7 +911,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorResponseError.request", + "id": "def-public.HttpInterceptorResponseError.request", "type": "Object", "tags": [], "label": "request", @@ -941,7 +925,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpInterceptorResponseError.error", + "id": "def-public.HttpInterceptorResponseError.error", "type": "CompoundType", "tags": [], "label": "error", @@ -950,9 +934,9 @@ "Error | ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "" @@ -966,7 +950,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit", + "id": "def-public.HttpRequestInit", "type": "Interface", "tags": [], "label": "HttpRequestInit", @@ -979,7 +963,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.body", + "id": "def-public.HttpRequestInit.body", "type": "CompoundType", "tags": [], "label": "body", @@ -995,7 +979,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.cache", + "id": "def-public.HttpRequestInit.cache", "type": "CompoundType", "tags": [], "label": "cache", @@ -1011,7 +995,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.credentials", + "id": "def-public.HttpRequestInit.credentials", "type": "CompoundType", "tags": [], "label": "credentials", @@ -1027,7 +1011,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.headers", + "id": "def-public.HttpRequestInit.headers", "type": "Object", "tags": [], "label": "headers", @@ -1037,9 +1021,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHeadersInit", + "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, " | undefined" @@ -1050,7 +1034,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.integrity", + "id": "def-public.HttpRequestInit.integrity", "type": "string", "tags": [], "label": "integrity", @@ -1066,7 +1050,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.keepalive", + "id": "def-public.HttpRequestInit.keepalive", "type": "CompoundType", "tags": [], "label": "keepalive", @@ -1082,7 +1066,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.method", + "id": "def-public.HttpRequestInit.method", "type": "string", "tags": [], "label": "method", @@ -1098,7 +1082,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.mode", + "id": "def-public.HttpRequestInit.mode", "type": "CompoundType", "tags": [], "label": "mode", @@ -1114,7 +1098,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.redirect", + "id": "def-public.HttpRequestInit.redirect", "type": "CompoundType", "tags": [], "label": "redirect", @@ -1130,7 +1114,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.referrer", + "id": "def-public.HttpRequestInit.referrer", "type": "string", "tags": [], "label": "referrer", @@ -1146,7 +1130,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.referrerPolicy", + "id": "def-public.HttpRequestInit.referrerPolicy", "type": "CompoundType", "tags": [], "label": "referrerPolicy", @@ -1162,7 +1146,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.signal", + "id": "def-public.HttpRequestInit.signal", "type": "CompoundType", "tags": [], "label": "signal", @@ -1178,7 +1162,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpRequestInit.window", + "id": "def-public.HttpRequestInit.window", "type": "Uncategorized", "tags": [], "label": "window", @@ -1197,7 +1181,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpResponse", + "id": "def-public.HttpResponse", "type": "Interface", "tags": [], "label": "HttpResponse", @@ -1205,9 +1189,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpResponse", + "section": "def-public.HttpResponse", "text": "HttpResponse" }, "" @@ -1218,7 +1202,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpResponse.fetchOptions", + "id": "def-public.HttpResponse.fetchOptions", "type": "Object", "tags": [], "label": "fetchOptions", @@ -1229,17 +1213,17 @@ "{ readonly path: string; readonly query?: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchQuery", + "section": "def-public.HttpFetchQuery", "text": "HttpFetchQuery" }, " | undefined; readonly prependBasePath?: boolean | undefined; readonly headers?: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHeadersInit", + "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly rawResponse?: boolean | undefined; readonly context?: ", @@ -1258,7 +1242,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpResponse.request", + "id": "def-public.HttpResponse.request", "type": "Object", "tags": [], "label": "request", @@ -1274,7 +1258,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpResponse.response", + "id": "def-public.HttpResponse.response", "type": "Object", "tags": [], "label": "response", @@ -1290,7 +1274,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpResponse.body", + "id": "def-public.HttpResponse.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -1309,7 +1293,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup", + "id": "def-public.HttpSetup", "type": "Interface", "tags": [], "label": "HttpSetup", @@ -1320,7 +1304,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.basePath", + "id": "def-public.HttpSetup.basePath", "type": "Object", "tags": [], "label": "basePath", @@ -1330,9 +1314,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" } ], @@ -1342,7 +1326,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.staticAssets", + "id": "def-public.HttpSetup.staticAssets", "type": "Object", "tags": [], "label": "staticAssets", @@ -1352,9 +1336,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-public.IStaticAssets", "text": "IStaticAssets" } ], @@ -1364,7 +1348,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.anonymousPaths", + "id": "def-public.HttpSetup.anonymousPaths", "type": "Object", "tags": [], "label": "anonymousPaths", @@ -1374,9 +1358,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IAnonymousPaths", + "section": "def-public.IAnonymousPaths", "text": "IAnonymousPaths" } ], @@ -1386,7 +1370,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.externalUrl", + "id": "def-public.HttpSetup.externalUrl", "type": "Object", "tags": [], "label": "externalUrl", @@ -1394,9 +1378,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IExternalUrl", + "section": "def-public.IExternalUrl", "text": "IExternalUrl" } ], @@ -1406,7 +1390,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.intercept", + "id": "def-public.HttpSetup.intercept", "type": "Function", "tags": [], "label": "intercept", @@ -1417,9 +1401,9 @@ "(interceptor: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptor", + "section": "def-public.HttpInterceptor", "text": "HttpInterceptor" }, ") => () => void" @@ -1430,7 +1414,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.intercept.$1", + "id": "def-public.HttpSetup.intercept.$1", "type": "Object", "tags": [], "label": "interceptor", @@ -1440,9 +1424,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptor", + "section": "def-public.HttpInterceptor", "text": "HttpInterceptor" } ], @@ -1458,7 +1442,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.fetch", + "id": "def-public.HttpSetup.fetch", "type": "Function", "tags": [], "label": "fetch", @@ -1468,9 +1452,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1480,7 +1464,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.delete", + "id": "def-public.HttpSetup.delete", "type": "Function", "tags": [], "label": "delete", @@ -1490,9 +1474,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1502,7 +1486,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.get", + "id": "def-public.HttpSetup.get", "type": "Function", "tags": [], "label": "get", @@ -1512,9 +1496,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1524,7 +1508,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.head", + "id": "def-public.HttpSetup.head", "type": "Function", "tags": [], "label": "head", @@ -1534,9 +1518,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1546,7 +1530,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.options", + "id": "def-public.HttpSetup.options", "type": "Function", "tags": [], "label": "options", @@ -1556,9 +1540,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1568,7 +1552,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.patch", + "id": "def-public.HttpSetup.patch", "type": "Function", "tags": [], "label": "patch", @@ -1578,9 +1562,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1590,7 +1574,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.post", + "id": "def-public.HttpSetup.post", "type": "Function", "tags": [], "label": "post", @@ -1600,9 +1584,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1612,7 +1596,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.put", + "id": "def-public.HttpSetup.put", "type": "Function", "tags": [], "label": "put", @@ -1622,9 +1606,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpHandler", + "section": "def-public.HttpHandler", "text": "HttpHandler" } ], @@ -1634,7 +1618,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.addLoadingCountSource", + "id": "def-public.HttpSetup.addLoadingCountSource", "type": "Function", "tags": [], "label": "addLoadingCountSource", @@ -1652,7 +1636,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.addLoadingCountSource.$1", + "id": "def-public.HttpSetup.addLoadingCountSource.$1", "type": "Object", "tags": [], "label": "countSource$", @@ -1673,7 +1657,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpSetup.getLoadingCount$", + "id": "def-public.HttpSetup.getLoadingCount$", "type": "Function", "tags": [], "label": "getLoadingCount$", @@ -1696,7 +1680,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IAnonymousPaths", + "id": "def-public.IAnonymousPaths", "type": "Interface", "tags": [], "label": "IAnonymousPaths", @@ -1709,7 +1693,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IAnonymousPaths.isAnonymous", + "id": "def-public.IAnonymousPaths.isAnonymous", "type": "Function", "tags": [], "label": "isAnonymous", @@ -1725,7 +1709,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IAnonymousPaths.isAnonymous.$1", + "id": "def-public.IAnonymousPaths.isAnonymous.$1", "type": "string", "tags": [], "label": "path", @@ -1743,7 +1727,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IAnonymousPaths.register", + "id": "def-public.IAnonymousPaths.register", "type": "Function", "tags": [], "label": "register", @@ -1759,7 +1743,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IAnonymousPaths.register.$1", + "id": "def-public.IAnonymousPaths.register.$1", "type": "string", "tags": [], "label": "path", @@ -1780,7 +1764,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath", + "id": "def-public.IBasePath", "type": "Interface", "tags": [], "label": "IBasePath", @@ -1793,7 +1777,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.get", + "id": "def-public.IBasePath.get", "type": "Function", "tags": [], "label": "get", @@ -1811,7 +1795,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.prepend", + "id": "def-public.IBasePath.prepend", "type": "Function", "tags": [], "label": "prepend", @@ -1827,7 +1811,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.prepend.$1", + "id": "def-public.IBasePath.prepend.$1", "type": "string", "tags": [], "label": "url", @@ -1845,7 +1829,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.remove", + "id": "def-public.IBasePath.remove", "type": "Function", "tags": [], "label": "remove", @@ -1861,7 +1845,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.remove.$1", + "id": "def-public.IBasePath.remove.$1", "type": "string", "tags": [], "label": "url", @@ -1879,7 +1863,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.serverBasePath", + "id": "def-public.IBasePath.serverBasePath", "type": "string", "tags": [], "label": "serverBasePath", @@ -1892,7 +1876,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.assetsHrefBase", + "id": "def-public.IBasePath.assetsHrefBase", "type": "string", "tags": [], "label": "assetsHrefBase", @@ -1905,7 +1889,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IBasePath.publicBaseUrl", + "id": "def-public.IBasePath.publicBaseUrl", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -1924,7 +1908,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IExternalUrl", + "id": "def-public.IExternalUrl", "type": "Interface", "tags": [], "label": "IExternalUrl", @@ -1937,7 +1921,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IExternalUrl.isInternalUrl", + "id": "def-public.IExternalUrl.isInternalUrl", "type": "Function", "tags": [], "label": "isInternalUrl", @@ -1953,7 +1937,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IExternalUrl.isInternalUrl.$1", + "id": "def-public.IExternalUrl.isInternalUrl.$1", "type": "string", "tags": [], "label": "relativeOrAbsoluteUrl", @@ -1971,7 +1955,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IExternalUrl.validateUrl", + "id": "def-public.IExternalUrl.validateUrl", "type": "Function", "tags": [], "label": "validateUrl", @@ -1987,7 +1971,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IExternalUrl.validateUrl.$1", + "id": "def-public.IExternalUrl.validateUrl.$1", "type": "string", "tags": [], "label": "relativeOrAbsoluteUrl", @@ -2008,7 +1992,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpFetchError", + "id": "def-public.IHttpFetchError", "type": "Interface", "tags": [], "label": "IHttpFetchError", @@ -2016,9 +2000,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, " extends Error" @@ -2029,7 +2013,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpFetchError.name", + "id": "def-public.IHttpFetchError.name", "type": "string", "tags": [], "label": "name", @@ -2040,7 +2024,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpFetchError.request", + "id": "def-public.IHttpFetchError.request", "type": "Object", "tags": [], "label": "request", @@ -2054,7 +2038,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpFetchError.response", + "id": "def-public.IHttpFetchError.response", "type": "Object", "tags": [], "label": "response", @@ -2068,7 +2052,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpFetchError.body", + "id": "def-public.IHttpFetchError.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -2085,7 +2069,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpInterceptController", + "id": "def-public.IHttpInterceptController", "type": "Interface", "tags": [], "label": "IHttpInterceptController", @@ -2098,7 +2082,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpInterceptController.halted", + "id": "def-public.IHttpInterceptController.halted", "type": "boolean", "tags": [], "label": "halted", @@ -2111,7 +2095,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpInterceptController.halt", + "id": "def-public.IHttpInterceptController.halt", "type": "Function", "tags": [], "label": "halt", @@ -2132,7 +2116,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpResponseInterceptorOverrides", + "id": "def-public.IHttpResponseInterceptorOverrides", "type": "Interface", "tags": [], "label": "IHttpResponseInterceptorOverrides", @@ -2142,9 +2126,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpResponseInterceptorOverrides", + "section": "def-public.IHttpResponseInterceptorOverrides", "text": "IHttpResponseInterceptorOverrides" }, "" @@ -2155,7 +2139,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpResponseInterceptorOverrides.response", + "id": "def-public.IHttpResponseInterceptorOverrides.response", "type": "Object", "tags": [], "label": "response", @@ -2171,7 +2155,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IHttpResponseInterceptorOverrides.body", + "id": "def-public.IHttpResponseInterceptorOverrides.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -2190,7 +2174,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IStaticAssets", + "id": "def-public.IStaticAssets", "type": "Interface", "tags": [], "label": "IStaticAssets", @@ -2203,7 +2187,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IStaticAssets.getPluginAssetHref", + "id": "def-public.IStaticAssets.getPluginAssetHref", "type": "Function", "tags": [], "label": "getPluginAssetHref", @@ -2219,7 +2203,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.IStaticAssets.getPluginAssetHref.$1", + "id": "def-public.IStaticAssets.getPluginAssetHref.$1", "type": "string", "tags": [], "label": "assetPath", @@ -2240,7 +2224,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.ResponseErrorBody", + "id": "def-public.ResponseErrorBody", "type": "Interface", "tags": [], "label": "ResponseErrorBody", @@ -2251,7 +2235,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.ResponseErrorBody.message", + "id": "def-public.ResponseErrorBody.message", "type": "string", "tags": [], "label": "message", @@ -2262,7 +2246,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.ResponseErrorBody.statusCode", + "id": "def-public.ResponseErrorBody.statusCode", "type": "number", "tags": [], "label": "statusCode", @@ -2273,7 +2257,7 @@ }, { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.ResponseErrorBody.attributes", + "id": "def-public.ResponseErrorBody.attributes", "type": "Object", "tags": [], "label": "attributes", @@ -2293,7 +2277,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-browser", - "id": "def-common.HttpStart", + "id": "def-public.HttpStart", "type": "Type", "tags": [], "label": "HttpStart", @@ -2303,9 +2287,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2316,5 +2300,21 @@ } ], "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_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index 9b19c6e498fe7..c73914fe967e8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 116 | 4 | 37 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_browser_internal.devdocs.json b/api_docs/kbn_core_http_browser_internal.devdocs.json index 1d5f1e532d6c0..9831dc8c25525 100644 --- a/api_docs/kbn_core_http_browser_internal.devdocs.json +++ b/api_docs/kbn_core_http_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-http-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath", + "id": "def-public.BasePath", "type": "Class", "tags": [], "label": "BasePath", @@ -28,17 +12,17 @@ "signature": [ { "pluginId": "@kbn/core-http-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-common.BasePath", + "section": "def-public.BasePath", "text": "BasePath" }, " implements ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" } ], @@ -48,7 +32,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.serverBasePath", + "id": "def-public.BasePath.serverBasePath", "type": "string", "tags": [], "label": "serverBasePath", @@ -59,7 +43,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.assetsHrefBase", + "id": "def-public.BasePath.assetsHrefBase", "type": "string", "tags": [], "label": "assetsHrefBase", @@ -70,7 +54,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.publicBaseUrl", + "id": "def-public.BasePath.publicBaseUrl", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed", + "id": "def-public.BasePath.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -98,7 +82,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed.$1", + "id": "def-public.BasePath.Unnamed.$1", "type": "Object", "tags": [], "label": "{\n basePath,\n serverBasePath,\n assetsHrefBase,\n publicBaseUrl,\n }", @@ -109,7 +93,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed.$1.basePath", + "id": "def-public.BasePath.Unnamed.$1.basePath", "type": "string", "tags": [], "label": "basePath", @@ -120,7 +104,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed.$1.serverBasePath", + "id": "def-public.BasePath.Unnamed.$1.serverBasePath", "type": "string", "tags": [], "label": "serverBasePath", @@ -134,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed.$1.assetsHrefBase", + "id": "def-public.BasePath.Unnamed.$1.assetsHrefBase", "type": "string", "tags": [], "label": "assetsHrefBase", @@ -148,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.Unnamed.$1.publicBaseUrl", + "id": "def-public.BasePath.Unnamed.$1.publicBaseUrl", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -167,7 +151,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.get", + "id": "def-public.BasePath.get", "type": "Function", "tags": [], "label": "get", @@ -183,7 +167,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.prepend", + "id": "def-public.BasePath.prepend", "type": "Function", "tags": [], "label": "prepend", @@ -197,7 +181,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.prepend.$1", + "id": "def-public.BasePath.prepend.$1", "type": "string", "tags": [], "label": "path", @@ -215,7 +199,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.remove", + "id": "def-public.BasePath.remove", "type": "Function", "tags": [], "label": "remove", @@ -229,7 +213,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.BasePath.remove.$1", + "id": "def-public.BasePath.remove.$1", "type": "string", "tags": [], "label": "path", @@ -255,7 +239,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.InternalHttpSetup", + "id": "def-public.InternalHttpSetup", "type": "Type", "tags": [], "label": "InternalHttpSetup", @@ -264,9 +248,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -280,7 +264,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-internal", - "id": "def-common.InternalHttpStart", + "id": "def-public.InternalHttpStart", "type": "Type", "tags": [], "label": "InternalHttpStart", @@ -289,9 +273,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -305,5 +289,21 @@ } ], "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_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index e776d1fcbe1c4..a78ce80d6af93 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 17 | 0 | 17 | 2 | -## Common +## Client ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_browser_mocks.devdocs.json b/api_docs/kbn_core_http_browser_mocks.devdocs.json index 9829c4677a1bd..50c8f4ac1b5e9 100644 --- a/api_docs/kbn_core_http_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_http_browser_mocks.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/core-http-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError", + "id": "def-public.createHttpFetchError", "type": "Function", "tags": [], "label": "createHttpFetchError", @@ -30,9 +14,9 @@ "(message: string, name: string, request: Request, response: Response | undefined, body: TResponseBody | undefined) => ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "" @@ -43,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError.$1", + "id": "def-public.createHttpFetchError.$1", "type": "string", "tags": [], "label": "message", @@ -58,7 +42,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError.$2", + "id": "def-public.createHttpFetchError.$2", "type": "string", "tags": [], "label": "name", @@ -73,7 +57,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError.$3", + "id": "def-public.createHttpFetchError.$3", "type": "Object", "tags": [], "label": "request", @@ -88,7 +72,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError.$4", + "id": "def-public.createHttpFetchError.$4", "type": "Object", "tags": [], "label": "response", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.createHttpFetchError.$5", + "id": "def-public.createHttpFetchError.$5", "type": "Uncategorized", "tags": [], "label": "body", @@ -126,7 +110,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.HttpSetupMock", + "id": "def-public.HttpSetupMock", "type": "Type", "tags": [], "label": "HttpSetupMock", @@ -135,105 +119,105 @@ "{ basePath: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" }, "; staticAssets: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-public.IStaticAssets", "text": "IStaticAssets" }, "; anonymousPaths: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IAnonymousPaths", + "section": "def-public.IAnonymousPaths", "text": "IAnonymousPaths" }, "; externalUrl: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IExternalUrl", + "section": "def-public.IExternalUrl", "text": "IExternalUrl" }, "; intercept: jest.MockInstance<() => void, [interceptor: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpInterceptor", + "section": "def-public.HttpInterceptor", "text": "HttpInterceptor" }, "], unknown>; fetch: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; delete: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; get: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; head: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; options: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; patch: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; post: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; put: jest.MockInstance, [options: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpFetchOptionsWithPath", + "section": "def-public.HttpFetchOptionsWithPath", "text": "HttpFetchOptionsWithPath" }, "], unknown>; addLoadingCountSource: jest.MockInstance, [], unknown>; } & ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, " & { basePath: ", { "pluginId": "@kbn/core-http-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-common.BasePath", + "section": "def-public.BasePath", "text": "BasePath" }, "; anonymousPaths: jest.Mocked<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IAnonymousPaths", + "section": "def-public.IAnonymousPaths", "text": "IAnonymousPaths" }, ">; }" @@ -275,7 +259,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock", + "id": "def-public.httpServiceMock", "type": "Object", "tags": [], "label": "httpServiceMock", @@ -286,7 +270,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.create", + "id": "def-public.httpServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -311,7 +295,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.create.$1", + "id": "def-public.httpServiceMock.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -327,7 +311,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createSetupContract", + "id": "def-public.httpServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -336,9 +320,9 @@ "({ basePath, publicBaseUrl, }?: { basePath?: string | undefined; publicBaseUrl?: string | undefined; }) => ", { "pluginId": "@kbn/core-http-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserMocksPluginApi", - "section": "def-common.HttpSetupMock", + "section": "def-public.HttpSetupMock", "text": "HttpSetupMock" } ], @@ -349,7 +333,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createSetupContract.$1", + "id": "def-public.httpServiceMock.createSetupContract.$1", "type": "Object", "tags": [], "label": "__0", @@ -365,7 +349,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createStartContract", + "id": "def-public.httpServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -374,9 +358,9 @@ "({ basePath, publicBaseUrl, }?: { basePath?: string | undefined; publicBaseUrl?: string | undefined; }) => ", { "pluginId": "@kbn/core-http-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserMocksPluginApi", - "section": "def-common.HttpSetupMock", + "section": "def-public.HttpSetupMock", "text": "HttpSetupMock" } ], @@ -387,7 +371,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createStartContract.$1", + "id": "def-public.httpServiceMock.createStartContract.$1", "type": "Object", "tags": [], "label": "__0", @@ -403,7 +387,7 @@ }, { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createBasePath", + "id": "def-public.httpServiceMock.createBasePath", "type": "Function", "tags": [], "label": "createBasePath", @@ -412,9 +396,9 @@ "({ publicBaseUrl, serverBasePath, assetsHrefBase, }?: { publicBaseUrl?: string | undefined; serverBasePath?: string | undefined; assetsHrefBase?: string | undefined; }) => jest.Mocked<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" }, ">" @@ -426,7 +410,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-browser-mocks", - "id": "def-common.httpServiceMock.createBasePath.$1", + "id": "def-public.httpServiceMock.createBasePath.$1", "type": "Object", "tags": [], "label": "__0", @@ -444,5 +428,21 @@ "initialIsOpen": false } ] + }, + "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_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index 0db2c363757c4..c62199e3d2690 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 16 | 0 | 16 | 0 | -## Common +## Client ### Objects - + ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index 1c155890e299e..2b62a696631ec 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_http_context_server_mocks.devdocs.json index fe319a53cb570..ffda94b49e79e 100644 --- a/api_docs/kbn_core_http_context_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_context_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.ContextContainerMock", + "id": "def-server.ContextContainerMock", "type": "Type", "tags": [], "label": "ContextContainerMock", @@ -33,81 +25,81 @@ "{ registerContext: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" }, ", [pluginOpaqueId: symbol, contextName: \"resolve\", provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ", \"resolve\">], unknown>; createHandler: jest.MockInstance<(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">, [pluginOpaqueId: symbol, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" } ], @@ -120,7 +112,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextMock", + "id": "def-server.contextMock", "type": "Object", "tags": [], "label": "contextMock", @@ -131,7 +123,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextMock.create", + "id": "def-server.contextMock.create", "type": "Function", "tags": [], "label": "create", @@ -140,9 +132,9 @@ "(mockContext?: any) => ", { "pluginId": "@kbn/core-http-context-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpContextServerMocksPluginApi", - "section": "def-common.ContextContainerMock", + "section": "def-server.ContextContainerMock", "text": "ContextContainerMock" } ], @@ -153,7 +145,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextMock.create.$1", + "id": "def-server.contextMock.create.$1", "type": "Any", "tags": [], "label": "mockContext", @@ -172,7 +164,7 @@ }, { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock", + "id": "def-server.contextServiceMock", "type": "Object", "tags": [], "label": "contextServiceMock", @@ -183,7 +175,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock.create", + "id": "def-server.contextServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -199,7 +191,7 @@ }, { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock.createPrebootContract", + "id": "def-server.contextServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -216,7 +208,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock.createPrebootContract.$1", + "id": "def-server.contextServiceMock.createPrebootContract.$1", "type": "Object", "tags": [], "label": "mockContext", @@ -232,7 +224,7 @@ }, { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock.createSetupContract", + "id": "def-server.contextServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -249,7 +241,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-context-server-mocks", - "id": "def-common.contextServiceMock.createSetupContract.$1", + "id": "def-server.contextServiceMock.createSetupContract.$1", "type": "Object", "tags": [], "label": "mockContext", @@ -267,5 +259,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index e208444198076..e70b1a960cbcc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 10 | 1 | 10 | 0 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_request_handler_context_server.devdocs.json b/api_docs/kbn_core_http_request_handler_context_server.devdocs.json index 92797e104c662..92953db4a39e4 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.devdocs.json +++ b/api_docs/kbn_core_http_request_handler_context_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext", + "id": "def-server.CoreRequestHandlerContext", "type": "Interface", "tags": [], "label": "CoreRequestHandlerContext", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.savedObjects", + "id": "def-server.CoreRequestHandlerContext.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -43,9 +35,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRequestHandlerContext", + "section": "def-server.SavedObjectsRequestHandlerContext", "text": "SavedObjectsRequestHandlerContext" } ], @@ -55,7 +47,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.elasticsearch", + "id": "def-server.CoreRequestHandlerContext.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -63,9 +55,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchRequestHandlerContext", + "section": "def-server.ElasticsearchRequestHandlerContext", "text": "ElasticsearchRequestHandlerContext" } ], @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.uiSettings", + "id": "def-server.CoreRequestHandlerContext.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -83,9 +75,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsRequestHandlerContext", + "section": "def-server.UiSettingsRequestHandlerContext", "text": "UiSettingsRequestHandlerContext" } ], @@ -95,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.deprecations", + "id": "def-server.CoreRequestHandlerContext.deprecations", "type": "Object", "tags": [], "label": "deprecations", @@ -103,9 +95,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsRequestHandlerContext", + "section": "def-server.DeprecationsRequestHandlerContext", "text": "DeprecationsRequestHandlerContext" } ], @@ -115,7 +107,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.security", + "id": "def-server.CoreRequestHandlerContext.security", "type": "Object", "tags": [], "label": "security", @@ -123,9 +115,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityRequestHandlerContext", + "section": "def-server.SecurityRequestHandlerContext", "text": "SecurityRequestHandlerContext" } ], @@ -135,7 +127,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CoreRequestHandlerContext.userProfile", + "id": "def-server.CoreRequestHandlerContext.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -143,9 +135,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequestHandlerContext", + "section": "def-server.UserProfileRequestHandlerContext", "text": "UserProfileRequestHandlerContext" } ], @@ -158,7 +150,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootCoreRequestHandlerContext", + "id": "def-server.PrebootCoreRequestHandlerContext", "type": "Interface", "tags": [], "label": "PrebootCoreRequestHandlerContext", @@ -169,7 +161,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootCoreRequestHandlerContext.uiSettings", + "id": "def-server.PrebootCoreRequestHandlerContext.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -177,9 +169,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.PrebootUiSettingsRequestHandlerContext", + "section": "def-server.PrebootUiSettingsRequestHandlerContext", "text": "PrebootUiSettingsRequestHandlerContext" } ], @@ -192,7 +184,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootRequestHandlerContext", + "id": "def-server.PrebootRequestHandlerContext", "type": "Interface", "tags": [], "label": "PrebootRequestHandlerContext", @@ -200,17 +192,17 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.PrebootRequestHandlerContext", + "section": "def-server.PrebootRequestHandlerContext", "text": "PrebootRequestHandlerContext" }, " extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" } ], @@ -220,7 +212,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootRequestHandlerContext.core", + "id": "def-server.PrebootRequestHandlerContext.core", "type": "Object", "tags": [], "label": "core", @@ -229,9 +221,9 @@ "Promise<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.PrebootCoreRequestHandlerContext", + "section": "def-server.PrebootCoreRequestHandlerContext", "text": "PrebootCoreRequestHandlerContext" }, ">" @@ -245,7 +237,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootUiSettingsRequestHandlerContext", + "id": "def-server.PrebootUiSettingsRequestHandlerContext", "type": "Interface", "tags": [], "label": "PrebootUiSettingsRequestHandlerContext", @@ -256,7 +248,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.PrebootUiSettingsRequestHandlerContext.client", + "id": "def-server.PrebootUiSettingsRequestHandlerContext.client", "type": "Object", "tags": [], "label": "client", @@ -264,9 +256,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -279,7 +271,7 @@ }, { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.RequestHandlerContext", + "id": "def-server.RequestHandlerContext", "type": "Interface", "tags": [], "label": "RequestHandlerContext", @@ -289,17 +281,17 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" } ], @@ -309,7 +301,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.RequestHandlerContext.core", + "id": "def-server.RequestHandlerContext.core", "type": "Object", "tags": [], "label": "core", @@ -318,9 +310,9 @@ "Promise<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.CoreRequestHandlerContext", + "section": "def-server.CoreRequestHandlerContext", "text": "CoreRequestHandlerContext" }, ">" @@ -337,7 +329,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-request-handler-context-server", - "id": "def-common.CustomRequestHandlerContext", + "id": "def-server.CustomRequestHandlerContext", "type": "Type", "tags": [], "label": "CustomRequestHandlerContext", @@ -347,9 +339,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { [Key in keyof T]: T[Key] extends Promise ? T[Key] : Promise; }" @@ -361,5 +353,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 8261637695940..1b86ce8f1e701 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 16 | 0 | 13 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_resources_server.devdocs.json b/api_docs/kbn_core_http_resources_server.devdocs.json index 1d89ea374bb6b..93e89b722f1d4 100644 --- a/api_docs/kbn_core_http_resources_server.devdocs.json +++ b/api_docs/kbn_core_http_resources_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResources", + "id": "def-server.HttpResources", "type": "Interface", "tags": [], "label": "HttpResources", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResources.register", + "id": "def-server.HttpResources.register", "type": "Function", "tags": [], "label": "register", @@ -46,33 +38,33 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRequestHandler", + "section": "def-server.HttpResourcesRequestHandler", "text": "HttpResourcesRequestHandler" }, ") => void" @@ -83,7 +75,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResources.register.$1", + "id": "def-server.HttpResources.register.$1", "type": "Object", "tags": [], "label": "route", @@ -91,9 +83,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -105,7 +97,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResources.register.$2", + "id": "def-server.HttpResources.register.$2", "type": "Function", "tags": [], "label": "handler", @@ -113,9 +105,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRequestHandler", + "section": "def-server.HttpResourcesRequestHandler", "text": "HttpResourcesRequestHandler" }, "" @@ -133,7 +125,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRenderOptions", + "id": "def-server.HttpResourcesRenderOptions", "type": "Interface", "tags": [], "label": "HttpResourcesRenderOptions", @@ -146,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRenderOptions.headers", + "id": "def-server.HttpResourcesRenderOptions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -156,9 +148,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -172,7 +164,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit", + "id": "def-server.HttpResourcesServiceToolkit", "type": "Interface", "tags": [], "label": "HttpResourcesServiceToolkit", @@ -185,7 +177,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderCoreApp", + "id": "def-server.HttpResourcesServiceToolkit.renderCoreApp", "type": "Function", "tags": [], "label": "renderCoreApp", @@ -196,17 +188,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -217,7 +209,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderCoreApp.$1", + "id": "def-server.HttpResourcesServiceToolkit.renderCoreApp.$1", "type": "Object", "tags": [], "label": "options", @@ -225,9 +217,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined" @@ -242,7 +234,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderAnonymousCoreApp", + "id": "def-server.HttpResourcesServiceToolkit.renderAnonymousCoreApp", "type": "Function", "tags": [], "label": "renderAnonymousCoreApp", @@ -253,17 +245,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -274,7 +266,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderAnonymousCoreApp.$1", + "id": "def-server.HttpResourcesServiceToolkit.renderAnonymousCoreApp.$1", "type": "Object", "tags": [], "label": "options", @@ -282,9 +274,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined" @@ -299,7 +291,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderHtml", + "id": "def-server.HttpResourcesServiceToolkit.renderHtml", "type": "Function", "tags": [], "label": "renderHtml", @@ -310,17 +302,17 @@ "(options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -331,7 +323,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderHtml.$1", + "id": "def-server.HttpResourcesServiceToolkit.renderHtml.$1", "type": "Object", "tags": [], "label": "options", @@ -339,9 +331,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" } ], @@ -355,7 +347,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderJs", + "id": "def-server.HttpResourcesServiceToolkit.renderJs", "type": "Function", "tags": [], "label": "renderJs", @@ -366,17 +358,17 @@ "(options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -387,7 +379,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderJs.$1", + "id": "def-server.HttpResourcesServiceToolkit.renderJs.$1", "type": "Object", "tags": [], "label": "options", @@ -395,9 +387,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" } ], @@ -411,7 +403,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderCss", + "id": "def-server.HttpResourcesServiceToolkit.renderCss", "type": "Function", "tags": [], "label": "renderCss", @@ -422,17 +414,17 @@ "(options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -443,7 +435,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesServiceToolkit.renderCss.$1", + "id": "def-server.HttpResourcesServiceToolkit.renderCss.$1", "type": "Object", "tags": [], "label": "options", @@ -451,9 +443,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" } ], @@ -473,7 +465,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRequestHandler", + "id": "def-server.HttpResourcesRequestHandler", "type": "Type", "tags": [], "label": "HttpResourcesRequestHandler", @@ -484,41 +476,41 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaSuccessResponseFactory", + "section": "def-server.KibanaSuccessResponseFactory", "text": "KibanaSuccessResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaNotModifiedResponseFactory", + "section": "def-server.KibanaNotModifiedResponseFactory", "text": "KibanaNotModifiedResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" }, " & { file | Error | Buffer | ", @@ -526,25 +518,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FileHttpResponseOptions", + "section": "def-server.FileHttpResponseOptions", "text": "FileHttpResponseOptions" }, "): ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "; custom | Error | Buffer | ", @@ -552,49 +544,49 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "): ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "; } & ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesServiceToolkit", + "section": "def-server.HttpResourcesServiceToolkit", "text": "HttpResourcesServiceToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -606,7 +598,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRequestHandler.$1", + "id": "def-server.HttpResourcesRequestHandler.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -622,7 +614,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRequestHandler.$2", + "id": "def-server.HttpResourcesRequestHandler.$2", "type": "Object", "tags": [], "label": "request", @@ -632,9 +624,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -645,7 +637,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesRequestHandler.$3", + "id": "def-server.HttpResourcesRequestHandler.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -664,7 +656,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server", - "id": "def-common.HttpResourcesResponseOptions", + "id": "def-server.HttpResourcesResponseOptions", "type": "Type", "tags": [], "label": "HttpResourcesResponseOptions", @@ -674,9 +666,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, "" @@ -688,5 +680,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 479e53e783339..de5cf64e896ad 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 22 | 0 | 7 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_resources_server_internal.devdocs.json b/api_docs/kbn_core_http_resources_server_internal.devdocs.json index 8a2a51be85346..4fe3811d674d6 100644 --- a/api_docs/kbn_core_http_resources_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_resources_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService", + "id": "def-server.HttpResourcesService", "type": "Class", "tags": [], "label": "HttpResourcesService", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-http-resources-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerInternalPluginApi", - "section": "def-common.HttpResourcesService", + "section": "def-server.HttpResourcesService", "text": "HttpResourcesService" }, " implements ", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.Unnamed", + "id": "def-server.HttpResourcesService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -59,7 +51,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.Unnamed.$1", + "id": "def-server.HttpResourcesService.Unnamed.$1", "type": "Object", "tags": [], "label": "core", @@ -77,7 +69,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.preboot", + "id": "def-server.HttpResourcesService.preboot", "type": "Function", "tags": [], "label": "preboot", @@ -88,25 +80,25 @@ ") => { createRegistrar: (router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ">) => ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, "; }" @@ -117,7 +109,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.preboot.$1", + "id": "def-server.HttpResourcesService.preboot.$1", "type": "Object", "tags": [], "label": "deps", @@ -135,7 +127,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.setup", + "id": "def-server.HttpResourcesService.setup", "type": "Function", "tags": [], "label": "setup", @@ -146,25 +138,25 @@ ") => { createRegistrar: (router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ">) => ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, "; }" @@ -175,7 +167,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.setup.$1", + "id": "def-server.HttpResourcesService.setup.$1", "type": "Object", "tags": [], "label": "deps", @@ -193,7 +185,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.start", + "id": "def-server.HttpResourcesService.start", "type": "Function", "tags": [], "label": "start", @@ -209,7 +201,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-internal", - "id": "def-common.HttpResourcesService.stop", + "id": "def-server.HttpResourcesService.stop", "type": "Function", "tags": [], "label": "stop", @@ -232,5 +224,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 19f4414f946dc..bf241241fb97c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 9 | 3 | -## Common +## Server ### Classes - + diff --git a/api_docs/kbn_core_http_resources_server_mocks.devdocs.json b/api_docs/kbn_core_http_resources_server_mocks.devdocs.json index 47d8cb9faf55d..cd7b43202f2f8 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_resources_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.HttpResourcesMock", + "id": "def-server.HttpResourcesMock", "type": "Type", "tags": [], "label": "HttpResourcesMock", @@ -33,25 +25,25 @@ "{ start: jest.MockInstance; setup: jest.MockInstance<{ createRegistrar: (router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ">) => ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, "; }, [deps: ", @@ -59,25 +51,25 @@ "], unknown>; stop: jest.MockInstance; preboot: jest.MockInstance<{ createRegistrar: (router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ">) => ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, "; }, [deps: ", @@ -93,9 +85,9 @@ "<", { "pluginId": "@kbn/core-http-resources-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerInternalPluginApi", - "section": "def-common.HttpResourcesService", + "section": "def-server.HttpResourcesService", "text": "HttpResourcesService" }, ">" @@ -109,7 +101,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock", + "id": "def-server.httpResourcesMock", "type": "Object", "tags": [], "label": "httpResourcesMock", @@ -120,7 +112,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock.create", + "id": "def-server.httpResourcesMock.create", "type": "Function", "tags": [], "label": "create", @@ -129,9 +121,9 @@ "() => ", { "pluginId": "@kbn/core-http-resources-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerMocksPluginApi", - "section": "def-common.HttpResourcesMock", + "section": "def-server.HttpResourcesMock", "text": "HttpResourcesMock" } ], @@ -143,7 +135,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock.createRegistrar", + "id": "def-server.httpResourcesMock.createRegistrar", "type": "Function", "tags": [], "label": "createRegistrar", @@ -152,9 +144,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, ">" @@ -167,7 +159,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock.createPrebootContract", + "id": "def-server.httpResourcesMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -176,9 +168,9 @@ "() => { createRegistrar: jest.Mock, [], any>; }" @@ -191,7 +183,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock.createSetupContract", + "id": "def-server.httpResourcesMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -200,9 +192,9 @@ "() => { createRegistrar: jest.Mock, [], any>; }" @@ -215,7 +207,7 @@ }, { "parentPluginId": "@kbn/core-http-resources-server-mocks", - "id": "def-common.httpResourcesMock.createResponseFactory", + "id": "def-server.httpResourcesMock.createResponseFactory", "type": "Function", "tags": [], "label": "createResponseFactory", @@ -224,169 +216,169 @@ "() => { renderCoreApp: jest.MockInstance>, [options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">); renderAnonymousCoreApp: jest.MockInstance>, [options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesRenderOptions", + "section": "def-server.HttpResourcesRenderOptions", "text": "HttpResourcesRenderOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">); renderHtml: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, "], unknown> & ((options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); renderJs: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, "], unknown> & ((options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); renderCss: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, "], unknown> & ((options: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResourcesResponseOptions", + "section": "def-server.HttpResourcesResponseOptions", "text": "HttpResourcesResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); ok: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -394,17 +386,17 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>, [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | Error | Buffer | ", @@ -412,9 +404,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", @@ -422,33 +414,33 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); created: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -456,17 +448,17 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>, [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | Error | Buffer | ", @@ -474,9 +466,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", @@ -484,33 +476,33 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); accepted: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -518,17 +510,17 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>, [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | Error | Buffer | ", @@ -536,9 +528,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", @@ -546,409 +538,409 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); noContent: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); multiStatus: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); redirected: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RedirectResponseOptions", + "section": "def-server.RedirectResponseOptions", "text": "RedirectResponseOptions" }, "], unknown> & ((options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RedirectResponseOptions", + "section": "def-server.RedirectResponseOptions", "text": "RedirectResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); notModified: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, "], unknown> & ((options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); badRequest: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); unauthorized: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); forbidden: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); notFound: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); conflict: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); unprocessableContent: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined], unknown> & ((options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); customError: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseError", + "section": "def-server.ResponseError", "text": "ResponseError" }, ">], unknown> & ((options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseError", + "section": "def-server.ResponseError", "text": "ResponseError" }, ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); file: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FileHttpResponseOptions", + "section": "def-server.FileHttpResponseOptions", "text": "FileHttpResponseOptions" }, " | Error | Buffer | ", @@ -956,9 +948,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>], unknown> & ( | Error | Buffer | ", @@ -966,41 +958,41 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FileHttpResponseOptions", + "section": "def-server.FileHttpResponseOptions", "text": "FileHttpResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); custom: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ", [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, " | Error | Buffer | ", @@ -1008,9 +1000,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>], unknown> & ( | Error | Buffer | ", @@ -1018,25 +1010,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "); }" @@ -1051,5 +1043,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index 7d5ca0054a7db..6d9856ec64a21 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_router_server_internal.devdocs.json b/api_docs/kbn_core_http_router_server_internal.devdocs.json index 3debd264e8662..abc08f28a8d0a 100644 --- a/api_docs/kbn_core_http_router_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_router_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter", + "id": "def-server.CoreVersionedRouter", "type": "Class", "tags": [], "label": "CoreVersionedRouter", @@ -28,25 +20,25 @@ "signature": [ { "pluginId": "@kbn/core-http-router-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-common.CoreVersionedRouter", + "section": "def-server.CoreVersionedRouter", "text": "CoreVersionedRouter" }, " implements ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">" @@ -57,7 +49,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.useVersionResolutionStrategyForInternalPaths", + "id": "def-server.CoreVersionedRouter.useVersionResolutionStrategyForInternalPaths", "type": "Object", "tags": [], "label": "useVersionResolutionStrategyForInternalPaths", @@ -71,7 +63,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.pluginId", + "id": "def-server.CoreVersionedRouter.pluginId", "type": "Uncategorized", "tags": [], "label": "pluginId", @@ -85,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.from", + "id": "def-server.CoreVersionedRouter.from", "type": "Function", "tags": [], "label": "from", @@ -96,9 +88,9 @@ ") => ", { "pluginId": "@kbn/core-http-router-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-common.CoreVersionedRouter", + "section": "def-server.CoreVersionedRouter", "text": "CoreVersionedRouter" } ], @@ -108,7 +100,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.from.$1", + "id": "def-server.CoreVersionedRouter.from.$1", "type": "Object", "tags": [], "label": "{\n router,\n defaultHandlerResolutionStrategy,\n isDev,\n useVersionResolutionStrategyForInternalPaths,\n }", @@ -126,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.get", + "id": "def-server.CoreVersionedRouter.get", "type": "Function", "tags": [], "label": "get", @@ -135,9 +127,9 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<", @@ -145,9 +137,9 @@ ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", @@ -161,7 +153,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.get.$1", + "id": "def-server.CoreVersionedRouter.get.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -170,9 +162,9 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", @@ -190,9 +182,9 @@ ">, \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -205,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.delete", + "id": "def-server.CoreVersionedRouter.delete", "type": "Function", "tags": [], "label": "delete", @@ -214,9 +206,9 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<", @@ -224,9 +216,9 @@ ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", @@ -240,7 +232,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.delete.$1", + "id": "def-server.CoreVersionedRouter.delete.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -249,9 +241,9 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", @@ -269,9 +261,9 @@ ">, \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -284,7 +276,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.post", + "id": "def-server.CoreVersionedRouter.post", "type": "Function", "tags": [], "label": "post", @@ -293,9 +285,9 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<", @@ -303,9 +295,9 @@ ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", @@ -319,7 +311,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.post.$1", + "id": "def-server.CoreVersionedRouter.post.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -328,9 +320,9 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", @@ -348,9 +340,9 @@ ">, \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -363,7 +355,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.patch", + "id": "def-server.CoreVersionedRouter.patch", "type": "Function", "tags": [], "label": "patch", @@ -372,9 +364,9 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<", @@ -382,9 +374,9 @@ ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", @@ -398,7 +390,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.patch.$1", + "id": "def-server.CoreVersionedRouter.patch.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -407,9 +399,9 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", @@ -427,9 +419,9 @@ ">, \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -442,7 +434,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.put", + "id": "def-server.CoreVersionedRouter.put", "type": "Function", "tags": [], "label": "put", @@ -451,9 +443,9 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<", @@ -461,9 +453,9 @@ ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", @@ -477,7 +469,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.put.$1", + "id": "def-server.CoreVersionedRouter.put.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -486,9 +478,9 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", @@ -506,9 +498,9 @@ ">, \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -521,7 +513,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.CoreVersionedRouter.getRoutes", + "id": "def-server.CoreVersionedRouter.getRoutes", "type": "Function", "tags": [], "label": "getRoutes", @@ -542,7 +534,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter", + "id": "def-server.HapiResponseAdapter", "type": "Class", "tags": [], "label": "HapiResponseAdapter", @@ -553,7 +545,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.Unnamed", + "id": "def-server.HapiResponseAdapter.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -567,7 +559,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.Unnamed.$1", + "id": "def-server.HapiResponseAdapter.Unnamed.$1", "type": "Object", "tags": [], "label": "responseToolkit", @@ -585,7 +577,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.toBadRequest", + "id": "def-server.HapiResponseAdapter.toBadRequest", "type": "Function", "tags": [], "label": "toBadRequest", @@ -601,7 +593,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.toBadRequest.$1", + "id": "def-server.HapiResponseAdapter.toBadRequest.$1", "type": "string", "tags": [], "label": "message", @@ -619,7 +611,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.toInternalError", + "id": "def-server.HapiResponseAdapter.toInternalError", "type": "Function", "tags": [], "label": "toInternalError", @@ -637,7 +629,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.handle", + "id": "def-server.HapiResponseAdapter.handle", "type": "Function", "tags": [], "label": "handle", @@ -656,7 +648,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.HapiResponseAdapter.handle.$1", + "id": "def-server.HapiResponseAdapter.handle.$1", "type": "Object", "tags": [], "label": "kibanaResponse", @@ -680,7 +672,7 @@ "functions": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.filterHeaders", + "id": "def-server.filterHeaders", "type": "Function", "tags": [], "label": "filterHeaders", @@ -689,17 +681,17 @@ "(headers: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.Headers", + "section": "def-server.Headers", "text": "Headers" }, ", fieldsToKeep: string[], fieldsToExclude: string[]) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.Headers", + "section": "def-server.Headers", "text": "Headers" } ], @@ -709,7 +701,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.filterHeaders.$1", + "id": "def-server.filterHeaders.$1", "type": "CompoundType", "tags": [], "label": "headers", @@ -717,9 +709,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.Headers", + "section": "def-server.Headers", "text": "Headers" } ], @@ -730,7 +722,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.filterHeaders.$2", + "id": "def-server.filterHeaders.$2", "type": "Array", "tags": [], "label": "fieldsToKeep", @@ -745,7 +737,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.filterHeaders.$3", + "id": "def-server.filterHeaders.$3", "type": "Array", "tags": [], "label": "fieldsToExclude", @@ -764,7 +756,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.isSafeMethod", + "id": "def-server.isSafeMethod", "type": "Function", "tags": [], "label": "isSafeMethod", @@ -773,9 +765,9 @@ "(method: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteMethod", + "section": "def-server.RouteMethod", "text": "RouteMethod" }, ") => boolean" @@ -786,7 +778,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.isSafeMethod.$1", + "id": "def-server.isSafeMethod.$1", "type": "CompoundType", "tags": [], "label": "method", @@ -794,9 +786,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteMethod", + "section": "def-server.RouteMethod", "text": "RouteMethod" } ], @@ -816,7 +808,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory", + "id": "def-server.kibanaResponseFactory", "type": "Object", "tags": [], "label": "kibanaResponseFactory", @@ -827,7 +819,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.Unnamed", + "id": "def-server.kibanaResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -841,7 +833,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.Unnamed", + "id": "def-server.kibanaResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -855,7 +847,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.Unnamed", + "id": "def-server.kibanaResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -869,7 +861,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.Unnamed", + "id": "def-server.kibanaResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -883,7 +875,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.Unnamed", + "id": "def-server.kibanaResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -897,7 +889,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.custom", + "id": "def-server.kibanaResponseFactory.custom", "type": "Function", "tags": [], "label": "custom", @@ -908,17 +900,17 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, ") => ", @@ -931,7 +923,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.kibanaResponseFactory.custom.$1", + "id": "def-server.kibanaResponseFactory.custom.$1", "type": "Object", "tags": [], "label": "options", @@ -939,9 +931,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "" @@ -959,7 +951,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.lifecycleResponseFactory", + "id": "def-server.lifecycleResponseFactory", "type": "Object", "tags": [], "label": "lifecycleResponseFactory", @@ -970,7 +962,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.lifecycleResponseFactory.Unnamed", + "id": "def-server.lifecycleResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -984,7 +976,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.lifecycleResponseFactory.Unnamed", + "id": "def-server.lifecycleResponseFactory.Unnamed", "type": "Any", "tags": [], "label": "Unnamed", @@ -1001,7 +993,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers", + "id": "def-server.resolvers", "type": "Object", "tags": [], "label": "resolvers", @@ -1012,7 +1004,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.sort", + "id": "def-server.resolvers.sort", "type": "Function", "tags": [], "label": "sort", @@ -1027,7 +1019,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.sort.$1", + "id": "def-server.resolvers.sort.$1", "type": "Array", "tags": [], "label": "versions", @@ -1041,7 +1033,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.sort.$2", + "id": "def-server.resolvers.sort.$2", "type": "CompoundType", "tags": [], "label": "access", @@ -1057,7 +1049,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.oldest", + "id": "def-server.resolvers.oldest", "type": "Function", "tags": [], "label": "oldest", @@ -1072,7 +1064,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.oldest.$1", + "id": "def-server.resolvers.oldest.$1", "type": "Array", "tags": [], "label": "versions", @@ -1086,7 +1078,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.oldest.$2", + "id": "def-server.resolvers.oldest.$2", "type": "CompoundType", "tags": [], "label": "access", @@ -1102,7 +1094,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.newest", + "id": "def-server.resolvers.newest", "type": "Function", "tags": [], "label": "newest", @@ -1117,7 +1109,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.newest.$1", + "id": "def-server.resolvers.newest.$1", "type": "Array", "tags": [], "label": "versions", @@ -1131,7 +1123,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.newest.$2", + "id": "def-server.resolvers.newest.$2", "type": "CompoundType", "tags": [], "label": "access", @@ -1147,7 +1139,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.none", + "id": "def-server.resolvers.none", "type": "Function", "tags": [], "label": "none", @@ -1162,7 +1154,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.none.$1", + "id": "def-server.resolvers.none.$1", "type": "Array", "tags": [], "label": "versions", @@ -1176,7 +1168,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-internal", - "id": "def-common.resolvers.none.$2", + "id": "def-server.resolvers.none.$2", "type": "CompoundType", "tags": [], "label": "access", @@ -1194,5 +1186,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 5bd05bd84c7f9..a6276328c5282 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 54 | 7 | 54 | 6 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + diff --git a/api_docs/kbn_core_http_router_server_mocks.devdocs.json b/api_docs/kbn_core_http_router_server_mocks.devdocs.json index de2f1580a0cb2..0d1fa572942e6 100644 --- a/api_docs/kbn_core_http_router_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_router_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.createVersionedRouterMock", + "id": "def-server.createVersionedRouterMock", "type": "Function", "tags": [], "label": "createVersionedRouterMock", @@ -30,9 +22,9 @@ "() => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.MockedVersionedRouter", + "section": "def-server.MockedVersionedRouter", "text": "MockedVersionedRouter" } ], @@ -47,7 +39,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.RegisteredVersionedRoute", + "id": "def-server.RegisteredVersionedRoute", "type": "Interface", "tags": [], "label": "RegisteredVersionedRoute", @@ -58,7 +50,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.RegisteredVersionedRoute.config", + "id": "def-server.RegisteredVersionedRoute.config", "type": "CompoundType", "tags": [], "label": "config", @@ -67,25 +59,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -96,7 +88,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.RegisteredVersionedRoute.versions", + "id": "def-server.RegisteredVersionedRoute.versions", "type": "Object", "tags": [], "label": "versions", @@ -105,25 +97,25 @@ "{ [version: string]: { config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AddVersionOpts", + "section": "def-server.AddVersionOpts", "text": "AddVersionOpts" }, "; handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "; }; }" @@ -140,7 +132,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.MockedVersionedRoute", + "id": "def-server.MockedVersionedRoute", "type": "Type", "tags": [], "label": "MockedVersionedRoute", @@ -149,57 +141,57 @@ "{ addVersion: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteMethod", + "section": "def-server.RouteMethod", "text": "RouteMethod" }, ", ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">, [options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AddVersionOpts", + "section": "def-server.AddVersionOpts", "text": "AddVersionOpts" }, ", handler: (context: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ", request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", @@ -213,33 +205,33 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">], unknown>; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteMethod", + "section": "def-server.RouteMethod", "text": "RouteMethod" }, ", ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">" @@ -251,7 +243,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.MockedVersionedRouter", + "id": "def-server.MockedVersionedRouter", "type": "Type", "tags": [], "label": "MockedVersionedRouter", @@ -260,113 +252,113 @@ "{ get: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"get\", any>, [config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"get\">], unknown>; put: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"put\", any>, [config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"put\">], unknown>; post: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"post\", any>, [config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"post\">], unknown>; patch: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"patch\", any>, [config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"patch\">], unknown>; delete: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"delete\", any>, [config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"delete\">], unknown>; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, " & { getRoute: (method: keyof ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">, path: string) => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.RegisteredVersionedRoute", + "section": "def-server.RegisteredVersionedRoute", "text": "RegisteredVersionedRoute" }, "; }" @@ -378,7 +370,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.RouterMock", + "id": "def-server.RouterMock", "type": "Type", "tags": [], "label": "RouterMock", @@ -387,217 +379,217 @@ "{ routerPath: string; get: jest.MockInstance, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; post: jest.MockInstance, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; put: jest.MockInstance, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; patch: jest.MockInstance, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; delete: jest.MockInstance, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; handleLegacyErrors: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ", [handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "], unknown>; getRoutes: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouterRoute", + "section": "def-server.RouterRoute", "text": "RouterRoute" }, "[], [], unknown>; versioned: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, "; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, " & { versioned: ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.MockedVersionedRouter", + "section": "def-server.MockedVersionedRouter", "text": "MockedVersionedRouter" }, "; }" @@ -611,7 +603,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter", + "id": "def-server.mockRouter", "type": "Object", "tags": [], "label": "mockRouter", @@ -622,7 +614,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter.create", + "id": "def-server.mockRouter.create", "type": "Function", "tags": [], "label": "create", @@ -631,9 +623,9 @@ "({ routerPath }?: { routerPath?: string | undefined; }) => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.RouterMock", + "section": "def-server.RouterMock", "text": "RouterMock" } ], @@ -644,7 +636,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter.create.$1", + "id": "def-server.mockRouter.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -660,7 +652,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter.createKibanaRequest", + "id": "def-server.mockRouter.createKibanaRequest", "type": "Function", "tags": [], "label": "createKibanaRequest", @@ -671,9 +663,9 @@ ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -685,7 +677,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter.createKibanaRequest.$1", + "id": "def-server.mockRouter.createKibanaRequest.$1", "type": "Object", "tags": [], "label": "__0", @@ -702,7 +694,7 @@ }, { "parentPluginId": "@kbn/core-http-router-server-mocks", - "id": "def-common.mockRouter.createResponseFactory", + "id": "def-server.mockRouter.createResponseFactory", "type": "Function", "tags": [], "label": "createResponseFactory", @@ -711,9 +703,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ">" @@ -728,5 +720,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index 5fda498a67967..450e32cc13e6f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 13 | 0 | 13 | 1 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 76979fd7e6450..f553c6e28d2f8 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationError", + "id": "def-server.RouteValidationError", "type": "Class", "tags": [], "label": "RouteValidationError", @@ -30,9 +22,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationError", + "section": "def-server.RouteValidationError", "text": "RouteValidationError" }, " extends ", @@ -50,7 +42,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationError.Unnamed", + "id": "def-server.RouteValidationError.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -64,7 +56,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationError.Unnamed.$1", + "id": "def-server.RouteValidationError.Unnamed.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -79,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationError.Unnamed.$2", + "id": "def-server.RouteValidationError.Unnamed.$2", "type": "Array", "tags": [], "label": "path", @@ -102,7 +94,7 @@ "functions": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.getRequestValidation", + "id": "def-server.getRequestValidation", "type": "Function", "tags": [], "label": "getRequestValidation", @@ -113,25 +105,25 @@ "(value: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ")) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorFullConfigRequest", + "section": "def-server.RouteValidatorFullConfigRequest", "text": "RouteValidatorFullConfigRequest" }, "" @@ -142,7 +134,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.getRequestValidation.$1", + "id": "def-server.getRequestValidation.$1", "type": "CompoundType", "tags": [], "label": "value", @@ -150,17 +142,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ")" @@ -176,7 +168,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.getResponseValidation", + "id": "def-server.getResponseValidation", "type": "Function", "tags": [], "label": "getResponseValidation", @@ -187,25 +179,25 @@ "(value: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ")) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorFullConfigResponse", + "section": "def-server.RouteValidatorFullConfigResponse", "text": "RouteValidatorFullConfigResponse" }, " | undefined" @@ -216,7 +208,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.getResponseValidation.$1", + "id": "def-server.getResponseValidation.$1", "type": "CompoundType", "tags": [], "label": "value", @@ -224,17 +216,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ")" @@ -250,7 +242,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.isFullValidatorContainer", + "id": "def-server.isFullValidatorContainer", "type": "Function", "tags": [], "label": "isFullValidatorContainer", @@ -266,7 +258,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.isFullValidatorContainer.$1", + "id": "def-server.isFullValidatorContainer.$1", "type": "CompoundType", "tags": [], "label": "value", @@ -285,7 +277,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.isKibanaResponse", + "id": "def-server.isKibanaResponse", "type": "Function", "tags": [], "label": "isKibanaResponse", @@ -299,7 +291,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.isKibanaResponse.$1", + "id": "def-server.isKibanaResponse.$1", "type": "Object", "tags": [], "label": "response", @@ -320,7 +312,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AddVersionOpts", + "id": "def-server.AddVersionOpts", "type": "Interface", "tags": [], "label": "AddVersionOpts", @@ -330,9 +322,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AddVersionOpts", + "section": "def-server.AddVersionOpts", "text": "AddVersionOpts" }, "" @@ -343,7 +335,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AddVersionOpts.version", + "id": "def-server.AddVersionOpts.version", "type": "string", "tags": [], "label": "version", @@ -356,7 +348,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AddVersionOpts.validate", + "id": "def-server.AddVersionOpts.validate", "type": "CompoundType", "tags": [ "note" @@ -369,17 +361,17 @@ "false | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteValidation", + "section": "def-server.VersionedRouteValidation", "text": "VersionedRouteValidation" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteValidation", + "section": "def-server.VersionedRouteValidation", "text": "VersionedRouteValidation" }, ")" @@ -393,7 +385,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthRedirectedParams", + "id": "def-server.AuthRedirectedParams", "type": "Interface", "tags": [], "label": "AuthRedirectedParams", @@ -406,7 +398,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthRedirectedParams.headers", + "id": "def-server.AuthRedirectedParams.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -417,9 +409,9 @@ "{ location: string; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" } ], @@ -432,7 +424,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultAuthenticated", + "id": "def-server.AuthResultAuthenticated", "type": "Interface", "tags": [], "label": "AuthResultAuthenticated", @@ -440,17 +432,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultAuthenticated", + "section": "def-server.AuthResultAuthenticated", "text": "AuthResultAuthenticated" }, " extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultParams", + "section": "def-server.AuthResultParams", "text": "AuthResultParams" } ], @@ -460,7 +452,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultAuthenticated.type", + "id": "def-server.AuthResultAuthenticated.type", "type": "string", "tags": [], "label": "type", @@ -468,9 +460,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultType", + "section": "def-server.AuthResultType", "text": "AuthResultType" }, ".authenticated" @@ -484,7 +476,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultNotHandled", + "id": "def-server.AuthResultNotHandled", "type": "Interface", "tags": [], "label": "AuthResultNotHandled", @@ -495,7 +487,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultNotHandled.type", + "id": "def-server.AuthResultNotHandled.type", "type": "string", "tags": [], "label": "type", @@ -503,9 +495,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultType", + "section": "def-server.AuthResultType", "text": "AuthResultType" }, ".notHandled" @@ -519,7 +511,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultParams", + "id": "def-server.AuthResultParams", "type": "Interface", "tags": [], "label": "AuthResultParams", @@ -532,7 +524,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultParams.state", + "id": "def-server.AuthResultParams.state", "type": "Object", "tags": [], "label": "state", @@ -548,7 +540,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultParams.requestHeaders", + "id": "def-server.AuthResultParams.requestHeaders", "type": "Object", "tags": [], "label": "requestHeaders", @@ -558,9 +550,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, " | undefined" @@ -571,7 +563,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultParams.responseHeaders", + "id": "def-server.AuthResultParams.responseHeaders", "type": "Object", "tags": [], "label": "responseHeaders", @@ -581,9 +573,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, " | undefined" @@ -597,7 +589,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultRedirected", + "id": "def-server.AuthResultRedirected", "type": "Interface", "tags": [], "label": "AuthResultRedirected", @@ -605,17 +597,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultRedirected", + "section": "def-server.AuthResultRedirected", "text": "AuthResultRedirected" }, " extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthRedirectedParams", + "section": "def-server.AuthRedirectedParams", "text": "AuthRedirectedParams" } ], @@ -625,7 +617,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultRedirected.type", + "id": "def-server.AuthResultRedirected.type", "type": "string", "tags": [], "label": "type", @@ -633,9 +625,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultType", + "section": "def-server.AuthResultType", "text": "AuthResultType" }, ".redirected" @@ -649,7 +641,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit", + "id": "def-server.AuthToolkit", "type": "Interface", "tags": [], "label": "AuthToolkit", @@ -660,7 +652,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit.authenticated", + "id": "def-server.AuthToolkit.authenticated", "type": "Function", "tags": [], "label": "authenticated", @@ -671,17 +663,17 @@ "(data?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultParams", + "section": "def-server.AuthResultParams", "text": "AuthResultParams" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResult", + "section": "def-server.AuthResult", "text": "AuthResult" } ], @@ -691,7 +683,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit.authenticated.$1", + "id": "def-server.AuthToolkit.authenticated.$1", "type": "Object", "tags": [], "label": "data", @@ -699,9 +691,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultParams", + "section": "def-server.AuthResultParams", "text": "AuthResultParams" }, " | undefined" @@ -716,7 +708,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit.notHandled", + "id": "def-server.AuthToolkit.notHandled", "type": "Function", "tags": [], "label": "notHandled", @@ -727,9 +719,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResult", + "section": "def-server.AuthResult", "text": "AuthResult" } ], @@ -741,7 +733,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit.redirected", + "id": "def-server.AuthToolkit.redirected", "type": "Function", "tags": [], "label": "redirected", @@ -752,17 +744,17 @@ "(headers: { location: string; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResult", + "section": "def-server.AuthResult", "text": "AuthResult" } ], @@ -772,7 +764,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthToolkit.redirected.$1", + "id": "def-server.AuthToolkit.redirected.$1", "type": "CompoundType", "tags": [], "label": "headers", @@ -781,9 +773,9 @@ "{ location: string; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" } ], @@ -800,7 +792,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.CustomHttpResponseOptions", + "id": "def-server.CustomHttpResponseOptions", "type": "Interface", "tags": [], "label": "CustomHttpResponseOptions", @@ -810,9 +802,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "" @@ -823,7 +815,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.CustomHttpResponseOptions.body", + "id": "def-server.CustomHttpResponseOptions.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -839,7 +831,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.CustomHttpResponseOptions.headers", + "id": "def-server.CustomHttpResponseOptions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -849,9 +841,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -862,7 +854,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.CustomHttpResponseOptions.bypassErrorFormat", + "id": "def-server.CustomHttpResponseOptions.bypassErrorFormat", "type": "CompoundType", "tags": [], "label": "bypassErrorFormat", @@ -878,7 +870,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.CustomHttpResponseOptions.statusCode", + "id": "def-server.CustomHttpResponseOptions.statusCode", "type": "number", "tags": [], "label": "statusCode", @@ -892,7 +884,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ErrorHttpResponseOptions", + "id": "def-server.ErrorHttpResponseOptions", "type": "Interface", "tags": [], "label": "ErrorHttpResponseOptions", @@ -905,7 +897,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ErrorHttpResponseOptions.body", + "id": "def-server.ErrorHttpResponseOptions.body", "type": "CompoundType", "tags": [], "label": "body", @@ -915,9 +907,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseError", + "section": "def-server.ResponseError", "text": "ResponseError" }, " | undefined" @@ -928,7 +920,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ErrorHttpResponseOptions.headers", + "id": "def-server.ErrorHttpResponseOptions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -938,9 +930,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -954,7 +946,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest", + "id": "def-server.FakeRawRequest", "type": "Interface", "tags": [], "label": "FakeRawRequest", @@ -967,7 +959,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.headers", + "id": "def-server.FakeRawRequest.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -983,7 +975,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.path", + "id": "def-server.FakeRawRequest.path", "type": "string", "tags": [], "label": "path", @@ -996,7 +988,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.method", + "id": "def-server.FakeRawRequest.method", "type": "string", "tags": [], "label": "method", @@ -1010,7 +1002,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.url", + "id": "def-server.FakeRawRequest.url", "type": "Object", "tags": [], "label": "url", @@ -1025,7 +1017,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.app", + "id": "def-server.FakeRawRequest.app", "type": "Object", "tags": [], "label": "app", @@ -1039,7 +1031,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.auth", + "id": "def-server.FakeRawRequest.auth", "type": "Object", "tags": [], "label": "auth", @@ -1053,7 +1045,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FakeRawRequest.route", + "id": "def-server.FakeRawRequest.route", "type": "Object", "tags": [], "label": "route", @@ -1062,9 +1054,9 @@ "{ settings?: { tags?: string[] | undefined; app?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRouteOptions", + "section": "def-server.KibanaRouteOptions", "text": "KibanaRouteOptions" }, " | undefined; payload?: ", @@ -1080,7 +1072,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions", + "id": "def-server.FileHttpResponseOptions", "type": "Interface", "tags": [], "label": "FileHttpResponseOptions", @@ -1090,9 +1082,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FileHttpResponseOptions", + "section": "def-server.FileHttpResponseOptions", "text": "FileHttpResponseOptions" }, "" @@ -1103,7 +1095,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.body", + "id": "def-server.FileHttpResponseOptions.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -1119,7 +1111,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.filename", + "id": "def-server.FileHttpResponseOptions.filename", "type": "string", "tags": [], "label": "filename", @@ -1132,7 +1124,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.fileContentType", + "id": "def-server.FileHttpResponseOptions.fileContentType", "type": "CompoundType", "tags": [], "label": "fileContentType", @@ -1148,7 +1140,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.fileContentSize", + "id": "def-server.FileHttpResponseOptions.fileContentSize", "type": "number", "tags": [], "label": "fileContentSize", @@ -1164,7 +1156,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.headers", + "id": "def-server.FileHttpResponseOptions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -1174,9 +1166,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -1187,7 +1179,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.bypassErrorFormat", + "id": "def-server.FileHttpResponseOptions.bypassErrorFormat", "type": "CompoundType", "tags": [], "label": "bypassErrorFormat", @@ -1203,7 +1195,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.FileHttpResponseOptions.bypassFileNameEncoding", + "id": "def-server.FileHttpResponseOptions.bypassFileNameEncoding", "type": "CompoundType", "tags": [], "label": "bypassFileNameEncoding", @@ -1222,7 +1214,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpAuth", + "id": "def-server.HttpAuth", "type": "Interface", "tags": [], "label": "HttpAuth", @@ -1233,7 +1225,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpAuth.get", + "id": "def-server.HttpAuth.get", "type": "Function", "tags": [], "label": "get", @@ -1244,17 +1236,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => { status: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthStatus", + "section": "def-server.AuthStatus", "text": "AuthStatus" }, "; state: T; }" @@ -1266,7 +1258,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpAuth.get.$1", + "id": "def-server.HttpAuth.get.$1", "type": "Object", "tags": [], "label": "request", @@ -1274,9 +1266,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1289,7 +1281,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpAuth.isAuthenticated", + "id": "def-server.HttpAuth.isAuthenticated", "type": "Function", "tags": [], "label": "isAuthenticated", @@ -1300,9 +1292,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -1314,7 +1306,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpAuth.isAuthenticated.$1", + "id": "def-server.HttpAuth.isAuthenticated.$1", "type": "Object", "tags": [], "label": "request", @@ -1322,9 +1314,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1340,7 +1332,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponseOptions", + "id": "def-server.HttpResponseOptions", "type": "Interface", "tags": [], "label": "HttpResponseOptions", @@ -1350,9 +1342,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, "" @@ -1363,7 +1355,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponseOptions.body", + "id": "def-server.HttpResponseOptions.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -1379,7 +1371,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponseOptions.headers", + "id": "def-server.HttpResponseOptions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -1389,9 +1381,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -1402,7 +1394,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponseOptions.bypassErrorFormat", + "id": "def-server.HttpResponseOptions.bypassErrorFormat", "type": "CompoundType", "tags": [], "label": "bypassErrorFormat", @@ -1421,7 +1413,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServerInfo", + "id": "def-server.HttpServerInfo", "type": "Interface", "tags": [], "label": "HttpServerInfo", @@ -1434,7 +1426,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServerInfo.name", + "id": "def-server.HttpServerInfo.name", "type": "string", "tags": [], "label": "name", @@ -1447,7 +1439,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServerInfo.hostname", + "id": "def-server.HttpServerInfo.hostname", "type": "string", "tags": [], "label": "hostname", @@ -1460,7 +1452,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServerInfo.port", + "id": "def-server.HttpServerInfo.port", "type": "number", "tags": [], "label": "port", @@ -1473,7 +1465,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServerInfo.protocol", + "id": "def-server.HttpServerInfo.protocol", "type": "CompoundType", "tags": [], "label": "protocol", @@ -1492,7 +1484,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot", + "id": "def-server.HttpServicePreboot", "type": "Interface", "tags": [], "label": "HttpServicePreboot", @@ -1502,9 +1494,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServicePreboot", + "section": "def-server.HttpServicePreboot", "text": "HttpServicePreboot" }, "" @@ -1515,7 +1507,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot.registerRoutes", + "id": "def-server.HttpServicePreboot.registerRoutes", "type": "Function", "tags": [], "label": "registerRoutes", @@ -1526,9 +1518,9 @@ "(path: string, callback: (router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, ") => void) => void" @@ -1539,7 +1531,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot.registerRoutes.$1", + "id": "def-server.HttpServicePreboot.registerRoutes.$1", "type": "string", "tags": [], "label": "path", @@ -1554,7 +1546,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot.registerRoutes.$2", + "id": "def-server.HttpServicePreboot.registerRoutes.$2", "type": "Function", "tags": [], "label": "callback", @@ -1563,9 +1555,9 @@ "(router: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, ") => void" @@ -1580,7 +1572,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot.basePath", + "id": "def-server.HttpServicePreboot.basePath", "type": "Object", "tags": [], "label": "basePath", @@ -1590,9 +1582,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" } ], @@ -1602,7 +1594,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServicePreboot.getServerInfo", + "id": "def-server.HttpServicePreboot.getServerInfo", "type": "Function", "tags": [], "label": "getServerInfo", @@ -1613,9 +1605,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" } ], @@ -1630,7 +1622,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup", + "id": "def-server.HttpServiceSetup", "type": "Interface", "tags": [], "label": "HttpServiceSetup", @@ -1640,9 +1632,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceSetup", + "section": "def-server.HttpServiceSetup", "text": "HttpServiceSetup" }, "" @@ -1653,7 +1645,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.createCookieSessionStorageFactory", + "id": "def-server.HttpServiceSetup.createCookieSessionStorageFactory", "type": "Function", "tags": [], "label": "createCookieSessionStorageFactory", @@ -1664,17 +1656,17 @@ "(cookieOptions: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, ") => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageFactory", + "section": "def-server.SessionStorageFactory", "text": "SessionStorageFactory" }, ">" @@ -1685,7 +1677,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.createCookieSessionStorageFactory.$1", + "id": "def-server.HttpServiceSetup.createCookieSessionStorageFactory.$1", "type": "Object", "tags": [], "label": "cookieOptions", @@ -1695,9 +1687,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, "" @@ -1712,7 +1704,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreRouting", + "id": "def-server.HttpServiceSetup.registerOnPreRouting", "type": "Function", "tags": [], "label": "registerOnPreRouting", @@ -1723,9 +1715,9 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingHandler", + "section": "def-server.OnPreRoutingHandler", "text": "OnPreRoutingHandler" }, ") => void" @@ -1736,7 +1728,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreRouting.$1", + "id": "def-server.HttpServiceSetup.registerOnPreRouting.$1", "type": "Function", "tags": [], "label": "handler", @@ -1746,9 +1738,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingHandler", + "section": "def-server.OnPreRoutingHandler", "text": "OnPreRoutingHandler" } ], @@ -1762,7 +1754,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreAuth", + "id": "def-server.HttpServiceSetup.registerOnPreAuth", "type": "Function", "tags": [], "label": "registerOnPreAuth", @@ -1773,9 +1765,9 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthHandler", + "section": "def-server.OnPreAuthHandler", "text": "OnPreAuthHandler" }, ") => void" @@ -1786,7 +1778,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreAuth.$1", + "id": "def-server.HttpServiceSetup.registerOnPreAuth.$1", "type": "Function", "tags": [], "label": "handler", @@ -1796,9 +1788,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthHandler", + "section": "def-server.OnPreAuthHandler", "text": "OnPreAuthHandler" } ], @@ -1812,7 +1804,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerAuth", + "id": "def-server.HttpServiceSetup.registerAuth", "type": "Function", "tags": [], "label": "registerAuth", @@ -1823,9 +1815,9 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthenticationHandler", + "section": "def-server.AuthenticationHandler", "text": "AuthenticationHandler" }, ") => void" @@ -1836,7 +1828,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerAuth.$1", + "id": "def-server.HttpServiceSetup.registerAuth.$1", "type": "Function", "tags": [], "label": "handler", @@ -1846,9 +1838,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthenticationHandler", + "section": "def-server.AuthenticationHandler", "text": "AuthenticationHandler" } ], @@ -1862,7 +1854,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPostAuth", + "id": "def-server.HttpServiceSetup.registerOnPostAuth", "type": "Function", "tags": [], "label": "registerOnPostAuth", @@ -1873,9 +1865,9 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthHandler", + "section": "def-server.OnPostAuthHandler", "text": "OnPostAuthHandler" }, ") => void" @@ -1886,7 +1878,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPostAuth.$1", + "id": "def-server.HttpServiceSetup.registerOnPostAuth.$1", "type": "Function", "tags": [], "label": "handler", @@ -1896,9 +1888,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthHandler", + "section": "def-server.OnPostAuthHandler", "text": "OnPostAuthHandler" } ], @@ -1912,7 +1904,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreResponse", + "id": "def-server.HttpServiceSetup.registerOnPreResponse", "type": "Function", "tags": [], "label": "registerOnPreResponse", @@ -1923,9 +1915,9 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseHandler", + "section": "def-server.OnPreResponseHandler", "text": "OnPreResponseHandler" }, ") => void" @@ -1936,7 +1928,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerOnPreResponse.$1", + "id": "def-server.HttpServiceSetup.registerOnPreResponse.$1", "type": "Function", "tags": [], "label": "handler", @@ -1946,9 +1938,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseHandler", + "section": "def-server.OnPreResponseHandler", "text": "OnPreResponseHandler" } ], @@ -1962,7 +1954,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.basePath", + "id": "def-server.HttpServiceSetup.basePath", "type": "Object", "tags": [], "label": "basePath", @@ -1972,9 +1964,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" } ], @@ -1984,7 +1976,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.staticAssets", + "id": "def-server.HttpServiceSetup.staticAssets", "type": "Object", "tags": [], "label": "staticAssets", @@ -1994,9 +1986,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-server.IStaticAssets", "text": "IStaticAssets" } ], @@ -2006,7 +1998,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.csp", + "id": "def-server.HttpServiceSetup.csp", "type": "Object", "tags": [], "label": "csp", @@ -2016,9 +2008,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" } ], @@ -2028,7 +2020,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.createRouter", + "id": "def-server.HttpServiceSetup.createRouter", "type": "Function", "tags": [], "label": "createRouter", @@ -2039,9 +2031,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "" @@ -2054,7 +2046,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerRouteHandlerContext", + "id": "def-server.HttpServiceSetup.registerRouteHandlerContext", "type": "Function", "tags": [], "label": "registerRouteHandlerContext", @@ -2065,17 +2057,17 @@ ">(contextName: ContextName, provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" } ], @@ -2085,7 +2077,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerRouteHandlerContext.$1", + "id": "def-server.HttpServiceSetup.registerRouteHandlerContext.$1", "type": "Uncategorized", "tags": [], "label": "contextName", @@ -2100,7 +2092,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.registerRouteHandlerContext.$2", + "id": "def-server.HttpServiceSetup.registerRouteHandlerContext.$2", "type": "Function", "tags": [], "label": "provider", @@ -2108,9 +2100,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, "" @@ -2125,7 +2117,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceSetup.getServerInfo", + "id": "def-server.HttpServiceSetup.getServerInfo", "type": "Function", "tags": [], "label": "getServerInfo", @@ -2136,9 +2128,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" } ], @@ -2153,7 +2145,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceStart", + "id": "def-server.HttpServiceStart", "type": "Interface", "tags": [], "label": "HttpServiceStart", @@ -2164,7 +2156,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceStart.basePath", + "id": "def-server.HttpServiceStart.basePath", "type": "Object", "tags": [], "label": "basePath", @@ -2174,9 +2166,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" } ], @@ -2186,7 +2178,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceStart.staticAssets", + "id": "def-server.HttpServiceStart.staticAssets", "type": "Object", "tags": [], "label": "staticAssets", @@ -2196,9 +2188,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-server.IStaticAssets", "text": "IStaticAssets" } ], @@ -2208,7 +2200,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceStart.auth", + "id": "def-server.HttpServiceStart.auth", "type": "Object", "tags": [], "label": "auth", @@ -2218,9 +2210,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpAuth", + "section": "def-server.HttpAuth", "text": "HttpAuth" } ], @@ -2230,7 +2222,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpServiceStart.getServerInfo", + "id": "def-server.HttpServiceStart.getServerInfo", "type": "Function", "tags": [], "label": "getServerInfo", @@ -2241,9 +2233,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" } ], @@ -2258,7 +2250,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage", + "id": "def-server.IAuthHeadersStorage", "type": "Interface", "tags": [], "label": "IAuthHeadersStorage", @@ -2269,7 +2261,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage.set", + "id": "def-server.IAuthHeadersStorage.set", "type": "Function", "tags": [], "label": "set", @@ -2278,17 +2270,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", headers: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, ") => void" @@ -2300,7 +2292,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage.set.$1", + "id": "def-server.IAuthHeadersStorage.set.$1", "type": "Object", "tags": [], "label": "request", @@ -2308,9 +2300,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2321,7 +2313,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage.set.$2", + "id": "def-server.IAuthHeadersStorage.set.$2", "type": "Object", "tags": [], "label": "headers", @@ -2337,7 +2329,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage.get", + "id": "def-server.IAuthHeadersStorage.get", "type": "Function", "tags": [], "label": "get", @@ -2346,17 +2338,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, " | undefined" @@ -2368,7 +2360,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IAuthHeadersStorage.get.$1", + "id": "def-server.IAuthHeadersStorage.get.$1", "type": "Object", "tags": [], "label": "request", @@ -2376,9 +2368,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2394,7 +2386,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath", + "id": "def-server.IBasePath", "type": "Interface", "tags": [], "label": "IBasePath", @@ -2407,7 +2399,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.serverBasePath", + "id": "def-server.IBasePath.serverBasePath", "type": "string", "tags": [], "label": "serverBasePath", @@ -2420,7 +2412,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.publicBaseUrl", + "id": "def-server.IBasePath.publicBaseUrl", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -2436,7 +2428,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.get", + "id": "def-server.IBasePath.get", "type": "Function", "tags": [], "label": "get", @@ -2447,9 +2439,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => string" @@ -2460,7 +2452,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.get.$1", + "id": "def-server.IBasePath.get.$1", "type": "Object", "tags": [], "label": "request", @@ -2468,9 +2460,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2485,7 +2477,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.set", + "id": "def-server.IBasePath.set", "type": "Function", "tags": [], "label": "set", @@ -2496,9 +2488,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", requestSpecificBasePath: string) => void" @@ -2509,7 +2501,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.set.$1", + "id": "def-server.IBasePath.set.$1", "type": "Object", "tags": [], "label": "request", @@ -2517,9 +2509,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2531,7 +2523,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.set.$2", + "id": "def-server.IBasePath.set.$2", "type": "string", "tags": [], "label": "requestSpecificBasePath", @@ -2549,7 +2541,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.prepend", + "id": "def-server.IBasePath.prepend", "type": "Function", "tags": [], "label": "prepend", @@ -2565,7 +2557,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.prepend.$1", + "id": "def-server.IBasePath.prepend.$1", "type": "string", "tags": [], "label": "path", @@ -2583,7 +2575,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.remove", + "id": "def-server.IBasePath.remove", "type": "Function", "tags": [], "label": "remove", @@ -2599,7 +2591,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IBasePath.remove.$1", + "id": "def-server.IBasePath.remove.$1", "type": "string", "tags": [], "label": "path", @@ -2620,7 +2612,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer", + "id": "def-server.IContextContainer", "type": "Interface", "tags": [], "label": "IContextContainer", @@ -2633,7 +2625,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.registerContext", + "id": "def-server.IContextContainer.registerContext", "type": "Function", "tags": [], "label": "registerContext", @@ -2644,17 +2636,17 @@ "(pluginOpaqueId: symbol, contextName: ContextName, provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, ") => this" @@ -2665,7 +2657,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.registerContext.$1", + "id": "def-server.IContextContainer.registerContext.$1", "type": "Uncategorized", "tags": [], "label": "pluginOpaqueId", @@ -2682,7 +2674,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.registerContext.$2", + "id": "def-server.IContextContainer.registerContext.$2", "type": "Uncategorized", "tags": [], "label": "contextName", @@ -2699,7 +2691,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.registerContext.$3", + "id": "def-server.IContextContainer.registerContext.$3", "type": "Function", "tags": [], "label": "provider", @@ -2709,9 +2701,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, "" @@ -2728,7 +2720,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.createHandler", + "id": "def-server.IContextContainer.createHandler", "type": "Function", "tags": [], "label": "createHandler", @@ -2739,49 +2731,49 @@ "(pluginOpaqueId: symbol, handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -2792,7 +2784,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.createHandler.$1", + "id": "def-server.IContextContainer.createHandler.$1", "type": "Uncategorized", "tags": [], "label": "pluginOpaqueId", @@ -2809,7 +2801,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextContainer.createHandler.$2", + "id": "def-server.IContextContainer.createHandler.$2", "type": "Function", "tags": [], "label": "handler", @@ -2819,25 +2811,25 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "" @@ -2857,7 +2849,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig", + "id": "def-server.ICspConfig", "type": "Interface", "tags": [], "label": "ICspConfig", @@ -2870,7 +2862,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig.strict", + "id": "def-server.ICspConfig.strict", "type": "boolean", "tags": [], "label": "strict", @@ -2883,7 +2875,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig.warnLegacyBrowsers", + "id": "def-server.ICspConfig.warnLegacyBrowsers", "type": "boolean", "tags": [], "label": "warnLegacyBrowsers", @@ -2896,7 +2888,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig.disableEmbedding", + "id": "def-server.ICspConfig.disableEmbedding", "type": "boolean", "tags": [], "label": "disableEmbedding", @@ -2909,7 +2901,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig.header", + "id": "def-server.ICspConfig.header", "type": "string", "tags": [], "label": "header", @@ -2922,7 +2914,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ICspConfig.reportOnlyHeader", + "id": "def-server.ICspConfig.reportOnlyHeader", "type": "string", "tags": [], "label": "reportOnlyHeader", @@ -2938,7 +2930,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IExternalUrlConfig", + "id": "def-server.IExternalUrlConfig", "type": "Interface", "tags": [], "label": "IExternalUrlConfig", @@ -2951,7 +2943,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IExternalUrlConfig.policy", + "id": "def-server.IExternalUrlConfig.policy", "type": "Array", "tags": [], "label": "policy", @@ -2977,7 +2969,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IHttpEluMonitorConfig", + "id": "def-server.IHttpEluMonitorConfig", "type": "Interface", "tags": [], "label": "IHttpEluMonitorConfig", @@ -2990,7 +2982,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IHttpEluMonitorConfig.enabled", + "id": "def-server.IHttpEluMonitorConfig.enabled", "type": "boolean", "tags": [], "label": "enabled", @@ -3003,7 +2995,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IHttpEluMonitorConfig.logging", + "id": "def-server.IHttpEluMonitorConfig.logging", "type": "Object", "tags": [], "label": "logging", @@ -3020,7 +3012,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaResponse", + "id": "def-server.IKibanaResponse", "type": "Interface", "tags": [], "label": "IKibanaResponse", @@ -3030,9 +3022,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -3043,7 +3035,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaResponse.status", + "id": "def-server.IKibanaResponse.status", "type": "number", "tags": [], "label": "status", @@ -3054,7 +3046,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaResponse.payload", + "id": "def-server.IKibanaResponse.payload", "type": "Uncategorized", "tags": [], "label": "payload", @@ -3068,7 +3060,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaResponse.options", + "id": "def-server.IKibanaResponse.options", "type": "Object", "tags": [], "label": "options", @@ -3076,9 +3068,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, "" @@ -3092,7 +3084,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket", + "id": "def-server.IKibanaSocket", "type": "Interface", "tags": [], "label": "IKibanaSocket", @@ -3105,7 +3097,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate", + "id": "def-server.IKibanaSocket.getPeerCertificate", "type": "Function", "tags": [], "label": "getPeerCertificate", @@ -3127,7 +3119,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate.$1", + "id": "def-server.IKibanaSocket.getPeerCertificate.$1", "type": "boolean", "tags": [], "label": "detailed", @@ -3145,7 +3137,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate", + "id": "def-server.IKibanaSocket.getPeerCertificate", "type": "Function", "tags": [], "label": "getPeerCertificate", @@ -3167,7 +3159,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate.$1", + "id": "def-server.IKibanaSocket.getPeerCertificate.$1", "type": "boolean", "tags": [], "label": "detailed", @@ -3185,7 +3177,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate", + "id": "def-server.IKibanaSocket.getPeerCertificate", "type": "Function", "tags": [], "label": "getPeerCertificate", @@ -3209,7 +3201,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getPeerCertificate.$1", + "id": "def-server.IKibanaSocket.getPeerCertificate.$1", "type": "CompoundType", "tags": [], "label": "detailed", @@ -3231,7 +3223,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.getProtocol", + "id": "def-server.IKibanaSocket.getProtocol", "type": "Function", "tags": [], "label": "getProtocol", @@ -3249,7 +3241,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.renegotiate", + "id": "def-server.IKibanaSocket.renegotiate", "type": "Function", "tags": [], "label": "renegotiate", @@ -3265,7 +3257,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.renegotiate.$1", + "id": "def-server.IKibanaSocket.renegotiate.$1", "type": "Object", "tags": [], "label": "options", @@ -3276,7 +3268,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.renegotiate.$1.rejectUnauthorized", + "id": "def-server.IKibanaSocket.renegotiate.$1.rejectUnauthorized", "type": "CompoundType", "tags": [], "label": "rejectUnauthorized", @@ -3290,7 +3282,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.renegotiate.$1.requestCert", + "id": "def-server.IKibanaSocket.renegotiate.$1.requestCert", "type": "CompoundType", "tags": [], "label": "requestCert", @@ -3311,7 +3303,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.authorized", + "id": "def-server.IKibanaSocket.authorized", "type": "CompoundType", "tags": [], "label": "authorized", @@ -3327,7 +3319,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.authorizationError", + "id": "def-server.IKibanaSocket.authorizationError", "type": "Object", "tags": [], "label": "authorizationError", @@ -3343,7 +3335,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IKibanaSocket.remoteAddress", + "id": "def-server.IKibanaSocket.remoteAddress", "type": "string", "tags": [], "label": "remoteAddress", @@ -3362,7 +3354,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter", + "id": "def-server.IRouter", "type": "Interface", "tags": [], "label": "IRouter", @@ -3372,9 +3364,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IRouter", + "section": "def-server.IRouter", "text": "IRouter" }, "" @@ -3385,7 +3377,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.routerPath", + "id": "def-server.IRouter.routerPath", "type": "string", "tags": [], "label": "routerPath", @@ -3398,7 +3390,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get", + "id": "def-server.IRouter.get", "type": "Function", "tags": [ "track-adoption" @@ -3411,25 +3403,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -4498,6 +4490,30 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/endpoint/routes/resolver.ts" }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, { "plugin": "reporting", "path": "x-pack/plugins/reporting/server/routes/internal/deprecations/deprecations.ts" @@ -5927,7 +5943,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get.$1", + "id": "def-server.IRouter.get.$1", "type": "Object", "tags": [], "label": "route", @@ -5937,9 +5953,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -5950,7 +5966,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get.$2", + "id": "def-server.IRouter.get.$2", "type": "Function", "tags": [], "label": "handler", @@ -5961,33 +5977,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -5999,7 +6015,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get.$2.$1", + "id": "def-server.IRouter.get.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -6013,7 +6029,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get.$2.$2", + "id": "def-server.IRouter.get.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -6021,9 +6037,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -6034,7 +6050,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.get.$2.$3", + "id": "def-server.IRouter.get.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -6052,7 +6068,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post", + "id": "def-server.IRouter.post", "type": "Function", "tags": [ "track-adoption" @@ -6065,25 +6081,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -7076,6 +7092,62 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/endpoint/routes/resolver.ts" }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/xmatters_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/torq_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, { "plugin": "painlessLab", "path": "x-pack/plugins/painless_lab/server/routes/api/execute.ts" @@ -8245,7 +8317,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post.$1", + "id": "def-server.IRouter.post.$1", "type": "Object", "tags": [], "label": "route", @@ -8255,9 +8327,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -8268,7 +8340,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post.$2", + "id": "def-server.IRouter.post.$2", "type": "Function", "tags": [], "label": "handler", @@ -8279,33 +8351,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -8317,7 +8389,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post.$2.$1", + "id": "def-server.IRouter.post.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -8331,7 +8403,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post.$2.$2", + "id": "def-server.IRouter.post.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -8339,9 +8411,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -8352,7 +8424,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.post.$2.$3", + "id": "def-server.IRouter.post.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -8370,7 +8442,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put", + "id": "def-server.IRouter.put", "type": "Function", "tags": [ "track-adoption" @@ -8383,25 +8455,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -8706,6 +8778,10 @@ "plugin": "monitoring", "path": "x-pack/plugins/monitoring/server/plugin.ts" }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, { "plugin": "reporting", "path": "x-pack/plugins/reporting/server/routes/internal/deprecations/deprecations.ts" @@ -8951,7 +9027,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put.$1", + "id": "def-server.IRouter.put.$1", "type": "Object", "tags": [], "label": "route", @@ -8961,9 +9037,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -8974,7 +9050,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put.$2", + "id": "def-server.IRouter.put.$2", "type": "Function", "tags": [], "label": "handler", @@ -8985,33 +9061,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -9023,7 +9099,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put.$2.$1", + "id": "def-server.IRouter.put.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -9037,7 +9113,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put.$2.$2", + "id": "def-server.IRouter.put.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -9045,9 +9121,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9058,7 +9134,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.put.$2.$3", + "id": "def-server.IRouter.put.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -9076,7 +9152,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch", + "id": "def-server.IRouter.patch", "type": "Function", "tags": [ "track-adoption" @@ -9089,25 +9165,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -9148,6 +9224,10 @@ "plugin": "infra", "path": "x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, { "plugin": "@kbn/core-http-router-server-internal", "path": "packages/core/http/core-http-router-server-internal/src/router.ts" @@ -9241,7 +9321,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch.$1", + "id": "def-server.IRouter.patch.$1", "type": "Object", "tags": [], "label": "route", @@ -9251,9 +9331,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -9264,7 +9344,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch.$2", + "id": "def-server.IRouter.patch.$2", "type": "Function", "tags": [], "label": "handler", @@ -9275,33 +9355,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -9313,7 +9393,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch.$2.$1", + "id": "def-server.IRouter.patch.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -9327,7 +9407,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch.$2.$2", + "id": "def-server.IRouter.patch.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -9335,9 +9415,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9348,7 +9428,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.patch.$2.$3", + "id": "def-server.IRouter.patch.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -9366,7 +9446,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete", + "id": "def-server.IRouter.delete", "type": "Function", "tags": [ "track-adoption" @@ -9379,25 +9459,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -9863,7 +9943,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete.$1", + "id": "def-server.IRouter.delete.$1", "type": "Object", "tags": [], "label": "route", @@ -9873,9 +9953,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -9886,7 +9966,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete.$2", + "id": "def-server.IRouter.delete.$2", "type": "Function", "tags": [], "label": "handler", @@ -9897,33 +9977,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -9935,7 +10015,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete.$2.$1", + "id": "def-server.IRouter.delete.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -9949,7 +10029,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete.$2.$2", + "id": "def-server.IRouter.delete.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -9957,9 +10037,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9970,7 +10050,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.delete.$2.$3", + "id": "def-server.IRouter.delete.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -9988,7 +10068,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.handleLegacyErrors", + "id": "def-server.IRouter.handleLegacyErrors", "type": "Function", "tags": [], "label": "handleLegacyErrors", @@ -9999,57 +10079,57 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "" @@ -10061,7 +10141,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.handleLegacyErrors.$1", + "id": "def-server.IRouter.handleLegacyErrors.$1", "type": "Function", "tags": [], "label": "handler", @@ -10072,25 +10152,25 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ResponseFactory) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -10102,7 +10182,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.handleLegacyErrors.$1.$1", + "id": "def-server.IRouter.handleLegacyErrors.$1.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -10116,7 +10196,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.handleLegacyErrors.$1.$2", + "id": "def-server.IRouter.handleLegacyErrors.$1.$2", "type": "Object", "tags": [], "label": "request", @@ -10124,9 +10204,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -10137,7 +10217,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.handleLegacyErrors.$1.$3", + "id": "def-server.IRouter.handleLegacyErrors.$1.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -10155,7 +10235,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IRouter.versioned", + "id": "def-server.IRouter.versioned", "type": "Object", "tags": [ "experimental" @@ -10167,9 +10247,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, "" @@ -10183,7 +10263,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IStaticAssets", + "id": "def-server.IStaticAssets", "type": "Interface", "tags": [], "label": "IStaticAssets", @@ -10196,7 +10276,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IStaticAssets.getPluginAssetHref", + "id": "def-server.IStaticAssets.getPluginAssetHref", "type": "Function", "tags": [], "label": "getPluginAssetHref", @@ -10212,7 +10292,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IStaticAssets.getPluginAssetHref.$1", + "id": "def-server.IStaticAssets.getPluginAssetHref.$1", "type": "string", "tags": [], "label": "assetPath", @@ -10230,7 +10310,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IStaticAssets.prependPublicUrl", + "id": "def-server.IStaticAssets.prependPublicUrl", "type": "Function", "tags": [ "note" @@ -10248,7 +10328,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IStaticAssets.prependPublicUrl.$1", + "id": "def-server.IStaticAssets.prependPublicUrl.$1", "type": "string", "tags": [], "label": "pathname", @@ -10269,7 +10349,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory", + "id": "def-server.KibanaErrorResponseFactory", "type": "Interface", "tags": [], "label": "KibanaErrorResponseFactory", @@ -10280,7 +10360,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.badRequest", + "id": "def-server.KibanaErrorResponseFactory.badRequest", "type": "Function", "tags": [], "label": "badRequest", @@ -10291,17 +10371,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10312,7 +10392,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.badRequest.$1", + "id": "def-server.KibanaErrorResponseFactory.badRequest.$1", "type": "Object", "tags": [], "label": "options", @@ -10322,9 +10402,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10339,7 +10419,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.unauthorized", + "id": "def-server.KibanaErrorResponseFactory.unauthorized", "type": "Function", "tags": [], "label": "unauthorized", @@ -10350,17 +10430,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10371,7 +10451,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.unauthorized.$1", + "id": "def-server.KibanaErrorResponseFactory.unauthorized.$1", "type": "Object", "tags": [], "label": "options", @@ -10381,9 +10461,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10398,7 +10478,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.forbidden", + "id": "def-server.KibanaErrorResponseFactory.forbidden", "type": "Function", "tags": [], "label": "forbidden", @@ -10409,17 +10489,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10430,7 +10510,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.forbidden.$1", + "id": "def-server.KibanaErrorResponseFactory.forbidden.$1", "type": "Object", "tags": [], "label": "options", @@ -10440,9 +10520,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10457,7 +10537,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.notFound", + "id": "def-server.KibanaErrorResponseFactory.notFound", "type": "Function", "tags": [], "label": "notFound", @@ -10468,17 +10548,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10489,7 +10569,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.notFound.$1", + "id": "def-server.KibanaErrorResponseFactory.notFound.$1", "type": "Object", "tags": [], "label": "options", @@ -10499,9 +10579,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10516,7 +10596,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.conflict", + "id": "def-server.KibanaErrorResponseFactory.conflict", "type": "Function", "tags": [], "label": "conflict", @@ -10527,17 +10607,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10548,7 +10628,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.conflict.$1", + "id": "def-server.KibanaErrorResponseFactory.conflict.$1", "type": "Object", "tags": [], "label": "options", @@ -10558,9 +10638,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10575,7 +10655,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.unprocessableContent", + "id": "def-server.KibanaErrorResponseFactory.unprocessableContent", "type": "Function", "tags": [], "label": "unprocessableContent", @@ -10586,17 +10666,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10607,7 +10687,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.unprocessableContent.$1", + "id": "def-server.KibanaErrorResponseFactory.unprocessableContent.$1", "type": "Object", "tags": [], "label": "options", @@ -10617,9 +10697,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ErrorHttpResponseOptions", + "section": "def-server.ErrorHttpResponseOptions", "text": "ErrorHttpResponseOptions" }, " | undefined" @@ -10634,7 +10714,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.customError", + "id": "def-server.KibanaErrorResponseFactory.customError", "type": "Function", "tags": [], "label": "customError", @@ -10645,25 +10725,25 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseError", + "section": "def-server.ResponseError", "text": "ResponseError" }, ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10674,7 +10754,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaErrorResponseFactory.customError.$1", + "id": "def-server.KibanaErrorResponseFactory.customError.$1", "type": "Object", "tags": [], "label": "options", @@ -10684,17 +10764,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseError", + "section": "def-server.ResponseError", "text": "ResponseError" }, ">" @@ -10712,7 +10792,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaNotModifiedResponseFactory", + "id": "def-server.KibanaNotModifiedResponseFactory", "type": "Interface", "tags": [], "label": "KibanaNotModifiedResponseFactory", @@ -10723,7 +10803,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaNotModifiedResponseFactory.notModified", + "id": "def-server.KibanaNotModifiedResponseFactory.notModified", "type": "Function", "tags": [], "label": "notModified", @@ -10734,17 +10814,17 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10755,7 +10835,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaNotModifiedResponseFactory.notModified.$1", + "id": "def-server.KibanaNotModifiedResponseFactory.notModified.$1", "type": "Object", "tags": [], "label": "options", @@ -10765,9 +10845,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, "" @@ -10785,7 +10865,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRedirectionResponseFactory", + "id": "def-server.KibanaRedirectionResponseFactory", "type": "Interface", "tags": [], "label": "KibanaRedirectionResponseFactory", @@ -10796,7 +10876,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRedirectionResponseFactory.redirected", + "id": "def-server.KibanaRedirectionResponseFactory.redirected", "type": "Function", "tags": [], "label": "redirected", @@ -10807,17 +10887,17 @@ "(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RedirectResponseOptions", + "section": "def-server.RedirectResponseOptions", "text": "RedirectResponseOptions" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -10828,7 +10908,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRedirectionResponseFactory.redirected.$1", + "id": "def-server.KibanaRedirectionResponseFactory.redirected.$1", "type": "CompoundType", "tags": [], "label": "options", @@ -10838,9 +10918,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RedirectResponseOptions", + "section": "def-server.RedirectResponseOptions", "text": "RedirectResponseOptions" } ], @@ -10857,7 +10937,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest", + "id": "def-server.KibanaRequest", "type": "Interface", "tags": [], "label": "KibanaRequest", @@ -10867,9 +10947,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -10880,7 +10960,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.id", + "id": "def-server.KibanaRequest.id", "type": "string", "tags": [], "label": "id", @@ -10893,7 +10973,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.uuid", + "id": "def-server.KibanaRequest.uuid", "type": "string", "tags": [], "label": "uuid", @@ -10906,7 +10986,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.url", + "id": "def-server.KibanaRequest.url", "type": "Object", "tags": [], "label": "url", @@ -10922,7 +11002,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.route", + "id": "def-server.KibanaRequest.route", "type": "Object", "tags": [], "label": "route", @@ -10949,9 +11029,9 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequestRouteOptions", + "section": "def-server.KibanaRequestRouteOptions", "text": "KibanaRequestRouteOptions" }, ">; }" @@ -10962,7 +11042,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.headers", + "id": "def-server.KibanaRequest.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -10978,7 +11058,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.isSystemRequest", + "id": "def-server.KibanaRequest.isSystemRequest", "type": "boolean", "tags": [], "label": "isSystemRequest", @@ -10991,7 +11071,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.isFakeRequest", + "id": "def-server.KibanaRequest.isFakeRequest", "type": "boolean", "tags": [], "label": "isFakeRequest", @@ -11004,7 +11084,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.isInternalApiRequest", + "id": "def-server.KibanaRequest.isInternalApiRequest", "type": "boolean", "tags": [ "note" @@ -11019,7 +11099,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.httpVersion", + "id": "def-server.KibanaRequest.httpVersion", "type": "string", "tags": [], "label": "httpVersion", @@ -11032,7 +11112,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.protocol", + "id": "def-server.KibanaRequest.protocol", "type": "CompoundType", "tags": [], "label": "protocol", @@ -11048,7 +11128,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.socket", + "id": "def-server.KibanaRequest.socket", "type": "Object", "tags": [], "label": "socket", @@ -11058,9 +11138,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaSocket", + "section": "def-server.IKibanaSocket", "text": "IKibanaSocket" } ], @@ -11070,7 +11150,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.events", + "id": "def-server.KibanaRequest.events", "type": "Object", "tags": [], "label": "events", @@ -11080,9 +11160,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequestEvents", + "section": "def-server.KibanaRequestEvents", "text": "KibanaRequestEvents" } ], @@ -11092,7 +11172,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.auth", + "id": "def-server.KibanaRequest.auth", "type": "Object", "tags": [], "label": "auth", @@ -11102,9 +11182,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequestAuth", + "section": "def-server.KibanaRequestAuth", "text": "KibanaRequestAuth" } ], @@ -11114,7 +11194,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.rewrittenUrl", + "id": "def-server.KibanaRequest.rewrittenUrl", "type": "Object", "tags": [], "label": "rewrittenUrl", @@ -11131,7 +11211,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.params", + "id": "def-server.KibanaRequest.params", "type": "Uncategorized", "tags": [], "label": "params", @@ -11147,7 +11227,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.query", + "id": "def-server.KibanaRequest.query", "type": "Uncategorized", "tags": [], "label": "query", @@ -11163,7 +11243,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequest.body", + "id": "def-server.KibanaRequest.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -11182,7 +11262,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestAuth", + "id": "def-server.KibanaRequestAuth", "type": "Interface", "tags": [], "label": "KibanaRequestAuth", @@ -11195,7 +11275,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestAuth.isAuthenticated", + "id": "def-server.KibanaRequestAuth.isAuthenticated", "type": "boolean", "tags": [], "label": "isAuthenticated", @@ -11211,7 +11291,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestEvents", + "id": "def-server.KibanaRequestEvents", "type": "Interface", "tags": [], "label": "KibanaRequestEvents", @@ -11224,7 +11304,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestEvents.aborted$", + "id": "def-server.KibanaRequestEvents.aborted$", "type": "Object", "tags": [], "label": "aborted$", @@ -11241,7 +11321,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestEvents.completed$", + "id": "def-server.KibanaRequestEvents.completed$", "type": "Object", "tags": [], "label": "completed$", @@ -11261,7 +11341,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRoute", + "id": "def-server.KibanaRequestRoute", "type": "Interface", "tags": [], "label": "KibanaRequestRoute", @@ -11271,9 +11351,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequestRoute", + "section": "def-server.KibanaRequestRoute", "text": "KibanaRequestRoute" }, "" @@ -11284,7 +11364,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRoute.path", + "id": "def-server.KibanaRequestRoute.path", "type": "string", "tags": [], "label": "path", @@ -11295,7 +11375,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRoute.method", + "id": "def-server.KibanaRequestRoute.method", "type": "Uncategorized", "tags": [], "label": "method", @@ -11309,7 +11389,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRoute.options", + "id": "def-server.KibanaRequestRoute.options", "type": "Uncategorized", "tags": [], "label": "options", @@ -11318,17 +11398,17 @@ "Method extends \"get\" | \"options\" ? Required, \"body\">> : Required<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ">" @@ -11342,7 +11422,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState", + "id": "def-server.KibanaRequestState", "type": "Interface", "tags": [], "label": "KibanaRequestState", @@ -11350,9 +11430,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequestState", + "section": "def-server.KibanaRequestState", "text": "KibanaRequestState" }, " extends ", @@ -11364,7 +11444,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState.requestId", + "id": "def-server.KibanaRequestState.requestId", "type": "string", "tags": [], "label": "requestId", @@ -11375,7 +11455,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState.requestUuid", + "id": "def-server.KibanaRequestState.requestUuid", "type": "string", "tags": [], "label": "requestUuid", @@ -11386,7 +11466,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState.rewrittenUrl", + "id": "def-server.KibanaRequestState.rewrittenUrl", "type": "Object", "tags": [], "label": "rewrittenUrl", @@ -11401,7 +11481,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState.traceId", + "id": "def-server.KibanaRequestState.traceId", "type": "string", "tags": [], "label": "traceId", @@ -11415,7 +11495,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestState.measureElu", + "id": "def-server.KibanaRequestState.measureElu", "type": "Function", "tags": [], "label": "measureElu", @@ -11434,7 +11514,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRouteOptions", + "id": "def-server.KibanaRouteOptions", "type": "Interface", "tags": [], "label": "KibanaRouteOptions", @@ -11442,9 +11522,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRouteOptions", + "section": "def-server.KibanaRouteOptions", "text": "KibanaRouteOptions" }, " extends ", @@ -11456,7 +11536,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRouteOptions.xsrfRequired", + "id": "def-server.KibanaRouteOptions.xsrfRequired", "type": "boolean", "tags": [], "label": "xsrfRequired", @@ -11467,7 +11547,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRouteOptions.access", + "id": "def-server.KibanaRouteOptions.access", "type": "CompoundType", "tags": [], "label": "access", @@ -11484,7 +11564,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory", + "id": "def-server.KibanaSuccessResponseFactory", "type": "Interface", "tags": [], "label": "KibanaSuccessResponseFactory", @@ -11495,7 +11575,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.ok", + "id": "def-server.KibanaSuccessResponseFactory.ok", "type": "Function", "tags": [], "label": "ok", @@ -11508,25 +11588,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -11537,7 +11617,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.ok.$1", + "id": "def-server.KibanaSuccessResponseFactory.ok.$1", "type": "Object", "tags": [], "label": "options", @@ -11547,9 +11627,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined" @@ -11564,7 +11644,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.created", + "id": "def-server.KibanaSuccessResponseFactory.created", "type": "Function", "tags": [], "label": "created", @@ -11577,25 +11657,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -11606,7 +11686,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.created.$1", + "id": "def-server.KibanaSuccessResponseFactory.created.$1", "type": "Object", "tags": [], "label": "options", @@ -11616,9 +11696,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined" @@ -11633,7 +11713,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.accepted", + "id": "def-server.KibanaSuccessResponseFactory.accepted", "type": "Function", "tags": [], "label": "accepted", @@ -11646,25 +11726,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined = any>(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -11675,7 +11755,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.accepted.$1", + "id": "def-server.KibanaSuccessResponseFactory.accepted.$1", "type": "Object", "tags": [], "label": "options", @@ -11685,9 +11765,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined" @@ -11702,7 +11782,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.noContent", + "id": "def-server.KibanaSuccessResponseFactory.noContent", "type": "Function", "tags": [], "label": "noContent", @@ -11713,17 +11793,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -11734,7 +11814,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.noContent.$1", + "id": "def-server.KibanaSuccessResponseFactory.noContent.$1", "type": "Object", "tags": [], "label": "options", @@ -11744,9 +11824,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined" @@ -11761,7 +11841,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.multiStatus", + "id": "def-server.KibanaSuccessResponseFactory.multiStatus", "type": "Function", "tags": [], "label": "multiStatus", @@ -11772,17 +11852,17 @@ "(options?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -11793,7 +11873,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaSuccessResponseFactory.multiStatus.$1", + "id": "def-server.KibanaSuccessResponseFactory.multiStatus.$1", "type": "Object", "tags": [], "label": "options", @@ -11803,9 +11883,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " | undefined" @@ -11823,7 +11903,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthNextResult", + "id": "def-server.OnPostAuthNextResult", "type": "Interface", "tags": [], "label": "OnPostAuthNextResult", @@ -11834,7 +11914,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthNextResult.type", + "id": "def-server.OnPostAuthNextResult.type", "type": "string", "tags": [], "label": "type", @@ -11842,9 +11922,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthResultType", + "section": "def-server.OnPostAuthResultType", "text": "OnPostAuthResultType" } ], @@ -11857,7 +11937,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthToolkit", + "id": "def-server.OnPostAuthToolkit", "type": "Interface", "tags": [], "label": "OnPostAuthToolkit", @@ -11868,7 +11948,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthToolkit.next", + "id": "def-server.OnPostAuthToolkit.next", "type": "Function", "tags": [], "label": "next", @@ -11879,9 +11959,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthNextResult", + "section": "def-server.OnPostAuthNextResult", "text": "OnPostAuthNextResult" } ], @@ -11896,7 +11976,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthNextResult", + "id": "def-server.OnPreAuthNextResult", "type": "Interface", "tags": [], "label": "OnPreAuthNextResult", @@ -11907,7 +11987,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthNextResult.type", + "id": "def-server.OnPreAuthNextResult.type", "type": "string", "tags": [], "label": "type", @@ -11915,9 +11995,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthResultType", + "section": "def-server.OnPreAuthResultType", "text": "OnPreAuthResultType" } ], @@ -11930,7 +12010,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthToolkit", + "id": "def-server.OnPreAuthToolkit", "type": "Interface", "tags": [], "label": "OnPreAuthToolkit", @@ -11941,7 +12021,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthToolkit.next", + "id": "def-server.OnPreAuthToolkit.next", "type": "Function", "tags": [], "label": "next", @@ -11952,9 +12032,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthNextResult", + "section": "def-server.OnPreAuthNextResult", "text": "OnPreAuthNextResult" } ], @@ -11969,7 +12049,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseExtensions", + "id": "def-server.OnPreResponseExtensions", "type": "Interface", "tags": [], "label": "OnPreResponseExtensions", @@ -11982,7 +12062,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseExtensions.headers", + "id": "def-server.OnPreResponseExtensions.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -11992,9 +12072,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -12008,7 +12088,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseInfo", + "id": "def-server.OnPreResponseInfo", "type": "Interface", "tags": [], "label": "OnPreResponseInfo", @@ -12021,7 +12101,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseInfo.statusCode", + "id": "def-server.OnPreResponseInfo.statusCode", "type": "number", "tags": [], "label": "statusCode", @@ -12035,7 +12115,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseRender", + "id": "def-server.OnPreResponseRender", "type": "Interface", "tags": [], "label": "OnPreResponseRender", @@ -12048,7 +12128,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseRender.headers", + "id": "def-server.OnPreResponseRender.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -12058,9 +12138,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -12071,7 +12151,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseRender.body", + "id": "def-server.OnPreResponseRender.body", "type": "string", "tags": [], "label": "body", @@ -12087,7 +12167,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultNext", + "id": "def-server.OnPreResponseResultNext", "type": "Interface", "tags": [], "label": "OnPreResponseResultNext", @@ -12098,7 +12178,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultNext.type", + "id": "def-server.OnPreResponseResultNext.type", "type": "string", "tags": [], "label": "type", @@ -12106,9 +12186,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResultType", + "section": "def-server.OnPreResponseResultType", "text": "OnPreResponseResultType" }, ".next" @@ -12119,7 +12199,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultNext.headers", + "id": "def-server.OnPreResponseResultNext.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -12127,9 +12207,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -12143,7 +12223,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultRender", + "id": "def-server.OnPreResponseResultRender", "type": "Interface", "tags": [], "label": "OnPreResponseResultRender", @@ -12154,7 +12234,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultRender.type", + "id": "def-server.OnPreResponseResultRender.type", "type": "string", "tags": [], "label": "type", @@ -12162,9 +12242,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResultType", + "section": "def-server.OnPreResponseResultType", "text": "OnPreResponseResultType" }, ".render" @@ -12175,7 +12255,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultRender.body", + "id": "def-server.OnPreResponseResultRender.body", "type": "string", "tags": [], "label": "body", @@ -12186,7 +12266,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultRender.headers", + "id": "def-server.OnPreResponseResultRender.headers", "type": "CompoundType", "tags": [], "label": "headers", @@ -12194,9 +12274,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined" @@ -12210,7 +12290,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseToolkit", + "id": "def-server.OnPreResponseToolkit", "type": "Interface", "tags": [], "label": "OnPreResponseToolkit", @@ -12223,7 +12303,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseToolkit.render", + "id": "def-server.OnPreResponseToolkit.render", "type": "Function", "tags": [], "label": "render", @@ -12234,17 +12314,17 @@ "(responseRender: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseRender", + "section": "def-server.OnPreResponseRender", "text": "OnPreResponseRender" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResult", + "section": "def-server.OnPreResponseResult", "text": "OnPreResponseResult" } ], @@ -12254,7 +12334,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseToolkit.render.$1", + "id": "def-server.OnPreResponseToolkit.render.$1", "type": "Object", "tags": [], "label": "responseRender", @@ -12262,9 +12342,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseRender", + "section": "def-server.OnPreResponseRender", "text": "OnPreResponseRender" } ], @@ -12278,7 +12358,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseToolkit.next", + "id": "def-server.OnPreResponseToolkit.next", "type": "Function", "tags": [], "label": "next", @@ -12289,17 +12369,17 @@ "(responseExtensions?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseExtensions", + "section": "def-server.OnPreResponseExtensions", "text": "OnPreResponseExtensions" }, " | undefined) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResult", + "section": "def-server.OnPreResponseResult", "text": "OnPreResponseResult" } ], @@ -12309,7 +12389,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseToolkit.next.$1", + "id": "def-server.OnPreResponseToolkit.next.$1", "type": "Object", "tags": [], "label": "responseExtensions", @@ -12317,9 +12397,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseExtensions", + "section": "def-server.OnPreResponseExtensions", "text": "OnPreResponseExtensions" }, " | undefined" @@ -12337,7 +12417,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultNext", + "id": "def-server.OnPreRoutingResultNext", "type": "Interface", "tags": [], "label": "OnPreRoutingResultNext", @@ -12348,7 +12428,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultNext.type", + "id": "def-server.OnPreRoutingResultNext.type", "type": "string", "tags": [], "label": "type", @@ -12356,9 +12436,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResultType", + "section": "def-server.OnPreRoutingResultType", "text": "OnPreRoutingResultType" }, ".next" @@ -12372,7 +12452,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultRewriteUrl", + "id": "def-server.OnPreRoutingResultRewriteUrl", "type": "Interface", "tags": [], "label": "OnPreRoutingResultRewriteUrl", @@ -12383,7 +12463,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultRewriteUrl.type", + "id": "def-server.OnPreRoutingResultRewriteUrl.type", "type": "string", "tags": [], "label": "type", @@ -12391,9 +12471,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResultType", + "section": "def-server.OnPreRoutingResultType", "text": "OnPreRoutingResultType" }, ".rewriteUrl" @@ -12404,7 +12484,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultRewriteUrl.url", + "id": "def-server.OnPreRoutingResultRewriteUrl.url", "type": "string", "tags": [], "label": "url", @@ -12418,7 +12498,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingToolkit", + "id": "def-server.OnPreRoutingToolkit", "type": "Interface", "tags": [], "label": "OnPreRoutingToolkit", @@ -12429,7 +12509,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingToolkit.next", + "id": "def-server.OnPreRoutingToolkit.next", "type": "Function", "tags": [], "label": "next", @@ -12440,9 +12520,9 @@ "() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResult", + "section": "def-server.OnPreRoutingResult", "text": "OnPreRoutingResult" } ], @@ -12454,7 +12534,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingToolkit.rewriteUrl", + "id": "def-server.OnPreRoutingToolkit.rewriteUrl", "type": "Function", "tags": [], "label": "rewriteUrl", @@ -12465,9 +12545,9 @@ "(url: string) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResult", + "section": "def-server.OnPreRoutingResult", "text": "OnPreRoutingResult" } ], @@ -12477,7 +12557,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingToolkit.rewriteUrl.$1", + "id": "def-server.OnPreRoutingToolkit.rewriteUrl.$1", "type": "string", "tags": [], "label": "url", @@ -12498,7 +12578,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerContextBase", + "id": "def-server.RequestHandlerContextBase", "type": "Interface", "tags": [], "label": "RequestHandlerContextBase", @@ -12511,7 +12591,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerContextBase.resolve", + "id": "def-server.RequestHandlerContextBase.resolve", "type": "Function", "tags": [], "label": "resolve", @@ -12535,7 +12615,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerContextBase.resolve.$1", + "id": "def-server.RequestHandlerContextBase.resolve.$1", "type": "Array", "tags": [], "label": "parts", @@ -12556,7 +12636,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfig", + "id": "def-server.RouteConfig", "type": "Interface", "tags": [], "label": "RouteConfig", @@ -12566,9 +12646,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -12579,7 +12659,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfig.path", + "id": "def-server.RouteConfig.path", "type": "string", "tags": [], "label": "path", @@ -12592,7 +12672,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfig.validate", + "id": "def-server.RouteConfig.validate", "type": "CompoundType", "tags": [], "label": "validate", @@ -12603,17 +12683,17 @@ "false | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ")" @@ -12624,7 +12704,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfig.options", + "id": "def-server.RouteConfig.options", "type": "Object", "tags": [], "label": "options", @@ -12634,9 +12714,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, " | undefined" @@ -12650,7 +12730,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions", + "id": "def-server.RouteConfigOptions", "type": "Interface", "tags": [], "label": "RouteConfigOptions", @@ -12660,9 +12740,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "" @@ -12673,7 +12753,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.authRequired", + "id": "def-server.RouteConfigOptions.authRequired", "type": "CompoundType", "tags": [], "label": "authRequired", @@ -12689,7 +12769,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.xsrfRequired", + "id": "def-server.RouteConfigOptions.xsrfRequired", "type": "Uncategorized", "tags": [], "label": "xsrfRequired", @@ -12705,7 +12785,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.access", + "id": "def-server.RouteConfigOptions.access", "type": "CompoundType", "tags": [], "label": "access", @@ -12715,9 +12795,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, " | undefined" @@ -12728,7 +12808,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.tags", + "id": "def-server.RouteConfigOptions.tags", "type": "Object", "tags": [], "label": "tags", @@ -12744,7 +12824,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.body", + "id": "def-server.RouteConfigOptions.body", "type": "Uncategorized", "tags": [], "label": "body", @@ -12755,9 +12835,9 @@ "(Method extends \"get\" | \"options\" ? undefined : ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptionsBody", + "section": "def-server.RouteConfigOptionsBody", "text": "RouteConfigOptionsBody" }, ") | undefined" @@ -12768,7 +12848,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.timeout", + "id": "def-server.RouteConfigOptions.timeout", "type": "Object", "tags": [], "label": "timeout", @@ -12784,7 +12864,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.summary", + "id": "def-server.RouteConfigOptions.summary", "type": "string", "tags": [], "label": "summary", @@ -12800,7 +12880,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.description", + "id": "def-server.RouteConfigOptions.description", "type": "string", "tags": [], "label": "description", @@ -12816,7 +12896,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptions.deprecated", + "id": "def-server.RouteConfigOptions.deprecated", "type": "CompoundType", "tags": [], "label": "deprecated", @@ -12835,7 +12915,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody", + "id": "def-server.RouteConfigOptionsBody", "type": "Interface", "tags": [], "label": "RouteConfigOptionsBody", @@ -12848,7 +12928,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody.accepts", + "id": "def-server.RouteConfigOptionsBody.accepts", "type": "CompoundType", "tags": [], "label": "accepts", @@ -12859,9 +12939,9 @@ "string | string[] | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteContentType", + "section": "def-server.RouteContentType", "text": "RouteContentType" }, "[] | undefined" @@ -12872,7 +12952,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody.override", + "id": "def-server.RouteConfigOptionsBody.override", "type": "string", "tags": [], "label": "override", @@ -12888,7 +12968,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody.maxBytes", + "id": "def-server.RouteConfigOptionsBody.maxBytes", "type": "number", "tags": [], "label": "maxBytes", @@ -12904,7 +12984,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody.output", + "id": "def-server.RouteConfigOptionsBody.output", "type": "CompoundType", "tags": [], "label": "output", @@ -12920,7 +13000,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteConfigOptionsBody.parse", + "id": "def-server.RouteConfigOptionsBody.parse", "type": "CompoundType", "tags": [], "label": "parse", @@ -12939,7 +13019,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute", + "id": "def-server.RouterRoute", "type": "Interface", "tags": [], "label": "RouterRoute", @@ -12950,7 +13030,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.method", + "id": "def-server.RouterRoute.method", "type": "CompoundType", "tags": [], "label": "method", @@ -12958,17 +13038,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SafeRouteMethod", + "section": "def-server.SafeRouteMethod", "text": "SafeRouteMethod" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.DestructiveRouteMethod", + "section": "def-server.DestructiveRouteMethod", "text": "DestructiveRouteMethod" } ], @@ -12978,7 +13058,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.path", + "id": "def-server.RouterRoute.path", "type": "string", "tags": [], "label": "path", @@ -12989,7 +13069,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.options", + "id": "def-server.RouterRoute.options", "type": "Object", "tags": [], "label": "options", @@ -12997,17 +13077,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteMethod", + "section": "def-server.RouteMethod", "text": "RouteMethod" }, ">" @@ -13018,7 +13098,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.validationSchemas", + "id": "def-server.RouterRoute.validationSchemas", "type": "CompoundType", "tags": [ "note" @@ -13029,17 +13109,17 @@ "false | (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, ") | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidator", + "section": "def-server.RouteValidator", "text": "RouteValidator" }, " | undefined" @@ -13050,7 +13130,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.handler", + "id": "def-server.RouterRoute.handler", "type": "Function", "tags": [], "label": "handler", @@ -13072,7 +13152,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.handler.$1", + "id": "def-server.RouterRoute.handler.$1", "type": "Object", "tags": [], "label": "req", @@ -13087,7 +13167,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouterRoute.handler.$2", + "id": "def-server.RouterRoute.handler.$2", "type": "Object", "tags": [], "label": "responseToolkit", @@ -13108,7 +13188,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory", + "id": "def-server.RouteValidationResultFactory", "type": "Interface", "tags": [], "label": "RouteValidationResultFactory", @@ -13121,7 +13201,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory.ok", + "id": "def-server.RouteValidationResultFactory.ok", "type": "Function", "tags": [], "label": "ok", @@ -13135,7 +13215,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory.ok.$1", + "id": "def-server.RouteValidationResultFactory.ok.$1", "type": "Uncategorized", "tags": [], "label": "value", @@ -13153,7 +13233,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory.badRequest", + "id": "def-server.RouteValidationResultFactory.badRequest", "type": "Function", "tags": [], "label": "badRequest", @@ -13162,9 +13242,9 @@ "(error: string | Error, path?: string[] | undefined) => { error: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationError", + "section": "def-server.RouteValidationError", "text": "RouteValidationError" }, "; }" @@ -13175,7 +13255,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory.badRequest.$1", + "id": "def-server.RouteValidationResultFactory.badRequest.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -13190,7 +13270,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationResultFactory.badRequest.$2", + "id": "def-server.RouteValidationResultFactory.badRequest.$2", "type": "Array", "tags": [], "label": "path", @@ -13211,7 +13291,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorConfig", + "id": "def-server.RouteValidatorConfig", "type": "Interface", "tags": [], "label": "RouteValidatorConfig", @@ -13221,9 +13301,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorConfig", + "section": "def-server.RouteValidatorConfig", "text": "RouteValidatorConfig" }, "" @@ -13234,7 +13314,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorConfig.params", + "id": "def-server.RouteValidatorConfig.params", "type": "CompoundType", "tags": [], "label": "params", @@ -13244,9 +13324,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationSpec", + "section": "def-server.RouteValidationSpec", "text": "RouteValidationSpec" }, "

| undefined" @@ -13257,7 +13337,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorConfig.query", + "id": "def-server.RouteValidatorConfig.query", "type": "CompoundType", "tags": [], "label": "query", @@ -13267,9 +13347,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationSpec", + "section": "def-server.RouteValidationSpec", "text": "RouteValidationSpec" }, " | undefined" @@ -13280,7 +13360,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorConfig.body", + "id": "def-server.RouteValidatorConfig.body", "type": "CompoundType", "tags": [], "label": "body", @@ -13290,9 +13370,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationSpec", + "section": "def-server.RouteValidationSpec", "text": "RouteValidationSpec" }, " | undefined" @@ -13306,7 +13386,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorFullConfigResponse", + "id": "def-server.RouteValidatorFullConfigResponse", "type": "Interface", "tags": [ "note", @@ -13322,7 +13402,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorFullConfigResponse.Unnamed", + "id": "def-server.RouteValidatorFullConfigResponse.Unnamed", "type": "IndexSignature", "tags": [], "label": "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: LazyValidator | undefined; }", @@ -13331,9 +13411,9 @@ "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LazyValidator", + "section": "def-server.LazyValidator", "text": "LazyValidator" }, " | undefined; }" @@ -13344,7 +13424,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorFullConfigResponse.unsafe", + "id": "def-server.RouteValidatorFullConfigResponse.unsafe", "type": "Object", "tags": [], "label": "unsafe", @@ -13361,7 +13441,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorOptions", + "id": "def-server.RouteValidatorOptions", "type": "Interface", "tags": [], "label": "RouteValidatorOptions", @@ -13374,7 +13454,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorOptions.unsafe", + "id": "def-server.RouteValidatorOptions.unsafe", "type": "Object", "tags": [], "label": "unsafe", @@ -13393,7 +13473,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorRequestAndResponses", + "id": "def-server.RouteValidatorRequestAndResponses", "type": "Interface", "tags": [], "label": "RouteValidatorRequestAndResponses", @@ -13403,9 +13483,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorRequestAndResponses", + "section": "def-server.RouteValidatorRequestAndResponses", "text": "RouteValidatorRequestAndResponses" }, "" @@ -13416,7 +13496,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorRequestAndResponses.request", + "id": "def-server.RouteValidatorRequestAndResponses.request", "type": "CompoundType", "tags": [], "label": "request", @@ -13424,17 +13504,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorConfig", + "section": "def-server.RouteValidatorConfig", "text": "RouteValidatorConfig" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorOptions", + "section": "def-server.RouteValidatorOptions", "text": "RouteValidatorOptions" } ], @@ -13444,7 +13524,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorRequestAndResponses.response", + "id": "def-server.RouteValidatorRequestAndResponses.response", "type": "Object", "tags": [], "label": "response", @@ -13454,9 +13534,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorFullConfigResponse", + "section": "def-server.RouteValidatorFullConfigResponse", "text": "RouteValidatorFullConfigResponse" }, " | undefined" @@ -13470,7 +13550,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionCookieValidationResult", + "id": "def-server.SessionCookieValidationResult", "type": "Interface", "tags": [], "label": "SessionCookieValidationResult", @@ -13483,7 +13563,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionCookieValidationResult.isValid", + "id": "def-server.SessionCookieValidationResult.isValid", "type": "boolean", "tags": [], "label": "isValid", @@ -13496,7 +13576,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionCookieValidationResult.path", + "id": "def-server.SessionCookieValidationResult.path", "type": "string", "tags": [], "label": "path", @@ -13515,7 +13595,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorage", + "id": "def-server.SessionStorage", "type": "Interface", "tags": [], "label": "SessionStorage", @@ -13525,9 +13605,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorage", + "section": "def-server.SessionStorage", "text": "SessionStorage" }, "" @@ -13538,7 +13618,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorage.get", + "id": "def-server.SessionStorage.get", "type": "Function", "tags": [], "label": "get", @@ -13556,7 +13636,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorage.set", + "id": "def-server.SessionStorage.set", "type": "Function", "tags": [], "label": "set", @@ -13572,7 +13652,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorage.set.$1", + "id": "def-server.SessionStorage.set.$1", "type": "Uncategorized", "tags": [], "label": "sessionValue", @@ -13592,7 +13672,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorage.clear", + "id": "def-server.SessionStorage.clear", "type": "Function", "tags": [], "label": "clear", @@ -13613,7 +13693,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions", + "id": "def-server.SessionStorageCookieOptions", "type": "Interface", "tags": [], "label": "SessionStorageCookieOptions", @@ -13623,9 +13703,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, "" @@ -13636,7 +13716,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.name", + "id": "def-server.SessionStorageCookieOptions.name", "type": "string", "tags": [], "label": "name", @@ -13649,7 +13729,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.encryptionKey", + "id": "def-server.SessionStorageCookieOptions.encryptionKey", "type": "string", "tags": [], "label": "encryptionKey", @@ -13662,7 +13742,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.validate", + "id": "def-server.SessionStorageCookieOptions.validate", "type": "Function", "tags": [], "label": "validate", @@ -13673,9 +13753,9 @@ "(sessionValue: T | T[]) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionCookieValidationResult", + "section": "def-server.SessionCookieValidationResult", "text": "SessionCookieValidationResult" } ], @@ -13685,7 +13765,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.validate.$1", + "id": "def-server.SessionStorageCookieOptions.validate.$1", "type": "CompoundType", "tags": [], "label": "sessionValue", @@ -13703,7 +13783,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.isSecure", + "id": "def-server.SessionStorageCookieOptions.isSecure", "type": "boolean", "tags": [], "label": "isSecure", @@ -13716,7 +13796,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageCookieOptions.sameSite", + "id": "def-server.SessionStorageCookieOptions.sameSite", "type": "CompoundType", "tags": [], "label": "sameSite", @@ -13735,7 +13815,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageFactory", + "id": "def-server.SessionStorageFactory", "type": "Interface", "tags": [], "label": "SessionStorageFactory", @@ -13745,9 +13825,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageFactory", + "section": "def-server.SessionStorageFactory", "text": "SessionStorageFactory" }, "" @@ -13758,7 +13838,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageFactory.asScoped", + "id": "def-server.SessionStorageFactory.asScoped", "type": "Function", "tags": [], "label": "asScoped", @@ -13767,17 +13847,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorage", + "section": "def-server.SessionStorage", "text": "SessionStorage" }, "" @@ -13788,7 +13868,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SessionStorageFactory.asScoped.$1", + "id": "def-server.SessionStorageFactory.asScoped.$1", "type": "Object", "tags": [], "label": "request", @@ -13796,9 +13876,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -13816,7 +13896,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRoute", + "id": "def-server.VersionedRoute", "type": "Interface", "tags": [], "label": "VersionedRoute", @@ -13826,9 +13906,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "" @@ -13839,7 +13919,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRoute.addVersion", + "id": "def-server.VersionedRoute.addVersion", "type": "Function", "tags": [], "label": "addVersion", @@ -13850,25 +13930,25 @@ "

(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AddVersionOpts", + "section": "def-server.AddVersionOpts", "text": "AddVersionOpts" }, ", handler: (context: Ctx, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", @@ -13882,17 +13962,17 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "" @@ -13903,7 +13983,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRoute.addVersion.$1", + "id": "def-server.VersionedRoute.addVersion.$1", "type": "Object", "tags": [], "label": "options", @@ -13911,9 +13991,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AddVersionOpts", + "section": "def-server.AddVersionOpts", "text": "AddVersionOpts" }, "" @@ -13925,7 +14005,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRoute.addVersion.$2", + "id": "def-server.VersionedRoute.addVersion.$2", "type": "Function", "tags": [], "label": "handler", @@ -13936,17 +14016,17 @@ "(context: Ctx, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", @@ -13960,9 +14040,9 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -13982,7 +14062,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteCustomResponseBodyValidation", + "id": "def-server.VersionedRouteCustomResponseBodyValidation", "type": "Interface", "tags": [], "label": "VersionedRouteCustomResponseBodyValidation", @@ -13993,7 +14073,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteCustomResponseBodyValidation.custom", + "id": "def-server.VersionedRouteCustomResponseBodyValidation.custom", "type": "Function", "tags": [], "label": "custom", @@ -14004,17 +14084,17 @@ "(data: any, validationResult: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationResultFactory", + "section": "def-server.RouteValidationResultFactory", "text": "RouteValidationResultFactory" }, ") => { value?: undefined; error: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationError", + "section": "def-server.RouteValidationError", "text": "RouteValidationError" }, "; } | { value: unknown; error?: undefined; }" @@ -14026,7 +14106,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteCustomResponseBodyValidation.custom.$1", + "id": "def-server.VersionedRouteCustomResponseBodyValidation.custom.$1", "type": "Any", "tags": [], "label": "data", @@ -14040,7 +14120,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteCustomResponseBodyValidation.custom.$2", + "id": "def-server.VersionedRouteCustomResponseBodyValidation.custom.$2", "type": "Object", "tags": [], "label": "validationResult", @@ -14048,9 +14128,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationResultFactory", + "section": "def-server.RouteValidationResultFactory", "text": "RouteValidationResultFactory" } ], @@ -14065,7 +14145,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter", + "id": "def-server.VersionedRouter", "type": "Interface", "tags": [], "label": "VersionedRouter", @@ -14075,9 +14155,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouter", + "section": "def-server.VersionedRouter", "text": "VersionedRouter" }, "" @@ -14088,7 +14168,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.get", + "id": "def-server.VersionedRouter.get", "type": "Function", "tags": [ "track-adoption" @@ -14099,17 +14179,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"get\">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"get\", Ctx>" @@ -15135,7 +15215,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.get.$1", + "id": "def-server.VersionedRouter.get.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -15144,25 +15224,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -15175,7 +15255,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.put", + "id": "def-server.VersionedRouter.put", "type": "Function", "tags": [ "track-adoption" @@ -15186,17 +15266,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"put\">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"put\", Ctx>" @@ -15434,7 +15514,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.put.$1", + "id": "def-server.VersionedRouter.put.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -15443,25 +15523,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -15474,7 +15554,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.post", + "id": "def-server.VersionedRouter.post", "type": "Function", "tags": [ "track-adoption" @@ -15485,17 +15565,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"post\">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"post\", Ctx>" @@ -16501,7 +16581,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.post.$1", + "id": "def-server.VersionedRouter.post.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -16510,25 +16590,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -16541,7 +16621,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.patch", + "id": "def-server.VersionedRouter.patch", "type": "Function", "tags": [ "track-adoption" @@ -16552,17 +16632,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"patch\">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"patch\", Ctx>" @@ -16640,7 +16720,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.patch.$1", + "id": "def-server.VersionedRouter.patch.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -16649,25 +16729,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -16680,7 +16760,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.delete", + "id": "def-server.VersionedRouter.delete", "type": "Function", "tags": [ "track-adoption" @@ -16691,17 +16771,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, "<\"delete\">) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "<\"delete\", Ctx>" @@ -16915,7 +16995,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.delete.$1", + "id": "def-server.VersionedRouter.delete.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -16924,25 +17004,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -16958,7 +17038,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteResponseValidation", + "id": "def-server.VersionedRouteResponseValidation", "type": "Interface", "tags": [ "note", @@ -16974,7 +17054,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteResponseValidation.Unnamed", + "id": "def-server.VersionedRouteResponseValidation.Unnamed", "type": "IndexSignature", "tags": [], "label": "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: VersionedResponseBodyValidation | undefined; }", @@ -16983,9 +17063,9 @@ "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedResponseBodyValidation", + "section": "def-server.VersionedResponseBodyValidation", "text": "VersionedResponseBodyValidation" }, " | undefined; }" @@ -16996,7 +17076,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteResponseValidation.unsafe", + "id": "def-server.VersionedRouteResponseValidation.unsafe", "type": "Object", "tags": [], "label": "unsafe", @@ -17013,7 +17093,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation", + "id": "def-server.VersionedRouteValidation", "type": "Interface", "tags": [], "label": "VersionedRouteValidation", @@ -17023,9 +17103,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteValidation", + "section": "def-server.VersionedRouteValidation", "text": "VersionedRouteValidation" }, "" @@ -17036,7 +17116,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation.request", + "id": "def-server.VersionedRouteValidation.request", "type": "CompoundType", "tags": [], "label": "request", @@ -17046,9 +17126,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteRequestValidation", + "section": "def-server.VersionedRouteRequestValidation", "text": "VersionedRouteRequestValidation" }, " | undefined" @@ -17059,7 +17139,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation.response", + "id": "def-server.VersionedRouteValidation.response", "type": "Object", "tags": [ "note" @@ -17071,9 +17151,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteResponseValidation", + "section": "def-server.VersionedRouteResponseValidation", "text": "VersionedRouteResponseValidation" }, " | undefined" @@ -17089,7 +17169,7 @@ "enums": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultType", + "id": "def-server.AuthResultType", "type": "Enum", "tags": [], "label": "AuthResultType", @@ -17101,7 +17181,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthStatus", + "id": "def-server.AuthStatus", "type": "Enum", "tags": [], "label": "AuthStatus", @@ -17115,7 +17195,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultType", + "id": "def-server.OnPreResponseResultType", "type": "Enum", "tags": [], "label": "OnPreResponseResultType", @@ -17127,7 +17207,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultType", + "id": "def-server.OnPreRoutingResultType", "type": "Enum", "tags": [], "label": "OnPreRoutingResultType", @@ -17141,7 +17221,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ApiVersion", + "id": "def-server.ApiVersion", "type": "Type", "tags": [ "note", @@ -17162,7 +17242,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler", + "id": "def-server.AuthenticationHandler", "type": "Type", "tags": [], "label": "AuthenticationHandler", @@ -17173,57 +17253,57 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LifecycleResponseFactory", + "section": "def-server.LifecycleResponseFactory", "text": "LifecycleResponseFactory" }, ", toolkit: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthToolkit", + "section": "def-server.AuthToolkit", "text": "AuthToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResult", + "section": "def-server.AuthResult", "text": "AuthResult" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResult", + "section": "def-server.AuthResult", "text": "AuthResult" }, ">" @@ -17235,7 +17315,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$1", + "id": "def-server.AuthenticationHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -17243,9 +17323,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -17256,7 +17336,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$2", + "id": "def-server.AuthenticationHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -17264,17 +17344,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" } ], @@ -17284,7 +17364,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$3", + "id": "def-server.AuthenticationHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -17292,9 +17372,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthToolkit", + "section": "def-server.AuthToolkit", "text": "AuthToolkit" } ], @@ -17307,7 +17387,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthHeaders", + "id": "def-server.AuthHeaders", "type": "Type", "tags": [], "label": "AuthHeaders", @@ -17322,7 +17402,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResult", + "id": "def-server.AuthResult", "type": "Type", "tags": [], "label": "AuthResult", @@ -17330,25 +17410,25 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultAuthenticated", + "section": "def-server.AuthResultAuthenticated", "text": "AuthResultAuthenticated" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultNotHandled", + "section": "def-server.AuthResultNotHandled", "text": "AuthResultNotHandled" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthResultRedirected", + "section": "def-server.AuthResultRedirected", "text": "AuthResultRedirected" } ], @@ -17359,7 +17439,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.DestructiveRouteMethod", + "id": "def-server.DestructiveRouteMethod", "type": "Type", "tags": [], "label": "DestructiveRouteMethod", @@ -17376,7 +17456,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthHeaders", + "id": "def-server.GetAuthHeaders", "type": "Type", "tags": [ "return" @@ -17389,17 +17469,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, " | undefined" @@ -17413,7 +17493,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthHeaders.$1", + "id": "def-server.GetAuthHeaders.$1", "type": "Object", "tags": [], "label": "request", @@ -17423,9 +17503,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -17439,7 +17519,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthState", + "id": "def-server.GetAuthState", "type": "Type", "tags": [], "label": "GetAuthState", @@ -17450,17 +17530,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => { status: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthStatus", + "section": "def-server.AuthStatus", "text": "AuthStatus" }, "; state: T; }" @@ -17472,7 +17552,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthState.$1", + "id": "def-server.GetAuthState.$1", "type": "Object", "tags": [], "label": "request", @@ -17482,9 +17562,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -17498,7 +17578,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerContextType", + "id": "def-server.HandlerContextType", "type": "Type", "tags": [], "label": "HandlerContextType", @@ -17509,9 +17589,9 @@ "T extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HandlerFunction", + "section": "def-server.HandlerFunction", "text": "HandlerFunction" }, " ? U : never" @@ -17523,7 +17603,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction", + "id": "def-server.HandlerFunction", "type": "Type", "tags": [], "label": "HandlerFunction", @@ -17540,7 +17620,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction.$1", + "id": "def-server.HandlerFunction.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -17554,7 +17634,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction.$2", + "id": "def-server.HandlerFunction.$2", "type": "Array", "tags": [], "label": "args", @@ -17571,7 +17651,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerParameters", + "id": "def-server.HandlerParameters", "type": "Type", "tags": [], "label": "HandlerParameters", @@ -17588,7 +17668,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.Headers", + "id": "def-server.Headers", "type": "Type", "tags": [], "label": "Headers", @@ -17605,7 +17685,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpProtocol", + "id": "def-server.HttpProtocol", "type": "Type", "tags": [], "label": "HttpProtocol", @@ -17622,7 +17702,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponsePayload", + "id": "def-server.HttpResponsePayload", "type": "Type", "tags": [], "label": "HttpResponsePayload", @@ -17641,7 +17721,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider", + "id": "def-server.IContextProvider", "type": "Type", "tags": [], "label": "IContextProvider", @@ -17652,17 +17732,17 @@ "(context: Omit, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", @@ -17684,7 +17764,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider.$1", + "id": "def-server.IContextProvider.$1", "type": "Object", "tags": [], "label": "context", @@ -17700,7 +17780,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider.$2", + "id": "def-server.IContextProvider.$2", "type": "Object", "tags": [], "label": "rest", @@ -17711,17 +17791,17 @@ "[request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, "]" @@ -17735,7 +17815,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IsAuthenticated", + "id": "def-server.IsAuthenticated", "type": "Type", "tags": [], "label": "IsAuthenticated", @@ -17746,9 +17826,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -17760,7 +17840,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IsAuthenticated.$1", + "id": "def-server.IsAuthenticated.$1", "type": "Object", "tags": [], "label": "request", @@ -17770,9 +17850,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -17786,7 +17866,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRouteOptions", + "id": "def-server.KibanaRequestRouteOptions", "type": "Type", "tags": [], "label": "KibanaRequestRouteOptions", @@ -17797,17 +17877,17 @@ "Method extends \"get\" | \"options\" ? Required, \"body\">> : Required<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ">" @@ -17819,7 +17899,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaResponseFactory", + "id": "def-server.KibanaResponseFactory", "type": "Type", "tags": [], "label": "KibanaResponseFactory", @@ -17829,33 +17909,33 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaSuccessResponseFactory", + "section": "def-server.KibanaSuccessResponseFactory", "text": "KibanaSuccessResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaNotModifiedResponseFactory", + "section": "def-server.KibanaNotModifiedResponseFactory", "text": "KibanaNotModifiedResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" }, " & { file | Error | Buffer | ", @@ -17863,25 +17943,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FileHttpResponseOptions", + "section": "def-server.FileHttpResponseOptions", "text": "FileHttpResponseOptions" }, "): ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "; custom | Error | Buffer | ", @@ -17889,25 +17969,25 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined>(options: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.CustomHttpResponseOptions", + "section": "def-server.CustomHttpResponseOptions", "text": "CustomHttpResponseOptions" }, "): ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "; }" @@ -17919,7 +17999,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KnownHeaders", + "id": "def-server.KnownHeaders", "type": "Type", "tags": [], "label": "KnownHeaders", @@ -17936,7 +18016,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KnownKeys", + "id": "def-server.KnownKeys", "type": "Type", "tags": [], "label": "KnownKeys", @@ -17946,9 +18026,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.StringKeysAsVals", + "section": "def-server.StringKeysAsVals", "text": "StringKeysAsVals" }, " extends { [_ in keyof T]: infer U; } ? U : never" @@ -17960,7 +18040,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.LazyValidator", + "id": "def-server.LazyValidator", "type": "Type", "tags": [ "note", @@ -18001,7 +18081,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.LifecycleResponseFactory", + "id": "def-server.LifecycleResponseFactory", "type": "Type", "tags": [], "label": "LifecycleResponseFactory", @@ -18011,17 +18091,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" } ], @@ -18032,7 +18112,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler", + "id": "def-server.OnPostAuthHandler", "type": "Type", "tags": [], "label": "OnPostAuthHandler", @@ -18043,57 +18123,57 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LifecycleResponseFactory", + "section": "def-server.LifecycleResponseFactory", "text": "LifecycleResponseFactory" }, ", toolkit: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthToolkit", + "section": "def-server.OnPostAuthToolkit", "text": "OnPostAuthToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthNextResult", + "section": "def-server.OnPostAuthNextResult", "text": "OnPostAuthNextResult" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthNextResult", + "section": "def-server.OnPostAuthNextResult", "text": "OnPostAuthNextResult" }, ">" @@ -18105,7 +18185,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$1", + "id": "def-server.OnPostAuthHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18113,9 +18193,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -18126,7 +18206,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$2", + "id": "def-server.OnPostAuthHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18134,17 +18214,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" } ], @@ -18154,7 +18234,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$3", + "id": "def-server.OnPostAuthHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18162,9 +18242,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthToolkit", + "section": "def-server.OnPostAuthToolkit", "text": "OnPostAuthToolkit" } ], @@ -18177,7 +18257,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthResult", + "id": "def-server.OnPostAuthResult", "type": "Type", "tags": [], "label": "OnPostAuthResult", @@ -18185,9 +18265,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthNextResult", + "section": "def-server.OnPostAuthNextResult", "text": "OnPostAuthNextResult" } ], @@ -18198,7 +18278,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthResultType", + "id": "def-server.OnPostAuthResultType", "type": "string", "tags": [], "label": "OnPostAuthResultType", @@ -18210,7 +18290,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler", + "id": "def-server.OnPreAuthHandler", "type": "Type", "tags": [], "label": "OnPreAuthHandler", @@ -18221,57 +18301,57 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LifecycleResponseFactory", + "section": "def-server.LifecycleResponseFactory", "text": "LifecycleResponseFactory" }, ", toolkit: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthToolkit", + "section": "def-server.OnPreAuthToolkit", "text": "OnPreAuthToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthNextResult", + "section": "def-server.OnPreAuthNextResult", "text": "OnPreAuthNextResult" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthNextResult", + "section": "def-server.OnPreAuthNextResult", "text": "OnPreAuthNextResult" }, ">" @@ -18283,7 +18363,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$1", + "id": "def-server.OnPreAuthHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18291,9 +18371,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -18304,7 +18384,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$2", + "id": "def-server.OnPreAuthHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18312,17 +18392,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" } ], @@ -18332,7 +18412,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$3", + "id": "def-server.OnPreAuthHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18340,9 +18420,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthToolkit", + "section": "def-server.OnPreAuthToolkit", "text": "OnPreAuthToolkit" } ], @@ -18355,7 +18435,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthResult", + "id": "def-server.OnPreAuthResult", "type": "Type", "tags": [], "label": "OnPreAuthResult", @@ -18363,9 +18443,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthNextResult", + "section": "def-server.OnPreAuthNextResult", "text": "OnPreAuthNextResult" } ], @@ -18376,7 +18456,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthResultType", + "id": "def-server.OnPreAuthResultType", "type": "string", "tags": [], "label": "OnPreAuthResultType", @@ -18388,7 +18468,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler", + "id": "def-server.OnPreResponseHandler", "type": "Type", "tags": [], "label": "OnPreResponseHandler", @@ -18399,41 +18479,41 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", preResponse: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseInfo", + "section": "def-server.OnPreResponseInfo", "text": "OnPreResponseInfo" }, ", toolkit: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseToolkit", + "section": "def-server.OnPreResponseToolkit", "text": "OnPreResponseToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResult", + "section": "def-server.OnPreResponseResult", "text": "OnPreResponseResult" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResult", + "section": "def-server.OnPreResponseResult", "text": "OnPreResponseResult" }, ">" @@ -18445,7 +18525,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$1", + "id": "def-server.OnPreResponseHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18453,9 +18533,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -18466,7 +18546,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$2", + "id": "def-server.OnPreResponseHandler.$2", "type": "Object", "tags": [], "label": "preResponse", @@ -18474,9 +18554,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseInfo", + "section": "def-server.OnPreResponseInfo", "text": "OnPreResponseInfo" } ], @@ -18486,7 +18566,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$3", + "id": "def-server.OnPreResponseHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18494,9 +18574,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseToolkit", + "section": "def-server.OnPreResponseToolkit", "text": "OnPreResponseToolkit" } ], @@ -18509,7 +18589,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResult", + "id": "def-server.OnPreResponseResult", "type": "Type", "tags": [], "label": "OnPreResponseResult", @@ -18517,17 +18597,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResultRender", + "section": "def-server.OnPreResponseResultRender", "text": "OnPreResponseResultRender" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseResultNext", + "section": "def-server.OnPreResponseResultNext", "text": "OnPreResponseResultNext" } ], @@ -18538,7 +18618,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler", + "id": "def-server.OnPreRoutingHandler", "type": "Type", "tags": [], "label": "OnPreRoutingHandler", @@ -18549,57 +18629,57 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LifecycleResponseFactory", + "section": "def-server.LifecycleResponseFactory", "text": "LifecycleResponseFactory" }, ", toolkit: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingToolkit", + "section": "def-server.OnPreRoutingToolkit", "text": "OnPreRoutingToolkit" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResult", + "section": "def-server.OnPreRoutingResult", "text": "OnPreRoutingResult" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResult", + "section": "def-server.OnPreRoutingResult", "text": "OnPreRoutingResult" }, ">" @@ -18611,7 +18691,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$1", + "id": "def-server.OnPreRoutingHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18619,9 +18699,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -18632,7 +18712,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$2", + "id": "def-server.OnPreRoutingHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18640,17 +18720,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRedirectionResponseFactory", + "section": "def-server.KibanaRedirectionResponseFactory", "text": "KibanaRedirectionResponseFactory" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaErrorResponseFactory", + "section": "def-server.KibanaErrorResponseFactory", "text": "KibanaErrorResponseFactory" } ], @@ -18660,7 +18740,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$3", + "id": "def-server.OnPreRoutingHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18668,9 +18748,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingToolkit", + "section": "def-server.OnPreRoutingToolkit", "text": "OnPreRoutingToolkit" } ], @@ -18683,7 +18763,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResult", + "id": "def-server.OnPreRoutingResult", "type": "Type", "tags": [], "label": "OnPreRoutingResult", @@ -18691,17 +18771,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResultNext", + "section": "def-server.OnPreRoutingResultNext", "text": "OnPreRoutingResultNext" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingResultRewriteUrl", + "section": "def-server.OnPreRoutingResultRewriteUrl", "text": "OnPreRoutingResultRewriteUrl" } ], @@ -18712,7 +18792,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RawRequest", + "id": "def-server.RawRequest", "type": "Type", "tags": [], "label": "RawRequest", @@ -18722,9 +18802,9 @@ " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FakeRawRequest", + "section": "def-server.FakeRawRequest", "text": "FakeRawRequest" } ], @@ -18735,7 +18815,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RedirectResponseOptions", + "id": "def-server.RedirectResponseOptions", "type": "Type", "tags": [], "label": "RedirectResponseOptions", @@ -18745,17 +18825,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpResponseOptions", + "section": "def-server.HttpResponseOptions", "text": "HttpResponseOptions" }, " & { headers?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseHeaders", + "section": "def-server.ResponseHeaders", "text": "ResponseHeaders" }, " | undefined; }" @@ -18767,7 +18847,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler", + "id": "def-server.RequestHandler", "type": "Type", "tags": [], "label": "RequestHandler", @@ -18778,25 +18858,25 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ResponseFactory) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -18808,7 +18888,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$1", + "id": "def-server.RequestHandler.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -18824,7 +18904,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$2", + "id": "def-server.RequestHandler.$2", "type": "Object", "tags": [], "label": "request", @@ -18834,9 +18914,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -18847,7 +18927,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$3", + "id": "def-server.RequestHandler.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -18866,7 +18946,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper", + "id": "def-server.RequestHandlerWrapper", "type": "Type", "tags": [], "label": "RequestHandlerWrapper", @@ -18877,57 +18957,57 @@ "(handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, "" @@ -18939,7 +19019,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper.$1", + "id": "def-server.RequestHandlerWrapper.$1", "type": "Function", "tags": [], "label": "handler", @@ -18948,25 +19028,25 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ResponseFactory) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -18978,7 +19058,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper.$1.$1", + "id": "def-server.RequestHandlerWrapper.$1.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -18992,7 +19072,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper.$1.$2", + "id": "def-server.RequestHandlerWrapper.$1.$2", "type": "Object", "tags": [], "label": "request", @@ -19000,9 +19080,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -19013,7 +19093,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper.$1.$3", + "id": "def-server.RequestHandlerWrapper.$1.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -19032,7 +19112,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseError", + "id": "def-server.ResponseError", "type": "Type", "tags": [], "label": "ResponseError", @@ -19045,9 +19125,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; }" @@ -19059,7 +19139,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseErrorAttributes", + "id": "def-server.ResponseErrorAttributes", "type": "Type", "tags": [], "label": "ResponseErrorAttributes", @@ -19076,7 +19156,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseHeaders", + "id": "def-server.ResponseHeaders", "type": "Type", "tags": [], "label": "ResponseHeaders", @@ -19093,7 +19173,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteAccess", + "id": "def-server.RouteAccess", "type": "Type", "tags": [], "label": "RouteAccess", @@ -19110,7 +19190,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteContentType", + "id": "def-server.RouteContentType", "type": "Type", "tags": [], "label": "RouteContentType", @@ -19127,7 +19207,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteMethod", + "id": "def-server.RouteMethod", "type": "Type", "tags": [], "label": "RouteMethod", @@ -19137,17 +19217,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SafeRouteMethod", + "section": "def-server.SafeRouteMethod", "text": "SafeRouteMethod" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.DestructiveRouteMethod", + "section": "def-server.DestructiveRouteMethod", "text": "DestructiveRouteMethod" } ], @@ -19158,7 +19238,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar", + "id": "def-server.RouteRegistrar", "type": "Type", "tags": [], "label": "RouteRegistrar", @@ -19169,25 +19249,25 @@ "(route: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", handler: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandler", + "section": "def-server.RequestHandler", "text": "RequestHandler" }, ") => void" @@ -19199,7 +19279,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$1", + "id": "def-server.RouteRegistrar.$1", "type": "Object", "tags": [], "label": "route", @@ -19207,9 +19287,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, "" @@ -19220,7 +19300,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$2", + "id": "def-server.RouteRegistrar.$2", "type": "Function", "tags": [], "label": "handler", @@ -19229,33 +19309,33 @@ "(context: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -19267,7 +19347,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$2.$1", + "id": "def-server.RouteRegistrar.$2.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -19281,7 +19361,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$2.$2", + "id": "def-server.RouteRegistrar.$2.$2", "type": "Object", "tags": [], "label": "request", @@ -19289,9 +19369,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -19302,7 +19382,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$2.$3", + "id": "def-server.RouteRegistrar.$2.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -19321,7 +19401,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction", + "id": "def-server.RouteValidationFunction", "type": "Type", "tags": [], "label": "RouteValidationFunction", @@ -19332,17 +19412,17 @@ "(data: any, validationResult: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationResultFactory", + "section": "def-server.RouteValidationResultFactory", "text": "RouteValidationResultFactory" }, ") => { value: T; error?: undefined; } | { value?: undefined; error: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationError", + "section": "def-server.RouteValidationError", "text": "RouteValidationError" }, "; }" @@ -19354,7 +19434,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction.$1", + "id": "def-server.RouteValidationFunction.$1", "type": "Any", "tags": [], "label": "data", @@ -19368,7 +19448,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction.$2", + "id": "def-server.RouteValidationFunction.$2", "type": "Object", "tags": [], "label": "validationResult", @@ -19376,9 +19456,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationResultFactory", + "section": "def-server.RouteValidationResultFactory", "text": "RouteValidationResultFactory" } ], @@ -19391,7 +19471,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationSpec", + "id": "def-server.RouteValidationSpec", "type": "Type", "tags": [], "label": "RouteValidationSpec", @@ -19425,9 +19505,9 @@ " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationFunction", + "section": "def-server.RouteValidationFunction", "text": "RouteValidationFunction" }, "" @@ -19439,7 +19519,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidator", + "id": "def-server.RouteValidator", "type": "Type", "tags": [], "label": "RouteValidator", @@ -19449,17 +19529,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorFullConfigRequest", + "section": "def-server.RouteValidatorFullConfigRequest", "text": "RouteValidatorFullConfigRequest" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorRequestAndResponses", + "section": "def-server.RouteValidatorRequestAndResponses", "text": "RouteValidatorRequestAndResponses" }, "" @@ -19471,7 +19551,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorFullConfigRequest", + "id": "def-server.RouteValidatorFullConfigRequest", "type": "Type", "tags": [], "label": "RouteValidatorFullConfigRequest", @@ -19481,17 +19561,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorConfig", + "section": "def-server.RouteValidatorConfig", "text": "RouteValidatorConfig" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorOptions", + "section": "def-server.RouteValidatorOptions", "text": "RouteValidatorOptions" } ], @@ -19502,7 +19582,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SafeRouteMethod", + "id": "def-server.SafeRouteMethod", "type": "Type", "tags": [], "label": "SafeRouteMethod", @@ -19519,7 +19599,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders", + "id": "def-server.SetAuthHeaders", "type": "Type", "tags": [], "label": "SetAuthHeaders", @@ -19528,17 +19608,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", headers: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthHeaders", + "section": "def-server.AuthHeaders", "text": "AuthHeaders" }, ") => void" @@ -19550,7 +19630,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders.$1", + "id": "def-server.SetAuthHeaders.$1", "type": "Object", "tags": [], "label": "request", @@ -19558,9 +19638,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -19571,7 +19651,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders.$2", + "id": "def-server.SetAuthHeaders.$2", "type": "Object", "tags": [], "label": "headers", @@ -19588,7 +19668,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.StringKeysAsVals", + "id": "def-server.StringKeysAsVals", "type": "Type", "tags": [], "label": "StringKeysAsVals", @@ -19605,7 +19685,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedResponseBodyValidation", + "id": "def-server.VersionedResponseBodyValidation", "type": "Type", "tags": [], "label": "VersionedResponseBodyValidation", @@ -19613,17 +19693,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LazyValidator", + "section": "def-server.LazyValidator", "text": "LazyValidator" }, " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteCustomResponseBodyValidation", + "section": "def-server.VersionedRouteCustomResponseBodyValidation", "text": "VersionedRouteCustomResponseBodyValidation" } ], @@ -19634,7 +19714,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteConfig", + "id": "def-server.VersionedRouteConfig", "type": "Type", "tags": [], "label": "VersionedRouteConfig", @@ -19645,25 +19725,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -19675,7 +19755,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRegistrar", + "id": "def-server.VersionedRouteRegistrar", "type": "Type", "tags": [], "label": "VersionedRouteRegistrar", @@ -19686,17 +19766,17 @@ "(config: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRouteConfig", + "section": "def-server.VersionedRouteConfig", "text": "VersionedRouteConfig" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.VersionedRoute", + "section": "def-server.VersionedRoute", "text": "VersionedRoute" }, "" @@ -19710,7 +19790,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRegistrar.$1", + "id": "def-server.VersionedRouteRegistrar.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -19721,25 +19801,25 @@ "Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfig", + "section": "def-server.RouteConfig", "text": "RouteConfig" }, ", \"validate\" | \"options\"> & { options?: Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteConfigOptions", + "section": "def-server.RouteConfigOptions", "text": "RouteConfigOptions" }, ", \"description\" | \"deprecated\" | \"access\"> | undefined; access: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteAccess", + "section": "def-server.RouteAccess", "text": "RouteAccess" }, "; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; deprecated?: boolean | undefined; }" @@ -19753,7 +19833,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRequestValidation", + "id": "def-server.VersionedRouteRequestValidation", "type": "Type", "tags": [], "label": "VersionedRouteRequestValidation", @@ -19761,17 +19841,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorConfig", + "section": "def-server.RouteValidatorConfig", "text": "RouteValidatorConfig" }, " & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidatorOptions", + "section": "def-server.RouteValidatorOptions", "text": "RouteValidatorOptions" } ], @@ -19784,7 +19864,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.validBodyOutput", + "id": "def-server.validBodyOutput", "type": "Object", "tags": [], "label": "validBodyOutput", @@ -19800,5 +19880,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index 8d29b3f4e751b..4154602c8cdf5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; @@ -23,23 +23,23 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 495 | 2 | 193 | 0 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + ### Interfaces - + ### Enums - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server_internal.devdocs.json b/api_docs/kbn_core_http_server_internal.devdocs.json index 415846b228319..255b6d7785d10 100644 --- a/api_docs/kbn_core_http_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig", + "id": "def-server.CspConfig", "type": "Class", "tags": [], "label": "CspConfig", @@ -30,17 +22,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.CspConfig", + "section": "def-server.CspConfig", "text": "CspConfig" }, " implements ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" } ], @@ -50,7 +42,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.DEFAULT", + "id": "def-server.CspConfig.DEFAULT", "type": "Object", "tags": [], "label": "DEFAULT", @@ -58,9 +50,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.CspConfig", + "section": "def-server.CspConfig", "text": "CspConfig" } ], @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.directives", + "id": "def-server.CspConfig.directives", "type": "Object", "tags": [], "label": "#directives", @@ -84,7 +76,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.strict", + "id": "def-server.CspConfig.strict", "type": "boolean", "tags": [], "label": "strict", @@ -95,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.disableUnsafeEval", + "id": "def-server.CspConfig.disableUnsafeEval", "type": "boolean", "tags": [], "label": "disableUnsafeEval", @@ -106,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.warnLegacyBrowsers", + "id": "def-server.CspConfig.warnLegacyBrowsers", "type": "boolean", "tags": [], "label": "warnLegacyBrowsers", @@ -117,7 +109,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.disableEmbedding", + "id": "def-server.CspConfig.disableEmbedding", "type": "boolean", "tags": [], "label": "disableEmbedding", @@ -128,7 +120,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.header", + "id": "def-server.CspConfig.header", "type": "string", "tags": [], "label": "header", @@ -139,7 +131,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.CspConfig.reportOnlyHeader", + "id": "def-server.CspConfig.reportOnlyHeader", "type": "string", "tags": [], "label": "reportOnlyHeader", @@ -153,7 +145,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.ExternalUrlConfig", + "id": "def-server.ExternalUrlConfig", "type": "Class", "tags": [], "label": "ExternalUrlConfig", @@ -163,17 +155,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.ExternalUrlConfig", + "section": "def-server.ExternalUrlConfig", "text": "ExternalUrlConfig" }, " implements ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IExternalUrlConfig", + "section": "def-server.IExternalUrlConfig", "text": "IExternalUrlConfig" } ], @@ -183,7 +175,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.ExternalUrlConfig.DEFAULT", + "id": "def-server.ExternalUrlConfig.DEFAULT", "type": "Object", "tags": [], "label": "DEFAULT", @@ -191,9 +183,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.ExternalUrlConfig", + "section": "def-server.ExternalUrlConfig", "text": "ExternalUrlConfig" } ], @@ -203,7 +195,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.ExternalUrlConfig.policy", + "id": "def-server.ExternalUrlConfig.policy", "type": "Array", "tags": [], "label": "policy", @@ -227,7 +219,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig", + "id": "def-server.HttpConfig", "type": "Class", "tags": [], "label": "HttpConfig", @@ -235,9 +227,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.HttpConfig", + "section": "def-server.HttpConfig", "text": "HttpConfig" }, " implements ", @@ -255,7 +247,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.name", + "id": "def-server.HttpConfig.name", "type": "string", "tags": [], "label": "name", @@ -266,7 +258,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.autoListen", + "id": "def-server.HttpConfig.autoListen", "type": "boolean", "tags": [], "label": "autoListen", @@ -277,7 +269,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.protocol", + "id": "def-server.HttpConfig.protocol", "type": "CompoundType", "tags": [], "label": "protocol", @@ -291,7 +283,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.host", + "id": "def-server.HttpConfig.host", "type": "string", "tags": [], "label": "host", @@ -302,7 +294,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.keepaliveTimeout", + "id": "def-server.HttpConfig.keepaliveTimeout", "type": "number", "tags": [], "label": "keepaliveTimeout", @@ -313,7 +305,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.socketTimeout", + "id": "def-server.HttpConfig.socketTimeout", "type": "number", "tags": [], "label": "socketTimeout", @@ -324,7 +316,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.payloadTimeout", + "id": "def-server.HttpConfig.payloadTimeout", "type": "number", "tags": [], "label": "payloadTimeout", @@ -335,7 +327,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.port", + "id": "def-server.HttpConfig.port", "type": "number", "tags": [], "label": "port", @@ -346,7 +338,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.cors", + "id": "def-server.HttpConfig.cors", "type": "Object", "tags": [], "label": "cors", @@ -360,7 +352,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.oas", + "id": "def-server.HttpConfig.oas", "type": "Object", "tags": [], "label": "oas", @@ -374,7 +366,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.securityResponseHeaders", + "id": "def-server.HttpConfig.securityResponseHeaders", "type": "Object", "tags": [], "label": "securityResponseHeaders", @@ -388,7 +380,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.customResponseHeaders", + "id": "def-server.HttpConfig.customResponseHeaders", "type": "Object", "tags": [], "label": "customResponseHeaders", @@ -402,7 +394,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.maxPayload", + "id": "def-server.HttpConfig.maxPayload", "type": "Object", "tags": [], "label": "maxPayload", @@ -422,7 +414,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.basePath", + "id": "def-server.HttpConfig.basePath", "type": "string", "tags": [], "label": "basePath", @@ -436,7 +428,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.publicBaseUrl", + "id": "def-server.HttpConfig.publicBaseUrl", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -450,7 +442,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.rewriteBasePath", + "id": "def-server.HttpConfig.rewriteBasePath", "type": "boolean", "tags": [], "label": "rewriteBasePath", @@ -461,7 +453,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.cdn", + "id": "def-server.HttpConfig.cdn", "type": "Object", "tags": [], "label": "cdn", @@ -475,7 +467,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.ssl", + "id": "def-server.HttpConfig.ssl", "type": "Object", "tags": [], "label": "ssl", @@ -495,7 +487,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.compression", + "id": "def-server.HttpConfig.compression", "type": "Object", "tags": [], "label": "compression", @@ -509,7 +501,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.csp", + "id": "def-server.HttpConfig.csp", "type": "Object", "tags": [], "label": "csp", @@ -517,9 +509,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" } ], @@ -529,7 +521,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.externalUrl", + "id": "def-server.HttpConfig.externalUrl", "type": "Object", "tags": [], "label": "externalUrl", @@ -537,9 +529,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IExternalUrlConfig", + "section": "def-server.IExternalUrlConfig", "text": "IExternalUrlConfig" } ], @@ -549,7 +541,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.xsrf", + "id": "def-server.HttpConfig.xsrf", "type": "Object", "tags": [], "label": "xsrf", @@ -563,7 +555,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.requestId", + "id": "def-server.HttpConfig.requestId", "type": "Object", "tags": [], "label": "requestId", @@ -577,7 +569,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.versioned", + "id": "def-server.HttpConfig.versioned", "type": "Object", "tags": [], "label": "versioned", @@ -593,7 +585,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.shutdownTimeout", + "id": "def-server.HttpConfig.shutdownTimeout", "type": "Object", "tags": [], "label": "shutdownTimeout", @@ -607,7 +599,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.restrictInternalApis", + "id": "def-server.HttpConfig.restrictInternalApis", "type": "boolean", "tags": [], "label": "restrictInternalApis", @@ -618,7 +610,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfig.eluMonitor", + "id": "def-server.HttpConfig.eluMonitor", "type": "Object", "tags": [], "label": "eluMonitor", @@ -626,9 +618,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IHttpEluMonitorConfig", + "section": "def-server.IHttpEluMonitorConfig", "text": "IHttpEluMonitorConfig" } ], @@ -641,7 +633,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer", + "id": "def-server.HttpServer", "type": "Class", "tags": [], "label": "HttpServer", @@ -652,7 +644,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.Unnamed", + "id": "def-server.HttpServer.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -666,7 +658,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.Unnamed.$1", + "id": "def-server.HttpServer.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -681,7 +673,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.Unnamed.$2", + "id": "def-server.HttpServer.Unnamed.$2", "type": "string", "tags": [], "label": "name", @@ -696,7 +688,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.Unnamed.$3", + "id": "def-server.HttpServer.Unnamed.$3", "type": "Object", "tags": [], "label": "shutdownTimeout$", @@ -715,7 +707,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.isListening", + "id": "def-server.HttpServer.isListening", "type": "Function", "tags": [], "label": "isListening", @@ -731,7 +723,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.setup", + "id": "def-server.HttpServer.setup", "type": "Function", "tags": [], "label": "setup", @@ -749,7 +741,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.setup.$1", + "id": "def-server.HttpServer.setup.$1", "type": "Object", "tags": [], "label": "{\n config$,\n executionContext,\n }", @@ -767,7 +759,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.start", + "id": "def-server.HttpServer.start", "type": "Function", "tags": [], "label": "start", @@ -783,7 +775,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.stop", + "id": "def-server.HttpServer.stop", "type": "Function", "tags": [], "label": "stop", @@ -799,7 +791,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.getRouters", + "id": "def-server.HttpServer.getRouters", "type": "Function", "tags": [], "label": "getRouters", @@ -812,17 +804,17 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">[]; versionedRouters: ", { "pluginId": "@kbn/core-http-router-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-common.CoreVersionedRouter", + "section": "def-server.CoreVersionedRouter", "text": "CoreVersionedRouter" }, "[]; }" @@ -833,7 +825,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpServer.getRouters.$1", + "id": "def-server.HttpServer.getRouters.$1", "type": "Object", "tags": [], "label": "{ pluginId }", @@ -854,7 +846,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets", + "id": "def-server.StaticAssets", "type": "Class", "tags": [], "label": "StaticAssets", @@ -864,17 +856,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.StaticAssets", + "section": "def-server.StaticAssets", "text": "StaticAssets" }, " implements ", { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.InternalStaticAssets", + "section": "def-server.InternalStaticAssets", "text": "InternalStaticAssets" } ], @@ -884,7 +876,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.Unnamed", + "id": "def-server.StaticAssets.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -898,7 +890,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.Unnamed.$1", + "id": "def-server.StaticAssets.Unnamed.$1", "type": "Object", "tags": [], "label": "{ basePath, cdnConfig, shaDigest }", @@ -916,7 +908,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.isUsingCdn", + "id": "def-server.StaticAssets.isUsingCdn", "type": "Function", "tags": [], "label": "isUsingCdn", @@ -932,7 +924,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getHrefBase", + "id": "def-server.StaticAssets.getHrefBase", "type": "Function", "tags": [], "label": "getHrefBase", @@ -950,7 +942,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginAssetHref", + "id": "def-server.StaticAssets.getPluginAssetHref", "type": "Function", "tags": [], "label": "getPluginAssetHref", @@ -964,7 +956,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginAssetHref.$1", + "id": "def-server.StaticAssets.getPluginAssetHref.$1", "type": "string", "tags": [], "label": "pluginName", @@ -979,7 +971,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginAssetHref.$2", + "id": "def-server.StaticAssets.getPluginAssetHref.$2", "type": "string", "tags": [], "label": "assetPath", @@ -997,7 +989,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.prependServerPath", + "id": "def-server.StaticAssets.prependServerPath", "type": "Function", "tags": [], "label": "prependServerPath", @@ -1011,7 +1003,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.prependServerPath.$1", + "id": "def-server.StaticAssets.prependServerPath.$1", "type": "string", "tags": [], "label": "path", @@ -1029,7 +1021,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.prependPublicUrl", + "id": "def-server.StaticAssets.prependPublicUrl", "type": "Function", "tags": [], "label": "prependPublicUrl", @@ -1043,7 +1035,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.prependPublicUrl.$1", + "id": "def-server.StaticAssets.prependPublicUrl.$1", "type": "string", "tags": [], "label": "pathname", @@ -1061,7 +1053,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginServerPath", + "id": "def-server.StaticAssets.getPluginServerPath", "type": "Function", "tags": [], "label": "getPluginServerPath", @@ -1075,7 +1067,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginServerPath.$1", + "id": "def-server.StaticAssets.getPluginServerPath.$1", "type": "string", "tags": [], "label": "pluginName", @@ -1090,7 +1082,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.StaticAssets.getPluginServerPath.$2", + "id": "def-server.StaticAssets.getPluginServerPath.$2", "type": "string", "tags": [], "label": "assetPath", @@ -1113,7 +1105,7 @@ "functions": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory", + "id": "def-server.createCookieSessionStorageFactory", "type": "Function", "tags": [], "label": "createCookieSessionStorageFactory", @@ -1134,17 +1126,17 @@ ", cookieOptions: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, ", disableEmbedding: boolean, basePath: string | undefined) => Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageFactory", + "section": "def-server.SessionStorageFactory", "text": "SessionStorageFactory" }, ">" @@ -1155,7 +1147,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory.$1", + "id": "def-server.createCookieSessionStorageFactory.$1", "type": "Object", "tags": [], "label": "log", @@ -1176,7 +1168,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory.$2", + "id": "def-server.createCookieSessionStorageFactory.$2", "type": "Object", "tags": [], "label": "server", @@ -1193,7 +1185,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory.$3", + "id": "def-server.createCookieSessionStorageFactory.$3", "type": "Object", "tags": [], "label": "cookieOptions", @@ -1203,9 +1195,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, "" @@ -1217,7 +1209,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory.$4", + "id": "def-server.createCookieSessionStorageFactory.$4", "type": "boolean", "tags": [], "label": "disableEmbedding", @@ -1232,7 +1224,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.createCookieSessionStorageFactory.$5", + "id": "def-server.createCookieSessionStorageFactory.$5", "type": "string", "tags": [], "label": "basePath", @@ -1253,7 +1245,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets", + "id": "def-server.InternalStaticAssets", "type": "Interface", "tags": [], "label": "InternalStaticAssets", @@ -1264,7 +1256,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getHrefBase", + "id": "def-server.InternalStaticAssets.getHrefBase", "type": "Function", "tags": [], "label": "getHrefBase", @@ -1280,7 +1272,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.isUsingCdn", + "id": "def-server.InternalStaticAssets.isUsingCdn", "type": "Function", "tags": [], "label": "isUsingCdn", @@ -1298,7 +1290,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginAssetHref", + "id": "def-server.InternalStaticAssets.getPluginAssetHref", "type": "Function", "tags": [], "label": "getPluginAssetHref", @@ -1314,7 +1306,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginAssetHref.$1", + "id": "def-server.InternalStaticAssets.getPluginAssetHref.$1", "type": "string", "tags": [], "label": "pluginName", @@ -1329,7 +1321,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginAssetHref.$2", + "id": "def-server.InternalStaticAssets.getPluginAssetHref.$2", "type": "string", "tags": [], "label": "assetPath", @@ -1347,7 +1339,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginServerPath", + "id": "def-server.InternalStaticAssets.getPluginServerPath", "type": "Function", "tags": [], "label": "getPluginServerPath", @@ -1363,7 +1355,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginServerPath.$1", + "id": "def-server.InternalStaticAssets.getPluginServerPath.$1", "type": "string", "tags": [], "label": "pluginName", @@ -1378,7 +1370,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.getPluginServerPath.$2", + "id": "def-server.InternalStaticAssets.getPluginServerPath.$2", "type": "string", "tags": [], "label": "assetPath", @@ -1396,7 +1388,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.prependServerPath", + "id": "def-server.InternalStaticAssets.prependServerPath", "type": "Function", "tags": [], "label": "prependServerPath", @@ -1412,7 +1404,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.prependServerPath.$1", + "id": "def-server.InternalStaticAssets.prependServerPath.$1", "type": "string", "tags": [], "label": "pathname", @@ -1430,7 +1422,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.prependPublicUrl", + "id": "def-server.InternalStaticAssets.prependPublicUrl", "type": "Function", "tags": [ "note" @@ -1448,7 +1440,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.InternalStaticAssets.prependPublicUrl.$1", + "id": "def-server.InternalStaticAssets.prependPublicUrl.$1", "type": "string", "tags": [], "label": "pathname", @@ -1472,7 +1464,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.HttpConfigType", + "id": "def-server.HttpConfigType", "type": "Type", "tags": [], "label": "HttpConfigType", @@ -1497,7 +1489,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.cspConfig", + "id": "def-server.cspConfig", "type": "Object", "tags": [], "label": "cspConfig", @@ -1508,7 +1500,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.cspConfig.path", + "id": "def-server.cspConfig.path", "type": "string", "tags": [], "label": "path", @@ -1521,7 +1513,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.cspConfig.schema", + "id": "def-server.cspConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -1673,7 +1665,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.externalUrlConfig", + "id": "def-server.externalUrlConfig", "type": "Object", "tags": [], "label": "externalUrlConfig", @@ -1684,7 +1676,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.externalUrlConfig.path", + "id": "def-server.externalUrlConfig.path", "type": "string", "tags": [], "label": "path", @@ -1695,7 +1687,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.externalUrlConfig.schema", + "id": "def-server.externalUrlConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -1735,7 +1727,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.permissionsPolicyConfig", + "id": "def-server.permissionsPolicyConfig", "type": "Object", "tags": [], "label": "permissionsPolicyConfig", @@ -1746,7 +1738,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.permissionsPolicyConfig.path", + "id": "def-server.permissionsPolicyConfig.path", "type": "string", "tags": [], "label": "path", @@ -1757,7 +1749,7 @@ }, { "parentPluginId": "@kbn/core-http-server-internal", - "id": "def-common.permissionsPolicyConfig.schema", + "id": "def-server.permissionsPolicyConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -1788,5 +1780,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index 3cd6523aff92d..416f471e654c4 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; @@ -23,20 +23,20 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 96 | 0 | 83 | 10 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_http_server_mocks.devdocs.json b/api_docs/kbn_core_http_server_mocks.devdocs.json index 142e3ae6eba5b..085616047e523 100644 --- a/api_docs/kbn_core_http_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createConfigService", + "id": "def-server.createConfigService", "type": "Function", "tags": [], "label": "createConfigService", @@ -58,7 +50,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createConfigService.$1", + "id": "def-server.createConfigService.$1", "type": "Object", "tags": [], "label": "{\n server,\n externalUrl,\n csp,\n}", @@ -93,7 +85,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createCoreContext", + "id": "def-server.createCoreContext", "type": "Function", "tags": [], "label": "createCoreContext", @@ -110,7 +102,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createCoreContext.$1", + "id": "def-server.createCoreContext.$1", "type": "Object", "tags": [], "label": "overrides", @@ -131,7 +123,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createHttpService", + "id": "def-server.createHttpService", "type": "Function", "tags": [], "label": "createHttpService", @@ -150,7 +142,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.createHttpService.$1", + "id": "def-server.createHttpService.$1", "type": "Object", "tags": [], "label": "{\n buildNum,\n ...overrides\n}", @@ -175,7 +167,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.HttpServicePrebootMock", + "id": "def-server.HttpServicePrebootMock", "type": "Type", "tags": [], "label": "HttpServicePrebootMock", @@ -184,49 +176,49 @@ "{ registerRoutes: jest.MockInstance) => void], unknown>; basePath: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" }, "; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServicePreboot", + "section": "def-server.HttpServicePreboot", "text": "HttpServicePreboot" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">" @@ -238,7 +230,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.HttpServiceSetupMock", + "id": "def-server.HttpServiceSetupMock", "type": "Type", "tags": [], "label": "HttpServiceSetupMock", @@ -247,113 +239,113 @@ "{ csp: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" }, "; staticAssets: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-server.IStaticAssets", "text": "IStaticAssets" }, "; registerRouteHandlerContext: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" }, ", [contextName: Exclude, provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, ">], unknown>; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; createCookieSessionStorageFactory: jest.MockInstance>, [cookieOptions: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, "], unknown>; registerOnPreRouting: jest.MockInstance; registerOnPreAuth: jest.MockInstance; registerAuth: jest.MockInstance; registerOnPostAuth: jest.MockInstance; registerOnPreResponse: jest.MockInstance; } & Omit<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceSetup", + "section": "def-server.HttpServiceSetup", "text": "HttpServiceSetup" }, ", \"createRouter\" | \"basePath\"> & { basePath: BasePathMocked; staticAssets: StaticAssetsMocked; createRouter: jest.MockedFunction<() => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.RouterMock", + "section": "def-server.RouterMock", "text": "RouterMock" }, ">; }" @@ -365,7 +357,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.HttpServiceStartMock", + "id": "def-server.HttpServiceStartMock", "type": "Type", "tags": [], "label": "HttpServiceStartMock", @@ -374,41 +366,41 @@ "{ basePath: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" }, "; staticAssets: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IStaticAssets", + "section": "def-server.IStaticAssets", "text": "IStaticAssets" }, "; auth: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpAuth", + "section": "def-server.HttpAuth", "text": "HttpAuth" }, "; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; } & ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceStart", + "section": "def-server.HttpServiceStart", "text": "HttpServiceStart" }, " & { basePath: BasePathMocked; staticAssets: StaticAssetsMocked; }" @@ -420,7 +412,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.InternalHttpServicePrebootMock", + "id": "def-server.InternalHttpServicePrebootMock", "type": "Type", "tags": [], "label": "InternalHttpServicePrebootMock", @@ -429,25 +421,25 @@ "{ externalUrl: ", { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.ExternalUrlConfig", + "section": "def-server.ExternalUrlConfig", "text": "ExternalUrlConfig" }, "; csp: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" }, "; auth: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpAuth", + "section": "def-server.HttpAuth", "text": "HttpAuth" }, "; server: ", @@ -455,49 +447,49 @@ "; registerStaticDir: jest.MockInstance; registerRouteHandlerContext: >(pluginOpaqueId: symbol, contextName: ContextName, provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" }, "; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; registerRoutes: jest.MockInstance) => void], unknown>; } & Omit<", @@ -511,7 +503,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.InternalHttpServiceSetupMock", + "id": "def-server.InternalHttpServiceSetupMock", "type": "Type", "tags": [], "label": "InternalHttpServiceSetupMock", @@ -520,17 +512,17 @@ "{ externalUrl: ", { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.ExternalUrlConfig", + "section": "def-server.ExternalUrlConfig", "text": "ExternalUrlConfig" }, "; csp: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ICspConfig", + "section": "def-server.ICspConfig", "text": "ICspConfig" }, "; server: ", @@ -538,105 +530,105 @@ "; registerStaticDir: jest.MockInstance; registerRouteHandlerContext: >(pluginOpaqueId: symbol, contextName: ContextName, provider: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextProvider", + "section": "def-server.IContextProvider", "text": "IContextProvider" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IContextContainer", + "section": "def-server.IContextContainer", "text": "IContextContainer" }, "; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; createCookieSessionStorageFactory: jest.MockInstance>, [cookieOptions: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageCookieOptions", + "section": "def-server.SessionStorageCookieOptions", "text": "SessionStorageCookieOptions" }, "], unknown>; registerOnPreRouting: jest.MockInstance; registerOnPreAuth: jest.MockInstance; registerAuth: jest.MockInstance; registerOnPostAuth: jest.MockInstance; registerOnPreResponse: jest.MockInstance; registerRouterAfterListening: jest.MockInstance], unknown>; } & Omit<", @@ -644,17 +636,17 @@ ", \"createRouter\" | \"basePath\" | \"auth\" | \"staticAssets\" | \"authRequestHeaders\"> & { auth: AuthMocked; basePath: BasePathMocked; staticAssets: InternalStaticAssetsMocked; createRouter: jest.MockedFunction<(path: string) => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.RouterMock", + "section": "def-server.RouterMock", "text": "RouterMock" }, ">; authRequestHeaders: jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IAuthHeadersStorage", + "section": "def-server.IAuthHeadersStorage", "text": "IAuthHeadersStorage" }, ">; }" @@ -666,7 +658,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.InternalHttpServiceStartMock", + "id": "def-server.InternalHttpServiceStartMock", "type": "Type", "tags": [], "label": "InternalHttpServiceStartMock", @@ -675,33 +667,33 @@ "{ staticAssets: ", { "pluginId": "@kbn/core-http-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-common.InternalStaticAssets", + "section": "def-server.InternalStaticAssets", "text": "InternalStaticAssets" }, "; isListening: jest.MockInstance; basePath: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" }, "; auth: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpAuth", + "section": "def-server.HttpAuth", "text": "HttpAuth" }, "; getServerInfo: jest.MockInstance<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServerInfo", + "section": "def-server.HttpServerInfo", "text": "HttpServerInfo" }, ", [], unknown>; } & ", @@ -717,7 +709,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock", + "id": "def-server.httpServerMock", "type": "Object", "tags": [], "label": "httpServerMock", @@ -728,7 +720,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createKibanaRequest", + "id": "def-server.httpServerMock.createKibanaRequest", "type": "Function", "tags": [], "label": "createKibanaRequest", @@ -739,9 +731,9 @@ ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -753,7 +745,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createKibanaRequest.$1", + "id": "def-server.httpServerMock.createKibanaRequest.$1", "type": "Object", "tags": [], "label": "__0", @@ -770,7 +762,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createRawRequest", + "id": "def-server.httpServerMock.createRawRequest", "type": "Function", "tags": [], "label": "createRawRequest", @@ -796,7 +788,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createRawRequest.$1", + "id": "def-server.httpServerMock.createRawRequest.$1", "type": "Object", "tags": [], "label": "customization", @@ -1238,7 +1230,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createResponseFactory", + "id": "def-server.httpServerMock.createResponseFactory", "type": "Function", "tags": [], "label": "createResponseFactory", @@ -1247,9 +1239,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ">" @@ -1262,7 +1254,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createLifecycleResponseFactory", + "id": "def-server.httpServerMock.createLifecycleResponseFactory", "type": "Function", "tags": [], "label": "createLifecycleResponseFactory", @@ -1271,9 +1263,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.LifecycleResponseFactory", + "section": "def-server.LifecycleResponseFactory", "text": "LifecycleResponseFactory" }, ">" @@ -1286,7 +1278,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServerMock.createToolkit", + "id": "def-server.httpServerMock.createToolkit", "type": "Function", "tags": [], "label": "createToolkit", @@ -1305,7 +1297,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock", + "id": "def-server.httpServiceMock", "type": "Object", "tags": [], "label": "httpServiceMock", @@ -1316,7 +1308,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.create", + "id": "def-server.httpServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -1332,7 +1324,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createBasePath", + "id": "def-server.httpServiceMock.createBasePath", "type": "Function", "tags": [], "label": "createBasePath", @@ -1347,7 +1339,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createBasePath.$1", + "id": "def-server.httpServiceMock.createBasePath.$1", "type": "string", "tags": [], "label": "serverBasePath", @@ -1358,7 +1350,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createBasePath.$2", + "id": "def-server.httpServiceMock.createBasePath.$2", "type": "string", "tags": [], "label": "publicBaseUrl", @@ -1371,7 +1363,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createAuth", + "id": "def-server.httpServiceMock.createAuth", "type": "Function", "tags": [], "label": "createAuth", @@ -1387,7 +1379,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createInternalPrebootContract", + "id": "def-server.httpServiceMock.createInternalPrebootContract", "type": "Function", "tags": [], "label": "createInternalPrebootContract", @@ -1396,9 +1388,9 @@ "(args?: CreateMockArgs) => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServicePrebootMock", + "section": "def-server.InternalHttpServicePrebootMock", "text": "InternalHttpServicePrebootMock" } ], @@ -1409,7 +1401,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createInternalPrebootContract.$1", + "id": "def-server.httpServiceMock.createInternalPrebootContract.$1", "type": "Object", "tags": [], "label": "args", @@ -1425,7 +1417,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createPrebootContract", + "id": "def-server.httpServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -1434,9 +1426,9 @@ "() => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.HttpServicePrebootMock", + "section": "def-server.HttpServicePrebootMock", "text": "HttpServicePrebootMock" } ], @@ -1448,7 +1440,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createInternalSetupContract", + "id": "def-server.httpServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -1457,9 +1449,9 @@ "() => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServiceSetupMock", + "section": "def-server.InternalHttpServiceSetupMock", "text": "InternalHttpServiceSetupMock" } ], @@ -1471,7 +1463,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createSetupContract", + "id": "def-server.httpServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -1480,25 +1472,25 @@ "() => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.HttpServiceSetupMock", + "section": "def-server.HttpServiceSetupMock", "text": "HttpServiceSetupMock" }, "" @@ -1511,7 +1503,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createInternalStartContract", + "id": "def-server.httpServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -1520,9 +1512,9 @@ "() => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServiceStartMock", + "section": "def-server.InternalHttpServiceStartMock", "text": "InternalHttpServiceStartMock" } ], @@ -1534,7 +1526,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createStartContract", + "id": "def-server.httpServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -1543,9 +1535,9 @@ "() => ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.HttpServiceStartMock", + "section": "def-server.HttpServiceStartMock", "text": "HttpServiceStartMock" } ], @@ -1557,7 +1549,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createOnPreAuthToolkit", + "id": "def-server.httpServiceMock.createOnPreAuthToolkit", "type": "Function", "tags": [], "label": "createOnPreAuthToolkit", @@ -1566,9 +1558,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreAuthToolkit", + "section": "def-server.OnPreAuthToolkit", "text": "OnPreAuthToolkit" }, ">" @@ -1581,7 +1573,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createOnPostAuthToolkit", + "id": "def-server.httpServiceMock.createOnPostAuthToolkit", "type": "Function", "tags": [], "label": "createOnPostAuthToolkit", @@ -1590,9 +1582,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPostAuthToolkit", + "section": "def-server.OnPostAuthToolkit", "text": "OnPostAuthToolkit" }, ">" @@ -1605,7 +1597,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createOnPreResponseToolkit", + "id": "def-server.httpServiceMock.createOnPreResponseToolkit", "type": "Function", "tags": [], "label": "createOnPreResponseToolkit", @@ -1614,9 +1606,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreResponseToolkit", + "section": "def-server.OnPreResponseToolkit", "text": "OnPreResponseToolkit" }, ">" @@ -1629,7 +1621,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createOnPreRoutingToolkit", + "id": "def-server.httpServiceMock.createOnPreRoutingToolkit", "type": "Function", "tags": [], "label": "createOnPreRoutingToolkit", @@ -1638,9 +1630,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.OnPreRoutingToolkit", + "section": "def-server.OnPreRoutingToolkit", "text": "OnPreRoutingToolkit" }, ">" @@ -1653,7 +1645,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createAuthToolkit", + "id": "def-server.httpServiceMock.createAuthToolkit", "type": "Function", "tags": [], "label": "createAuthToolkit", @@ -1662,9 +1654,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.AuthToolkit", + "section": "def-server.AuthToolkit", "text": "AuthToolkit" }, ">" @@ -1677,7 +1669,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createAuthHeaderStorage", + "id": "def-server.httpServiceMock.createAuthHeaderStorage", "type": "Function", "tags": [], "label": "createAuthHeaderStorage", @@ -1686,9 +1678,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IAuthHeadersStorage", + "section": "def-server.IAuthHeadersStorage", "text": "IAuthHeadersStorage" }, ">" @@ -1701,7 +1693,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createRouter", + "id": "def-server.httpServiceMock.createRouter", "type": "Function", "tags": [], "label": "createRouter", @@ -1710,9 +1702,9 @@ "({ routerPath }?: { routerPath?: string | undefined; }) => ", { "pluginId": "@kbn/core-http-router-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerMocksPluginApi", - "section": "def-common.RouterMock", + "section": "def-server.RouterMock", "text": "RouterMock" } ], @@ -1723,7 +1715,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.httpServiceMock.createRouter.$1", + "id": "def-server.httpServiceMock.createRouter.$1", "type": "Object", "tags": [], "label": "__0", @@ -1742,7 +1734,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.sessionStorageMock", + "id": "def-server.sessionStorageMock", "type": "Object", "tags": [], "label": "sessionStorageMock", @@ -1753,7 +1745,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.sessionStorageMock.create", + "id": "def-server.sessionStorageMock.create", "type": "Function", "tags": [], "label": "create", @@ -1762,9 +1754,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorage", + "section": "def-server.SessionStorage", "text": "SessionStorage" }, ">" @@ -1777,7 +1769,7 @@ }, { "parentPluginId": "@kbn/core-http-server-mocks", - "id": "def-common.sessionStorageMock.createFactory", + "id": "def-server.sessionStorageMock.createFactory", "type": "Function", "tags": [], "label": "createFactory", @@ -1786,9 +1778,9 @@ "() => DeepMocked<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.SessionStorageFactory", + "section": "def-server.SessionStorageFactory", "text": "SessionStorageFactory" }, ">" @@ -1803,5 +1795,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index cfd5479c0226d..6343a4dc6c1c1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 44 | 0 | 43 | 0 | -## Common +## Server ### Objects - + ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_i18n_browser.devdocs.json b/api_docs/kbn_core_i18n_browser.devdocs.json index d1057e5878eac..4a5e478eec90b 100644 --- a/api_docs/kbn_core_i18n_browser.devdocs.json +++ b/api_docs/kbn_core_i18n_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-i18n-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-i18n-browser", - "id": "def-common.I18nStart", + "id": "def-public.I18nStart", "type": "Interface", "tags": [], "label": "I18nStart", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-browser", - "id": "def-common.I18nStart.Context", + "id": "def-public.I18nStart.Context", "type": "Function", "tags": [], "label": "Context", @@ -51,7 +35,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-browser", - "id": "def-common.I18nStart.Context.$1", + "id": "def-public.I18nStart.Context.$1", "type": "Object", "tags": [], "label": "{ children }", @@ -62,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-browser", - "id": "def-common.I18nStart.Context.$1.children", + "id": "def-public.I18nStart.Context.$1.children", "type": "CompoundType", "tags": [], "label": "children", @@ -86,5 +70,21 @@ "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_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index 66f9fd2a7dd58..b333f1b8af032 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 2 | 0 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_i18n_browser_mocks.devdocs.json b/api_docs/kbn_core_i18n_browser_mocks.devdocs.json index 183e0f3819aaf..ca173ba023c9d 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_i18n_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-i18n-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-i18n-browser-mocks", - "id": "def-common.i18nServiceMock", + "id": "def-public.i18nServiceMock", "type": "Object", "tags": [], "label": "i18nServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-browser-mocks", - "id": "def-common.i18nServiceMock.create", + "id": "def-public.i18nServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-i18n-browser-mocks", - "id": "def-common.i18nServiceMock.createStartContract", + "id": "def-public.i18nServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -61,9 +45,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, ">" @@ -78,5 +62,21 @@ "initialIsOpen": false } ] + }, + "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_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index f7ed8385afe99..3bae26ca672fb 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_i18n_server.devdocs.json b/api_docs/kbn_core_i18n_server.devdocs.json index c21bb6ea67115..d0735520fefcc 100644 --- a/api_docs/kbn_core_i18n_server.devdocs.json +++ b/api_docs/kbn_core_i18n_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-i18n-server", - "id": "def-common.I18nServiceSetup", + "id": "def-server.I18nServiceSetup", "type": "Interface", "tags": [], "label": "I18nServiceSetup", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server", - "id": "def-common.I18nServiceSetup.getLocale", + "id": "def-server.I18nServiceSetup.getLocale", "type": "Function", "tags": [], "label": "getLocale", @@ -51,7 +43,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server", - "id": "def-common.I18nServiceSetup.getTranslationFiles", + "id": "def-server.I18nServiceSetup.getTranslationFiles", "type": "Function", "tags": [], "label": "getTranslationFiles", @@ -69,7 +61,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server", - "id": "def-common.I18nServiceSetup.getTranslationHash", + "id": "def-server.I18nServiceSetup.getTranslationHash", "type": "Function", "tags": [], "label": "getTranslationHash", @@ -92,5 +84,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 7f0766d3b703e..7862d5c10a6c6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 1 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_i18n_server_internal.devdocs.json b/api_docs/kbn_core_i18n_server_internal.devdocs.json index efd45c284142f..6293f2291eff7 100644 --- a/api_docs/kbn_core_i18n_server_internal.devdocs.json +++ b/api_docs/kbn_core_i18n_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService", + "id": "def-server.I18nService", "type": "Class", "tags": [], "label": "I18nService", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.Unnamed", + "id": "def-server.I18nService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.Unnamed.$1", + "id": "def-server.I18nService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.preboot", + "id": "def-server.I18nService.preboot", "type": "Function", "tags": [], "label": "preboot", @@ -74,9 +66,9 @@ ") => Promise<", { "pluginId": "@kbn/core-i18n-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerInternalPluginApi", - "section": "def-common.InternalI18nServicePreboot", + "section": "def-server.InternalI18nServicePreboot", "text": "InternalI18nServicePreboot" }, ">" @@ -87,7 +79,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.preboot.$1", + "id": "def-server.I18nService.preboot.$1", "type": "Object", "tags": [], "label": "{ pluginPaths, http }", @@ -105,7 +97,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.setup", + "id": "def-server.I18nService.setup", "type": "Function", "tags": [], "label": "setup", @@ -116,9 +108,9 @@ ") => Promise<", { "pluginId": "@kbn/core-i18n-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-common.I18nServiceSetup", + "section": "def-server.I18nServiceSetup", "text": "I18nServiceSetup" }, ">" @@ -129,7 +121,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nService.setup.$1", + "id": "def-server.I18nService.setup.$1", "type": "Object", "tags": [], "label": "{ pluginPaths, http }", @@ -152,7 +144,7 @@ "functions": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.getKibanaTranslationFiles", + "id": "def-server.getKibanaTranslationFiles", "type": "Function", "tags": [], "label": "getKibanaTranslationFiles", @@ -166,7 +158,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.getKibanaTranslationFiles.$1", + "id": "def-server.getKibanaTranslationFiles.$1", "type": "string", "tags": [], "label": "locale", @@ -181,7 +173,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.getKibanaTranslationFiles.$2", + "id": "def-server.getKibanaTranslationFiles.$2", "type": "Array", "tags": [], "label": "pluginPaths", @@ -202,7 +194,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.InternalI18nServicePreboot", + "id": "def-server.InternalI18nServicePreboot", "type": "Interface", "tags": [], "label": "InternalI18nServicePreboot", @@ -213,7 +205,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.InternalI18nServicePreboot.getTranslationHash", + "id": "def-server.InternalI18nServicePreboot.getTranslationHash", "type": "Function", "tags": [], "label": "getTranslationHash", @@ -235,7 +227,7 @@ "misc": [ { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.I18nConfigType", + "id": "def-server.I18nConfigType", "type": "Type", "tags": [], "label": "I18nConfigType", @@ -250,7 +242,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-internal", - "id": "def-common.supportedLocale", + "id": "def-server.supportedLocale", "type": "Array", "tags": [], "label": "supportedLocale", @@ -267,5 +259,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index 403c9a03d2c3c..142f962e78f0c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 14 | 0 | 13 | 2 | -## Common +## Server ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_i18n_server_mocks.devdocs.json b/api_docs/kbn_core_i18n_server_mocks.devdocs.json index 262e5feca6f2c..a25728a826423 100644 --- a/api_docs/kbn_core_i18n_server_mocks.devdocs.json +++ b/api_docs/kbn_core_i18n_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-i18n-server-mocks", - "id": "def-common.i18nServiceMock", + "id": "def-server.i18nServiceMock", "type": "Object", "tags": [], "label": "i18nServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-i18n-server-mocks", - "id": "def-common.i18nServiceMock.create", + "id": "def-server.i18nServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-mocks", - "id": "def-common.i18nServiceMock.createSetupContract", + "id": "def-server.i18nServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-i18n-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-common.I18nServiceSetup", + "section": "def-server.I18nServiceSetup", "text": "I18nServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-i18n-server-mocks", - "id": "def-common.i18nServiceMock.createInternalPrebootContract", + "id": "def-server.i18nServiceMock.createInternalPrebootContract", "type": "Function", "tags": [], "label": "createInternalPrebootContract", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-i18n-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerInternalPluginApi", - "section": "def-common.InternalI18nServicePreboot", + "section": "def-server.InternalI18nServicePreboot", "text": "InternalI18nServicePreboot" }, ">" @@ -102,5 +94,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index ecad8b76f932e..6a0099b7c3566 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.devdocs.json b/api_docs/kbn_core_injected_metadata_browser_mocks.devdocs.json index 8a856b802b190..1cfec18b85357 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-injected-metadata-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-injected-metadata-browser-mocks", - "id": "def-common.injectedMetadataServiceMock", + "id": "def-public.injectedMetadataServiceMock", "type": "Object", "tags": [], "label": "injectedMetadataServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-injected-metadata-browser-mocks", - "id": "def-common.injectedMetadataServiceMock.create", + "id": "def-public.injectedMetadataServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-injected-metadata-browser-mocks", - "id": "def-common.injectedMetadataServiceMock.createSetupContract", + "id": "def-public.injectedMetadataServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -70,7 +54,7 @@ }, { "parentPluginId": "@kbn/core-injected-metadata-browser-mocks", - "id": "def-common.injectedMetadataServiceMock.createStartContract", + "id": "def-public.injectedMetadataServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -90,5 +74,21 @@ "initialIsOpen": false } ] + }, + "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_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 5ff898e8ed839..827edd34b74bd 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_integrations_browser_internal.devdocs.json b/api_docs/kbn_core_integrations_browser_internal.devdocs.json index f4e19a59acdf1..66a53cf869c2f 100644 --- a/api_docs/kbn_core_integrations_browser_internal.devdocs.json +++ b/api_docs/kbn_core_integrations_browser_internal.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-integrations-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-integrations-browser-internal", - "id": "def-common.IntegrationsServiceSetupDeps", + "id": "def-public.IntegrationsServiceSetupDeps", "type": "Interface", "tags": [], "label": "IntegrationsServiceSetupDeps", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/core-integrations-browser-internal", - "id": "def-common.IntegrationsServiceSetupDeps.uiSettings", + "id": "def-public.IntegrationsServiceSetupDeps.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -41,9 +25,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -58,5 +42,21 @@ "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_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index 76af95584dcb1..dd5e9190a3e08 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 0 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_integrations_browser_mocks.devdocs.json b/api_docs/kbn_core_integrations_browser_mocks.devdocs.json index 0a1cd1cd04f08..0a777aa5607e0 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_integrations_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-integrations-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +8,7 @@ "misc": [ { "parentPluginId": "@kbn/core-integrations-browser-mocks", - "id": "def-common.IntegrationsServiceContract", + "id": "def-public.IntegrationsServiceContract", "type": "Type", "tags": [], "label": "IntegrationsServiceContract", @@ -33,9 +17,9 @@ "{ start: ({ uiSettings }: ", { "pluginId": "@kbn/core-integrations-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreIntegrationsBrowserInternalPluginApi", - "section": "def-common.IntegrationsServiceSetupDeps", + "section": "def-public.IntegrationsServiceSetupDeps", "text": "IntegrationsServiceSetupDeps" }, ") => Promise; setup: () => Promise; stop: () => Promise; }" @@ -47,7 +31,7 @@ }, { "parentPluginId": "@kbn/core-integrations-browser-mocks", - "id": "def-common.IntegrationsServiceMock", + "id": "def-public.IntegrationsServiceMock", "type": "Type", "tags": [], "label": "IntegrationsServiceMock", @@ -56,17 +40,17 @@ "{ start: jest.MockInstance, [", { "pluginId": "@kbn/core-integrations-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreIntegrationsBrowserInternalPluginApi", - "section": "def-common.IntegrationsServiceSetupDeps", + "section": "def-public.IntegrationsServiceSetupDeps", "text": "IntegrationsServiceSetupDeps" }, "], unknown>; setup: jest.MockInstance, [], unknown>; stop: jest.MockInstance, [], unknown>; } & ", { "pluginId": "@kbn/core-integrations-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreIntegrationsBrowserMocksPluginApi", - "section": "def-common.IntegrationsServiceContract", + "section": "def-public.IntegrationsServiceContract", "text": "IntegrationsServiceContract" } ], @@ -79,7 +63,7 @@ "objects": [ { "parentPluginId": "@kbn/core-integrations-browser-mocks", - "id": "def-common.integrationsServiceMock", + "id": "def-public.integrationsServiceMock", "type": "Object", "tags": [], "label": "integrationsServiceMock", @@ -90,7 +74,7 @@ "children": [ { "parentPluginId": "@kbn/core-integrations-browser-mocks", - "id": "def-common.integrationsServiceMock.create", + "id": "def-public.integrationsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -99,9 +83,9 @@ "() => ", { "pluginId": "@kbn/core-integrations-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreIntegrationsBrowserMocksPluginApi", - "section": "def-common.IntegrationsServiceMock", + "section": "def-public.IntegrationsServiceMock", "text": "IntegrationsServiceMock" } ], @@ -115,5 +99,21 @@ "initialIsOpen": false } ] + }, + "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_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index 807f7000f1433..f3c7c01112432 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_browser.devdocs.json b/api_docs/kbn_core_lifecycle_browser.devdocs.json index 1b96fc2e88592..de0a3acb01514 100644 --- a/api_docs/kbn_core_lifecycle_browser.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-lifecycle-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup", + "id": "def-public.CoreSetup", "type": "Interface", "tags": [], "label": "CoreSetup", @@ -32,9 +16,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.analytics", + "id": "def-public.CoreSetup.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -119,7 +103,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.application", + "id": "def-public.CoreSetup.application", "type": "Object", "tags": [], "label": "application", @@ -129,9 +113,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationSetup", + "section": "def-public.ApplicationSetup", "text": "ApplicationSetup" } ], @@ -141,7 +125,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.customBranding", + "id": "def-public.CoreSetup.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -151,9 +135,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingSetup", + "section": "def-public.CustomBrandingSetup", "text": "CustomBrandingSetup" } ], @@ -163,7 +147,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.fatalErrors", + "id": "def-public.CoreSetup.fatalErrors", "type": "Object", "tags": [], "label": "fatalErrors", @@ -173,9 +157,9 @@ "signature": [ { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" } ], @@ -185,7 +169,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.http", + "id": "def-public.CoreSetup.http", "type": "Object", "tags": [], "label": "http", @@ -195,9 +179,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -207,7 +191,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.notifications", + "id": "def-public.CoreSetup.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -217,9 +201,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" } ], @@ -229,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.uiSettings", + "id": "def-public.CoreSetup.uiSettings", "type": "Object", "tags": [ "Deprecated" @@ -241,9 +225,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -253,7 +237,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.settings", + "id": "def-public.CoreSetup.settings", "type": "Object", "tags": [], "label": "settings", @@ -263,9 +247,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.SettingsStart", + "section": "def-public.SettingsStart", "text": "SettingsStart" } ], @@ -275,7 +259,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.executionContext", + "id": "def-public.CoreSetup.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -285,9 +269,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -297,7 +281,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.theme", + "id": "def-public.CoreSetup.theme", "type": "Object", "tags": [], "label": "theme", @@ -307,9 +291,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -319,7 +303,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.plugins", + "id": "def-public.CoreSetup.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -329,9 +313,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginsServiceSetup", + "section": "def-public.PluginsServiceSetup", "text": "PluginsServiceSetup" } ], @@ -341,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.security", + "id": "def-public.CoreSetup.security", "type": "Object", "tags": [], "label": "security", @@ -351,9 +335,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -363,7 +347,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.userProfile", + "id": "def-public.CoreSetup.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -373,9 +357,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -385,7 +369,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.getStartServices", + "id": "def-public.CoreSetup.getStartServices", "type": "Function", "tags": [], "label": "getStartServices", @@ -396,9 +380,9 @@ "() => Promise<[", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", TPluginsStart, TStart]>" @@ -414,7 +398,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart", + "id": "def-public.CoreStart", "type": "Interface", "tags": [], "label": "CoreStart", @@ -427,7 +411,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.analytics", + "id": "def-public.CoreStart.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -461,7 +445,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.application", + "id": "def-public.CoreStart.application", "type": "Object", "tags": [], "label": "application", @@ -471,9 +455,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" } ], @@ -483,7 +467,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.chrome", + "id": "def-public.CoreStart.chrome", "type": "Object", "tags": [], "label": "chrome", @@ -493,9 +477,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStart", + "section": "def-public.ChromeStart", "text": "ChromeStart" } ], @@ -505,7 +489,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.customBranding", + "id": "def-public.CoreStart.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -515,9 +499,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingStart", + "section": "def-public.CustomBrandingStart", "text": "CustomBrandingStart" } ], @@ -527,7 +511,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.docLinks", + "id": "def-public.CoreStart.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -537,9 +521,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -549,7 +533,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.executionContext", + "id": "def-public.CoreStart.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -559,9 +543,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -571,7 +555,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.http", + "id": "def-public.CoreStart.http", "type": "Object", "tags": [], "label": "http", @@ -581,9 +565,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -593,7 +577,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.savedObjects", + "id": "def-public.CoreStart.savedObjects", "type": "Object", "tags": [ "deprecated" @@ -605,9 +589,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" } ], @@ -683,7 +667,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.i18n", + "id": "def-public.CoreStart.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -693,9 +677,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -705,7 +689,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.notifications", + "id": "def-public.CoreStart.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -715,9 +699,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], @@ -727,7 +711,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.overlays", + "id": "def-public.CoreStart.overlays", "type": "Object", "tags": [], "label": "overlays", @@ -737,9 +721,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" } ], @@ -749,7 +733,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.uiSettings", + "id": "def-public.CoreStart.uiSettings", "type": "Object", "tags": [ "Deprecated" @@ -761,9 +745,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -773,7 +757,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.settings", + "id": "def-public.CoreStart.settings", "type": "Object", "tags": [], "label": "settings", @@ -783,9 +767,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.SettingsStart", + "section": "def-public.SettingsStart", "text": "SettingsStart" } ], @@ -795,7 +779,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.fatalErrors", + "id": "def-public.CoreStart.fatalErrors", "type": "Object", "tags": [], "label": "fatalErrors", @@ -805,9 +789,9 @@ "signature": [ { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" } ], @@ -817,7 +801,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.deprecations", + "id": "def-public.CoreStart.deprecations", "type": "Object", "tags": [], "label": "deprecations", @@ -827,9 +811,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" } ], @@ -839,7 +823,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.theme", + "id": "def-public.CoreStart.theme", "type": "Object", "tags": [], "label": "theme", @@ -849,9 +833,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -861,7 +845,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.plugins", + "id": "def-public.CoreStart.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -871,9 +855,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginsServiceStart", + "section": "def-public.PluginsServiceStart", "text": "PluginsServiceStart" } ], @@ -883,7 +867,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.security", + "id": "def-public.CoreStart.security", "type": "Object", "tags": [], "label": "security", @@ -893,9 +877,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -905,7 +889,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.userProfile", + "id": "def-public.CoreStart.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -915,9 +899,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" } ], @@ -933,7 +917,7 @@ "misc": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.StartServicesAccessor", + "id": "def-public.StartServicesAccessor", "type": "Type", "tags": [], "label": "StartServicesAccessor", @@ -944,9 +928,9 @@ "() => Promise<[", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", TPluginsStart, TStart]>" @@ -960,5 +944,21 @@ } ], "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_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 52f6e184e0f99..003f97836e279 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 36 | 0 | 0 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json index 0dbb1801fcfa0..cb694e0347a00 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-lifecycle-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-lifecycle-browser-mocks", - "id": "def-common.coreLifecycleMock", + "id": "def-public.coreLifecycleMock", "type": "Object", "tags": [], "label": "coreLifecycleMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser-mocks", - "id": "def-common.coreLifecycleMock.createCoreSetup", + "id": "def-public.coreLifecycleMock.createCoreSetup", "type": "Function", "tags": [], "label": "createCoreSetup", @@ -45,17 +29,17 @@ "({ basePath, pluginStartDeps, pluginStartContract, }?: { basePath?: string | undefined; pluginStartDeps?: object | undefined; pluginStartContract?: any; }) => { analytics: jest.Mocked<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-public.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" }, ">; application: jest.Mocked<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationSetup", + "section": "def-public.ApplicationSetup", "text": "ApplicationSetup" }, ">; customBranding: { customBranding$: ", @@ -73,33 +57,33 @@ "; }; docLinks: jest.Mock; executionContext: jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">; fatalErrors: jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">; getStartServices: jest.Mock; application: jest.Mocked<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" }, ">; chrome: ", @@ -127,33 +111,33 @@ "; }; docLinks: ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" }, "; executionContext: jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">; http: ", { "pluginId": "@kbn/core-http-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserMocksPluginApi", - "section": "def-common.HttpSetupMock", + "section": "def-public.HttpSetupMock", "text": "HttpSetupMock" }, "; i18n: jest.Mocked<", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, ">; notifications: ", @@ -167,9 +151,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, ">; overlays: ", @@ -183,89 +167,89 @@ "<", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" }, ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; settings: { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; globalClient: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }; savedObjects: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" }, ">; deprecations: jest.Mocked<", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" }, ">; theme: jest.Mocked<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ">; fatalErrors: jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">; security: jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, ">; userProfile: jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ">; plugins: { onStart: jest.Mock; }; }, any, any]>, [], any>; http: ", { "pluginId": "@kbn/core-http-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserMocksPluginApi", - "section": "def-common.HttpSetupMock", + "section": "def-public.HttpSetupMock", "text": "HttpSetupMock" }, "; notifications: ", @@ -279,57 +263,57 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" }, ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; settings: { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; globalClient: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }; deprecations: undefined; theme: jest.Mocked<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ">; security: jest.Mocked<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">; userProfile: jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">; plugins: { onSetup: jest.Mock; onStart: jest.Mock; }; }" @@ -341,7 +325,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser-mocks", - "id": "def-common.coreLifecycleMock.createCoreSetup.$1", + "id": "def-public.coreLifecycleMock.createCoreSetup.$1", "type": "Object", "tags": [], "label": "__0", @@ -357,7 +341,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser-mocks", - "id": "def-common.coreLifecycleMock.createCoreStart", + "id": "def-public.coreLifecycleMock.createCoreStart", "type": "Function", "tags": [], "label": "createCoreStart", @@ -366,17 +350,17 @@ "({ basePath }?: { basePath?: string | undefined; }) => { analytics: jest.Mocked<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ">; application: jest.Mocked<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" }, ">; chrome: ", @@ -404,33 +388,33 @@ "; }; docLinks: ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" }, "; executionContext: jest.Mocked<", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, ">; http: ", { "pluginId": "@kbn/core-http-browser-mocks", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserMocksPluginApi", - "section": "def-common.HttpSetupMock", + "section": "def-public.HttpSetupMock", "text": "HttpSetupMock" }, "; i18n: jest.Mocked<", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, ">; notifications: ", @@ -444,9 +428,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, ">; overlays: ", @@ -460,81 +444,81 @@ "<", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" }, ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; settings: { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; globalClient: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }; savedObjects: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" }, ">; deprecations: jest.Mocked<", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" }, ">; theme: jest.Mocked<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ">; fatalErrors: jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">; security: jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, ">; userProfile: jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ">; plugins: { onStart: jest.Mock; }; }" @@ -546,7 +530,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser-mocks", - "id": "def-common.coreLifecycleMock.createCoreStart.$1", + "id": "def-public.coreLifecycleMock.createCoreStart.$1", "type": "Object", "tags": [], "label": "__0", @@ -564,5 +548,21 @@ "initialIsOpen": false } ] + }, + "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_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index 10fbd42b38e55..3038bb17c83ee 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_lifecycle_server.devdocs.json b/api_docs/kbn_core_lifecycle_server.devdocs.json index b52260d08327c..06d8f6a9bbfbc 100644 --- a/api_docs/kbn_core_lifecycle_server.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot", + "id": "def-server.CorePreboot", "type": "Interface", "tags": [], "label": "CorePreboot", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.analytics", + "id": "def-server.CorePreboot.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -109,7 +101,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.elasticsearch", + "id": "def-server.CorePreboot.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -119,9 +111,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchServicePreboot", + "section": "def-server.ElasticsearchServicePreboot", "text": "ElasticsearchServicePreboot" } ], @@ -131,7 +123,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.http", + "id": "def-server.CorePreboot.http", "type": "Object", "tags": [], "label": "http", @@ -141,17 +133,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServicePreboot", + "section": "def-server.HttpServicePreboot", "text": "HttpServicePreboot" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ">" @@ -162,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.preboot", + "id": "def-server.CorePreboot.preboot", "type": "Object", "tags": [], "label": "preboot", @@ -172,9 +164,9 @@ "signature": [ { "pluginId": "@kbn/core-preboot-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePrebootServerPluginApi", - "section": "def-common.PrebootServicePreboot", + "section": "def-server.PrebootServicePreboot", "text": "PrebootServicePreboot" } ], @@ -187,7 +179,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup", + "id": "def-server.CoreSetup", "type": "Interface", "tags": [], "label": "CoreSetup", @@ -197,9 +189,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -210,7 +202,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.analytics", + "id": "def-server.CoreSetup.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -284,7 +276,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.capabilities", + "id": "def-server.CoreSetup.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -294,9 +286,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSetup", + "section": "def-server.CapabilitiesSetup", "text": "CapabilitiesSetup" } ], @@ -306,7 +298,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.customBranding", + "id": "def-server.CoreSetup.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -316,9 +308,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerPluginApi", - "section": "def-common.CustomBrandingSetup", + "section": "def-server.CustomBrandingSetup", "text": "CustomBrandingSetup" } ], @@ -328,7 +320,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.docLinks", + "id": "def-server.CoreSetup.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -338,9 +330,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -350,7 +342,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.elasticsearch", + "id": "def-server.CoreSetup.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -360,9 +352,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchServiceSetup", + "section": "def-server.ElasticsearchServiceSetup", "text": "ElasticsearchServiceSetup" } ], @@ -372,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.executionContext", + "id": "def-server.CoreSetup.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -382,9 +374,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-server.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -394,7 +386,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.http", + "id": "def-server.CoreSetup.http", "type": "CompoundType", "tags": [], "label": "http", @@ -404,25 +396,25 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceSetup", + "section": "def-server.HttpServiceSetup", "text": "HttpServiceSetup" }, "<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, "> & { resources: ", { "pluginId": "@kbn/core-http-resources-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-common.HttpResources", + "section": "def-server.HttpResources", "text": "HttpResources" }, "; }" @@ -433,7 +425,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.i18n", + "id": "def-server.CoreSetup.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -443,9 +435,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-common.I18nServiceSetup", + "section": "def-server.I18nServiceSetup", "text": "I18nServiceSetup" } ], @@ -455,7 +447,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.logging", + "id": "def-server.CoreSetup.logging", "type": "Object", "tags": [], "label": "logging", @@ -465,9 +457,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.LoggingServiceSetup", + "section": "def-server.LoggingServiceSetup", "text": "LoggingServiceSetup" } ], @@ -477,7 +469,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.metrics", + "id": "def-server.CoreSetup.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -487,9 +479,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" } ], @@ -499,7 +491,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.savedObjects", + "id": "def-server.CoreSetup.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -509,9 +501,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceSetup", + "section": "def-server.SavedObjectsServiceSetup", "text": "SavedObjectsServiceSetup" } ], @@ -521,7 +513,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.status", + "id": "def-server.CoreSetup.status", "type": "Object", "tags": [], "label": "status", @@ -531,9 +523,9 @@ "signature": [ { "pluginId": "@kbn/core-status-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreStatusServerPluginApi", - "section": "def-common.StatusServiceSetup", + "section": "def-server.StatusServiceSetup", "text": "StatusServiceSetup" } ], @@ -543,7 +535,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.uiSettings", + "id": "def-server.CoreSetup.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -553,9 +545,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceSetup", + "section": "def-server.UiSettingsServiceSetup", "text": "UiSettingsServiceSetup" } ], @@ -565,7 +557,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.userSettings", + "id": "def-server.CoreSetup.userSettings", "type": "Object", "tags": [], "label": "userSettings", @@ -575,9 +567,9 @@ "signature": [ { "pluginId": "@kbn/core-user-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserSettingsServerPluginApi", - "section": "def-common.UserSettingsServiceSetup", + "section": "def-server.UserSettingsServiceSetup", "text": "UserSettingsServiceSetup" } ], @@ -587,7 +579,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.deprecations", + "id": "def-server.CoreSetup.deprecations", "type": "Object", "tags": [], "label": "deprecations", @@ -597,9 +589,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsServiceSetup", + "section": "def-server.DeprecationsServiceSetup", "text": "DeprecationsServiceSetup" } ], @@ -609,7 +601,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.getStartServices", + "id": "def-server.CoreSetup.getStartServices", "type": "Function", "tags": [], "label": "getStartServices", @@ -620,9 +612,9 @@ "() => Promise<[", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", TPluginsStart, TStart]>" @@ -635,7 +627,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.plugins", + "id": "def-server.CoreSetup.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -645,9 +637,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginsServiceSetup", + "section": "def-server.PluginsServiceSetup", "text": "PluginsServiceSetup" } ], @@ -657,7 +649,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.security", + "id": "def-server.CoreSetup.security", "type": "Object", "tags": [], "label": "security", @@ -667,9 +659,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -679,7 +671,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.userProfile", + "id": "def-server.CoreSetup.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -689,9 +681,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -704,7 +696,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart", + "id": "def-server.CoreStart", "type": "Interface", "tags": [], "label": "CoreStart", @@ -717,7 +709,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.analytics", + "id": "def-server.CoreStart.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -751,7 +743,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.capabilities", + "id": "def-server.CoreStart.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -761,9 +753,9 @@ "signature": [ { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesStart", + "section": "def-server.CapabilitiesStart", "text": "CapabilitiesStart" } ], @@ -773,7 +765,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.customBranding", + "id": "def-server.CoreStart.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -783,9 +775,9 @@ "signature": [ { "pluginId": "@kbn/core-custom-branding-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCustomBrandingServerPluginApi", - "section": "def-common.CustomBrandingStart", + "section": "def-server.CustomBrandingStart", "text": "CustomBrandingStart" } ], @@ -795,7 +787,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.docLinks", + "id": "def-server.CoreStart.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -805,9 +797,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -817,7 +809,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.elasticsearch", + "id": "def-server.CoreStart.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -827,9 +819,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchServiceStart", + "section": "def-server.ElasticsearchServiceStart", "text": "ElasticsearchServiceStart" } ], @@ -839,7 +831,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.executionContext", + "id": "def-server.CoreStart.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -849,9 +841,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-server.ExecutionContextSetup", "text": "ExecutionContextSetup" } ], @@ -861,7 +853,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.http", + "id": "def-server.CoreStart.http", "type": "Object", "tags": [], "label": "http", @@ -871,9 +863,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceStart", + "section": "def-server.HttpServiceStart", "text": "HttpServiceStart" } ], @@ -883,7 +875,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.metrics", + "id": "def-server.CoreStart.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -893,9 +885,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" } ], @@ -905,7 +897,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.savedObjects", + "id": "def-server.CoreStart.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -915,9 +907,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceStart", + "section": "def-server.SavedObjectsServiceStart", "text": "SavedObjectsServiceStart" } ], @@ -927,7 +919,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.uiSettings", + "id": "def-server.CoreStart.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -937,9 +929,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceStart", + "section": "def-server.UiSettingsServiceStart", "text": "UiSettingsServiceStart" } ], @@ -949,7 +941,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.plugins", + "id": "def-server.CoreStart.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -959,9 +951,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginsServiceStart", + "section": "def-server.PluginsServiceStart", "text": "PluginsServiceStart" } ], @@ -971,7 +963,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.security", + "id": "def-server.CoreStart.security", "type": "Object", "tags": [], "label": "security", @@ -981,9 +973,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -993,7 +985,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.userProfile", + "id": "def-server.CoreStart.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -1003,9 +995,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" } ], @@ -1021,7 +1013,7 @@ "misc": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.StartServicesAccessor", + "id": "def-server.StartServicesAccessor", "type": "Type", "tags": [], "label": "StartServicesAccessor", @@ -1032,9 +1024,9 @@ "() => Promise<[", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", TPluginsStart, TStart]>" @@ -1048,5 +1040,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 9bd111613817e..22246f4f1f453 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 40 | 0 | 0 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json index 9798d364a8883..0cb5b13788926 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreInternalLifecycleMock", + "id": "def-server.coreInternalLifecycleMock", "type": "Object", "tags": [], "label": "coreInternalLifecycleMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreInternalLifecycleMock.createInternalPreboot", + "id": "def-server.coreInternalLifecycleMock.createInternalPreboot", "type": "Function", "tags": [], "label": "createInternalPreboot", @@ -45,9 +37,9 @@ "() => { analytics: jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServicePreboot", + "section": "def-server.AnalyticsServicePreboot", "text": "AnalyticsServicePreboot" }, ">; context: jest.Mocked<", @@ -55,17 +47,17 @@ ">; elasticsearch: MockedElasticSearchServicePreboot; http: ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServicePrebootMock", + "section": "def-server.InternalHttpServicePrebootMock", "text": "InternalHttpServicePrebootMock" }, "; httpResources: { createRegistrar: jest.Mock, [], any>; }; uiSettings: jest.Mocked<", @@ -75,9 +67,9 @@ ">; preboot: ", { "pluginId": "@kbn/core-preboot-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePrebootServerMocksPluginApi", - "section": "def-common.InternalPrebootServicePrebootMock", + "section": "def-server.InternalPrebootServicePrebootMock", "text": "InternalPrebootServicePrebootMock" }, "; }" @@ -90,7 +82,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreInternalLifecycleMock.createInternalSetup", + "id": "def-server.coreInternalLifecycleMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -99,17 +91,17 @@ "() => { analytics: jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceSetup", + "section": "def-server.AnalyticsServiceSetup", "text": "AnalyticsServiceSetup" }, ">; capabilities: jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesSetup", + "section": "def-server.CapabilitiesSetup", "text": "CapabilitiesSetup" }, ">; context: jest.Mocked<", @@ -117,17 +109,17 @@ ">; docLinks: ", { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" }, "; elasticsearch: MockedInternalElasticSearchServiceSetup; http: ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServiceSetupMock", + "section": "def-server.InternalHttpServiceSetupMock", "text": "InternalHttpServiceSetupMock" }, "; savedObjects: jest.Mocked<", @@ -139,17 +131,17 @@ ">; i18n: jest.Mocked<", { "pluginId": "@kbn/core-i18n-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-common.I18nServiceSetup", + "section": "def-server.I18nServiceSetup", "text": "I18nServiceSetup" }, ">; httpResources: { createRegistrar: jest.Mock, [], any>; }; rendering: jest.Mocked<", @@ -157,9 +149,9 @@ ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceSetup", + "section": "def-server.UiSettingsServiceSetup", "text": "UiSettingsServiceSetup" }, ">; logging: jest.Mocked<", @@ -167,17 +159,17 @@ ">; metrics: jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">; deprecations: jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationRegistryProvider", + "section": "def-server.DeprecationRegistryProvider", "text": "DeprecationRegistryProvider" }, ">; executionContext: jest.Mocked<", @@ -189,17 +181,17 @@ ">; security: jest.Mocked<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">; userProfile: jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">; }" @@ -212,7 +204,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreInternalLifecycleMock.createInternalStart", + "id": "def-server.coreInternalLifecycleMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -221,41 +213,41 @@ "() => { analytics: jest.Mocked<", { "pluginId": "@kbn/core-analytics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreAnalyticsServerPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-server.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ">; capabilities: jest.Mocked<", { "pluginId": "@kbn/core-capabilities-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-common.CapabilitiesStart", + "section": "def-server.CapabilitiesStart", "text": "CapabilitiesStart" }, ">; docLinks: ", { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" }, "; elasticsearch: MockedInternalElasticsearchServiceStart; http: ", { "pluginId": "@kbn/core-http-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerMocksPluginApi", - "section": "def-common.InternalHttpServiceStartMock", + "section": "def-server.InternalHttpServiceStartMock", "text": "InternalHttpServiceStartMock" }, "; metrics: jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">; savedObjects: jest.Mocked<", @@ -263,17 +255,17 @@ ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceStart", + "section": "def-server.UiSettingsServiceStart", "text": "UiSettingsServiceStart" }, ">; coreUsageData: jest.Mocked<", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageDataStart", + "section": "def-server.CoreUsageDataStart", "text": "CoreUsageDataStart" }, ">; executionContext: jest.Mocked<", @@ -281,25 +273,25 @@ ">; deprecations: jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerInternalPluginApi", - "section": "def-common.InternalDeprecationsServiceStart", + "section": "def-server.InternalDeprecationsServiceStart", "text": "InternalDeprecationsServiceStart" }, ">; customBranding: {}; security: ", { "pluginId": "@kbn/core-security-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-common.InternalSecurityStartMock", + "section": "def-server.InternalSecurityStartMock", "text": "InternalSecurityStartMock" }, "; userProfile: jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.InternalUserProfileServiceStart", + "section": "def-server.InternalUserProfileServiceStart", "text": "InternalUserProfileServiceStart" }, ">; }" @@ -315,7 +307,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreLifecycleMock", + "id": "def-server.coreLifecycleMock", "type": "Object", "tags": [], "label": "coreLifecycleMock", @@ -326,7 +318,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreLifecycleMock.createPreboot", + "id": "def-server.coreLifecycleMock.createPreboot", "type": "Function", "tags": [], "label": "createPreboot", @@ -342,7 +334,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreLifecycleMock.createCoreSetup", + "id": "def-server.coreLifecycleMock.createCoreSetup", "type": "Function", "tags": [], "label": "createCoreSetup", @@ -357,7 +349,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreLifecycleMock.createCoreSetup.$1", + "id": "def-server.coreLifecycleMock.createCoreSetup.$1", "type": "Object", "tags": [], "label": "__0", @@ -373,7 +365,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server-mocks", - "id": "def-common.coreLifecycleMock.createCoreStart", + "id": "def-server.coreLifecycleMock.createCoreStart", "type": "Function", "tags": [], "label": "createCoreStart", @@ -390,9 +382,9 @@ "<", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ">" @@ -407,5 +399,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index c4cc50998c636..27ca4d003d158 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 9 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_logging_browser_mocks.devdocs.json b/api_docs/kbn_core_logging_browser_mocks.devdocs.json index 0a2568063e527..200e202a7f151 100644 --- a/api_docs/kbn_core_logging_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_logging_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-logging-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-logging-browser-mocks", - "id": "def-common.loggingSystemMock", + "id": "def-public.loggingSystemMock", "type": "Object", "tags": [], "label": "loggingSystemMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-browser-mocks", - "id": "def-common.loggingSystemMock.create", + "id": "def-public.loggingSystemMock.create", "type": "Function", "tags": [], "label": "create", @@ -54,7 +38,7 @@ }, { "parentPluginId": "@kbn/core-logging-browser-mocks", - "id": "def-common.loggingSystemMock.createLogger", + "id": "def-public.loggingSystemMock.createLogger", "type": "Function", "tags": [], "label": "createLogger", @@ -76,7 +60,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-browser-mocks", - "id": "def-common.loggingSystemMock.createLogger.$1", + "id": "def-public.loggingSystemMock.createLogger.$1", "type": "Array", "tags": [], "label": "context", @@ -94,5 +78,21 @@ "initialIsOpen": false } ] + }, + "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_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index d354289fd0ba6..ab556a4196f11 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index c10f4411eb426..baf747cd817ff 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_logging_server.devdocs.json index d65947d07dd66..12c6cae65c063 100644 --- a/api_docs/kbn_core_logging_server.devdocs.json +++ b/api_docs/kbn_core_logging_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.ConsoleAppenderConfig", + "id": "def-server.ConsoleAppenderConfig", "type": "Interface", "tags": [], "label": "ConsoleAppenderConfig", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.ConsoleAppenderConfig.type", + "id": "def-server.ConsoleAppenderConfig.type", "type": "string", "tags": [], "label": "type", @@ -49,7 +41,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.ConsoleAppenderConfig.layout", + "id": "def-server.ConsoleAppenderConfig.layout", "type": "CompoundType", "tags": [], "label": "layout", @@ -57,17 +49,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.PatternLayoutConfigType", + "section": "def-server.PatternLayoutConfigType", "text": "PatternLayoutConfigType" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.JsonLayoutConfigType", + "section": "def-server.JsonLayoutConfigType", "text": "JsonLayoutConfigType" } ], @@ -80,7 +72,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.FileAppenderConfig", + "id": "def-server.FileAppenderConfig", "type": "Interface", "tags": [], "label": "FileAppenderConfig", @@ -93,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.FileAppenderConfig.type", + "id": "def-server.FileAppenderConfig.type", "type": "string", "tags": [], "label": "type", @@ -107,7 +99,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.FileAppenderConfig.layout", + "id": "def-server.FileAppenderConfig.layout", "type": "CompoundType", "tags": [], "label": "layout", @@ -115,17 +107,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.PatternLayoutConfigType", + "section": "def-server.PatternLayoutConfigType", "text": "PatternLayoutConfigType" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.JsonLayoutConfigType", + "section": "def-server.JsonLayoutConfigType", "text": "JsonLayoutConfigType" } ], @@ -135,7 +127,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.FileAppenderConfig.fileName", + "id": "def-server.FileAppenderConfig.fileName", "type": "string", "tags": [], "label": "fileName", @@ -149,7 +141,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.JsonLayoutConfigType", + "id": "def-server.JsonLayoutConfigType", "type": "Interface", "tags": [], "label": "JsonLayoutConfigType", @@ -162,7 +154,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.JsonLayoutConfigType.type", + "id": "def-server.JsonLayoutConfigType.type", "type": "string", "tags": [], "label": "type", @@ -179,7 +171,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerConfigType", + "id": "def-server.LoggerConfigType", "type": "Interface", "tags": [], "label": "LoggerConfigType", @@ -192,7 +184,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerConfigType.appenders", + "id": "def-server.LoggerConfigType.appenders", "type": "Array", "tags": [], "label": "appenders", @@ -206,7 +198,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerConfigType.name", + "id": "def-server.LoggerConfigType.name", "type": "string", "tags": [], "label": "name", @@ -217,7 +209,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerConfigType.level", + "id": "def-server.LoggerConfigType.level", "type": "CompoundType", "tags": [], "label": "level", @@ -234,7 +226,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerContextConfigInput", + "id": "def-server.LoggerContextConfigInput", "type": "Interface", "tags": [], "label": "LoggerContextConfigInput", @@ -247,7 +239,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerContextConfigInput.appenders", + "id": "def-server.LoggerContextConfigInput.appenders", "type": "CompoundType", "tags": [], "label": "appenders", @@ -256,17 +248,17 @@ "Record | Map | undefined" @@ -277,7 +269,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggerContextConfigInput.loggers", + "id": "def-server.LoggerContextConfigInput.loggers", "type": "Array", "tags": [], "label": "loggers", @@ -285,9 +277,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.LoggerConfigType", + "section": "def-server.LoggerConfigType", "text": "LoggerConfigType" }, "[] | undefined" @@ -301,7 +293,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggingServiceSetup", + "id": "def-server.LoggingServiceSetup", "type": "Interface", "tags": [], "label": "LoggingServiceSetup", @@ -314,7 +306,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggingServiceSetup.configure", + "id": "def-server.LoggingServiceSetup.configure", "type": "Function", "tags": [], "label": "configure", @@ -327,9 +319,9 @@ "<", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.LoggerContextConfigInput", + "section": "def-server.LoggerContextConfigInput", "text": "LoggerContextConfigInput" }, ">) => void" @@ -340,7 +332,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LoggingServiceSetup.configure.$1", + "id": "def-server.LoggingServiceSetup.configure.$1", "type": "Object", "tags": [], "label": "config$", @@ -350,9 +342,9 @@ "<", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.LoggerContextConfigInput", + "section": "def-server.LoggerContextConfigInput", "text": "LoggerContextConfigInput" }, ">" @@ -370,7 +362,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfig", + "id": "def-server.MetaRewritePolicyConfig", "type": "Interface", "tags": [], "label": "MetaRewritePolicyConfig", @@ -381,7 +373,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfig.type", + "id": "def-server.MetaRewritePolicyConfig.type", "type": "string", "tags": [], "label": "type", @@ -395,7 +387,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfig.mode", + "id": "def-server.MetaRewritePolicyConfig.mode", "type": "CompoundType", "tags": [], "label": "mode", @@ -411,7 +403,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfig.properties", + "id": "def-server.MetaRewritePolicyConfig.properties", "type": "Array", "tags": [], "label": "properties", @@ -421,9 +413,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.MetaRewritePolicyConfigProperty", + "section": "def-server.MetaRewritePolicyConfigProperty", "text": "MetaRewritePolicyConfigProperty" }, "[]" @@ -437,7 +429,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfigProperty", + "id": "def-server.MetaRewritePolicyConfigProperty", "type": "Interface", "tags": [], "label": "MetaRewritePolicyConfigProperty", @@ -448,7 +440,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfigProperty.path", + "id": "def-server.MetaRewritePolicyConfigProperty.path", "type": "string", "tags": [], "label": "path", @@ -459,7 +451,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.MetaRewritePolicyConfigProperty.value", + "id": "def-server.MetaRewritePolicyConfigProperty.value", "type": "CompoundType", "tags": [], "label": "value", @@ -476,7 +468,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.NumericRollingStrategyConfig", + "id": "def-server.NumericRollingStrategyConfig", "type": "Interface", "tags": [], "label": "NumericRollingStrategyConfig", @@ -487,7 +479,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.NumericRollingStrategyConfig.type", + "id": "def-server.NumericRollingStrategyConfig.type", "type": "string", "tags": [], "label": "type", @@ -501,7 +493,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.NumericRollingStrategyConfig.pattern", + "id": "def-server.NumericRollingStrategyConfig.pattern", "type": "string", "tags": [], "label": "pattern", @@ -514,7 +506,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.NumericRollingStrategyConfig.max", + "id": "def-server.NumericRollingStrategyConfig.max", "type": "number", "tags": [ "deprecated" @@ -562,7 +554,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.PatternLayoutConfigType", + "id": "def-server.PatternLayoutConfigType", "type": "Interface", "tags": [], "label": "PatternLayoutConfigType", @@ -575,7 +567,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.PatternLayoutConfigType.type", + "id": "def-server.PatternLayoutConfigType.type", "type": "string", "tags": [], "label": "type", @@ -589,7 +581,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.PatternLayoutConfigType.highlight", + "id": "def-server.PatternLayoutConfigType.highlight", "type": "CompoundType", "tags": [], "label": "highlight", @@ -603,7 +595,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.PatternLayoutConfigType.pattern", + "id": "def-server.PatternLayoutConfigType.pattern", "type": "string", "tags": [], "label": "pattern", @@ -620,7 +612,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RetentionPolicyConfig", + "id": "def-server.RetentionPolicyConfig", "type": "Interface", "tags": [], "label": "RetentionPolicyConfig", @@ -631,7 +623,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RetentionPolicyConfig.maxFiles", + "id": "def-server.RetentionPolicyConfig.maxFiles", "type": "number", "tags": [], "label": "maxFiles", @@ -645,7 +637,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RetentionPolicyConfig.maxAccumulatedFileSize", + "id": "def-server.RetentionPolicyConfig.maxAccumulatedFileSize", "type": "Object", "tags": [], "label": "maxAccumulatedFileSize", @@ -666,7 +658,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RetentionPolicyConfig.removeOlderThan", + "id": "def-server.RetentionPolicyConfig.removeOlderThan", "type": "Object", "tags": [], "label": "removeOlderThan", @@ -683,7 +675,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RewriteAppenderConfig", + "id": "def-server.RewriteAppenderConfig", "type": "Interface", "tags": [], "label": "RewriteAppenderConfig", @@ -696,7 +688,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RewriteAppenderConfig.type", + "id": "def-server.RewriteAppenderConfig.type", "type": "string", "tags": [], "label": "type", @@ -710,7 +702,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RewriteAppenderConfig.appenders", + "id": "def-server.RewriteAppenderConfig.appenders", "type": "Array", "tags": [], "label": "appenders", @@ -726,7 +718,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RewriteAppenderConfig.policy", + "id": "def-server.RewriteAppenderConfig.policy", "type": "Object", "tags": [], "label": "policy", @@ -736,9 +728,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.MetaRewritePolicyConfig", + "section": "def-server.MetaRewritePolicyConfig", "text": "MetaRewritePolicyConfig" } ], @@ -751,7 +743,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig", + "id": "def-server.RollingFileAppenderConfig", "type": "Interface", "tags": [], "label": "RollingFileAppenderConfig", @@ -764,7 +756,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.type", + "id": "def-server.RollingFileAppenderConfig.type", "type": "string", "tags": [], "label": "type", @@ -778,7 +770,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.layout", + "id": "def-server.RollingFileAppenderConfig.layout", "type": "CompoundType", "tags": [], "label": "layout", @@ -788,17 +780,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.PatternLayoutConfigType", + "section": "def-server.PatternLayoutConfigType", "text": "PatternLayoutConfigType" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.JsonLayoutConfigType", + "section": "def-server.JsonLayoutConfigType", "text": "JsonLayoutConfigType" } ], @@ -808,7 +800,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.fileName", + "id": "def-server.RollingFileAppenderConfig.fileName", "type": "string", "tags": [], "label": "fileName", @@ -821,7 +813,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.policy", + "id": "def-server.RollingFileAppenderConfig.policy", "type": "CompoundType", "tags": [], "label": "policy", @@ -831,17 +823,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.TimeIntervalTriggeringPolicyConfig", + "section": "def-server.TimeIntervalTriggeringPolicyConfig", "text": "TimeIntervalTriggeringPolicyConfig" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.SizeLimitTriggeringPolicyConfig", + "section": "def-server.SizeLimitTriggeringPolicyConfig", "text": "SizeLimitTriggeringPolicyConfig" } ], @@ -851,7 +843,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.strategy", + "id": "def-server.RollingFileAppenderConfig.strategy", "type": "Object", "tags": [], "label": "strategy", @@ -861,9 +853,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.NumericRollingStrategyConfig", + "section": "def-server.NumericRollingStrategyConfig", "text": "NumericRollingStrategyConfig" } ], @@ -873,7 +865,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingFileAppenderConfig.retention", + "id": "def-server.RollingFileAppenderConfig.retention", "type": "Object", "tags": [], "label": "retention", @@ -883,9 +875,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.RetentionPolicyConfig", + "section": "def-server.RetentionPolicyConfig", "text": "RetentionPolicyConfig" }, " | undefined" @@ -899,7 +891,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.SizeLimitTriggeringPolicyConfig", + "id": "def-server.SizeLimitTriggeringPolicyConfig", "type": "Interface", "tags": [], "label": "SizeLimitTriggeringPolicyConfig", @@ -910,7 +902,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.SizeLimitTriggeringPolicyConfig.type", + "id": "def-server.SizeLimitTriggeringPolicyConfig.type", "type": "string", "tags": [], "label": "type", @@ -924,7 +916,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.SizeLimitTriggeringPolicyConfig.size", + "id": "def-server.SizeLimitTriggeringPolicyConfig.size", "type": "Object", "tags": [], "label": "size", @@ -949,7 +941,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.TimeIntervalTriggeringPolicyConfig", + "id": "def-server.TimeIntervalTriggeringPolicyConfig", "type": "Interface", "tags": [], "label": "TimeIntervalTriggeringPolicyConfig", @@ -960,7 +952,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.TimeIntervalTriggeringPolicyConfig.type", + "id": "def-server.TimeIntervalTriggeringPolicyConfig.type", "type": "string", "tags": [], "label": "type", @@ -974,7 +966,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.TimeIntervalTriggeringPolicyConfig.interval", + "id": "def-server.TimeIntervalTriggeringPolicyConfig.interval", "type": "Object", "tags": [], "label": "interval", @@ -990,7 +982,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.TimeIntervalTriggeringPolicyConfig.modulate", + "id": "def-server.TimeIntervalTriggeringPolicyConfig.modulate", "type": "boolean", "tags": [], "label": "modulate", @@ -1009,7 +1001,7 @@ "misc": [ { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.AppenderConfigType", + "id": "def-server.AppenderConfigType", "type": "Type", "tags": [], "label": "AppenderConfigType", @@ -1017,33 +1009,33 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.ConsoleAppenderConfig", + "section": "def-server.ConsoleAppenderConfig", "text": "ConsoleAppenderConfig" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.FileAppenderConfig", + "section": "def-server.FileAppenderConfig", "text": "FileAppenderConfig" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.RewriteAppenderConfig", + "section": "def-server.RewriteAppenderConfig", "text": "RewriteAppenderConfig" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.RollingFileAppenderConfig", + "section": "def-server.RollingFileAppenderConfig", "text": "RollingFileAppenderConfig" } ], @@ -1054,7 +1046,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.LayoutConfigType", + "id": "def-server.LayoutConfigType", "type": "Type", "tags": [], "label": "LayoutConfigType", @@ -1064,17 +1056,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.PatternLayoutConfigType", + "section": "def-server.PatternLayoutConfigType", "text": "PatternLayoutConfigType" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.JsonLayoutConfigType", + "section": "def-server.JsonLayoutConfigType", "text": "JsonLayoutConfigType" } ], @@ -1085,7 +1077,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RewritePolicyConfig", + "id": "def-server.RewritePolicyConfig", "type": "Type", "tags": [], "label": "RewritePolicyConfig", @@ -1095,9 +1087,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.MetaRewritePolicyConfig", + "section": "def-server.MetaRewritePolicyConfig", "text": "MetaRewritePolicyConfig" } ], @@ -1108,7 +1100,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.RollingStrategyConfig", + "id": "def-server.RollingStrategyConfig", "type": "Type", "tags": [], "label": "RollingStrategyConfig", @@ -1116,9 +1108,9 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.NumericRollingStrategyConfig", + "section": "def-server.NumericRollingStrategyConfig", "text": "NumericRollingStrategyConfig" } ], @@ -1129,7 +1121,7 @@ }, { "parentPluginId": "@kbn/core-logging-server", - "id": "def-common.TriggeringPolicyConfig", + "id": "def-server.TriggeringPolicyConfig", "type": "Type", "tags": [], "label": "TriggeringPolicyConfig", @@ -1139,17 +1131,17 @@ "signature": [ { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.TimeIntervalTriggeringPolicyConfig", + "section": "def-server.TimeIntervalTriggeringPolicyConfig", "text": "TimeIntervalTriggeringPolicyConfig" }, " | ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.SizeLimitTriggeringPolicyConfig", + "section": "def-server.SizeLimitTriggeringPolicyConfig", "text": "SizeLimitTriggeringPolicyConfig" } ], @@ -1160,5 +1152,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index e2e1290d6488a..ef87520420092 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 61 | 0 | 34 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_logging_server_internal.devdocs.json b/api_docs/kbn_core_logging_server_internal.devdocs.json index e0f23e8668c97..7ba217539542e 100644 --- a/api_docs/kbn_core_logging_server_internal.devdocs.json +++ b/api_docs/kbn_core_logging_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.getNextRollingTime", + "id": "def-server.getNextRollingTime", "type": "Function", "tags": [], "label": "getNextRollingTime", @@ -37,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.getNextRollingTime.$1", + "id": "def-server.getNextRollingTime.$1", "type": "number", "tags": [], "label": "currentTime", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.getNextRollingTime.$2", + "id": "def-server.getNextRollingTime.$2", "type": "Object", "tags": [], "label": "interval", @@ -67,7 +59,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.getNextRollingTime.$3", + "id": "def-server.getNextRollingTime.$3", "type": "boolean", "tags": [], "label": "modulate", @@ -88,7 +80,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.PrebootDeps", + "id": "def-server.PrebootDeps", "type": "Interface", "tags": [], "label": "PrebootDeps", @@ -99,7 +91,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.PrebootDeps.loggingSystem", + "id": "def-server.PrebootDeps.loggingSystem", "type": "Object", "tags": [], "label": "loggingSystem", @@ -120,7 +112,7 @@ "objects": [ { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.appendersSchema", + "id": "def-server.appendersSchema", "type": "Object", "tags": [], "label": "appendersSchema", @@ -154,9 +146,9 @@ "; }> | Readonly<{} & { type: \"time-interval\"; interval: moment.Duration; modulate: boolean; }>; layout: Readonly<{} & { type: \"json\"; }> | Readonly<{ pattern?: string | undefined; highlight?: boolean | undefined; } & { type: \"pattern\"; }>; fileName: string; strategy: ", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.NumericRollingStrategyConfig", + "section": "def-server.NumericRollingStrategyConfig", "text": "NumericRollingStrategyConfig" }, "; }>>" @@ -168,7 +160,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.loggerContextConfigSchema", + "id": "def-server.loggerContextConfigSchema", "type": "Object", "tags": [], "label": "loggerContextConfigSchema", @@ -194,9 +186,9 @@ ">; loggers: ", @@ -216,7 +208,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-internal", - "id": "def-common.loggerSchema", + "id": "def-server.loggerSchema", "type": "Object", "tags": [], "label": "loggerSchema", @@ -263,5 +255,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 31a359160b903..b61b5e6df215f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 5 | 2 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_core_logging_server_mocks.devdocs.json b/api_docs/kbn_core_logging_server_mocks.devdocs.json index ea54ba1fab35b..17836929e1525 100644 --- a/api_docs/kbn_core_logging_server_mocks.devdocs.json +++ b/api_docs/kbn_core_logging_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingServiceMock", + "id": "def-server.loggingServiceMock", "type": "Object", "tags": [], "label": "loggingServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingServiceMock.create", + "id": "def-server.loggingServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingServiceMock.createSetupContract", + "id": "def-server.loggingServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-logging-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-common.LoggingServiceSetup", + "section": "def-server.LoggingServiceSetup", "text": "LoggingServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingServiceMock.createInternalPrebootContract", + "id": "def-server.loggingServiceMock.createInternalPrebootContract", "type": "Function", "tags": [], "label": "createInternalPrebootContract", @@ -94,7 +86,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingServiceMock.createInternalSetupContract", + "id": "def-server.loggingServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -115,7 +107,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock", + "id": "def-server.loggingSystemMock", "type": "Object", "tags": [], "label": "loggingSystemMock", @@ -126,7 +118,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.create", + "id": "def-server.loggingSystemMock.create", "type": "Function", "tags": [], "label": "create", @@ -144,7 +136,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.collect", + "id": "def-server.loggingSystemMock.collect", "type": "Function", "tags": [], "label": "collect", @@ -217,7 +209,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.collect.$1", + "id": "def-server.loggingSystemMock.collect.$1", "type": "Object", "tags": [], "label": "loggerFactory", @@ -239,7 +231,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.clear", + "id": "def-server.loggingSystemMock.clear", "type": "Function", "tags": [], "label": "clear", @@ -262,7 +254,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.clear.$1", + "id": "def-server.loggingSystemMock.clear.$1", "type": "Object", "tags": [], "label": "loggerFactory", @@ -284,7 +276,7 @@ }, { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.createLogger", + "id": "def-server.loggingSystemMock.createLogger", "type": "Function", "tags": [], "label": "createLogger", @@ -306,7 +298,7 @@ "children": [ { "parentPluginId": "@kbn/core-logging-server-mocks", - "id": "def-common.loggingSystemMock.createLogger.$1", + "id": "def-server.loggingSystemMock.createLogger.$1", "type": "Array", "tags": [], "label": "context", @@ -324,5 +316,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index c411198b8b950..8c0f50b247164 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 13 | 0 | 13 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json b/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json index 07e04a0b4be75..cbce3eb61d0fa 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json +++ b/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ElasticsearchClientsMetricsCollector", + "id": "def-server.ElasticsearchClientsMetricsCollector", "type": "Class", "tags": [], "label": "ElasticsearchClientsMetricsCollector", @@ -28,25 +20,25 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.ElasticsearchClientsMetricsCollector", + "section": "def-server.ElasticsearchClientsMetricsCollector", "text": "ElasticsearchClientsMetricsCollector" }, " implements ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.ElasticsearchClientsMetrics", + "section": "def-server.ElasticsearchClientsMetrics", "text": "ElasticsearchClientsMetrics" }, ">" @@ -57,7 +49,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ElasticsearchClientsMetricsCollector.Unnamed", + "id": "def-server.ElasticsearchClientsMetricsCollector.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -71,7 +63,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ElasticsearchClientsMetricsCollector.Unnamed.$1", + "id": "def-server.ElasticsearchClientsMetricsCollector.Unnamed.$1", "type": "Object", "tags": [], "label": "agentStatsProvider", @@ -79,9 +71,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-common.AgentStatsProvider", + "section": "def-server.AgentStatsProvider", "text": "AgentStatsProvider" } ], @@ -95,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ElasticsearchClientsMetricsCollector.collect", + "id": "def-server.ElasticsearchClientsMetricsCollector.collect", "type": "Function", "tags": [], "label": "collect", @@ -104,9 +96,9 @@ "() => Promise<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.ElasticsearchClientsMetrics", + "section": "def-server.ElasticsearchClientsMetrics", "text": "ElasticsearchClientsMetrics" }, ">" @@ -119,7 +111,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ElasticsearchClientsMetricsCollector.reset", + "id": "def-server.ElasticsearchClientsMetricsCollector.reset", "type": "Function", "tags": [], "label": "reset", @@ -138,7 +130,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.EventLoopDelaysMonitor", + "id": "def-server.EventLoopDelaysMonitor", "type": "Class", "tags": [], "label": "EventLoopDelaysMonitor", @@ -146,25 +138,25 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.EventLoopDelaysMonitor", + "section": "def-server.EventLoopDelaysMonitor", "text": "EventLoopDelaysMonitor" }, " implements ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IEventLoopDelaysMonitor", + "section": "def-server.IEventLoopDelaysMonitor", "text": "IEventLoopDelaysMonitor" }, "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IntervalHistogram", + "section": "def-server.IntervalHistogram", "text": "IntervalHistogram" }, ">" @@ -175,7 +167,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.EventLoopDelaysMonitor.Unnamed", + "id": "def-server.EventLoopDelaysMonitor.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -193,7 +185,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.EventLoopDelaysMonitor.collect", + "id": "def-server.EventLoopDelaysMonitor.collect", "type": "Function", "tags": [], "label": "collect", @@ -204,9 +196,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IntervalHistogram", + "section": "def-server.IntervalHistogram", "text": "IntervalHistogram" } ], @@ -218,7 +210,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.EventLoopDelaysMonitor.reset", + "id": "def-server.EventLoopDelaysMonitor.reset", "type": "Function", "tags": [], "label": "reset", @@ -236,7 +228,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.EventLoopDelaysMonitor.stop", + "id": "def-server.EventLoopDelaysMonitor.stop", "type": "Function", "tags": [], "label": "stop", @@ -257,7 +249,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollector", + "id": "def-server.OsMetricsCollector", "type": "Class", "tags": [], "label": "OsMetricsCollector", @@ -265,25 +257,25 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.OsMetricsCollector", + "section": "def-server.OsMetricsCollector", "text": "OsMetricsCollector" }, " implements ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsOsMetrics", + "section": "def-server.OpsOsMetrics", "text": "OpsOsMetrics" }, ">" @@ -294,7 +286,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollector.Unnamed", + "id": "def-server.OsMetricsCollector.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -308,7 +300,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollector.Unnamed.$1", + "id": "def-server.OsMetricsCollector.Unnamed.$1", "type": "Object", "tags": [], "label": "options", @@ -316,9 +308,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.OsMetricsCollectorOptions", + "section": "def-server.OsMetricsCollectorOptions", "text": "OsMetricsCollectorOptions" } ], @@ -332,7 +324,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollector.collect", + "id": "def-server.OsMetricsCollector.collect", "type": "Function", "tags": [], "label": "collect", @@ -341,9 +333,9 @@ "() => Promise<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsOsMetrics", + "section": "def-server.OpsOsMetrics", "text": "OpsOsMetrics" }, ">" @@ -356,7 +348,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollector.reset", + "id": "def-server.OsMetricsCollector.reset", "type": "Function", "tags": [], "label": "reset", @@ -375,7 +367,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ProcessMetricsCollector", + "id": "def-server.ProcessMetricsCollector", "type": "Class", "tags": [], "label": "ProcessMetricsCollector", @@ -383,25 +375,25 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.ProcessMetricsCollector", + "section": "def-server.ProcessMetricsCollector", "text": "ProcessMetricsCollector" }, " implements ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, "[]>" @@ -412,7 +404,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ProcessMetricsCollector.getMainThreadMetrics", + "id": "def-server.ProcessMetricsCollector.getMainThreadMetrics", "type": "Function", "tags": [], "label": "getMainThreadMetrics", @@ -421,17 +413,17 @@ "(processes: ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, "[]) => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, " | undefined" @@ -442,7 +434,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ProcessMetricsCollector.getMainThreadMetrics.$1", + "id": "def-server.ProcessMetricsCollector.getMainThreadMetrics.$1", "type": "Array", "tags": [], "label": "processes", @@ -450,9 +442,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, "[]" @@ -467,7 +459,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ProcessMetricsCollector.collect", + "id": "def-server.ProcessMetricsCollector.collect", "type": "Function", "tags": [], "label": "collect", @@ -476,9 +468,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, "[]" @@ -491,7 +483,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ProcessMetricsCollector.reset", + "id": "def-server.ProcessMetricsCollector.reset", "type": "Function", "tags": [], "label": "reset", @@ -510,7 +502,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ServerMetricsCollector", + "id": "def-server.ServerMetricsCollector", "type": "Class", "tags": [], "label": "ServerMetricsCollector", @@ -518,25 +510,25 @@ "signature": [ { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.ServerMetricsCollector", + "section": "def-server.ServerMetricsCollector", "text": "ServerMetricsCollector" }, " implements ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsServerMetrics", + "section": "def-server.OpsServerMetrics", "text": "OpsServerMetrics" }, ">" @@ -547,7 +539,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ServerMetricsCollector.Unnamed", + "id": "def-server.ServerMetricsCollector.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -561,7 +553,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ServerMetricsCollector.Unnamed.$1", + "id": "def-server.ServerMetricsCollector.Unnamed.$1", "type": "Object", "tags": [], "label": "server", @@ -579,7 +571,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ServerMetricsCollector.collect", + "id": "def-server.ServerMetricsCollector.collect", "type": "Function", "tags": [], "label": "collect", @@ -588,9 +580,9 @@ "() => Promise<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsServerMetrics", + "section": "def-server.OpsServerMetrics", "text": "OpsServerMetrics" }, ">" @@ -603,7 +595,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.ServerMetricsCollector.reset", + "id": "def-server.ServerMetricsCollector.reset", "type": "Function", "tags": [], "label": "reset", @@ -625,7 +617,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollectorOptions", + "id": "def-server.OsMetricsCollectorOptions", "type": "Interface", "tags": [], "label": "OsMetricsCollectorOptions", @@ -636,7 +628,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollectorOptions.logger", + "id": "def-server.OsMetricsCollectorOptions.logger", "type": "Object", "tags": [], "label": "logger", @@ -656,7 +648,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollectorOptions.cpuPath", + "id": "def-server.OsMetricsCollectorOptions.cpuPath", "type": "string", "tags": [], "label": "cpuPath", @@ -670,7 +662,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-internal", - "id": "def-common.OsMetricsCollectorOptions.cpuAcctPath", + "id": "def-server.OsMetricsCollectorOptions.cpuAcctPath", "type": "string", "tags": [], "label": "cpuAcctPath", @@ -689,5 +681,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index abe24e29092ca..687a4488ff13a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 29 | 0 | 25 | 0 | -## Common +## Server ### Classes - + ### Interfaces - + diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json b/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json index d6bc047ca3f95..ab924ea08f2eb 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.createMockOpsProcessMetrics", + "id": "def-server.createMockOpsProcessMetrics", "type": "Function", "tags": [], "label": "createMockOpsProcessMetrics", @@ -30,9 +22,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" } ], @@ -50,7 +42,7 @@ "objects": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.collectorMock", + "id": "def-server.collectorMock", "type": "Object", "tags": [], "label": "collectorMock", @@ -61,7 +53,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.collectorMock.create", + "id": "def-server.collectorMock.create", "type": "Function", "tags": [], "label": "create", @@ -70,9 +62,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, ">" @@ -85,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.collectorMock.createOpsProcessMetrics", + "id": "def-server.collectorMock.createOpsProcessMetrics", "type": "Function", "tags": [], "label": "createOpsProcessMetrics", @@ -94,9 +86,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" } ], @@ -111,7 +103,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.metricsCollectorMock", + "id": "def-server.metricsCollectorMock", "type": "Object", "tags": [], "label": "metricsCollectorMock", @@ -122,7 +114,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.metricsCollectorMock.create", + "id": "def-server.metricsCollectorMock.create", "type": "Function", "tags": [], "label": "create", @@ -131,9 +123,9 @@ "(collectReturnValue?: any) => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, ">" @@ -145,7 +137,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.metricsCollectorMock.create.$1", + "id": "def-server.metricsCollectorMock.create.$1", "type": "Any", "tags": [], "label": "collectReturnValue", @@ -164,7 +156,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.mocked", + "id": "def-server.mocked", "type": "Object", "tags": [], "label": "mocked", @@ -175,7 +167,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.mocked.createHistogram", + "id": "def-server.mocked.createHistogram", "type": "Function", "tags": [], "label": "createHistogram", @@ -184,17 +176,17 @@ "(overwrites?: Partial<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IntervalHistogram", + "section": "def-server.IntervalHistogram", "text": "IntervalHistogram" }, ">) => ", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IntervalHistogram", + "section": "def-server.IntervalHistogram", "text": "IntervalHistogram" } ], @@ -205,7 +197,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.mocked.createHistogram.$1", + "id": "def-server.mocked.createHistogram.$1", "type": "Object", "tags": [], "label": "overwrites", @@ -221,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-metrics-collectors-server-mocks", - "id": "def-common.mocked.createEventLoopDelaysMonitor", + "id": "def-server.mocked.createEventLoopDelaysMonitor", "type": "Function", "tags": [], "label": "createEventLoopDelaysMonitor", @@ -230,9 +222,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.EventLoopDelaysMonitor", + "section": "def-server.EventLoopDelaysMonitor", "text": "EventLoopDelaysMonitor" } ], @@ -246,5 +238,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index e7868a4cfe3c5..0dcf61f6fdadc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 11 | 1 | 11 | 0 | -## Common +## Server ### Objects - + ### Functions - + diff --git a/api_docs/kbn_core_metrics_server.devdocs.json b/api_docs/kbn_core_metrics_server.devdocs.json index 6dfa3e47827bf..4db73ec1a29cf 100644 --- a/api_docs/kbn_core_metrics_server.devdocs.json +++ b/api_docs/kbn_core_metrics_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.ElasticsearchClientsMetrics", + "id": "def-server.ElasticsearchClientsMetrics", "type": "Interface", "tags": [], "label": "ElasticsearchClientsMetrics", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.ElasticsearchClientsMetrics.totalActiveSockets", + "id": "def-server.ElasticsearchClientsMetrics.totalActiveSockets", "type": "number", "tags": [], "label": "totalActiveSockets", @@ -48,7 +40,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.ElasticsearchClientsMetrics.totalIdleSockets", + "id": "def-server.ElasticsearchClientsMetrics.totalIdleSockets", "type": "number", "tags": [], "label": "totalIdleSockets", @@ -61,7 +53,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.ElasticsearchClientsMetrics.totalQueuedRequests", + "id": "def-server.ElasticsearchClientsMetrics.totalQueuedRequests", "type": "number", "tags": [], "label": "totalQueuedRequests", @@ -77,7 +69,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IEventLoopDelaysMonitor", + "id": "def-server.IEventLoopDelaysMonitor", "type": "Interface", "tags": [], "label": "IEventLoopDelaysMonitor", @@ -87,9 +79,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IEventLoopDelaysMonitor", + "section": "def-server.IEventLoopDelaysMonitor", "text": "IEventLoopDelaysMonitor" }, "" @@ -100,7 +92,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IEventLoopDelaysMonitor.collect", + "id": "def-server.IEventLoopDelaysMonitor.collect", "type": "Function", "tags": [], "label": "collect", @@ -118,7 +110,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IEventLoopDelaysMonitor.reset", + "id": "def-server.IEventLoopDelaysMonitor.reset", "type": "Function", "tags": [], "label": "reset", @@ -136,7 +128,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IEventLoopDelaysMonitor.stop", + "id": "def-server.IEventLoopDelaysMonitor.stop", "type": "Function", "tags": [], "label": "stop", @@ -157,7 +149,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram", + "id": "def-server.IntervalHistogram", "type": "Interface", "tags": [], "label": "IntervalHistogram", @@ -170,7 +162,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.fromTimestamp", + "id": "def-server.IntervalHistogram.fromTimestamp", "type": "string", "tags": [], "label": "fromTimestamp", @@ -181,7 +173,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.lastUpdatedAt", + "id": "def-server.IntervalHistogram.lastUpdatedAt", "type": "string", "tags": [], "label": "lastUpdatedAt", @@ -192,7 +184,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.min", + "id": "def-server.IntervalHistogram.min", "type": "number", "tags": [], "label": "min", @@ -203,7 +195,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.max", + "id": "def-server.IntervalHistogram.max", "type": "number", "tags": [], "label": "max", @@ -214,7 +206,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.mean", + "id": "def-server.IntervalHistogram.mean", "type": "number", "tags": [], "label": "mean", @@ -225,7 +217,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.exceeds", + "id": "def-server.IntervalHistogram.exceeds", "type": "number", "tags": [], "label": "exceeds", @@ -236,7 +228,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.stddev", + "id": "def-server.IntervalHistogram.stddev", "type": "number", "tags": [], "label": "stddev", @@ -247,7 +239,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.IntervalHistogram.percentiles", + "id": "def-server.IntervalHistogram.percentiles", "type": "Object", "tags": [], "label": "percentiles", @@ -264,7 +256,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsCollector", + "id": "def-server.MetricsCollector", "type": "Interface", "tags": [], "label": "MetricsCollector", @@ -274,9 +266,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsCollector", + "section": "def-server.MetricsCollector", "text": "MetricsCollector" }, "" @@ -287,7 +279,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsCollector.collect", + "id": "def-server.MetricsCollector.collect", "type": "Function", "tags": [], "label": "collect", @@ -313,7 +305,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsCollector.reset", + "id": "def-server.MetricsCollector.reset", "type": "Function", "tags": [], "label": "reset", @@ -334,7 +326,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsServiceSetup", + "id": "def-server.MetricsServiceSetup", "type": "Interface", "tags": [], "label": "MetricsServiceSetup", @@ -347,7 +339,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsServiceSetup.collectionInterval", + "id": "def-server.MetricsServiceSetup.collectionInterval", "type": "number", "tags": [], "label": "collectionInterval", @@ -360,7 +352,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsServiceSetup.getOpsMetrics$", + "id": "def-server.MetricsServiceSetup.getOpsMetrics$", "type": "Function", "tags": [], "label": "getOpsMetrics$", @@ -373,9 +365,9 @@ "<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsMetrics", + "section": "def-server.OpsMetrics", "text": "OpsMetrics" }, ">" @@ -391,7 +383,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics", + "id": "def-server.OpsMetrics", "type": "Interface", "tags": [], "label": "OpsMetrics", @@ -404,7 +396,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.collected_at", + "id": "def-server.OpsMetrics.collected_at", "type": "Object", "tags": [], "label": "collected_at", @@ -420,7 +412,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.elasticsearch_client", + "id": "def-server.OpsMetrics.elasticsearch_client", "type": "Object", "tags": [], "label": "elasticsearch_client", @@ -430,9 +422,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.ElasticsearchClientsMetrics", + "section": "def-server.ElasticsearchClientsMetrics", "text": "ElasticsearchClientsMetrics" } ], @@ -442,7 +434,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.process", + "id": "def-server.OpsMetrics.process", "type": "Object", "tags": [], "label": "process", @@ -452,9 +444,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" } ], @@ -464,7 +456,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.processes", + "id": "def-server.OpsMetrics.processes", "type": "Array", "tags": [], "label": "processes", @@ -474,9 +466,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsProcessMetrics", + "section": "def-server.OpsProcessMetrics", "text": "OpsProcessMetrics" }, "[]" @@ -487,7 +479,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.os", + "id": "def-server.OpsMetrics.os", "type": "Object", "tags": [], "label": "os", @@ -497,9 +489,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsOsMetrics", + "section": "def-server.OpsOsMetrics", "text": "OpsOsMetrics" } ], @@ -509,7 +501,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.response_times", + "id": "def-server.OpsMetrics.response_times", "type": "Object", "tags": [], "label": "response_times", @@ -525,7 +517,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.requests", + "id": "def-server.OpsMetrics.requests", "type": "Object", "tags": [], "label": "requests", @@ -541,7 +533,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsMetrics.concurrent_connections", + "id": "def-server.OpsMetrics.concurrent_connections", "type": "number", "tags": [], "label": "concurrent_connections", @@ -557,7 +549,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics", + "id": "def-server.OpsOsMetrics", "type": "Interface", "tags": [], "label": "OpsOsMetrics", @@ -570,7 +562,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.platform", + "id": "def-server.OpsOsMetrics.platform", "type": "CompoundType", "tags": [], "label": "platform", @@ -586,7 +578,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.platformRelease", + "id": "def-server.OpsOsMetrics.platformRelease", "type": "string", "tags": [], "label": "platformRelease", @@ -599,7 +591,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.distro", + "id": "def-server.OpsOsMetrics.distro", "type": "string", "tags": [], "label": "distro", @@ -615,7 +607,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.distroRelease", + "id": "def-server.OpsOsMetrics.distroRelease", "type": "string", "tags": [], "label": "distroRelease", @@ -631,7 +623,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.load", + "id": "def-server.OpsOsMetrics.load", "type": "Object", "tags": [], "label": "load", @@ -647,7 +639,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.memory", + "id": "def-server.OpsOsMetrics.memory", "type": "Object", "tags": [], "label": "memory", @@ -663,7 +655,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.uptime_in_millis", + "id": "def-server.OpsOsMetrics.uptime_in_millis", "type": "number", "tags": [], "label": "uptime_in_millis", @@ -676,7 +668,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.cpuacct", + "id": "def-server.OpsOsMetrics.cpuacct", "type": "Object", "tags": [], "label": "cpuacct", @@ -692,7 +684,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.cpu", + "id": "def-server.OpsOsMetrics.cpu", "type": "Object", "tags": [], "label": "cpu", @@ -708,7 +700,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsOsMetrics.cgroup_memory", + "id": "def-server.OpsOsMetrics.cgroup_memory", "type": "Object", "tags": [], "label": "cgroup_memory", @@ -727,7 +719,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics", + "id": "def-server.OpsProcessMetrics", "type": "Interface", "tags": [], "label": "OpsProcessMetrics", @@ -740,7 +732,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.pid", + "id": "def-server.OpsProcessMetrics.pid", "type": "number", "tags": [], "label": "pid", @@ -753,7 +745,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.memory", + "id": "def-server.OpsProcessMetrics.memory", "type": "Object", "tags": [], "label": "memory", @@ -769,7 +761,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.event_loop_delay", + "id": "def-server.OpsProcessMetrics.event_loop_delay", "type": "number", "tags": [], "label": "event_loop_delay", @@ -782,7 +774,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.event_loop_delay_histogram", + "id": "def-server.OpsProcessMetrics.event_loop_delay_histogram", "type": "Object", "tags": [], "label": "event_loop_delay_histogram", @@ -792,9 +784,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.IntervalHistogram", + "section": "def-server.IntervalHistogram", "text": "IntervalHistogram" } ], @@ -804,7 +796,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.event_loop_utilization", + "id": "def-server.OpsProcessMetrics.event_loop_utilization", "type": "Object", "tags": [], "label": "event_loop_utilization", @@ -820,7 +812,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsProcessMetrics.uptime_in_millis", + "id": "def-server.OpsProcessMetrics.uptime_in_millis", "type": "number", "tags": [], "label": "uptime_in_millis", @@ -836,7 +828,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsServerMetrics", + "id": "def-server.OpsServerMetrics", "type": "Interface", "tags": [], "label": "OpsServerMetrics", @@ -849,7 +841,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsServerMetrics.response_times", + "id": "def-server.OpsServerMetrics.response_times", "type": "Object", "tags": [], "label": "response_times", @@ -865,7 +857,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsServerMetrics.requests", + "id": "def-server.OpsServerMetrics.requests", "type": "Object", "tags": [], "label": "requests", @@ -881,7 +873,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.OpsServerMetrics.concurrent_connections", + "id": "def-server.OpsServerMetrics.concurrent_connections", "type": "number", "tags": [], "label": "concurrent_connections", @@ -900,7 +892,7 @@ "misc": [ { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.ElasticsearchClientProtocol", + "id": "def-server.ElasticsearchClientProtocol", "type": "Type", "tags": [], "label": "ElasticsearchClientProtocol", @@ -917,7 +909,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server", - "id": "def-common.MetricsServiceStart", + "id": "def-server.MetricsServiceStart", "type": "Type", "tags": [], "label": "MetricsServiceStart", @@ -927,9 +919,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" } ], @@ -940,5 +932,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index acf30102836cf..aab9c1e0cb895 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 56 | 0 | 8 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_metrics_server_internal.devdocs.json b/api_docs/kbn_core_metrics_server_internal.devdocs.json index 5529b4f71c245..7eb301389ffb2 100644 --- a/api_docs/kbn_core_metrics_server_internal.devdocs.json +++ b/api_docs/kbn_core_metrics_server_internal.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.MetricsServiceSetupDeps", + "id": "def-server.MetricsServiceSetupDeps", "type": "Interface", "tags": [], "label": "MetricsServiceSetupDeps", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.MetricsServiceSetupDeps.http", + "id": "def-server.MetricsServiceSetupDeps.http", "type": "Object", "tags": [], "label": "http", @@ -47,7 +39,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.MetricsServiceSetupDeps.elasticsearchService", + "id": "def-server.MetricsServiceSetupDeps.elasticsearchService", "type": "Object", "tags": [], "label": "elasticsearchService", @@ -68,7 +60,7 @@ "objects": [ { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.opsConfig", + "id": "def-server.opsConfig", "type": "Object", "tags": [], "label": "opsConfig", @@ -79,7 +71,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.opsConfig.path", + "id": "def-server.opsConfig.path", "type": "string", "tags": [], "label": "path", @@ -93,7 +85,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-internal", - "id": "def-common.opsConfig.schema", + "id": "def-server.opsConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -148,5 +140,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 5e69edc4ba5c4..3ba7a2f3d9763 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Server ### Objects - + ### Interfaces - + diff --git a/api_docs/kbn_core_metrics_server_mocks.devdocs.json b/api_docs/kbn_core_metrics_server_mocks.devdocs.json index 035516893866a..753bdf3b394cf 100644 --- a/api_docs/kbn_core_metrics_server_mocks.devdocs.json +++ b/api_docs/kbn_core_metrics_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock", + "id": "def-server.metricsServiceMock", "type": "Object", "tags": [], "label": "metricsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.create", + "id": "def-server.metricsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.createSetupContract", + "id": "def-server.metricsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.createStartContract", + "id": "def-server.metricsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">" @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.createInternalSetupContract", + "id": "def-server.metricsServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -109,9 +101,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">" @@ -124,7 +116,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.createInternalStartContract", + "id": "def-server.metricsServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -133,9 +125,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" }, ">" @@ -148,7 +140,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.metricsServiceMock.createEventLoopDelaysMonitor", + "id": "def-server.metricsServiceMock.createEventLoopDelaysMonitor", "type": "Function", "tags": [], "label": "createEventLoopDelaysMonitor", @@ -157,9 +149,9 @@ "() => ", { "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-common.EventLoopDelaysMonitor", + "section": "def-server.EventLoopDelaysMonitor", "text": "EventLoopDelaysMonitor" } ], @@ -174,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.sampleEsClientMetrics", + "id": "def-server.sampleEsClientMetrics", "type": "Object", "tags": [], "label": "sampleEsClientMetrics", @@ -185,7 +177,7 @@ "children": [ { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.sampleEsClientMetrics.totalActiveSockets", + "id": "def-server.sampleEsClientMetrics.totalActiveSockets", "type": "number", "tags": [], "label": "totalActiveSockets", @@ -196,7 +188,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.sampleEsClientMetrics.totalIdleSockets", + "id": "def-server.sampleEsClientMetrics.totalIdleSockets", "type": "number", "tags": [], "label": "totalIdleSockets", @@ -207,7 +199,7 @@ }, { "parentPluginId": "@kbn/core-metrics-server-mocks", - "id": "def-common.sampleEsClientMetrics.totalQueuedRequests", + "id": "def-server.sampleEsClientMetrics.totalQueuedRequests", "type": "number", "tags": [], "label": "totalQueuedRequests", @@ -220,5 +212,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index 7b594ba87b955..9f39d05083ab0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 11 | 0 | 11 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_mount_utils_browser.devdocs.json b/api_docs/kbn_core_mount_utils_browser.devdocs.json index aeea4fef12ae9..a849c65ae0551 100644 --- a/api_docs/kbn_core_mount_utils_browser.devdocs.json +++ b/api_docs/kbn_core_mount_utils_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-mount-utils-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.OverlayRef", + "id": "def-public.OverlayRef", "type": "Interface", "tags": [], "label": "OverlayRef", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.OverlayRef.onClose", + "id": "def-public.OverlayRef.onClose", "type": "Object", "tags": [], "label": "onClose", @@ -51,7 +35,7 @@ }, { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.OverlayRef.close", + "id": "def-public.OverlayRef.close", "type": "Function", "tags": [], "label": "close", @@ -75,7 +59,7 @@ "misc": [ { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.MountPoint", + "id": "def-public.MountPoint", "type": "Type", "tags": [], "label": "MountPoint", @@ -86,9 +70,9 @@ "(element: T) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -101,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.MountPoint.$1", + "id": "def-public.MountPoint.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -120,7 +104,7 @@ }, { "parentPluginId": "@kbn/core-mount-utils-browser", - "id": "def-common.UnmountCallback", + "id": "def-public.UnmountCallback", "type": "Type", "tags": [], "label": "UnmountCallback", @@ -139,5 +123,21 @@ } ], "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_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index 56621ab9d3e66..b332d0c3ac36b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 0 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_node_server.devdocs.json b/api_docs/kbn_core_node_server.devdocs.json index 92ce832afbc4e..104b5d6673c6a 100644 --- a/api_docs/kbn_core_node_server.devdocs.json +++ b/api_docs/kbn_core_node_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeInfo", + "id": "def-server.NodeInfo", "type": "Interface", "tags": [], "label": "NodeInfo", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeInfo.roles", + "id": "def-server.NodeInfo.roles", "type": "Object", "tags": [], "label": "roles", @@ -45,9 +37,9 @@ "signature": [ { "pluginId": "@kbn/core-node-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-common.NodeRoles", + "section": "def-server.NodeRoles", "text": "NodeRoles" } ], @@ -60,7 +52,7 @@ }, { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeRoles", + "id": "def-server.NodeRoles", "type": "Interface", "tags": [], "label": "NodeRoles", @@ -73,7 +65,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeRoles.backgroundTasks", + "id": "def-server.NodeRoles.backgroundTasks", "type": "boolean", "tags": [], "label": "backgroundTasks", @@ -86,7 +78,7 @@ }, { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeRoles.ui", + "id": "def-server.NodeRoles.ui", "type": "boolean", "tags": [], "label": "ui", @@ -99,7 +91,7 @@ }, { "parentPluginId": "@kbn/core-node-server", - "id": "def-common.NodeRoles.migrator", + "id": "def-server.NodeRoles.migrator", "type": "boolean", "tags": [], "label": "migrator", @@ -117,5 +109,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 8dc9b56b033a0..4250b7fca4a51 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 0 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_node_server_internal.devdocs.json b/api_docs/kbn_core_node_server_internal.devdocs.json index 435988185b457..b6773a0960a4b 100644 --- a/api_docs/kbn_core_node_server_internal.devdocs.json +++ b/api_docs/kbn_core_node_server_internal.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-node-server-internal", - "id": "def-common.InternalNodeServiceStart", + "id": "def-server.InternalNodeServiceStart", "type": "Interface", "tags": [], "label": "InternalNodeServiceStart", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server-internal", - "id": "def-common.InternalNodeServiceStart.roles", + "id": "def-server.InternalNodeServiceStart.roles", "type": "Object", "tags": [], "label": "roles", @@ -43,9 +35,9 @@ "signature": [ { "pluginId": "@kbn/core-node-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-common.NodeRoles", + "section": "def-server.NodeRoles", "text": "NodeRoles" } ], @@ -58,7 +50,7 @@ }, { "parentPluginId": "@kbn/core-node-server-internal", - "id": "def-common.PrebootDeps", + "id": "def-server.PrebootDeps", "type": "Interface", "tags": [], "label": "PrebootDeps", @@ -69,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server-internal", - "id": "def-common.PrebootDeps.loggingSystem", + "id": "def-server.PrebootDeps.loggingSystem", "type": "Object", "tags": [], "label": "loggingSystem", @@ -88,5 +80,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index bf3952258893f..bec4c2ac2d80b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 3 | 1 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_node_server_mocks.devdocs.json b/api_docs/kbn_core_node_server_mocks.devdocs.json index 7997492fa90e4..6aedd35d36d86 100644 --- a/api_docs/kbn_core_node_server_mocks.devdocs.json +++ b/api_docs/kbn_core_node_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-node-server-mocks", - "id": "def-common.nodeServiceMock", + "id": "def-server.nodeServiceMock", "type": "Object", "tags": [], "label": "nodeServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server-mocks", - "id": "def-common.nodeServiceMock.create", + "id": "def-server.nodeServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-node-server-mocks", - "id": "def-common.nodeServiceMock.createInternalPrebootContract", + "id": "def-server.nodeServiceMock.createInternalPrebootContract", "type": "Function", "tags": [], "label": "createInternalPrebootContract", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-node-server-mocks", - "id": "def-common.nodeServiceMock.createInternalStartContract", + "id": "def-server.nodeServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -79,9 +71,9 @@ "({ ui, backgroundTasks, migrator, }?: { ui: boolean; backgroundTasks: boolean; migrator: boolean; }) => jest.Mocked<", { "pluginId": "@kbn/core-node-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreNodeServerInternalPluginApi", - "section": "def-common.InternalNodeServiceStart", + "section": "def-server.InternalNodeServiceStart", "text": "InternalNodeServiceStart" }, ">" @@ -93,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-node-server-mocks", - "id": "def-common.nodeServiceMock.createInternalStartContract.$1", + "id": "def-server.nodeServiceMock.createInternalStartContract.$1", "type": "Object", "tags": [], "label": "__0", @@ -111,5 +103,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index 6252e61356f4b..c6c4216edbf82 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_notifications_browser.devdocs.json b/api_docs/kbn_core_notifications_browser.devdocs.json index 366d652d2c257..3cfd66936100a 100644 --- a/api_docs/kbn_core_notifications_browser.devdocs.json +++ b/api_docs/kbn_core_notifications_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-notifications-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ErrorToastOptions", + "id": "def-public.ErrorToastOptions", "type": "Interface", "tags": [], "label": "ErrorToastOptions", @@ -32,17 +16,17 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, " extends ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" } ], @@ -52,7 +36,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ErrorToastOptions.title", + "id": "def-public.ErrorToastOptions.title", "type": "string", "tags": [], "label": "title", @@ -65,7 +49,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ErrorToastOptions.toastMessage", + "id": "def-public.ErrorToastOptions.toastMessage", "type": "string", "tags": [], "label": "toastMessage", @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts", + "id": "def-public.IToasts", "type": "Interface", "tags": [], "label": "IToasts", @@ -97,7 +81,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.get$", + "id": "def-public.IToasts.get$", "type": "Function", "tags": [], "label": "get$", @@ -108,9 +92,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" }, "[]>" @@ -123,7 +107,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.add", + "id": "def-public.IToasts.add", "type": "Function", "tags": [], "label": "add", @@ -132,17 +116,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -152,7 +136,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.add.$1", + "id": "def-public.IToasts.add.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -160,9 +144,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -176,7 +160,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.remove", + "id": "def-public.IToasts.remove", "type": "Function", "tags": [], "label": "remove", @@ -185,9 +169,9 @@ "(toastOrId: string | ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" }, ") => void" @@ -198,7 +182,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.remove.$1", + "id": "def-public.IToasts.remove.$1", "type": "CompoundType", "tags": [], "label": "toastOrId", @@ -207,9 +191,9 @@ "string | ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -223,7 +207,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addInfo", + "id": "def-public.IToasts.addInfo", "type": "Function", "tags": [], "label": "addInfo", @@ -232,17 +216,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: any) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -252,7 +236,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addInfo.$1", + "id": "def-public.IToasts.addInfo.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -260,9 +244,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -273,7 +257,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addInfo.$2", + "id": "def-public.IToasts.addInfo.$2", "type": "Any", "tags": [], "label": "options", @@ -291,7 +275,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addSuccess", + "id": "def-public.IToasts.addSuccess", "type": "Function", "tags": [], "label": "addSuccess", @@ -300,17 +284,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: any) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -320,7 +304,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addSuccess.$1", + "id": "def-public.IToasts.addSuccess.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -328,9 +312,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -341,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addSuccess.$2", + "id": "def-public.IToasts.addSuccess.$2", "type": "Any", "tags": [], "label": "options", @@ -359,7 +343,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addWarning", + "id": "def-public.IToasts.addWarning", "type": "Function", "tags": [], "label": "addWarning", @@ -368,17 +352,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: any) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -388,7 +372,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addWarning.$1", + "id": "def-public.IToasts.addWarning.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -396,9 +380,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -409,7 +393,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addWarning.$2", + "id": "def-public.IToasts.addWarning.$2", "type": "Any", "tags": [], "label": "options", @@ -427,7 +411,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addDanger", + "id": "def-public.IToasts.addDanger", "type": "Function", "tags": [], "label": "addDanger", @@ -436,17 +420,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: any) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -456,7 +440,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addDanger.$1", + "id": "def-public.IToasts.addDanger.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -464,9 +448,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -477,7 +461,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addDanger.$2", + "id": "def-public.IToasts.addDanger.$2", "type": "Any", "tags": [], "label": "options", @@ -495,7 +479,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addError", + "id": "def-public.IToasts.addError", "type": "Function", "tags": [], "label": "addError", @@ -504,17 +488,17 @@ "(error: Error, options: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -524,7 +508,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addError.$1", + "id": "def-public.IToasts.addError.$1", "type": "Object", "tags": [], "label": "error", @@ -539,7 +523,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.IToasts.addError.$2", + "id": "def-public.IToasts.addError.$2", "type": "Object", "tags": [], "label": "options", @@ -547,9 +531,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" } ], @@ -566,7 +550,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsSetup", + "id": "def-public.NotificationsSetup", "type": "Interface", "tags": [], "label": "NotificationsSetup", @@ -577,7 +561,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsSetup.toasts", + "id": "def-public.NotificationsSetup.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -587,9 +571,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -602,7 +586,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart", + "id": "def-public.NotificationsStart", "type": "Interface", "tags": [], "label": "NotificationsStart", @@ -613,7 +597,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart.toasts", + "id": "def-public.NotificationsStart.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -623,9 +607,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -635,7 +619,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart.showErrorDialog", + "id": "def-public.NotificationsStart.showErrorDialog", "type": "Function", "tags": [], "label": "showErrorDialog", @@ -649,7 +633,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart.showErrorDialog.$1", + "id": "def-public.NotificationsStart.showErrorDialog.$1", "type": "Object", "tags": [], "label": "options", @@ -660,7 +644,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart.showErrorDialog.$1.title", + "id": "def-public.NotificationsStart.showErrorDialog.$1.title", "type": "string", "tags": [], "label": "title", @@ -671,7 +655,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.NotificationsStart.showErrorDialog.$1.error", + "id": "def-public.NotificationsStart.showErrorDialog.$1.error", "type": "Object", "tags": [], "label": "error", @@ -693,7 +677,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastOptions", + "id": "def-public.ToastOptions", "type": "Interface", "tags": [], "label": "ToastOptions", @@ -706,7 +690,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastOptions.toastLifeTimeMs", + "id": "def-public.ToastOptions.toastLifeTimeMs", "type": "number", "tags": [], "label": "toastLifeTimeMs", @@ -728,7 +712,7 @@ "misc": [ { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.Toast", + "id": "def-public.Toast", "type": "Type", "tags": [], "label": "Toast", @@ -739,17 +723,17 @@ ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"onChange\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"css\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; text?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; } & { id: string; }" @@ -761,7 +745,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastInput", + "id": "def-public.ToastInput", "type": "Type", "tags": [], "label": "ToastInput", @@ -772,9 +756,9 @@ "string | ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInputFields", + "section": "def-public.ToastInputFields", "text": "ToastInputFields" } ], @@ -785,7 +769,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastInputFields", + "id": "def-public.ToastInputFields", "type": "Type", "tags": [], "label": "ToastInputFields", @@ -798,17 +782,17 @@ ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"onChange\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"children\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"css\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; text?: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined; }" @@ -820,7 +804,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastsSetup", + "id": "def-public.ToastsSetup", "type": "Type", "tags": [], "label": "ToastsSetup", @@ -830,9 +814,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -843,7 +827,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser", - "id": "def-common.ToastsStart", + "id": "def-public.ToastsStart", "type": "Type", "tags": [], "label": "ToastsStart", @@ -853,9 +837,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -866,5 +850,21 @@ } ], "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_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 10542423e0ca4..227e901bba14b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 39 | 4 | 27 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_notifications_browser_internal.devdocs.json b/api_docs/kbn_core_notifications_browser_internal.devdocs.json index 4d6a55c60b3a3..6257757abbbd7 100644 --- a/api_docs/kbn_core_notifications_browser_internal.devdocs.json +++ b/api_docs/kbn_core_notifications_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-notifications-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService", + "id": "def-public.NotificationsService", "type": "Class", "tags": [], "label": "NotificationsService", @@ -31,7 +15,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.Unnamed", + "id": "def-public.NotificationsService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -47,7 +31,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.setup", + "id": "def-public.NotificationsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -58,9 +42,9 @@ ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" } ], @@ -70,7 +54,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.setup.$1", + "id": "def-public.NotificationsService.setup.$1", "type": "Object", "tags": [], "label": "{ uiSettings, analytics }", @@ -88,7 +72,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.start", + "id": "def-public.NotificationsService.start", "type": "Function", "tags": [], "label": "start", @@ -99,9 +83,9 @@ ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], @@ -111,7 +95,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.start.$1", + "id": "def-public.NotificationsService.start.$1", "type": "Object", "tags": [], "label": "{\n analytics,\n i18n: i18nDep,\n overlays,\n theme,\n targetDomElement,\n }", @@ -129,7 +113,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsService.stop", + "id": "def-public.NotificationsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -148,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi", + "id": "def-public.ToastsApi", "type": "Class", "tags": [], "label": "ToastsApi", @@ -158,17 +142,17 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserInternalPluginApi", - "section": "def-common.ToastsApi", + "section": "def-public.ToastsApi", "text": "ToastsApi" }, " implements ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -178,7 +162,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.Unnamed", + "id": "def-public.ToastsApi.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -192,7 +176,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.Unnamed.$1", + "id": "def-public.ToastsApi.Unnamed.$1", "type": "Object", "tags": [], "label": "deps", @@ -203,7 +187,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.Unnamed.$1.uiSettings", + "id": "def-public.ToastsApi.Unnamed.$1.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -211,9 +195,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -228,7 +212,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.get$", + "id": "def-public.ToastsApi.get$", "type": "Function", "tags": [], "label": "get$", @@ -241,9 +225,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" }, "[]>" @@ -256,7 +240,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.add", + "id": "def-public.ToastsApi.add", "type": "Function", "tags": [], "label": "add", @@ -267,17 +251,17 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -287,7 +271,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.add.$1", + "id": "def-public.ToastsApi.add.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -297,9 +281,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -315,7 +299,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.remove", + "id": "def-public.ToastsApi.remove", "type": "Function", "tags": [], "label": "remove", @@ -326,9 +310,9 @@ "(toastOrId: string | ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" }, ") => void" @@ -339,7 +323,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.remove.$1", + "id": "def-public.ToastsApi.remove.$1", "type": "CompoundType", "tags": [], "label": "toastOrId", @@ -350,9 +334,9 @@ "string | ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -366,7 +350,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addInfo", + "id": "def-public.ToastsApi.addInfo", "type": "Function", "tags": [], "label": "addInfo", @@ -377,25 +361,25 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -405,7 +389,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addInfo.$1", + "id": "def-public.ToastsApi.addInfo.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -415,9 +399,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -428,7 +412,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addInfo.$2", + "id": "def-public.ToastsApi.addInfo.$2", "type": "Object", "tags": [], "label": "options", @@ -438,9 +422,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined" @@ -457,7 +441,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addSuccess", + "id": "def-public.ToastsApi.addSuccess", "type": "Function", "tags": [], "label": "addSuccess", @@ -468,25 +452,25 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -496,7 +480,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addSuccess.$1", + "id": "def-public.ToastsApi.addSuccess.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -506,9 +490,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -519,7 +503,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addSuccess.$2", + "id": "def-public.ToastsApi.addSuccess.$2", "type": "Object", "tags": [], "label": "options", @@ -529,9 +513,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined" @@ -548,7 +532,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addWarning", + "id": "def-public.ToastsApi.addWarning", "type": "Function", "tags": [], "label": "addWarning", @@ -559,25 +543,25 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -587,7 +571,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addWarning.$1", + "id": "def-public.ToastsApi.addWarning.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -597,9 +581,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -610,7 +594,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addWarning.$2", + "id": "def-public.ToastsApi.addWarning.$2", "type": "Object", "tags": [], "label": "options", @@ -620,9 +604,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined" @@ -639,7 +623,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addDanger", + "id": "def-public.ToastsApi.addDanger", "type": "Function", "tags": [], "label": "addDanger", @@ -650,25 +634,25 @@ "(toastOrTitle: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" }, ", options?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -678,7 +662,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addDanger.$1", + "id": "def-public.ToastsApi.addDanger.$1", "type": "CompoundType", "tags": [], "label": "toastOrTitle", @@ -688,9 +672,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastInput", + "section": "def-public.ToastInput", "text": "ToastInput" } ], @@ -701,7 +685,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addDanger.$2", + "id": "def-public.ToastsApi.addDanger.$2", "type": "Object", "tags": [], "label": "options", @@ -711,9 +695,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ToastOptions", + "section": "def-public.ToastOptions", "text": "ToastOptions" }, " | undefined" @@ -730,7 +714,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addError", + "id": "def-public.ToastsApi.addError", "type": "Function", "tags": [], "label": "addError", @@ -741,17 +725,17 @@ "(error: Error, options: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" }, ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.Toast", + "section": "def-public.Toast", "text": "Toast" } ], @@ -761,7 +745,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addError.$1", + "id": "def-public.ToastsApi.addError.$1", "type": "Object", "tags": [], "label": "error", @@ -778,7 +762,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.ToastsApi.addError.$2", + "id": "def-public.ToastsApi.addError.$2", "type": "Object", "tags": [], "label": "options", @@ -788,9 +772,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.ErrorToastOptions", + "section": "def-public.ErrorToastOptions", "text": "ErrorToastOptions" } ], @@ -814,7 +798,7 @@ "misc": [ { "parentPluginId": "@kbn/core-notifications-browser-internal", - "id": "def-common.NotificationsServiceContract", + "id": "def-public.NotificationsServiceContract", "type": "Type", "tags": [], "label": "NotificationsServiceContract", @@ -825,9 +809,9 @@ ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, "; setup: ({ uiSettings, analytics }: ", @@ -835,9 +819,9 @@ ") => ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" }, "; stop: () => void; }" @@ -849,5 +833,21 @@ } ], "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_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index f49ec04db7822..38780beeefbb9 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 32 | 0 | 11 | 2 | -## Common +## Client ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_notifications_browser_mocks.devdocs.json b/api_docs/kbn_core_notifications_browser_mocks.devdocs.json index a3bccfa1c095b..353b7c3e616bd 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_notifications_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-notifications-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-notifications-browser-mocks", - "id": "def-common.notificationServiceMock", + "id": "def-public.notificationServiceMock", "type": "Object", "tags": [], "label": "notificationServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-notifications-browser-mocks", - "id": "def-common.notificationServiceMock.create", + "id": "def-public.notificationServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -45,9 +29,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-notifications-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserInternalPluginApi", - "section": "def-common.NotificationsServiceContract", + "section": "def-public.NotificationsServiceContract", "text": "NotificationsServiceContract" }, ">" @@ -60,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-mocks", - "id": "def-common.notificationServiceMock.createSetupContract", + "id": "def-public.notificationServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -77,9 +61,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" }, ">" @@ -92,7 +76,7 @@ }, { "parentPluginId": "@kbn/core-notifications-browser-mocks", - "id": "def-common.notificationServiceMock.createStartContract", + "id": "def-public.notificationServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -109,9 +93,9 @@ "<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, ">" @@ -126,5 +110,21 @@ "initialIsOpen": false } ] + }, + "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_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index 98703014e0714..0787478292abf 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_overlays_browser.devdocs.json b/api_docs/kbn_core_overlays_browser.devdocs.json index a35a25b0122ef..626a14191f5fa 100644 --- a/api_docs/kbn_core_overlays_browser.devdocs.json +++ b/api_docs/kbn_core_overlays_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-overlays-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart", + "id": "def-public.OverlayBannersStart", "type": "Interface", "tags": [], "label": "OverlayBannersStart", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.add", + "id": "def-public.OverlayBannersStart.add", "type": "Function", "tags": [], "label": "add", @@ -44,9 +28,9 @@ "(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", priority?: number | undefined) => string" @@ -57,7 +41,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.add.$1", + "id": "def-public.OverlayBannersStart.add.$1", "type": "Function", "tags": [], "label": "mount", @@ -67,9 +51,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -81,7 +65,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.add.$2", + "id": "def-public.OverlayBannersStart.add.$2", "type": "number", "tags": [], "label": "priority", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.remove", + "id": "def-public.OverlayBannersStart.remove", "type": "Function", "tags": [], "label": "remove", @@ -119,7 +103,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.remove.$1", + "id": "def-public.OverlayBannersStart.remove.$1", "type": "string", "tags": [], "label": "id", @@ -141,7 +125,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.replace", + "id": "def-public.OverlayBannersStart.replace", "type": "Function", "tags": [], "label": "replace", @@ -152,9 +136,9 @@ "(id: string | undefined, mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", priority?: number | undefined) => string" @@ -165,7 +149,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.replace.$1", + "id": "def-public.OverlayBannersStart.replace.$1", "type": "string", "tags": [], "label": "id", @@ -182,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.replace.$2", + "id": "def-public.OverlayBannersStart.replace.$2", "type": "Function", "tags": [], "label": "mount", @@ -192,9 +176,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -206,7 +190,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.replace.$3", + "id": "def-public.OverlayBannersStart.replace.$3", "type": "number", "tags": [], "label": "priority", @@ -228,7 +212,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayBannersStart.getComponent", + "id": "def-public.OverlayBannersStart.getComponent", "type": "Function", "tags": [], "label": "getComponent", @@ -247,7 +231,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayFlyoutStart", + "id": "def-public.OverlayFlyoutStart", "type": "Interface", "tags": [], "label": "OverlayFlyoutStart", @@ -260,7 +244,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayFlyoutStart.open", + "id": "def-public.OverlayFlyoutStart.open", "type": "Function", "tags": [ "return" @@ -273,25 +257,25 @@ "(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -301,7 +285,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayFlyoutStart.open.$1", + "id": "def-public.OverlayFlyoutStart.open.$1", "type": "Function", "tags": [], "label": "mount", @@ -311,9 +295,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -325,7 +309,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayFlyoutStart.open.$2", + "id": "def-public.OverlayFlyoutStart.open.$2", "type": "CompoundType", "tags": [], "label": "options", @@ -335,9 +319,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined" @@ -355,7 +339,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions", + "id": "def-public.OverlayModalConfirmOptions", "type": "Interface", "tags": [], "label": "OverlayModalConfirmOptions", @@ -366,7 +350,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.title", + "id": "def-public.OverlayModalConfirmOptions.title", "type": "string", "tags": [], "label": "title", @@ -380,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.cancelButtonText", + "id": "def-public.OverlayModalConfirmOptions.cancelButtonText", "type": "string", "tags": [], "label": "cancelButtonText", @@ -394,7 +378,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.confirmButtonText", + "id": "def-public.OverlayModalConfirmOptions.confirmButtonText", "type": "string", "tags": [], "label": "confirmButtonText", @@ -408,7 +392,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.className", + "id": "def-public.OverlayModalConfirmOptions.className", "type": "string", "tags": [], "label": "className", @@ -422,7 +406,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.closeButtonAriaLabel", + "id": "def-public.OverlayModalConfirmOptions.closeButtonAriaLabel", "type": "string", "tags": [], "label": "closeButtonAriaLabel", @@ -436,7 +420,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.datatestsubj", + "id": "def-public.OverlayModalConfirmOptions.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -450,7 +434,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.defaultFocusedButton", + "id": "def-public.OverlayModalConfirmOptions.defaultFocusedButton", "type": "CompoundType", "tags": [], "label": "defaultFocusedButton", @@ -464,7 +448,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.buttonColor", + "id": "def-public.OverlayModalConfirmOptions.buttonColor", "type": "CompoundType", "tags": [], "label": "buttonColor", @@ -478,7 +462,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalConfirmOptions.maxWidth", + "id": "def-public.OverlayModalConfirmOptions.maxWidth", "type": "CompoundType", "tags": [], "label": "maxWidth", @@ -497,7 +481,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalOpenOptions", + "id": "def-public.OverlayModalOpenOptions", "type": "Interface", "tags": [], "label": "OverlayModalOpenOptions", @@ -508,7 +492,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalOpenOptions.className", + "id": "def-public.OverlayModalOpenOptions.className", "type": "string", "tags": [], "label": "className", @@ -522,7 +506,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalOpenOptions.closeButtonAriaLabel", + "id": "def-public.OverlayModalOpenOptions.closeButtonAriaLabel", "type": "string", "tags": [], "label": "closeButtonAriaLabel", @@ -536,7 +520,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalOpenOptions.datatestsubj", + "id": "def-public.OverlayModalOpenOptions.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -550,7 +534,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalOpenOptions.maxWidth", + "id": "def-public.OverlayModalOpenOptions.maxWidth", "type": "CompoundType", "tags": [], "label": "maxWidth", @@ -567,7 +551,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart", + "id": "def-public.OverlayModalStart", "type": "Interface", "tags": [], "label": "OverlayModalStart", @@ -580,7 +564,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.open", + "id": "def-public.OverlayModalStart.open", "type": "Function", "tags": [ "return" @@ -593,25 +577,25 @@ "(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -621,7 +605,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.open.$1", + "id": "def-public.OverlayModalStart.open.$1", "type": "Function", "tags": [], "label": "mount", @@ -631,9 +615,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -645,7 +629,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.open.$2", + "id": "def-public.OverlayModalStart.open.$2", "type": "Object", "tags": [], "label": "options", @@ -655,9 +639,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined" @@ -672,7 +656,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.openConfirm", + "id": "def-public.OverlayModalStart.openConfirm", "type": "Function", "tags": [], "label": "openConfirm", @@ -683,17 +667,17 @@ "(message: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalConfirmOptions", + "section": "def-public.OverlayModalConfirmOptions", "text": "OverlayModalConfirmOptions" }, " | undefined) => Promise" @@ -704,7 +688,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.openConfirm.$1", + "id": "def-public.OverlayModalStart.openConfirm.$1", "type": "CompoundType", "tags": [], "label": "message", @@ -715,9 +699,9 @@ "string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -729,7 +713,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayModalStart.openConfirm.$2", + "id": "def-public.OverlayModalStart.openConfirm.$2", "type": "Object", "tags": [], "label": "options", @@ -739,9 +723,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalConfirmOptions", + "section": "def-public.OverlayModalConfirmOptions", "text": "OverlayModalConfirmOptions" }, " | undefined" @@ -759,7 +743,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart", + "id": "def-public.OverlayStart", "type": "Interface", "tags": [], "label": "OverlayStart", @@ -770,7 +754,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.banners", + "id": "def-public.OverlayStart.banners", "type": "Object", "tags": [], "label": "banners", @@ -780,9 +764,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayBannersStart", + "section": "def-public.OverlayBannersStart", "text": "OverlayBannersStart" } ], @@ -792,7 +776,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openFlyout", + "id": "def-public.OverlayStart.openFlyout", "type": "Function", "tags": [], "label": "openFlyout", @@ -803,25 +787,25 @@ "(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -832,7 +816,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openFlyout.$1", + "id": "def-public.OverlayStart.openFlyout.$1", "type": "Function", "tags": [], "label": "mount", @@ -841,9 +825,9 @@ "(element: HTMLElement) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -854,7 +838,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openFlyout.$1.$1", + "id": "def-public.OverlayStart.openFlyout.$1.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -870,7 +854,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openFlyout.$2", + "id": "def-public.OverlayStart.openFlyout.$2", "type": "CompoundType", "tags": [], "label": "options", @@ -878,9 +862,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined" @@ -893,7 +877,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openModal", + "id": "def-public.OverlayStart.openModal", "type": "Function", "tags": [], "label": "openModal", @@ -904,25 +888,25 @@ "(mount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -933,7 +917,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openModal.$1", + "id": "def-public.OverlayStart.openModal.$1", "type": "Function", "tags": [], "label": "mount", @@ -942,9 +926,9 @@ "(element: HTMLElement) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.UnmountCallback", + "section": "def-public.UnmountCallback", "text": "UnmountCallback" } ], @@ -955,7 +939,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openModal.$1.$1", + "id": "def-public.OverlayStart.openModal.$1.$1", "type": "Uncategorized", "tags": [], "label": "element", @@ -971,7 +955,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openModal.$2", + "id": "def-public.OverlayStart.openModal.$2", "type": "Object", "tags": [], "label": "options", @@ -979,9 +963,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined" @@ -994,7 +978,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openConfirm", + "id": "def-public.OverlayStart.openConfirm", "type": "Function", "tags": [], "label": "openConfirm", @@ -1005,17 +989,17 @@ "(message: string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, ", options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalConfirmOptions", + "section": "def-public.OverlayModalConfirmOptions", "text": "OverlayModalConfirmOptions" }, " | undefined) => Promise" @@ -1027,7 +1011,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openConfirm.$1", + "id": "def-public.OverlayStart.openConfirm.$1", "type": "CompoundType", "tags": [], "label": "message", @@ -1036,9 +1020,9 @@ "string | ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -1049,7 +1033,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayStart.openConfirm.$2", + "id": "def-public.OverlayStart.openConfirm.$2", "type": "Object", "tags": [], "label": "options", @@ -1057,9 +1041,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalConfirmOptions", + "section": "def-public.OverlayModalConfirmOptions", "text": "OverlayModalConfirmOptions" }, " | undefined" @@ -1078,7 +1062,7 @@ "misc": [ { "parentPluginId": "@kbn/core-overlays-browser", - "id": "def-common.OverlayFlyoutOpenOptions", + "id": "def-public.OverlayFlyoutOpenOptions", "type": "Type", "tags": [], "label": "OverlayFlyoutOpenOptions", @@ -1089,9 +1073,9 @@ "<\"div\">, \"onClose\"> & { onClose?: ((flyout: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, ") => void) | undefined; }" @@ -1103,5 +1087,21 @@ } ], "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_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index d7884d69b9736..644c16f6f15df 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 51 | 0 | 26 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_overlays_browser_internal.devdocs.json b/api_docs/kbn_core_overlays_browser_internal.devdocs.json index 109e99fce2e52..db330cedb94bd 100644 --- a/api_docs/kbn_core_overlays_browser_internal.devdocs.json +++ b/api_docs/kbn_core_overlays_browser_internal.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-overlays-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-overlays-browser-internal", - "id": "def-common.InternalOverlayBannersStart", + "id": "def-public.InternalOverlayBannersStart", "type": "Interface", "tags": [], "label": "InternalOverlayBannersStart", @@ -30,17 +14,17 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserInternalPluginApi", - "section": "def-common.InternalOverlayBannersStart", + "section": "def-public.InternalOverlayBannersStart", "text": "InternalOverlayBannersStart" }, " extends ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayBannersStart", + "section": "def-public.OverlayBannersStart", "text": "OverlayBannersStart" } ], @@ -54,5 +38,21 @@ "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_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index 16ece85675cad..5d07aa3474062 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 1 | 0 | 1 | 1 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_overlays_browser_mocks.devdocs.json b/api_docs/kbn_core_overlays_browser_mocks.devdocs.json index 8449b4194c7c9..7eef79887d595 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_overlays_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-overlays-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-overlays-browser-mocks", - "id": "def-common.overlayServiceMock", + "id": "def-public.overlayServiceMock", "type": "Object", "tags": [], "label": "overlayServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-overlays-browser-mocks", - "id": "def-common.overlayServiceMock.create", + "id": "def-public.overlayServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -62,7 +46,7 @@ }, { "parentPluginId": "@kbn/core-overlays-browser-mocks", - "id": "def-common.overlayServiceMock.createStartContract", + "id": "def-public.overlayServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -79,9 +63,9 @@ "<", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" }, ">" @@ -96,5 +80,21 @@ "initialIsOpen": false } ] + }, + "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_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index 97efeeb5e3add..feae7e5befe2d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_plugins_browser.devdocs.json b/api_docs/kbn_core_plugins_browser.devdocs.json index a8013b4ccd8c6..b6348a9176e6d 100644 --- a/api_docs/kbn_core_plugins_browser.devdocs.json +++ b/api_docs/kbn_core_plugins_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-plugins-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin", + "id": "def-public.Plugin", "type": "Interface", "tags": [], "label": "Plugin", @@ -32,9 +16,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "" @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.setup", + "id": "def-public.Plugin.setup", "type": "Function", "tags": [], "label": "setup", @@ -54,9 +38,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", plugins: TPluginsSetup) => TSetup" @@ -67,7 +51,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.setup.$1", + "id": "def-public.Plugin.setup.$1", "type": "Object", "tags": [], "label": "core", @@ -75,9 +59,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -89,7 +73,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.setup.$2", + "id": "def-public.Plugin.setup.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -107,7 +91,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.start", + "id": "def-public.Plugin.start", "type": "Function", "tags": [], "label": "start", @@ -116,9 +100,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: TPluginsStart) => TStart" @@ -129,7 +113,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.start.$1", + "id": "def-public.Plugin.start.$1", "type": "Object", "tags": [], "label": "core", @@ -137,9 +121,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -150,7 +134,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.start.$2", + "id": "def-public.Plugin.start.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -168,7 +152,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.Plugin.stop", + "id": "def-public.Plugin.stop", "type": "Function", "tags": [], "label": "stop", @@ -195,7 +179,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializerContext", + "id": "def-public.PluginInitializerContext", "type": "Interface", "tags": [], "label": "PluginInitializerContext", @@ -205,9 +189,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -218,7 +202,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializerContext.opaqueId", + "id": "def-public.PluginInitializerContext.opaqueId", "type": "Uncategorized", "tags": [], "label": "opaqueId", @@ -234,7 +218,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializerContext.env", + "id": "def-public.PluginInitializerContext.env", "type": "Object", "tags": [], "label": "env", @@ -264,7 +248,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializerContext.logger", + "id": "def-public.PluginInitializerContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -284,7 +268,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializerContext.config", + "id": "def-public.PluginInitializerContext.config", "type": "Object", "tags": [], "label": "config", @@ -304,7 +288,7 @@ "misc": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializer", + "id": "def-public.PluginInitializer", "type": "Type", "tags": [], "label": "PluginInitializer", @@ -315,17 +299,17 @@ "(core: ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, ") => ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "" @@ -337,7 +321,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser", - "id": "def-common.PluginInitializer.$1", + "id": "def-public.PluginInitializer.$1", "type": "Object", "tags": [], "label": "core", @@ -345,9 +329,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -361,5 +345,21 @@ } ], "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_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index a690262008570..ccc2b59da843f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 15 | 0 | 11 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_browser_mocks.devdocs.json b/api_docs/kbn_core_plugins_browser_mocks.devdocs.json index d9c3b4834d040..52a4ab88445e1 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_plugins_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-plugins-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock", + "id": "def-public.pluginsServiceMock", "type": "Object", "tags": [], "label": "pluginsServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.create", + "id": "def-public.pluginsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.createInternalSetupContract", + "id": "def-public.pluginsServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -69,7 +53,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.createInternalStartContract", + "id": "def-public.pluginsServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -86,7 +70,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.createPluginInitializerContext", + "id": "def-public.pluginsServiceMock.createPluginInitializerContext", "type": "Function", "tags": [], "label": "createPluginInitializerContext", @@ -103,9 +87,9 @@ " | undefined; }) => ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -117,7 +101,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.createPluginInitializerContext.$1", + "id": "def-public.pluginsServiceMock.createPluginInitializerContext.$1", "type": "Unknown", "tags": [], "label": "config", @@ -131,7 +115,7 @@ }, { "parentPluginId": "@kbn/core-plugins-browser-mocks", - "id": "def-common.pluginsServiceMock.createPluginInitializerContext.$2", + "id": "def-public.pluginsServiceMock.createPluginInitializerContext.$2", "type": "Object", "tags": [], "label": "__1", @@ -157,5 +141,21 @@ "initialIsOpen": false } ] + }, + "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_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 6d31c46a007d7..776e367052d19 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_plugins_contracts_browser.devdocs.json b/api_docs/kbn_core_plugins_contracts_browser.devdocs.json index 9f170e687d0e2..de619572cf6e5 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.devdocs.json +++ b/api_docs/kbn_core_plugins_contracts_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-plugins-contracts-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.FoundPluginContractResolverResponseItem", + "id": "def-public.FoundPluginContractResolverResponseItem", "type": "Interface", "tags": [ "see" @@ -34,9 +18,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.FoundPluginContractResolverResponseItem", + "section": "def-public.FoundPluginContractResolverResponseItem", "text": "FoundPluginContractResolverResponseItem" }, "" @@ -47,7 +31,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.FoundPluginContractResolverResponseItem.found", + "id": "def-public.FoundPluginContractResolverResponseItem.found", "type": "boolean", "tags": [], "label": "found", @@ -61,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.FoundPluginContractResolverResponseItem.contract", + "id": "def-public.FoundPluginContractResolverResponseItem.contract", "type": "Uncategorized", "tags": [], "label": "contract", @@ -78,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.NotFoundPluginContractResolverResponseItem", + "id": "def-public.NotFoundPluginContractResolverResponseItem", "type": "Interface", "tags": [ "see" @@ -93,7 +77,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.NotFoundPluginContractResolverResponseItem.found", + "id": "def-public.NotFoundPluginContractResolverResponseItem.found", "type": "boolean", "tags": [], "label": "found", @@ -110,7 +94,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceSetup", + "id": "def-public.PluginsServiceSetup", "type": "Interface", "tags": [], "label": "PluginsServiceSetup", @@ -123,7 +107,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceSetup.onSetup", + "id": "def-public.PluginsServiceSetup.onSetup", "type": "Function", "tags": [ "experimental" @@ -136,17 +120,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-public.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -158,7 +142,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceSetup.onSetup.$1", + "id": "def-public.PluginsServiceSetup.onSetup.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -174,7 +158,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceSetup.onStart", + "id": "def-public.PluginsServiceSetup.onStart", "type": "Function", "tags": [ "experimental" @@ -187,17 +171,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-public.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -209,7 +193,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceSetup.onStart.$1", + "id": "def-public.PluginsServiceSetup.onStart.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -228,7 +212,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceStart", + "id": "def-public.PluginsServiceStart", "type": "Interface", "tags": [], "label": "PluginsServiceStart", @@ -241,7 +225,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceStart.onStart", + "id": "def-public.PluginsServiceStart.onStart", "type": "Function", "tags": [ "experimental" @@ -254,17 +238,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-public.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -276,7 +260,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginsServiceStart.onStart.$1", + "id": "def-public.PluginsServiceStart.onStart.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -298,7 +282,7 @@ "misc": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginContractMap", + "id": "def-public.PluginContractMap", "type": "Type", "tags": [ "see" @@ -317,7 +301,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginContractResolver", + "id": "def-public.PluginContractResolver", "type": "Type", "tags": [], "label": "PluginContractResolver", @@ -328,17 +312,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-public.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -350,7 +334,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginContractResolver.$1", + "id": "def-public.PluginContractResolver.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -367,7 +351,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginContractResolverResponse", + "id": "def-public.PluginContractResolverResponse", "type": "Type", "tags": [ "see" @@ -380,9 +364,9 @@ "{ [Key in keyof ContractMap]: ", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginContractResolverResponseItem", + "section": "def-public.PluginContractResolverResponseItem", "text": "PluginContractResolverResponseItem" }, "; }" @@ -394,7 +378,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-browser", - "id": "def-common.PluginContractResolverResponseItem", + "id": "def-public.PluginContractResolverResponseItem", "type": "Type", "tags": [ "see" @@ -406,17 +390,17 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.NotFoundPluginContractResolverResponseItem", + "section": "def-public.NotFoundPluginContractResolverResponseItem", "text": "NotFoundPluginContractResolverResponseItem" }, " | ", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.FoundPluginContractResolverResponseItem", + "section": "def-public.FoundPluginContractResolverResponseItem", "text": "FoundPluginContractResolverResponseItem" }, "" @@ -428,5 +412,21 @@ } ], "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_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 37cfc7951456b..d4318a386e4b0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 18 | 0 | 7 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_contracts_server.devdocs.json b/api_docs/kbn_core_plugins_contracts_server.devdocs.json index 718831c66b639..8a495f8d2153b 100644 --- a/api_docs/kbn_core_plugins_contracts_server.devdocs.json +++ b/api_docs/kbn_core_plugins_contracts_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.FoundPluginContractResolverResponseItem", + "id": "def-server.FoundPluginContractResolverResponseItem", "type": "Interface", "tags": [ "see" @@ -34,9 +26,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.FoundPluginContractResolverResponseItem", + "section": "def-server.FoundPluginContractResolverResponseItem", "text": "FoundPluginContractResolverResponseItem" }, "" @@ -47,7 +39,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.FoundPluginContractResolverResponseItem.found", + "id": "def-server.FoundPluginContractResolverResponseItem.found", "type": "boolean", "tags": [], "label": "found", @@ -61,7 +53,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.FoundPluginContractResolverResponseItem.contract", + "id": "def-server.FoundPluginContractResolverResponseItem.contract", "type": "Uncategorized", "tags": [], "label": "contract", @@ -78,7 +70,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.NotFoundPluginContractResolverResponseItem", + "id": "def-server.NotFoundPluginContractResolverResponseItem", "type": "Interface", "tags": [ "see" @@ -93,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.NotFoundPluginContractResolverResponseItem.found", + "id": "def-server.NotFoundPluginContractResolverResponseItem.found", "type": "boolean", "tags": [], "label": "found", @@ -110,7 +102,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceSetup", + "id": "def-server.PluginsServiceSetup", "type": "Interface", "tags": [], "label": "PluginsServiceSetup", @@ -123,7 +115,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceSetup.onSetup", + "id": "def-server.PluginsServiceSetup.onSetup", "type": "Function", "tags": [ "experimental" @@ -136,17 +128,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-server.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -158,7 +150,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceSetup.onSetup.$1", + "id": "def-server.PluginsServiceSetup.onSetup.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -174,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceSetup.onStart", + "id": "def-server.PluginsServiceSetup.onStart", "type": "Function", "tags": [ "experimental" @@ -187,17 +179,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-server.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -209,7 +201,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceSetup.onStart.$1", + "id": "def-server.PluginsServiceSetup.onStart.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -228,7 +220,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceStart", + "id": "def-server.PluginsServiceStart", "type": "Interface", "tags": [], "label": "PluginsServiceStart", @@ -241,7 +233,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceStart.onStart", + "id": "def-server.PluginsServiceStart.onStart", "type": "Function", "tags": [ "experimental" @@ -254,17 +246,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-server.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -276,7 +268,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginsServiceStart.onStart.$1", + "id": "def-server.PluginsServiceStart.onStart.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -298,7 +290,7 @@ "misc": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginContractMap", + "id": "def-server.PluginContractMap", "type": "Type", "tags": [ "see" @@ -317,7 +309,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginContractResolver", + "id": "def-server.PluginContractResolver", "type": "Type", "tags": [], "label": "PluginContractResolver", @@ -328,17 +320,17 @@ "(...pluginNames: (keyof T)[]) => Promise<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginContractResolverResponse", + "section": "def-server.PluginContractResolverResponse", "text": "PluginContractResolverResponse" }, ">" @@ -350,7 +342,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginContractResolver.$1", + "id": "def-server.PluginContractResolver.$1", "type": "Array", "tags": [], "label": "pluginNames", @@ -367,7 +359,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginContractResolverResponse", + "id": "def-server.PluginContractResolverResponse", "type": "Type", "tags": [ "see" @@ -380,9 +372,9 @@ "{ [Key in keyof ContractMap]: ", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginContractResolverResponseItem", + "section": "def-server.PluginContractResolverResponseItem", "text": "PluginContractResolverResponseItem" }, "; }" @@ -394,7 +386,7 @@ }, { "parentPluginId": "@kbn/core-plugins-contracts-server", - "id": "def-common.PluginContractResolverResponseItem", + "id": "def-server.PluginContractResolverResponseItem", "type": "Type", "tags": [ "see" @@ -406,17 +398,17 @@ "signature": [ { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.NotFoundPluginContractResolverResponseItem", + "section": "def-server.NotFoundPluginContractResolverResponseItem", "text": "NotFoundPluginContractResolverResponseItem" }, " | ", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.FoundPluginContractResolverResponseItem", + "section": "def-server.FoundPluginContractResolverResponseItem", "text": "FoundPluginContractResolverResponseItem" }, "" @@ -428,5 +420,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index 8512457e65eda..8c4a7fbc3d041 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 18 | 0 | 7 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_server.devdocs.json b/api_docs/kbn_core_plugins_server.devdocs.json index 3fa52e5e006e1..83fb7bac7f377 100644 --- a/api_docs/kbn_core_plugins_server.devdocs.json +++ b/api_docs/kbn_core_plugins_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin", + "id": "def-server.AsyncPlugin", "type": "Interface", "tags": [ "deprecated" @@ -34,9 +26,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.AsyncPlugin", + "section": "def-server.AsyncPlugin", "text": "AsyncPlugin" }, "" @@ -62,7 +54,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.setup", + "id": "def-server.AsyncPlugin.setup", "type": "Function", "tags": [], "label": "setup", @@ -71,9 +63,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", plugins: TPluginsSetup) => TSetup | Promise" @@ -84,7 +76,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.setup.$1", + "id": "def-server.AsyncPlugin.setup.$1", "type": "Object", "tags": [], "label": "core", @@ -92,9 +84,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -106,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.setup.$2", + "id": "def-server.AsyncPlugin.setup.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -124,7 +116,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.start", + "id": "def-server.AsyncPlugin.start", "type": "Function", "tags": [], "label": "start", @@ -133,9 +125,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", plugins: TPluginsStart) => TStart | Promise" @@ -146,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.start.$1", + "id": "def-server.AsyncPlugin.start.$1", "type": "Object", "tags": [], "label": "core", @@ -154,9 +146,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -167,7 +159,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.start.$2", + "id": "def-server.AsyncPlugin.start.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -185,7 +177,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.AsyncPlugin.stop", + "id": "def-server.AsyncPlugin.stop", "type": "Function", "tags": [], "label": "stop", @@ -212,7 +204,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin", + "id": "def-server.Plugin", "type": "Interface", "tags": [], "label": "Plugin", @@ -222,9 +214,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "" @@ -235,7 +227,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.setup", + "id": "def-server.Plugin.setup", "type": "Function", "tags": [], "label": "setup", @@ -244,9 +236,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", plugins: TPluginsSetup) => TSetup" @@ -257,7 +249,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.setup.$1", + "id": "def-server.Plugin.setup.$1", "type": "Object", "tags": [], "label": "core", @@ -265,9 +257,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -279,7 +271,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.setup.$2", + "id": "def-server.Plugin.setup.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -297,7 +289,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.start", + "id": "def-server.Plugin.start", "type": "Function", "tags": [], "label": "start", @@ -306,9 +298,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", plugins: TPluginsStart) => TStart" @@ -319,7 +311,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.start.$1", + "id": "def-server.Plugin.start.$1", "type": "Object", "tags": [], "label": "core", @@ -327,9 +319,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -340,7 +332,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.start.$2", + "id": "def-server.Plugin.start.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -358,7 +350,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.Plugin.stop", + "id": "def-server.Plugin.stop", "type": "Function", "tags": [], "label": "stop", @@ -385,7 +377,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor", + "id": "def-server.PluginConfigDescriptor", "type": "Interface", "tags": [], "label": "PluginConfigDescriptor", @@ -395,9 +387,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginConfigDescriptor", + "section": "def-server.PluginConfigDescriptor", "text": "PluginConfigDescriptor" }, "" @@ -408,7 +400,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor.deprecations", + "id": "def-server.PluginConfigDescriptor.deprecations", "type": "Function", "tags": [], "label": "deprecations", @@ -431,7 +423,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor.exposeToBrowser", + "id": "def-server.PluginConfigDescriptor.exposeToBrowser", "type": "Object", "tags": [], "label": "exposeToBrowser", @@ -441,9 +433,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.ExposedToBrowserDescriptor", + "section": "def-server.ExposedToBrowserDescriptor", "text": "ExposedToBrowserDescriptor" }, " | undefined" @@ -454,7 +446,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor.dynamicConfig", + "id": "def-server.PluginConfigDescriptor.dynamicConfig", "type": "Object", "tags": [], "label": "dynamicConfig", @@ -464,9 +456,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.DynamicConfigDescriptor", + "section": "def-server.DynamicConfigDescriptor", "text": "DynamicConfigDescriptor" }, " | undefined" @@ -477,7 +469,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor.schema", + "id": "def-server.PluginConfigDescriptor.schema", "type": "Object", "tags": [], "label": "schema", @@ -500,7 +492,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigDescriptor.exposeToUsage", + "id": "def-server.PluginConfigDescriptor.exposeToUsage", "type": "Object", "tags": [], "label": "exposeToUsage", @@ -510,9 +502,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.MakeUsageFromSchema", + "section": "def-server.MakeUsageFromSchema", "text": "MakeUsageFromSchema" }, " | undefined" @@ -526,7 +518,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext", + "id": "def-server.PluginInitializerContext", "type": "Interface", "tags": [], "label": "PluginInitializerContext", @@ -536,9 +528,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -549,7 +541,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext.opaqueId", + "id": "def-server.PluginInitializerContext.opaqueId", "type": "Uncategorized", "tags": [], "label": "opaqueId", @@ -563,7 +555,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext.env", + "id": "def-server.PluginInitializerContext.env", "type": "Object", "tags": [], "label": "env", @@ -593,7 +585,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext.node", + "id": "def-server.PluginInitializerContext.node", "type": "Object", "tags": [], "label": "node", @@ -603,9 +595,9 @@ "signature": [ { "pluginId": "@kbn/core-node-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-common.NodeInfo", + "section": "def-server.NodeInfo", "text": "NodeInfo" } ], @@ -615,7 +607,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext.logger", + "id": "def-server.PluginInitializerContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -637,7 +629,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializerContext.config", + "id": "def-server.PluginInitializerContext.config", "type": "Object", "tags": [], "label": "config", @@ -712,7 +704,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest", + "id": "def-server.PluginManifest", "type": "Interface", "tags": [], "label": "PluginManifest", @@ -725,7 +717,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.id", + "id": "def-server.PluginManifest.id", "type": "string", "tags": [], "label": "id", @@ -738,7 +730,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.version", + "id": "def-server.PluginManifest.version", "type": "string", "tags": [], "label": "version", @@ -751,7 +743,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.kibanaVersion", + "id": "def-server.PluginManifest.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -764,7 +756,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.type", + "id": "def-server.PluginManifest.type", "type": "Enum", "tags": [], "label": "type", @@ -786,7 +778,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.configPath", + "id": "def-server.PluginManifest.configPath", "type": "CompoundType", "tags": [], "label": "configPath", @@ -802,7 +794,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.requiredPlugins", + "id": "def-server.PluginManifest.requiredPlugins", "type": "Object", "tags": [], "label": "requiredPlugins", @@ -818,7 +810,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.requiredBundles", + "id": "def-server.PluginManifest.requiredBundles", "type": "Object", "tags": [], "label": "requiredBundles", @@ -834,7 +826,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.optionalPlugins", + "id": "def-server.PluginManifest.optionalPlugins", "type": "Object", "tags": [], "label": "optionalPlugins", @@ -850,7 +842,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.runtimePluginDependencies", + "id": "def-server.PluginManifest.runtimePluginDependencies", "type": "Object", "tags": [], "label": "runtimePluginDependencies", @@ -866,7 +858,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.ui", + "id": "def-server.PluginManifest.ui", "type": "boolean", "tags": [], "label": "ui", @@ -879,7 +871,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.server", + "id": "def-server.PluginManifest.server", "type": "boolean", "tags": [], "label": "server", @@ -892,7 +884,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.extraPublicDirs", + "id": "def-server.PluginManifest.extraPublicDirs", "type": "Array", "tags": [ "deprecated" @@ -936,7 +928,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.serviceFolders", + "id": "def-server.PluginManifest.serviceFolders", "type": "Object", "tags": [], "label": "serviceFolders", @@ -952,7 +944,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.owner", + "id": "def-server.PluginManifest.owner", "type": "Object", "tags": [], "label": "owner", @@ -966,7 +958,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.description", + "id": "def-server.PluginManifest.description", "type": "string", "tags": [], "label": "description", @@ -982,7 +974,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginManifest.enabledOnAnonymousPages", + "id": "def-server.PluginManifest.enabledOnAnonymousPages", "type": "CompoundType", "tags": [], "label": "enabledOnAnonymousPages", @@ -1001,7 +993,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PrebootPlugin", + "id": "def-server.PrebootPlugin", "type": "Interface", "tags": [], "label": "PrebootPlugin", @@ -1011,9 +1003,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PrebootPlugin", + "section": "def-server.PrebootPlugin", "text": "PrebootPlugin" }, "" @@ -1024,7 +1016,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PrebootPlugin.setup", + "id": "def-server.PrebootPlugin.setup", "type": "Function", "tags": [], "label": "setup", @@ -1033,9 +1025,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CorePreboot", + "section": "def-server.CorePreboot", "text": "CorePreboot" }, ", plugins: TPluginsSetup) => TSetup" @@ -1046,7 +1038,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PrebootPlugin.setup.$1", + "id": "def-server.PrebootPlugin.setup.$1", "type": "Object", "tags": [], "label": "core", @@ -1054,9 +1046,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CorePreboot", + "section": "def-server.CorePreboot", "text": "CorePreboot" } ], @@ -1067,7 +1059,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PrebootPlugin.setup.$2", + "id": "def-server.PrebootPlugin.setup.$2", "type": "Uncategorized", "tags": [], "label": "plugins", @@ -1085,7 +1077,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PrebootPlugin.stop", + "id": "def-server.PrebootPlugin.stop", "type": "Function", "tags": [], "label": "stop", @@ -1107,7 +1099,7 @@ "misc": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.DynamicConfigDescriptor", + "id": "def-server.DynamicConfigDescriptor", "type": "Type", "tags": [], "label": "DynamicConfigDescriptor", @@ -1118,9 +1110,9 @@ "{ [Key in keyof T]?: (T[Key] extends Maybe ? boolean : T[Key] extends Maybe ? boolean | ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.DynamicConfigDescriptor", + "section": "def-server.DynamicConfigDescriptor", "text": "DynamicConfigDescriptor" }, " : boolean) | undefined; }" @@ -1132,7 +1124,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.ExposedToBrowserDescriptor", + "id": "def-server.ExposedToBrowserDescriptor", "type": "Type", "tags": [], "label": "ExposedToBrowserDescriptor", @@ -1143,9 +1135,9 @@ "{ [Key in keyof T]?: (T[Key] extends Maybe ? boolean : T[Key] extends Maybe ? boolean | ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.ExposedToBrowserDescriptor", + "section": "def-server.ExposedToBrowserDescriptor", "text": "ExposedToBrowserDescriptor" }, " : boolean) | undefined; }" @@ -1157,7 +1149,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.MakeUsageFromSchema", + "id": "def-server.MakeUsageFromSchema", "type": "Type", "tags": [], "label": "MakeUsageFromSchema", @@ -1168,9 +1160,9 @@ "{ [Key in keyof T]?: (T[Key] extends Maybe ? false : T[Key] extends Maybe ? boolean : T[Key] extends Maybe ? boolean | ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.MakeUsageFromSchema", + "section": "def-server.MakeUsageFromSchema", "text": "MakeUsageFromSchema" }, " : boolean) | undefined; }" @@ -1182,7 +1174,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginConfigSchema", + "id": "def-server.PluginConfigSchema", "type": "Type", "tags": [], "label": "PluginConfigSchema", @@ -1206,7 +1198,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializer", + "id": "def-server.PluginInitializer", "type": "Type", "tags": [], "label": "PluginInitializer", @@ -1217,33 +1209,33 @@ "(core: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, ") => Promise<", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, " | ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PrebootPlugin", + "section": "def-server.PrebootPlugin", "text": "PrebootPlugin" }, " | ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.AsyncPlugin", + "section": "def-server.AsyncPlugin", "text": "AsyncPlugin" }, ">" @@ -1255,7 +1247,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.PluginInitializer.$1", + "id": "def-server.PluginInitializer.$1", "type": "Object", "tags": [], "label": "core", @@ -1263,9 +1255,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -1279,7 +1271,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.SharedGlobalConfig", + "id": "def-server.SharedGlobalConfig", "type": "Type", "tags": [], "label": "SharedGlobalConfig", @@ -1322,7 +1314,7 @@ "objects": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.SharedGlobalConfigKeys", + "id": "def-server.SharedGlobalConfigKeys", "type": "Object", "tags": [], "label": "SharedGlobalConfigKeys", @@ -1333,7 +1325,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.SharedGlobalConfigKeys.elasticsearch", + "id": "def-server.SharedGlobalConfigKeys.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -1349,7 +1341,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.SharedGlobalConfigKeys.path", + "id": "def-server.SharedGlobalConfigKeys.path", "type": "Object", "tags": [], "label": "path", @@ -1363,7 +1355,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server", - "id": "def-common.SharedGlobalConfigKeys.savedObjects", + "id": "def-server.SharedGlobalConfigKeys.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -1379,5 +1371,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 9e1e0b1d882e9..4e823031703ce 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 61 | 0 | 26 | 0 | -## Common +## Server ### Objects - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_plugins_server_mocks.devdocs.json b/api_docs/kbn_core_plugins_server_mocks.devdocs.json index 5fc45d74261a1..4d7fd6ea7801c 100644 --- a/api_docs/kbn_core_plugins_server_mocks.devdocs.json +++ b/api_docs/kbn_core_plugins_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock", + "id": "def-server.pluginServiceMock", "type": "Object", "tags": [], "label": "pluginServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.create", + "id": "def-server.pluginServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.createSetupContract", + "id": "def-server.pluginServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginsServiceSetup", + "section": "def-server.PluginsServiceSetup", "text": "PluginsServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.createStartContract", + "id": "def-server.pluginServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-common.PluginsServiceStart", + "section": "def-server.PluginsServiceStart", "text": "PluginsServiceStart" }, ">" @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.createInternalSetupContract", + "id": "def-server.pluginServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -117,7 +109,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.createInternalStartContract", + "id": "def-server.pluginServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -134,7 +126,7 @@ }, { "parentPluginId": "@kbn/core-plugins-server-mocks", - "id": "def-common.pluginServiceMock.createUiPlugins", + "id": "def-server.pluginServiceMock.createUiPlugins", "type": "Function", "tags": [], "label": "createUiPlugins", @@ -152,5 +144,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 678d579b53fe2..7d5430ed2b8ee 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_preboot_server.devdocs.json b/api_docs/kbn_core_preboot_server.devdocs.json index 78e0efc9414d8..925e2b61e1ed7 100644 --- a/api_docs/kbn_core_preboot_server.devdocs.json +++ b/api_docs/kbn_core_preboot_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-preboot-server", - "id": "def-common.PrebootServicePreboot", + "id": "def-server.PrebootServicePreboot", "type": "Interface", "tags": [], "label": "PrebootServicePreboot", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-preboot-server", - "id": "def-common.PrebootServicePreboot.isSetupOnHold", + "id": "def-server.PrebootServicePreboot.isSetupOnHold", "type": "Function", "tags": [], "label": "isSetupOnHold", @@ -53,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-preboot-server", - "id": "def-common.PrebootServicePreboot.holdSetupUntilResolved", + "id": "def-server.PrebootServicePreboot.holdSetupUntilResolved", "type": "Function", "tags": [], "label": "holdSetupUntilResolved", @@ -69,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/core-preboot-server", - "id": "def-common.PrebootServicePreboot.holdSetupUntilResolved.$1", + "id": "def-server.PrebootServicePreboot.holdSetupUntilResolved.$1", "type": "string", "tags": [], "label": "reason", @@ -86,7 +78,7 @@ }, { "parentPluginId": "@kbn/core-preboot-server", - "id": "def-common.PrebootServicePreboot.holdSetupUntilResolved.$2", + "id": "def-server.PrebootServicePreboot.holdSetupUntilResolved.$2", "type": "Object", "tags": [], "label": "promise", @@ -111,5 +103,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index 667f4ca34af16..15bbd09ed39d5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 0 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_preboot_server_mocks.devdocs.json b/api_docs/kbn_core_preboot_server_mocks.devdocs.json index c762b352747d3..8186629167ae1 100644 --- a/api_docs/kbn_core_preboot_server_mocks.devdocs.json +++ b/api_docs/kbn_core_preboot_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.InternalPrebootServicePrebootMock", + "id": "def-server.InternalPrebootServicePrebootMock", "type": "Type", "tags": [], "label": "InternalPrebootServicePrebootMock", @@ -40,7 +32,7 @@ }, { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.PrebootServicePrebootMock", + "id": "def-server.PrebootServicePrebootMock", "type": "Type", "tags": [], "label": "PrebootServicePrebootMock", @@ -49,9 +41,9 @@ "{ readonly isSetupOnHold: jest.MockInstance; readonly holdSetupUntilResolved: jest.MockInstance], unknown>; } & ", { "pluginId": "@kbn/core-preboot-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePrebootServerPluginApi", - "section": "def-common.PrebootServicePreboot", + "section": "def-server.PrebootServicePreboot", "text": "PrebootServicePreboot" } ], @@ -64,7 +56,7 @@ "objects": [ { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.prebootServiceMock", + "id": "def-server.prebootServiceMock", "type": "Object", "tags": [], "label": "prebootServiceMock", @@ -75,7 +67,7 @@ "children": [ { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.prebootServiceMock.create", + "id": "def-server.prebootServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -91,7 +83,7 @@ }, { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.prebootServiceMock.createInternalPrebootContract", + "id": "def-server.prebootServiceMock.createInternalPrebootContract", "type": "Function", "tags": [], "label": "createInternalPrebootContract", @@ -100,9 +92,9 @@ "() => ", { "pluginId": "@kbn/core-preboot-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePrebootServerMocksPluginApi", - "section": "def-common.InternalPrebootServicePrebootMock", + "section": "def-server.InternalPrebootServicePrebootMock", "text": "InternalPrebootServicePrebootMock" } ], @@ -114,7 +106,7 @@ }, { "parentPluginId": "@kbn/core-preboot-server-mocks", - "id": "def-common.prebootServiceMock.createPrebootContract", + "id": "def-server.prebootServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -123,9 +115,9 @@ "() => ", { "pluginId": "@kbn/core-preboot-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePrebootServerMocksPluginApi", - "section": "def-common.PrebootServicePrebootMock", + "section": "def-server.PrebootServicePrebootMock", "text": "PrebootServicePrebootMock" } ], @@ -139,5 +131,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index 613bef99397f9..a2fbdc2528d01 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_rendering_browser_mocks.devdocs.json b/api_docs/kbn_core_rendering_browser_mocks.devdocs.json index 99cc657a7a842..10af58eccc5c4 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_rendering_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-rendering-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-rendering-browser-mocks", - "id": "def-common.renderingServiceMock", + "id": "def-public.renderingServiceMock", "type": "Object", "tags": [], "label": "renderingServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-rendering-browser-mocks", - "id": "def-common.renderingServiceMock.create", + "id": "def-public.renderingServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -54,5 +38,21 @@ "initialIsOpen": false } ] + }, + "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_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index 56f894463cd34..9ecbb01fc4ff1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_rendering_server_internal.devdocs.json b/api_docs/kbn_core_rendering_server_internal.devdocs.json index 05f2295576da8..d765832debee1 100644 --- a/api_docs/kbn_core_rendering_server_internal.devdocs.json +++ b/api_docs/kbn_core_rendering_server_internal.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-rendering-server-internal", - "id": "def-common.Fonts", + "id": "def-server.Fonts", "type": "Function", "tags": [], "label": "Fonts", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-rendering-server-internal", - "id": "def-common.Fonts.$1", + "id": "def-server.Fonts.$1", "type": "CompoundType", "tags": [], "label": "{ url }", @@ -57,5 +49,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index 0bc33a7fc8db3..2da687e63bce2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 1 | -## Common +## Server ### Functions - + diff --git a/api_docs/kbn_core_rendering_server_mocks.devdocs.json b/api_docs/kbn_core_rendering_server_mocks.devdocs.json index 3d89ab4dfe460..fc43829e9518e 100644 --- a/api_docs/kbn_core_rendering_server_mocks.devdocs.json +++ b/api_docs/kbn_core_rendering_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-rendering-server-mocks", - "id": "def-common.renderingServiceMock", + "id": "def-server.renderingServiceMock", "type": "Object", "tags": [], "label": "renderingServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-rendering-server-mocks", - "id": "def-common.renderingServiceMock.create", + "id": "def-server.renderingServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -53,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-rendering-server-mocks", - "id": "def-common.renderingServiceMock.createPrebootContract", + "id": "def-server.renderingServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -71,7 +63,7 @@ }, { "parentPluginId": "@kbn/core-rendering-server-mocks", - "id": "def-common.renderingServiceMock.createSetupContract", + "id": "def-server.renderingServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -91,5 +83,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index 4fa7193f1e0b4..fad1ff39a8a2f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 1 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_root_server_internal.devdocs.json b/api_docs/kbn_core_root_server_internal.devdocs.json index abedad4752873..c60f896b2ce2d 100644 --- a/api_docs/kbn_core_root_server_internal.devdocs.json +++ b/api_docs/kbn_core_root_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root", + "id": "def-server.Root", "type": "Class", "tags": [], "label": "Root", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.logger", + "id": "def-server.Root.logger", "type": "Object", "tags": [], "label": "logger", @@ -53,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.Unnamed", + "id": "def-server.Root.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -67,7 +59,7 @@ "children": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.Unnamed.$1", + "id": "def-server.Root.Unnamed.$1", "type": "Object", "tags": [], "label": "rawConfigProvider", @@ -88,7 +80,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.Unnamed.$2", + "id": "def-server.Root.Unnamed.$2", "type": "Object", "tags": [], "label": "env", @@ -109,7 +101,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.Unnamed.$3", + "id": "def-server.Root.Unnamed.$3", "type": "Function", "tags": [], "label": "onShutdown", @@ -127,7 +119,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.preboot", + "id": "def-server.Root.preboot", "type": "Function", "tags": [], "label": "preboot", @@ -145,7 +137,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.setup", + "id": "def-server.Root.setup", "type": "Function", "tags": [], "label": "setup", @@ -163,7 +155,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.start", + "id": "def-server.Root.start", "type": "Function", "tags": [], "label": "start", @@ -181,7 +173,7 @@ }, { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.shutdown", + "id": "def-server.Root.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -195,7 +187,7 @@ "children": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.Root.shutdown.$1", + "id": "def-server.Root.shutdown.$1", "type": "Any", "tags": [], "label": "reason", @@ -218,7 +210,7 @@ "functions": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.registerServiceConfig", + "id": "def-server.registerServiceConfig", "type": "Function", "tags": [], "label": "registerServiceConfig", @@ -234,7 +226,7 @@ "children": [ { "parentPluginId": "@kbn/core-root-server-internal", - "id": "def-common.registerServiceConfig.$1", + "id": "def-server.registerServiceConfig.$1", "type": "Object", "tags": [], "label": "configService", @@ -256,5 +248,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 7e2c16fe7e6d1..5f78ddd935aa8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 13 | 1 | 12 | 0 | -## Common +## Server ### Functions - + ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 2be72bf65c162..910b548159b1f 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-saved-objects-api-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.ResolvedSimpleSavedObject", + "id": "def-public.ResolvedSimpleSavedObject", "type": "Interface", "tags": [ "deprecated" @@ -34,9 +18,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.ResolvedSimpleSavedObject", + "section": "def-public.ResolvedSimpleSavedObject", "text": "ResolvedSimpleSavedObject" }, "" @@ -189,7 +173,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.ResolvedSimpleSavedObject.saved_object", + "id": "def-public.ResolvedSimpleSavedObject.saved_object", "type": "Object", "tags": [], "label": "saved_object", @@ -199,9 +183,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, "" @@ -212,7 +196,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.ResolvedSimpleSavedObject.outcome", + "id": "def-public.ResolvedSimpleSavedObject.outcome", "type": "CompoundType", "tags": [], "label": "outcome", @@ -228,7 +212,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.ResolvedSimpleSavedObject.alias_target_id", + "id": "def-public.ResolvedSimpleSavedObject.alias_target_id", "type": "string", "tags": [], "label": "alias_target_id", @@ -244,7 +228,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.ResolvedSimpleSavedObject.alias_purpose", + "id": "def-public.ResolvedSimpleSavedObject.alias_purpose", "type": "CompoundType", "tags": [], "label": "alias_purpose", @@ -263,7 +247,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBatchResponse", + "id": "def-public.SavedObjectsBatchResponse", "type": "Interface", "tags": [ "deprecated" @@ -275,9 +259,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBatchResponse", + "section": "def-public.SavedObjectsBatchResponse", "text": "SavedObjectsBatchResponse" }, "" @@ -322,7 +306,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBatchResponse.savedObjects", + "id": "def-public.SavedObjectsBatchResponse.savedObjects", "type": "Array", "tags": [], "label": "savedObjects", @@ -332,9 +316,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, "[]" @@ -348,7 +332,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkCreateObject", + "id": "def-public.SavedObjectsBulkCreateObject", "type": "Interface", "tags": [ "deprecated" @@ -360,17 +344,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-public.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-public.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" } ], @@ -394,7 +378,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkCreateObject.type", + "id": "def-public.SavedObjectsBulkCreateObject.type", "type": "string", "tags": [], "label": "type", @@ -407,7 +391,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkCreateObject.attributes", + "id": "def-public.SavedObjectsBulkCreateObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -426,7 +410,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkCreateOptions", + "id": "def-public.SavedObjectsBulkCreateOptions", "type": "Interface", "tags": [ "deprecated" @@ -455,7 +439,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkCreateOptions.overwrite", + "id": "def-public.SavedObjectsBulkCreateOptions.overwrite", "type": "CompoundType", "tags": [], "label": "overwrite", @@ -474,7 +458,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteOptions", + "id": "def-public.SavedObjectsBulkDeleteOptions", "type": "Interface", "tags": [ "deprecated" @@ -490,7 +474,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteOptions.force", + "id": "def-public.SavedObjectsBulkDeleteOptions.force", "type": "CompoundType", "tags": [], "label": "force", @@ -509,7 +493,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponse", + "id": "def-public.SavedObjectsBulkDeleteResponse", "type": "Interface", "tags": [ "deprecated" @@ -534,7 +518,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponse.statuses", + "id": "def-public.SavedObjectsBulkDeleteResponse.statuses", "type": "Array", "tags": [], "label": "statuses", @@ -544,9 +528,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkDeleteResponseItem", + "section": "def-public.SavedObjectsBulkDeleteResponseItem", "text": "SavedObjectsBulkDeleteResponseItem" }, "[]" @@ -560,7 +544,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponseItem", + "id": "def-public.SavedObjectsBulkDeleteResponseItem", "type": "Interface", "tags": [ "deprecated" @@ -576,7 +560,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponseItem.id", + "id": "def-public.SavedObjectsBulkDeleteResponseItem.id", "type": "string", "tags": [], "label": "id", @@ -589,7 +573,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponseItem.type", + "id": "def-public.SavedObjectsBulkDeleteResponseItem.type", "type": "string", "tags": [], "label": "type", @@ -602,7 +586,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponseItem.success", + "id": "def-public.SavedObjectsBulkDeleteResponseItem.success", "type": "boolean", "tags": [], "label": "success", @@ -615,7 +599,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkDeleteResponseItem.error", + "id": "def-public.SavedObjectsBulkDeleteResponseItem.error", "type": "Object", "tags": [], "label": "error", @@ -641,7 +625,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkResolveResponse", + "id": "def-public.SavedObjectsBulkResolveResponse", "type": "Interface", "tags": [ "deprecated" @@ -653,9 +637,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkResolveResponse", + "section": "def-public.SavedObjectsBulkResolveResponse", "text": "SavedObjectsBulkResolveResponse" }, "" @@ -672,7 +656,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkResolveResponse.resolved_objects", + "id": "def-public.SavedObjectsBulkResolveResponse.resolved_objects", "type": "Array", "tags": [], "label": "resolved_objects", @@ -682,9 +666,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.ResolvedSimpleSavedObject", + "section": "def-public.ResolvedSimpleSavedObject", "text": "ResolvedSimpleSavedObject" }, "[]" @@ -698,7 +682,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject", + "id": "def-public.SavedObjectsBulkUpdateObject", "type": "Interface", "tags": [ "deprecated" @@ -710,9 +694,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-public.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "" @@ -737,7 +721,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject.type", + "id": "def-public.SavedObjectsBulkUpdateObject.type", "type": "string", "tags": [], "label": "type", @@ -750,7 +734,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject.id", + "id": "def-public.SavedObjectsBulkUpdateObject.id", "type": "string", "tags": [], "label": "id", @@ -763,7 +747,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject.attributes", + "id": "def-public.SavedObjectsBulkUpdateObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -779,7 +763,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject.version", + "id": "def-public.SavedObjectsBulkUpdateObject.version", "type": "string", "tags": [], "label": "version", @@ -795,7 +779,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateObject.references", + "id": "def-public.SavedObjectsBulkUpdateObject.references", "type": "Array", "tags": [], "label": "references", @@ -821,7 +805,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateOptions", + "id": "def-public.SavedObjectsBulkUpdateOptions", "type": "Interface", "tags": [ "deprecated" @@ -842,7 +826,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsBulkUpdateOptions.namespace", + "id": "def-public.SavedObjectsBulkUpdateOptions.namespace", "type": "string", "tags": [], "label": "namespace", @@ -861,7 +845,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract", + "id": "def-public.SavedObjectsClientContract", "type": "Interface", "tags": [ "deprecated" @@ -1022,7 +1006,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.create", + "id": "def-public.SavedObjectsClientContract.create", "type": "Function", "tags": [ "deprecated" @@ -1035,17 +1019,17 @@ "(type: string, attributes: T, options?: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-public.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, ">" @@ -1170,7 +1154,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.create.$1", + "id": "def-public.SavedObjectsClientContract.create.$1", "type": "string", "tags": [], "label": "type", @@ -1187,7 +1171,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.create.$2", + "id": "def-public.SavedObjectsClientContract.create.$2", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -1204,7 +1188,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.create.$3", + "id": "def-public.SavedObjectsClientContract.create.$3", "type": "Object", "tags": [], "label": "options", @@ -1214,9 +1198,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-public.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined" @@ -1233,7 +1217,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkCreate", + "id": "def-public.SavedObjectsClientContract.bulkCreate", "type": "Function", "tags": [ "deprecated" @@ -1246,25 +1230,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-public.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkCreateOptions", + "section": "def-public.SavedObjectsBulkCreateOptions", "text": "SavedObjectsBulkCreateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBatchResponse", + "section": "def-public.SavedObjectsBatchResponse", "text": "SavedObjectsBatchResponse" }, ">" @@ -1301,7 +1285,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkCreate.$1", + "id": "def-public.SavedObjectsClientContract.bulkCreate.$1", "type": "Array", "tags": [], "label": "objects", @@ -1311,9 +1295,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-public.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[]" @@ -1325,7 +1309,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkCreate.$2", + "id": "def-public.SavedObjectsClientContract.bulkCreate.$2", "type": "Object", "tags": [], "label": "options", @@ -1335,9 +1319,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkCreateOptions", + "section": "def-public.SavedObjectsBulkCreateOptions", "text": "SavedObjectsBulkCreateOptions" }, " | undefined" @@ -1354,7 +1338,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.delete", + "id": "def-public.SavedObjectsClientContract.delete", "type": "Function", "tags": [ "deprecated" @@ -1367,9 +1351,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-public.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined) => Promise<{}>" @@ -1414,7 +1398,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.delete.$1", + "id": "def-public.SavedObjectsClientContract.delete.$1", "type": "string", "tags": [], "label": "type", @@ -1431,7 +1415,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.delete.$2", + "id": "def-public.SavedObjectsClientContract.delete.$2", "type": "string", "tags": [], "label": "id", @@ -1448,7 +1432,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.delete.$3", + "id": "def-public.SavedObjectsClientContract.delete.$3", "type": "Object", "tags": [], "label": "options", @@ -1458,9 +1442,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-public.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined" @@ -1475,7 +1459,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkDelete", + "id": "def-public.SavedObjectsClientContract.bulkDelete", "type": "Function", "tags": [ "deprecated" @@ -1496,17 +1480,17 @@ "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-public.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkDeleteResponse", + "section": "def-public.SavedObjectsBulkDeleteResponse", "text": "SavedObjectsBulkDeleteResponse" }, ">" @@ -1535,7 +1519,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkDelete.$1", + "id": "def-public.SavedObjectsClientContract.bulkDelete.$1", "type": "Array", "tags": [], "label": "objects", @@ -1559,7 +1543,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkDelete.$2", + "id": "def-public.SavedObjectsClientContract.bulkDelete.$2", "type": "Object", "tags": [], "label": "options", @@ -1569,9 +1553,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-public.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined" @@ -1588,7 +1572,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.find", + "id": "def-public.SavedObjectsClientContract.find", "type": "Function", "tags": [ "property", @@ -1608,17 +1592,17 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-public.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-public.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ">" @@ -1671,7 +1655,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.find.$1", + "id": "def-public.SavedObjectsClientContract.find.$1", "type": "Object", "tags": [], "label": "options", @@ -1681,9 +1665,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-public.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -1699,7 +1683,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.get", + "id": "def-public.SavedObjectsClientContract.get", "type": "Function", "tags": [ "deprecated" @@ -1712,9 +1696,9 @@ "(type: string, id: string) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, ">" @@ -1819,7 +1803,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.get.$1", + "id": "def-public.SavedObjectsClientContract.get.$1", "type": "string", "tags": [], "label": "type", @@ -1836,7 +1820,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.get.$2", + "id": "def-public.SavedObjectsClientContract.get.$2", "type": "string", "tags": [], "label": "id", @@ -1858,7 +1842,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkGet", + "id": "def-public.SavedObjectsClientContract.bulkGet", "type": "Function", "tags": [ "deprecated" @@ -1879,9 +1863,9 @@ "[]) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBatchResponse", + "section": "def-public.SavedObjectsBatchResponse", "text": "SavedObjectsBatchResponse" }, ">" @@ -1906,7 +1890,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkGet.$1", + "id": "def-public.SavedObjectsClientContract.bulkGet.$1", "type": "Array", "tags": [], "label": "objects", @@ -1935,7 +1919,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.resolve", + "id": "def-public.SavedObjectsClientContract.resolve", "type": "Function", "tags": [ "note", @@ -1949,9 +1933,9 @@ "(type: string, id: string) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.ResolvedSimpleSavedObject", + "section": "def-public.ResolvedSimpleSavedObject", "text": "ResolvedSimpleSavedObject" }, ">" @@ -2028,7 +2012,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.resolve.$1", + "id": "def-public.SavedObjectsClientContract.resolve.$1", "type": "string", "tags": [], "label": "type", @@ -2045,7 +2029,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.resolve.$2", + "id": "def-public.SavedObjectsClientContract.resolve.$2", "type": "string", "tags": [], "label": "id", @@ -2067,7 +2051,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkResolve", + "id": "def-public.SavedObjectsClientContract.bulkResolve", "type": "Function", "tags": [ "note", @@ -2089,9 +2073,9 @@ "[]) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkResolveResponse", + "section": "def-public.SavedObjectsBulkResolveResponse", "text": "SavedObjectsBulkResolveResponse" }, ">" @@ -2112,7 +2096,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkResolve.$1", + "id": "def-public.SavedObjectsClientContract.bulkResolve.$1", "type": "Array", "tags": [], "label": "objects", @@ -2141,7 +2125,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.update", + "id": "def-public.SavedObjectsClientContract.update", "type": "Function", "tags": [ "prop", @@ -2155,17 +2139,17 @@ "(type: string, id: string, attributes: T, options?: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-public.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, ">" @@ -2226,7 +2210,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.update.$1", + "id": "def-public.SavedObjectsClientContract.update.$1", "type": "string", "tags": [], "label": "type", @@ -2243,7 +2227,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.update.$2", + "id": "def-public.SavedObjectsClientContract.update.$2", "type": "string", "tags": [], "label": "id", @@ -2260,7 +2244,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.update.$3", + "id": "def-public.SavedObjectsClientContract.update.$3", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -2277,7 +2261,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.update.$4", + "id": "def-public.SavedObjectsClientContract.update.$4", "type": "Object", "tags": [], "label": "options", @@ -2287,9 +2271,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-public.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined" @@ -2306,7 +2290,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkUpdate", + "id": "def-public.SavedObjectsClientContract.bulkUpdate", "type": "Function", "tags": [ "deprecated" @@ -2319,17 +2303,17 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-public.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[]) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBatchResponse", + "section": "def-public.SavedObjectsBatchResponse", "text": "SavedObjectsBatchResponse" }, ">" @@ -2358,7 +2342,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsClientContract.bulkUpdate.$1", + "id": "def-public.SavedObjectsClientContract.bulkUpdate.$1", "type": "Array", "tags": [], "label": "objects", @@ -2368,9 +2352,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-public.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[]" @@ -2390,7 +2374,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions", + "id": "def-public.SavedObjectsCreateOptions", "type": "Interface", "tags": [ "deprecated" @@ -2467,7 +2451,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.id", + "id": "def-public.SavedObjectsCreateOptions.id", "type": "string", "tags": [], "label": "id", @@ -2483,7 +2467,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.overwrite", + "id": "def-public.SavedObjectsCreateOptions.overwrite", "type": "CompoundType", "tags": [], "label": "overwrite", @@ -2499,7 +2483,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.migrationVersion", + "id": "def-public.SavedObjectsCreateOptions.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -2534,7 +2518,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.coreMigrationVersion", + "id": "def-public.SavedObjectsCreateOptions.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -2550,7 +2534,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.typeMigrationVersion", + "id": "def-public.SavedObjectsCreateOptions.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -2566,7 +2550,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.references", + "id": "def-public.SavedObjectsCreateOptions.references", "type": "Array", "tags": [], "label": "references", @@ -2589,7 +2573,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsCreateOptions.managed", + "id": "def-public.SavedObjectsCreateOptions.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -2608,7 +2592,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsDeleteOptions", + "id": "def-public.SavedObjectsDeleteOptions", "type": "Interface", "tags": [ "deprecated" @@ -2637,7 +2621,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsDeleteOptions.force", + "id": "def-public.SavedObjectsDeleteOptions.force", "type": "CompoundType", "tags": [], "label": "force", @@ -2656,7 +2640,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindOptionsReference", + "id": "def-public.SavedObjectsFindOptionsReference", "type": "Interface", "tags": [], "label": "SavedObjectsFindOptionsReference", @@ -2669,7 +2653,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindOptionsReference.type", + "id": "def-public.SavedObjectsFindOptionsReference.type", "type": "string", "tags": [], "label": "type", @@ -2682,7 +2666,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindOptionsReference.id", + "id": "def-public.SavedObjectsFindOptionsReference.id", "type": "string", "tags": [], "label": "id", @@ -2698,7 +2682,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindResponse", + "id": "def-public.SavedObjectsFindResponse", "type": "Interface", "tags": [ "deprecated" @@ -2710,17 +2694,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-public.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsBatchResponse", + "section": "def-public.SavedObjectsBatchResponse", "text": "SavedObjectsBatchResponse" }, "" @@ -2753,7 +2737,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindResponse.aggregations", + "id": "def-public.SavedObjectsFindResponse.aggregations", "type": "Uncategorized", "tags": [], "label": "aggregations", @@ -2769,7 +2753,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindResponse.total", + "id": "def-public.SavedObjectsFindResponse.total", "type": "number", "tags": [], "label": "total", @@ -2782,7 +2766,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindResponse.perPage", + "id": "def-public.SavedObjectsFindResponse.perPage", "type": "number", "tags": [], "label": "perPage", @@ -2795,7 +2779,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindResponse.page", + "id": "def-public.SavedObjectsFindResponse.page", "type": "number", "tags": [], "label": "page", @@ -2811,7 +2795,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsUpdateOptions", + "id": "def-public.SavedObjectsUpdateOptions", "type": "Interface", "tags": [ "deprecated" @@ -2823,9 +2807,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-public.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, "" @@ -2850,7 +2834,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsUpdateOptions.version", + "id": "def-public.SavedObjectsUpdateOptions.version", "type": "string", "tags": [], "label": "version", @@ -2866,7 +2850,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsUpdateOptions.upsert", + "id": "def-public.SavedObjectsUpdateOptions.upsert", "type": "Uncategorized", "tags": [], "label": "upsert", @@ -2882,7 +2866,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsUpdateOptions.references", + "id": "def-public.SavedObjectsUpdateOptions.references", "type": "Array", "tags": [], "label": "references", @@ -2908,7 +2892,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject", + "id": "def-public.SimpleSavedObject", "type": "Interface", "tags": [ "deprecated" @@ -2920,9 +2904,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, "" @@ -3159,7 +3143,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.attributes", + "id": "def-public.SimpleSavedObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -3175,7 +3159,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject._version", + "id": "def-public.SimpleSavedObject._version", "type": "string", "tags": [], "label": "_version", @@ -3191,7 +3175,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.id", + "id": "def-public.SimpleSavedObject.id", "type": "string", "tags": [], "label": "id", @@ -3204,7 +3188,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.type", + "id": "def-public.SimpleSavedObject.type", "type": "string", "tags": [], "label": "type", @@ -3217,7 +3201,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.migrationVersion", + "id": "def-public.SimpleSavedObject.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -3260,7 +3244,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.coreMigrationVersion", + "id": "def-public.SimpleSavedObject.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -3276,7 +3260,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.typeMigrationVersion", + "id": "def-public.SimpleSavedObject.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -3292,7 +3276,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.error", + "id": "def-public.SimpleSavedObject.error", "type": "Object", "tags": [], "label": "error", @@ -3315,7 +3299,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.references", + "id": "def-public.SimpleSavedObject.references", "type": "Array", "tags": [], "label": "references", @@ -3338,7 +3322,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.updatedAt", + "id": "def-public.SimpleSavedObject.updatedAt", "type": "string", "tags": [], "label": "updatedAt", @@ -3354,7 +3338,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.updatedBy", + "id": "def-public.SimpleSavedObject.updatedBy", "type": "string", "tags": [], "label": "updatedBy", @@ -3370,7 +3354,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.createdAt", + "id": "def-public.SimpleSavedObject.createdAt", "type": "string", "tags": [], "label": "createdAt", @@ -3386,7 +3370,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.createdBy", + "id": "def-public.SimpleSavedObject.createdBy", "type": "string", "tags": [], "label": "createdBy", @@ -3402,7 +3386,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.namespaces", + "id": "def-public.SimpleSavedObject.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -3418,7 +3402,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.managed", + "id": "def-public.SimpleSavedObject.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -3434,7 +3418,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.get", + "id": "def-public.SimpleSavedObject.get", "type": "Function", "tags": [], "label": "get", @@ -3450,7 +3434,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.get.$1", + "id": "def-public.SimpleSavedObject.get.$1", "type": "string", "tags": [], "label": "key", @@ -3472,7 +3456,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.set", + "id": "def-public.SimpleSavedObject.set", "type": "Function", "tags": [], "label": "set", @@ -3488,7 +3472,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.set.$1", + "id": "def-public.SimpleSavedObject.set.$1", "type": "string", "tags": [], "label": "key", @@ -3505,7 +3489,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.set.$2", + "id": "def-public.SimpleSavedObject.set.$2", "type": "Any", "tags": [], "label": "value", @@ -3527,7 +3511,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.has", + "id": "def-public.SimpleSavedObject.has", "type": "Function", "tags": [], "label": "has", @@ -3543,7 +3527,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.has.$1", + "id": "def-public.SimpleSavedObject.has.$1", "type": "string", "tags": [], "label": "key", @@ -3565,7 +3549,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.save", + "id": "def-public.SimpleSavedObject.save", "type": "Function", "tags": [ "deprecated" @@ -3578,9 +3562,9 @@ "() => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, ">" @@ -3607,7 +3591,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SimpleSavedObject.delete", + "id": "def-public.SimpleSavedObject.delete", "type": "Function", "tags": [ "deprecated" @@ -3639,7 +3623,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", - "id": "def-common.SavedObjectsFindOptions", + "id": "def-public.SavedObjectsFindOptions", "type": "Type", "tags": [ "deprecated" @@ -3654,33 +3638,33 @@ "> | undefined; search?: string | undefined; namespaces?: string[] | undefined; perPage?: number | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; hasReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; }" @@ -3710,5 +3694,21 @@ } ], "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_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index b745a9be06fec..ed42c97efb515 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 113 | 1 | 0 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_api_server.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index 0089cb0d4931f..d7e46ecbde498 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsPointInTimeFinder", + "id": "def-server.ISavedObjectsPointInTimeFinder", "type": "Interface", "tags": [], "label": "ISavedObjectsPointInTimeFinder", @@ -32,9 +24,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsPointInTimeFinder", + "section": "def-server.ISavedObjectsPointInTimeFinder", "text": "ISavedObjectsPointInTimeFinder" }, "" @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsPointInTimeFinder.find", + "id": "def-server.ISavedObjectsPointInTimeFinder.find", "type": "Function", "tags": [], "label": "find", @@ -56,9 +48,9 @@ "() => AsyncGenerator<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ", any, unknown>" @@ -71,7 +63,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsPointInTimeFinder.close", + "id": "def-server.ISavedObjectsPointInTimeFinder.close", "type": "Function", "tags": [], "label": "close", @@ -92,7 +84,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository", + "id": "def-server.ISavedObjectsRepository", "type": "Interface", "tags": [], "label": "ISavedObjectsRepository", @@ -105,7 +97,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.create", + "id": "def-server.ISavedObjectsRepository.create", "type": "Function", "tags": [ "property", @@ -122,9 +114,9 @@ "(type: string, attributes: T, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined) => Promise<", @@ -143,7 +135,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.create.$1", + "id": "def-server.ISavedObjectsRepository.create.$1", "type": "string", "tags": [], "label": "type", @@ -160,7 +152,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.create.$2", + "id": "def-server.ISavedObjectsRepository.create.$2", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -177,7 +169,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.create.$3", + "id": "def-server.ISavedObjectsRepository.create.$3", "type": "Object", "tags": [], "label": "options", @@ -187,9 +179,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined" @@ -206,7 +198,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkCreate", + "id": "def-server.ISavedObjectsRepository.bulkCreate", "type": "Function", "tags": [ "property", @@ -221,25 +213,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResponse", + "section": "def-server.SavedObjectsBulkResponse", "text": "SavedObjectsBulkResponse" }, ">" @@ -250,7 +242,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkCreate.$1", + "id": "def-server.ISavedObjectsRepository.bulkCreate.$1", "type": "Array", "tags": [], "label": "objects", @@ -260,9 +252,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[]" @@ -274,7 +266,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkCreate.$2", + "id": "def-server.ISavedObjectsRepository.bulkCreate.$2", "type": "Object", "tags": [], "label": "options", @@ -284,9 +276,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined" @@ -303,7 +295,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.checkConflicts", + "id": "def-server.ISavedObjectsRepository.checkConflicts", "type": "Function", "tags": [], "label": "checkConflicts", @@ -314,25 +306,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsObject", + "section": "def-server.SavedObjectsCheckConflictsObject", "text": "SavedObjectsCheckConflictsObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsResponse", + "section": "def-server.SavedObjectsCheckConflictsResponse", "text": "SavedObjectsCheckConflictsResponse" }, ">" @@ -343,7 +335,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.checkConflicts.$1", + "id": "def-server.ISavedObjectsRepository.checkConflicts.$1", "type": "Array", "tags": [], "label": "objects", @@ -353,9 +345,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsObject", + "section": "def-server.SavedObjectsCheckConflictsObject", "text": "SavedObjectsCheckConflictsObject" }, "[]" @@ -367,7 +359,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.checkConflicts.$2", + "id": "def-server.ISavedObjectsRepository.checkConflicts.$2", "type": "Object", "tags": [], "label": "options", @@ -377,9 +369,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined" @@ -396,7 +388,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.delete", + "id": "def-server.ISavedObjectsRepository.delete", "type": "Function", "tags": [ "property" @@ -409,9 +401,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-server.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined) => Promise<{}>" @@ -422,7 +414,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.delete.$1", + "id": "def-server.ISavedObjectsRepository.delete.$1", "type": "string", "tags": [], "label": "type", @@ -439,7 +431,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.delete.$2", + "id": "def-server.ISavedObjectsRepository.delete.$2", "type": "string", "tags": [], "label": "id", @@ -456,7 +448,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.delete.$3", + "id": "def-server.ISavedObjectsRepository.delete.$3", "type": "Object", "tags": [], "label": "options", @@ -466,9 +458,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-server.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined" @@ -483,7 +475,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkDelete", + "id": "def-server.ISavedObjectsRepository.bulkDelete", "type": "Function", "tags": [], "label": "bulkDelete", @@ -494,25 +486,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteObject", + "section": "def-server.SavedObjectsBulkDeleteObject", "text": "SavedObjectsBulkDeleteObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-server.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteResponse", + "section": "def-server.SavedObjectsBulkDeleteResponse", "text": "SavedObjectsBulkDeleteResponse" }, ">" @@ -523,7 +515,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkDelete.$1", + "id": "def-server.ISavedObjectsRepository.bulkDelete.$1", "type": "Array", "tags": [], "label": "objects", @@ -533,9 +525,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteObject", + "section": "def-server.SavedObjectsBulkDeleteObject", "text": "SavedObjectsBulkDeleteObject" }, "[]" @@ -547,7 +539,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkDelete.$2", + "id": "def-server.ISavedObjectsRepository.bulkDelete.$2", "type": "Object", "tags": [], "label": "options", @@ -557,9 +549,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-server.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined" @@ -576,7 +568,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.deleteByNamespace", + "id": "def-server.ISavedObjectsRepository.deleteByNamespace", "type": "Function", "tags": [], "label": "deleteByNamespace", @@ -587,9 +579,9 @@ "(namespace: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteByNamespaceOptions", + "section": "def-server.SavedObjectsDeleteByNamespaceOptions", "text": "SavedObjectsDeleteByNamespaceOptions" }, " | undefined) => Promise" @@ -600,7 +592,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.deleteByNamespace.$1", + "id": "def-server.ISavedObjectsRepository.deleteByNamespace.$1", "type": "string", "tags": [], "label": "namespace", @@ -617,7 +609,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.deleteByNamespace.$2", + "id": "def-server.ISavedObjectsRepository.deleteByNamespace.$2", "type": "Object", "tags": [], "label": "options", @@ -627,9 +619,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteByNamespaceOptions", + "section": "def-server.SavedObjectsDeleteByNamespaceOptions", "text": "SavedObjectsDeleteByNamespaceOptions" }, " | undefined" @@ -646,7 +638,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.find", + "id": "def-server.ISavedObjectsRepository.find", "type": "Function", "tags": [ "property", @@ -672,9 +664,9 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", internalOptions?: ", @@ -682,9 +674,9 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ">" @@ -695,7 +687,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.find.$1", + "id": "def-server.ISavedObjectsRepository.find.$1", "type": "Object", "tags": [], "label": "options", @@ -705,9 +697,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -718,7 +710,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.find.$2", + "id": "def-server.ISavedObjectsRepository.find.$2", "type": "Object", "tags": [], "label": "internalOptions", @@ -741,7 +733,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkGet", + "id": "def-server.ISavedObjectsRepository.bulkGet", "type": "Function", "tags": [ "property", @@ -755,25 +747,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkGetObject", + "section": "def-server.SavedObjectsBulkGetObject", "text": "SavedObjectsBulkGetObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResponse", + "section": "def-server.SavedObjectsBulkResponse", "text": "SavedObjectsBulkResponse" }, ">" @@ -784,7 +776,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkGet.$1", + "id": "def-server.ISavedObjectsRepository.bulkGet.$1", "type": "Array", "tags": [], "label": "objects", @@ -794,9 +786,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkGetObject", + "section": "def-server.SavedObjectsBulkGetObject", "text": "SavedObjectsBulkGetObject" }, "[]" @@ -808,7 +800,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkGet.$2", + "id": "def-server.ISavedObjectsRepository.bulkGet.$2", "type": "Object", "tags": [], "label": "options", @@ -818,9 +810,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined" @@ -837,7 +829,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkResolve", + "id": "def-server.ISavedObjectsRepository.bulkResolve", "type": "Function", "tags": [ "property", @@ -851,25 +843,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveObject", + "section": "def-server.SavedObjectsBulkResolveObject", "text": "SavedObjectsBulkResolveObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveResponse", + "section": "def-server.SavedObjectsBulkResolveResponse", "text": "SavedObjectsBulkResolveResponse" }, ">" @@ -880,7 +872,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkResolve.$1", + "id": "def-server.ISavedObjectsRepository.bulkResolve.$1", "type": "Array", "tags": [], "label": "objects", @@ -890,9 +882,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveObject", + "section": "def-server.SavedObjectsBulkResolveObject", "text": "SavedObjectsBulkResolveObject" }, "[]" @@ -904,7 +896,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkResolve.$2", + "id": "def-server.ISavedObjectsRepository.bulkResolve.$2", "type": "Object", "tags": [], "label": "options", @@ -914,9 +906,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined" @@ -933,7 +925,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.get", + "id": "def-server.ISavedObjectsRepository.get", "type": "Function", "tags": [ "property", @@ -947,9 +939,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined) => Promise<", @@ -968,7 +960,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.get.$1", + "id": "def-server.ISavedObjectsRepository.get.$1", "type": "string", "tags": [], "label": "type", @@ -985,7 +977,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.get.$2", + "id": "def-server.ISavedObjectsRepository.get.$2", "type": "string", "tags": [], "label": "id", @@ -1002,7 +994,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.get.$3", + "id": "def-server.ISavedObjectsRepository.get.$3", "type": "Object", "tags": [], "label": "options", @@ -1012,9 +1004,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined" @@ -1031,7 +1023,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.resolve", + "id": "def-server.ISavedObjectsRepository.resolve", "type": "Function", "tags": [ "property", @@ -1045,17 +1037,17 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, ">" @@ -1066,7 +1058,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.resolve.$1", + "id": "def-server.ISavedObjectsRepository.resolve.$1", "type": "string", "tags": [], "label": "type", @@ -1083,7 +1075,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.resolve.$2", + "id": "def-server.ISavedObjectsRepository.resolve.$2", "type": "string", "tags": [], "label": "id", @@ -1100,7 +1092,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.resolve.$3", + "id": "def-server.ISavedObjectsRepository.resolve.$3", "type": "Object", "tags": [], "label": "options", @@ -1110,9 +1102,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined" @@ -1129,7 +1121,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.update", + "id": "def-server.ISavedObjectsRepository.update", "type": "Function", "tags": [ "property", @@ -1144,17 +1136,17 @@ "(type: string, id: string, attributes: Partial, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, ">" @@ -1165,7 +1157,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.update.$1", + "id": "def-server.ISavedObjectsRepository.update.$1", "type": "string", "tags": [], "label": "type", @@ -1182,7 +1174,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.update.$2", + "id": "def-server.ISavedObjectsRepository.update.$2", "type": "string", "tags": [], "label": "id", @@ -1199,7 +1191,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.update.$3", + "id": "def-server.ISavedObjectsRepository.update.$3", "type": "Object", "tags": [], "label": "attributes", @@ -1216,7 +1208,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.update.$4", + "id": "def-server.ISavedObjectsRepository.update.$4", "type": "Object", "tags": [], "label": "options", @@ -1226,9 +1218,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined" @@ -1245,7 +1237,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.collectMultiNamespaceReferences", + "id": "def-server.ISavedObjectsRepository.collectMultiNamespaceReferences", "type": "Function", "tags": [], "label": "collectMultiNamespaceReferences", @@ -1256,25 +1248,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", "text": "SavedObjectsCollectMultiNamespaceReferencesObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesResponse", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" }, ">" @@ -1285,7 +1277,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.collectMultiNamespaceReferences.$1", + "id": "def-server.ISavedObjectsRepository.collectMultiNamespaceReferences.$1", "type": "Array", "tags": [], "label": "objects", @@ -1295,9 +1287,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", "text": "SavedObjectsCollectMultiNamespaceReferencesObject" }, "[]" @@ -1309,7 +1301,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.collectMultiNamespaceReferences.$2", + "id": "def-server.ISavedObjectsRepository.collectMultiNamespaceReferences.$2", "type": "Object", "tags": [], "label": "options", @@ -1319,9 +1311,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" }, " | undefined" @@ -1338,7 +1330,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.updateObjectsSpaces", + "id": "def-server.ISavedObjectsRepository.updateObjectsSpaces", "type": "Function", "tags": [], "label": "updateObjectsSpaces", @@ -1349,25 +1341,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesObject", + "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", "text": "SavedObjectsUpdateObjectsSpacesObject" }, "[], spacesToAdd: string[], spacesToRemove: string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "text": "SavedObjectsUpdateObjectsSpacesOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesResponse", + "section": "def-server.SavedObjectsUpdateObjectsSpacesResponse", "text": "SavedObjectsUpdateObjectsSpacesResponse" }, ">" @@ -1378,7 +1370,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.updateObjectsSpaces.$1", + "id": "def-server.ISavedObjectsRepository.updateObjectsSpaces.$1", "type": "Array", "tags": [], "label": "objects", @@ -1388,9 +1380,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesObject", + "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", "text": "SavedObjectsUpdateObjectsSpacesObject" }, "[]" @@ -1402,7 +1394,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.updateObjectsSpaces.$2", + "id": "def-server.ISavedObjectsRepository.updateObjectsSpaces.$2", "type": "Array", "tags": [], "label": "spacesToAdd", @@ -1419,7 +1411,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.updateObjectsSpaces.$3", + "id": "def-server.ISavedObjectsRepository.updateObjectsSpaces.$3", "type": "Array", "tags": [], "label": "spacesToRemove", @@ -1436,7 +1428,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.updateObjectsSpaces.$4", + "id": "def-server.ISavedObjectsRepository.updateObjectsSpaces.$4", "type": "Object", "tags": [], "label": "options", @@ -1446,9 +1438,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "text": "SavedObjectsUpdateObjectsSpacesOptions" }, " | undefined" @@ -1465,7 +1457,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkUpdate", + "id": "def-server.ISavedObjectsRepository.bulkUpdate", "type": "Function", "tags": [ "property", @@ -1479,25 +1471,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-server.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateOptions", + "section": "def-server.SavedObjectsBulkUpdateOptions", "text": "SavedObjectsBulkUpdateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateResponse", + "section": "def-server.SavedObjectsBulkUpdateResponse", "text": "SavedObjectsBulkUpdateResponse" }, ">" @@ -1508,7 +1500,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkUpdate.$1", + "id": "def-server.ISavedObjectsRepository.bulkUpdate.$1", "type": "Array", "tags": [], "label": "objects", @@ -1518,9 +1510,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-server.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[]" @@ -1532,7 +1524,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.bulkUpdate.$2", + "id": "def-server.ISavedObjectsRepository.bulkUpdate.$2", "type": "Object", "tags": [], "label": "options", @@ -1542,9 +1534,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateOptions", + "section": "def-server.SavedObjectsBulkUpdateOptions", "text": "SavedObjectsBulkUpdateOptions" }, " | undefined" @@ -1561,7 +1553,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.removeReferencesTo", + "id": "def-server.ISavedObjectsRepository.removeReferencesTo", "type": "Function", "tags": [], "label": "removeReferencesTo", @@ -1572,17 +1564,17 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToOptions", + "section": "def-server.SavedObjectsRemoveReferencesToOptions", "text": "SavedObjectsRemoveReferencesToOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToResponse", + "section": "def-server.SavedObjectsRemoveReferencesToResponse", "text": "SavedObjectsRemoveReferencesToResponse" }, ">" @@ -1593,7 +1585,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.removeReferencesTo.$1", + "id": "def-server.ISavedObjectsRepository.removeReferencesTo.$1", "type": "string", "tags": [], "label": "type", @@ -1610,7 +1602,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.removeReferencesTo.$2", + "id": "def-server.ISavedObjectsRepository.removeReferencesTo.$2", "type": "string", "tags": [], "label": "id", @@ -1627,7 +1619,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.removeReferencesTo.$3", + "id": "def-server.ISavedObjectsRepository.removeReferencesTo.$3", "type": "Object", "tags": [], "label": "options", @@ -1637,9 +1629,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToOptions", + "section": "def-server.SavedObjectsRemoveReferencesToOptions", "text": "SavedObjectsRemoveReferencesToOptions" }, " | undefined" @@ -1656,7 +1648,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.incrementCounter", + "id": "def-server.ISavedObjectsRepository.incrementCounter", "type": "Function", "tags": [], "label": "incrementCounter", @@ -1667,17 +1659,17 @@ "(type: string, id: string, counterFields: (string | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsIncrementCounterField", + "section": "def-server.SavedObjectsIncrementCounterField", "text": "SavedObjectsIncrementCounterField" }, ")[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsIncrementCounterOptions", + "section": "def-server.SavedObjectsIncrementCounterOptions", "text": "SavedObjectsIncrementCounterOptions" }, " | undefined) => Promise<", @@ -1696,7 +1688,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.incrementCounter.$1", + "id": "def-server.ISavedObjectsRepository.incrementCounter.$1", "type": "string", "tags": [], "label": "type", @@ -1713,7 +1705,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.incrementCounter.$2", + "id": "def-server.ISavedObjectsRepository.incrementCounter.$2", "type": "string", "tags": [], "label": "id", @@ -1730,7 +1722,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.incrementCounter.$3", + "id": "def-server.ISavedObjectsRepository.incrementCounter.$3", "type": "Array", "tags": [], "label": "counterFields", @@ -1741,9 +1733,9 @@ "(string | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsIncrementCounterField", + "section": "def-server.SavedObjectsIncrementCounterField", "text": "SavedObjectsIncrementCounterField" }, ")[]" @@ -1755,7 +1747,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.incrementCounter.$4", + "id": "def-server.ISavedObjectsRepository.incrementCounter.$4", "type": "Object", "tags": [], "label": "options", @@ -1765,9 +1757,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsIncrementCounterOptions", + "section": "def-server.SavedObjectsIncrementCounterOptions", "text": "SavedObjectsIncrementCounterOptions" }, " | undefined" @@ -1784,7 +1776,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.openPointInTimeForType", + "id": "def-server.ISavedObjectsRepository.openPointInTimeForType", "type": "Function", "tags": [ "property", @@ -1798,9 +1790,9 @@ "(type: string | string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined, internalOptions?: ", @@ -1808,9 +1800,9 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeResponse", + "section": "def-server.SavedObjectsOpenPointInTimeResponse", "text": "SavedObjectsOpenPointInTimeResponse" }, ">" @@ -1821,7 +1813,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.openPointInTimeForType.$1", + "id": "def-server.ISavedObjectsRepository.openPointInTimeForType.$1", "type": "CompoundType", "tags": [], "label": "type", @@ -1838,7 +1830,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.openPointInTimeForType.$2", + "id": "def-server.ISavedObjectsRepository.openPointInTimeForType.$2", "type": "Object", "tags": [], "label": "options", @@ -1848,9 +1840,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined" @@ -1862,7 +1854,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.openPointInTimeForType.$3", + "id": "def-server.ISavedObjectsRepository.openPointInTimeForType.$3", "type": "Object", "tags": [], "label": "internalOptions", @@ -1885,7 +1877,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.closePointInTime", + "id": "def-server.ISavedObjectsRepository.closePointInTime", "type": "Function", "tags": [], "label": "closePointInTime", @@ -1896,9 +1888,9 @@ "(id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined, internalOptions?: ", @@ -1906,9 +1898,9 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClosePointInTimeResponse", + "section": "def-server.SavedObjectsClosePointInTimeResponse", "text": "SavedObjectsClosePointInTimeResponse" }, ">" @@ -1919,7 +1911,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.closePointInTime.$1", + "id": "def-server.ISavedObjectsRepository.closePointInTime.$1", "type": "string", "tags": [], "label": "id", @@ -1936,7 +1928,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.closePointInTime.$2", + "id": "def-server.ISavedObjectsRepository.closePointInTime.$2", "type": "Object", "tags": [], "label": "options", @@ -1946,9 +1938,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined" @@ -1960,7 +1952,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.closePointInTime.$3", + "id": "def-server.ISavedObjectsRepository.closePointInTime.$3", "type": "Object", "tags": [], "label": "internalOptions", @@ -1983,7 +1975,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.createPointInTimeFinder", + "id": "def-server.ISavedObjectsRepository.createPointInTimeFinder", "type": "Function", "tags": [], "label": "createPointInTimeFinder", @@ -1994,25 +1986,25 @@ "(findOptions: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" }, ", dependencies?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsPointInTimeFinder", + "section": "def-server.ISavedObjectsPointInTimeFinder", "text": "ISavedObjectsPointInTimeFinder" }, "" @@ -2023,7 +2015,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.createPointInTimeFinder.$1", + "id": "def-server.ISavedObjectsRepository.createPointInTimeFinder.$1", "type": "Object", "tags": [], "label": "findOptions", @@ -2033,9 +2025,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" } ], @@ -2046,7 +2038,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.createPointInTimeFinder.$2", + "id": "def-server.ISavedObjectsRepository.createPointInTimeFinder.$2", "type": "Object", "tags": [], "label": "dependencies", @@ -2056,9 +2048,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined" @@ -2075,7 +2067,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.getCurrentNamespace", + "id": "def-server.ISavedObjectsRepository.getCurrentNamespace", "type": "Function", "tags": [], "label": "getCurrentNamespace", @@ -2091,7 +2083,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.ISavedObjectsRepository.getCurrentNamespace.$1", + "id": "def-server.ISavedObjectsRepository.getCurrentNamespace.$1", "type": "string", "tags": [], "label": "namespace", @@ -2112,7 +2104,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject", + "id": "def-server.SavedObject", "type": "Interface", "tags": [], "label": "SavedObject", @@ -2135,7 +2127,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.id", + "id": "def-server.SavedObject.id", "type": "string", "tags": [], "label": "id", @@ -2148,7 +2140,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.type", + "id": "def-server.SavedObject.type", "type": "string", "tags": [], "label": "type", @@ -2161,7 +2153,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.version", + "id": "def-server.SavedObject.version", "type": "string", "tags": [], "label": "version", @@ -2177,7 +2169,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.created_at", + "id": "def-server.SavedObject.created_at", "type": "string", "tags": [], "label": "created_at", @@ -2193,7 +2185,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.created_by", + "id": "def-server.SavedObject.created_by", "type": "string", "tags": [], "label": "created_by", @@ -2209,7 +2201,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.updated_at", + "id": "def-server.SavedObject.updated_at", "type": "string", "tags": [], "label": "updated_at", @@ -2225,7 +2217,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.updated_by", + "id": "def-server.SavedObject.updated_by", "type": "string", "tags": [], "label": "updated_by", @@ -2241,7 +2233,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.error", + "id": "def-server.SavedObject.error", "type": "Object", "tags": [], "label": "error", @@ -2264,7 +2256,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.attributes", + "id": "def-server.SavedObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -2280,7 +2272,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.references", + "id": "def-server.SavedObject.references", "type": "Array", "tags": [], "label": "references", @@ -2303,7 +2295,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.migrationVersion", + "id": "def-server.SavedObject.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -2518,7 +2510,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.coreMigrationVersion", + "id": "def-server.SavedObject.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -2534,7 +2526,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.typeMigrationVersion", + "id": "def-server.SavedObject.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -2550,7 +2542,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.namespaces", + "id": "def-server.SavedObject.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -2566,7 +2558,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.originId", + "id": "def-server.SavedObject.originId", "type": "string", "tags": [], "label": "originId", @@ -2582,7 +2574,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObject.managed", + "id": "def-server.SavedObject.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -2601,7 +2593,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectAttributes", + "id": "def-server.SavedObjectAttributes", "type": "Interface", "tags": [ "deprecated" @@ -2890,7 +2882,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectAttributes.Unnamed", + "id": "def-server.SavedObjectAttributes.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: SavedObjectAttribute", @@ -2914,7 +2906,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReference", + "id": "def-server.SavedObjectReference", "type": "Interface", "tags": [], "label": "SavedObjectReference", @@ -2927,7 +2919,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReference.name", + "id": "def-server.SavedObjectReference.name", "type": "string", "tags": [], "label": "name", @@ -2938,7 +2930,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReference.type", + "id": "def-server.SavedObjectReference.type", "type": "string", "tags": [], "label": "type", @@ -2949,7 +2941,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReference.id", + "id": "def-server.SavedObjectReference.id", "type": "string", "tags": [], "label": "id", @@ -2963,7 +2955,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext", + "id": "def-server.SavedObjectReferenceWithContext", "type": "Interface", "tags": [], "label": "SavedObjectReferenceWithContext", @@ -2976,7 +2968,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.type", + "id": "def-server.SavedObjectReferenceWithContext.type", "type": "string", "tags": [], "label": "type", @@ -2989,7 +2981,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.id", + "id": "def-server.SavedObjectReferenceWithContext.id", "type": "string", "tags": [], "label": "id", @@ -3002,7 +2994,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.originId", + "id": "def-server.SavedObjectReferenceWithContext.originId", "type": "string", "tags": [], "label": "originId", @@ -3018,7 +3010,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.spaces", + "id": "def-server.SavedObjectReferenceWithContext.spaces", "type": "Array", "tags": [], "label": "spaces", @@ -3034,7 +3026,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.inboundReferences", + "id": "def-server.SavedObjectReferenceWithContext.inboundReferences", "type": "Array", "tags": [], "label": "inboundReferences", @@ -3050,7 +3042,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.isMissing", + "id": "def-server.SavedObjectReferenceWithContext.isMissing", "type": "CompoundType", "tags": [], "label": "isMissing", @@ -3066,7 +3058,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.spacesWithMatchingAliases", + "id": "def-server.SavedObjectReferenceWithContext.spacesWithMatchingAliases", "type": "Array", "tags": [], "label": "spacesWithMatchingAliases", @@ -3082,7 +3074,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectReferenceWithContext.spacesWithMatchingOrigins", + "id": "def-server.SavedObjectReferenceWithContext.spacesWithMatchingOrigins", "type": "Array", "tags": [], "label": "spacesWithMatchingOrigins", @@ -3101,7 +3093,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBaseOptions", + "id": "def-server.SavedObjectsBaseOptions", "type": "Interface", "tags": [], "label": "SavedObjectsBaseOptions", @@ -3114,7 +3106,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBaseOptions.namespace", + "id": "def-server.SavedObjectsBaseOptions.namespace", "type": "string", "tags": [], "label": "namespace", @@ -3133,7 +3125,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject", + "id": "def-server.SavedObjectsBulkCreateObject", "type": "Interface", "tags": [], "label": "SavedObjectsBulkCreateObject", @@ -3143,9 +3135,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "" @@ -3156,7 +3148,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.id", + "id": "def-server.SavedObjectsBulkCreateObject.id", "type": "string", "tags": [], "label": "id", @@ -3172,7 +3164,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.type", + "id": "def-server.SavedObjectsBulkCreateObject.type", "type": "string", "tags": [], "label": "type", @@ -3185,7 +3177,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.attributes", + "id": "def-server.SavedObjectsBulkCreateObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -3201,7 +3193,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.version", + "id": "def-server.SavedObjectsBulkCreateObject.version", "type": "string", "tags": [], "label": "version", @@ -3217,7 +3209,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.references", + "id": "def-server.SavedObjectsBulkCreateObject.references", "type": "Array", "tags": [], "label": "references", @@ -3240,7 +3232,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.migrationVersion", + "id": "def-server.SavedObjectsBulkCreateObject.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -3275,7 +3267,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.coreMigrationVersion", + "id": "def-server.SavedObjectsBulkCreateObject.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -3291,7 +3283,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.typeMigrationVersion", + "id": "def-server.SavedObjectsBulkCreateObject.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -3307,7 +3299,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.originId", + "id": "def-server.SavedObjectsBulkCreateObject.originId", "type": "string", "tags": [], "label": "originId", @@ -3323,7 +3315,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.initialNamespaces", + "id": "def-server.SavedObjectsBulkCreateObject.initialNamespaces", "type": "Array", "tags": [], "label": "initialNamespaces", @@ -3339,7 +3331,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkCreateObject.managed", + "id": "def-server.SavedObjectsBulkCreateObject.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -3358,7 +3350,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteObject", + "id": "def-server.SavedObjectsBulkDeleteObject", "type": "Interface", "tags": [], "label": "SavedObjectsBulkDeleteObject", @@ -3371,7 +3363,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteObject.type", + "id": "def-server.SavedObjectsBulkDeleteObject.type", "type": "string", "tags": [], "label": "type", @@ -3384,7 +3376,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteObject.id", + "id": "def-server.SavedObjectsBulkDeleteObject.id", "type": "string", "tags": [], "label": "id", @@ -3400,7 +3392,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteOptions", + "id": "def-server.SavedObjectsBulkDeleteOptions", "type": "Interface", "tags": [], "label": "SavedObjectsBulkDeleteOptions", @@ -3410,17 +3402,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-server.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -3430,7 +3422,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteOptions.refresh", + "id": "def-server.SavedObjectsBulkDeleteOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -3440,9 +3432,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -3453,7 +3445,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteOptions.force", + "id": "def-server.SavedObjectsBulkDeleteOptions.force", "type": "CompoundType", "tags": [], "label": "force", @@ -3472,7 +3464,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteResponse", + "id": "def-server.SavedObjectsBulkDeleteResponse", "type": "Interface", "tags": [], "label": "SavedObjectsBulkDeleteResponse", @@ -3485,7 +3477,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteResponse.statuses", + "id": "def-server.SavedObjectsBulkDeleteResponse.statuses", "type": "Array", "tags": [], "label": "statuses", @@ -3495,9 +3487,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteStatus", + "section": "def-server.SavedObjectsBulkDeleteStatus", "text": "SavedObjectsBulkDeleteStatus" }, "[]" @@ -3511,7 +3503,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteStatus", + "id": "def-server.SavedObjectsBulkDeleteStatus", "type": "Interface", "tags": [], "label": "SavedObjectsBulkDeleteStatus", @@ -3524,7 +3516,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteStatus.id", + "id": "def-server.SavedObjectsBulkDeleteStatus.id", "type": "string", "tags": [], "label": "id", @@ -3537,7 +3529,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteStatus.type", + "id": "def-server.SavedObjectsBulkDeleteStatus.type", "type": "string", "tags": [], "label": "type", @@ -3550,7 +3542,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteStatus.success", + "id": "def-server.SavedObjectsBulkDeleteStatus.success", "type": "boolean", "tags": [], "label": "success", @@ -3563,7 +3555,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkDeleteStatus.error", + "id": "def-server.SavedObjectsBulkDeleteStatus.error", "type": "Object", "tags": [], "label": "error", @@ -3589,7 +3581,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkGetObject", + "id": "def-server.SavedObjectsBulkGetObject", "type": "Interface", "tags": [], "label": "SavedObjectsBulkGetObject", @@ -3602,7 +3594,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkGetObject.id", + "id": "def-server.SavedObjectsBulkGetObject.id", "type": "string", "tags": [], "label": "id", @@ -3615,7 +3607,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkGetObject.type", + "id": "def-server.SavedObjectsBulkGetObject.type", "type": "string", "tags": [], "label": "type", @@ -3628,7 +3620,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkGetObject.fields", + "id": "def-server.SavedObjectsBulkGetObject.fields", "type": "Array", "tags": [], "label": "fields", @@ -3644,7 +3636,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkGetObject.namespaces", + "id": "def-server.SavedObjectsBulkGetObject.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -3663,7 +3655,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResolveObject", + "id": "def-server.SavedObjectsBulkResolveObject", "type": "Interface", "tags": [], "label": "SavedObjectsBulkResolveObject", @@ -3676,7 +3668,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResolveObject.id", + "id": "def-server.SavedObjectsBulkResolveObject.id", "type": "string", "tags": [], "label": "id", @@ -3689,7 +3681,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResolveObject.type", + "id": "def-server.SavedObjectsBulkResolveObject.type", "type": "string", "tags": [], "label": "type", @@ -3705,7 +3697,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResolveResponse", + "id": "def-server.SavedObjectsBulkResolveResponse", "type": "Interface", "tags": [], "label": "SavedObjectsBulkResolveResponse", @@ -3715,9 +3707,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveResponse", + "section": "def-server.SavedObjectsBulkResolveResponse", "text": "SavedObjectsBulkResolveResponse" }, "" @@ -3728,7 +3720,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResolveResponse.resolved_objects", + "id": "def-server.SavedObjectsBulkResolveResponse.resolved_objects", "type": "Array", "tags": [], "label": "resolved_objects", @@ -3738,9 +3730,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, "[]" @@ -3754,7 +3746,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResponse", + "id": "def-server.SavedObjectsBulkResponse", "type": "Interface", "tags": [], "label": "SavedObjectsBulkResponse", @@ -3764,9 +3756,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResponse", + "section": "def-server.SavedObjectsBulkResponse", "text": "SavedObjectsBulkResponse" }, "" @@ -3777,7 +3769,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkResponse.saved_objects", + "id": "def-server.SavedObjectsBulkResponse.saved_objects", "type": "Array", "tags": [], "label": "saved_objects", @@ -3803,7 +3795,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject", + "id": "def-server.SavedObjectsBulkUpdateObject", "type": "Interface", "tags": [], "label": "SavedObjectsBulkUpdateObject", @@ -3813,17 +3805,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-server.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, " extends Pick<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, ", \"version\" | \"references\">" @@ -3834,7 +3826,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject.id", + "id": "def-server.SavedObjectsBulkUpdateObject.id", "type": "string", "tags": [], "label": "id", @@ -3847,7 +3839,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject.type", + "id": "def-server.SavedObjectsBulkUpdateObject.type", "type": "string", "tags": [], "label": "type", @@ -3860,7 +3852,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject.attributes", + "id": "def-server.SavedObjectsBulkUpdateObject.attributes", "type": "Object", "tags": [], "label": "attributes", @@ -3876,7 +3868,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject.namespace", + "id": "def-server.SavedObjectsBulkUpdateObject.namespace", "type": "string", "tags": [], "label": "namespace", @@ -3892,7 +3884,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateObject.mergeAttributes", + "id": "def-server.SavedObjectsBulkUpdateObject.mergeAttributes", "type": "CompoundType", "tags": [], "label": "mergeAttributes", @@ -3911,7 +3903,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateOptions", + "id": "def-server.SavedObjectsBulkUpdateOptions", "type": "Interface", "tags": [], "label": "SavedObjectsBulkUpdateOptions", @@ -3921,17 +3913,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateOptions", + "section": "def-server.SavedObjectsBulkUpdateOptions", "text": "SavedObjectsBulkUpdateOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -3941,7 +3933,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateOptions.refresh", + "id": "def-server.SavedObjectsBulkUpdateOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -3951,9 +3943,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -3964,7 +3956,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsBulkUpdateOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -3983,7 +3975,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateResponse", + "id": "def-server.SavedObjectsBulkUpdateResponse", "type": "Interface", "tags": [], "label": "SavedObjectsBulkUpdateResponse", @@ -3993,9 +3985,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateResponse", + "section": "def-server.SavedObjectsBulkUpdateResponse", "text": "SavedObjectsBulkUpdateResponse" }, "" @@ -4006,7 +3998,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsBulkUpdateResponse.saved_objects", + "id": "def-server.SavedObjectsBulkUpdateResponse.saved_objects", "type": "Array", "tags": [], "label": "saved_objects", @@ -4016,9 +4008,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, "[]" @@ -4032,7 +4024,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCheckConflictsObject", + "id": "def-server.SavedObjectsCheckConflictsObject", "type": "Interface", "tags": [], "label": "SavedObjectsCheckConflictsObject", @@ -4045,7 +4037,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCheckConflictsObject.id", + "id": "def-server.SavedObjectsCheckConflictsObject.id", "type": "string", "tags": [], "label": "id", @@ -4058,7 +4050,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCheckConflictsObject.type", + "id": "def-server.SavedObjectsCheckConflictsObject.type", "type": "string", "tags": [], "label": "type", @@ -4074,7 +4066,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCheckConflictsResponse", + "id": "def-server.SavedObjectsCheckConflictsResponse", "type": "Interface", "tags": [], "label": "SavedObjectsCheckConflictsResponse", @@ -4087,7 +4079,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCheckConflictsResponse.errors", + "id": "def-server.SavedObjectsCheckConflictsResponse.errors", "type": "Array", "tags": [], "label": "errors", @@ -4114,7 +4106,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract", + "id": "def-server.SavedObjectsClientContract", "type": "Interface", "tags": [], "label": "SavedObjectsClientContract", @@ -4127,7 +4119,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.create", + "id": "def-server.SavedObjectsClientContract.create", "type": "Function", "tags": [], "label": "create", @@ -4138,9 +4130,9 @@ "(type: string, attributes: T, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined) => Promise<", @@ -4159,7 +4151,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.create.$1", + "id": "def-server.SavedObjectsClientContract.create.$1", "type": "string", "tags": [], "label": "type", @@ -4176,7 +4168,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.create.$2", + "id": "def-server.SavedObjectsClientContract.create.$2", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -4193,7 +4185,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.create.$3", + "id": "def-server.SavedObjectsClientContract.create.$3", "type": "Object", "tags": [], "label": "options", @@ -4203,9 +4195,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined" @@ -4222,7 +4214,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkCreate", + "id": "def-server.SavedObjectsClientContract.bulkCreate", "type": "Function", "tags": [], "label": "bulkCreate", @@ -4233,25 +4225,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResponse", + "section": "def-server.SavedObjectsBulkResponse", "text": "SavedObjectsBulkResponse" }, ">" @@ -4262,7 +4254,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkCreate.$1", + "id": "def-server.SavedObjectsClientContract.bulkCreate.$1", "type": "Array", "tags": [], "label": "objects", @@ -4272,9 +4264,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[]" @@ -4286,7 +4278,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkCreate.$2", + "id": "def-server.SavedObjectsClientContract.bulkCreate.$2", "type": "Object", "tags": [], "label": "options", @@ -4296,9 +4288,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " | undefined" @@ -4315,7 +4307,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.checkConflicts", + "id": "def-server.SavedObjectsClientContract.checkConflicts", "type": "Function", "tags": [], "label": "checkConflicts", @@ -4326,25 +4318,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsObject", + "section": "def-server.SavedObjectsCheckConflictsObject", "text": "SavedObjectsCheckConflictsObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsResponse", + "section": "def-server.SavedObjectsCheckConflictsResponse", "text": "SavedObjectsCheckConflictsResponse" }, ">" @@ -4355,7 +4347,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.checkConflicts.$1", + "id": "def-server.SavedObjectsClientContract.checkConflicts.$1", "type": "Array", "tags": [], "label": "objects", @@ -4365,9 +4357,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCheckConflictsObject", + "section": "def-server.SavedObjectsCheckConflictsObject", "text": "SavedObjectsCheckConflictsObject" }, "[]" @@ -4379,7 +4371,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.checkConflicts.$2", + "id": "def-server.SavedObjectsClientContract.checkConflicts.$2", "type": "Object", "tags": [], "label": "options", @@ -4389,9 +4381,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined" @@ -4408,7 +4400,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.delete", + "id": "def-server.SavedObjectsClientContract.delete", "type": "Function", "tags": [], "label": "delete", @@ -4419,9 +4411,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-server.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined) => Promise<{}>" @@ -4432,7 +4424,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.delete.$1", + "id": "def-server.SavedObjectsClientContract.delete.$1", "type": "string", "tags": [], "label": "type", @@ -4449,7 +4441,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.delete.$2", + "id": "def-server.SavedObjectsClientContract.delete.$2", "type": "string", "tags": [], "label": "id", @@ -4466,7 +4458,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.delete.$3", + "id": "def-server.SavedObjectsClientContract.delete.$3", "type": "Object", "tags": [], "label": "options", @@ -4476,9 +4468,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-server.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " | undefined" @@ -4493,7 +4485,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkDelete", + "id": "def-server.SavedObjectsClientContract.bulkDelete", "type": "Function", "tags": [], "label": "bulkDelete", @@ -4504,25 +4496,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteObject", + "section": "def-server.SavedObjectsBulkDeleteObject", "text": "SavedObjectsBulkDeleteObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-server.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteResponse", + "section": "def-server.SavedObjectsBulkDeleteResponse", "text": "SavedObjectsBulkDeleteResponse" }, ">" @@ -4533,7 +4525,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkDelete.$1", + "id": "def-server.SavedObjectsClientContract.bulkDelete.$1", "type": "Array", "tags": [], "label": "objects", @@ -4543,9 +4535,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteObject", + "section": "def-server.SavedObjectsBulkDeleteObject", "text": "SavedObjectsBulkDeleteObject" }, "[]" @@ -4557,7 +4549,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkDelete.$2", + "id": "def-server.SavedObjectsClientContract.bulkDelete.$2", "type": "Object", "tags": [], "label": "options", @@ -4567,9 +4559,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkDeleteOptions", + "section": "def-server.SavedObjectsBulkDeleteOptions", "text": "SavedObjectsBulkDeleteOptions" }, " | undefined" @@ -4586,7 +4578,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.find", + "id": "def-server.SavedObjectsClientContract.find", "type": "Function", "tags": [], "label": "find", @@ -4597,17 +4589,17 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ">" @@ -4618,7 +4610,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.find.$1", + "id": "def-server.SavedObjectsClientContract.find.$1", "type": "Object", "tags": [], "label": "options", @@ -4628,9 +4620,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -4646,7 +4638,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkGet", + "id": "def-server.SavedObjectsClientContract.bulkGet", "type": "Function", "tags": [], "label": "bulkGet", @@ -4657,25 +4649,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkGetObject", + "section": "def-server.SavedObjectsBulkGetObject", "text": "SavedObjectsBulkGetObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResponse", + "section": "def-server.SavedObjectsBulkResponse", "text": "SavedObjectsBulkResponse" }, ">" @@ -4686,7 +4678,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkGet.$1", + "id": "def-server.SavedObjectsClientContract.bulkGet.$1", "type": "Array", "tags": [], "label": "objects", @@ -4696,9 +4688,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkGetObject", + "section": "def-server.SavedObjectsBulkGetObject", "text": "SavedObjectsBulkGetObject" }, "[]" @@ -4710,7 +4702,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkGet.$2", + "id": "def-server.SavedObjectsClientContract.bulkGet.$2", "type": "Object", "tags": [], "label": "options", @@ -4720,9 +4712,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined" @@ -4739,7 +4731,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.get", + "id": "def-server.SavedObjectsClientContract.get", "type": "Function", "tags": [], "label": "get", @@ -4750,9 +4742,9 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined) => Promise<", @@ -4771,7 +4763,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.get.$1", + "id": "def-server.SavedObjectsClientContract.get.$1", "type": "string", "tags": [], "label": "type", @@ -4788,7 +4780,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.get.$2", + "id": "def-server.SavedObjectsClientContract.get.$2", "type": "string", "tags": [], "label": "id", @@ -4805,7 +4797,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.get.$3", + "id": "def-server.SavedObjectsClientContract.get.$3", "type": "Object", "tags": [], "label": "options", @@ -4815,9 +4807,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " | undefined" @@ -4832,7 +4824,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkResolve", + "id": "def-server.SavedObjectsClientContract.bulkResolve", "type": "Function", "tags": [ "note" @@ -4845,25 +4837,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveObject", + "section": "def-server.SavedObjectsBulkResolveObject", "text": "SavedObjectsBulkResolveObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveResponse", + "section": "def-server.SavedObjectsBulkResolveResponse", "text": "SavedObjectsBulkResolveResponse" }, ">" @@ -4874,7 +4866,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkResolve.$1", + "id": "def-server.SavedObjectsClientContract.bulkResolve.$1", "type": "Array", "tags": [], "label": "objects", @@ -4884,9 +4876,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkResolveObject", + "section": "def-server.SavedObjectsBulkResolveObject", "text": "SavedObjectsBulkResolveObject" }, "[]" @@ -4898,7 +4890,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkResolve.$2", + "id": "def-server.SavedObjectsClientContract.bulkResolve.$2", "type": "Object", "tags": [], "label": "options", @@ -4908,9 +4900,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined" @@ -4927,7 +4919,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.resolve", + "id": "def-server.SavedObjectsClientContract.resolve", "type": "Function", "tags": [], "label": "resolve", @@ -4938,17 +4930,17 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, ">" @@ -4959,7 +4951,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.resolve.$1", + "id": "def-server.SavedObjectsClientContract.resolve.$1", "type": "string", "tags": [], "label": "type", @@ -4976,7 +4968,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.resolve.$2", + "id": "def-server.SavedObjectsClientContract.resolve.$2", "type": "string", "tags": [], "label": "id", @@ -4993,7 +4985,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.resolve.$3", + "id": "def-server.SavedObjectsClientContract.resolve.$3", "type": "Object", "tags": [], "label": "options", @@ -5003,9 +4995,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " | undefined" @@ -5022,7 +5014,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.update", + "id": "def-server.SavedObjectsClientContract.update", "type": "Function", "tags": [], "label": "update", @@ -5033,17 +5025,17 @@ "(type: string, id: string, attributes: Partial, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, ">" @@ -5054,7 +5046,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.update.$1", + "id": "def-server.SavedObjectsClientContract.update.$1", "type": "string", "tags": [], "label": "type", @@ -5071,7 +5063,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.update.$2", + "id": "def-server.SavedObjectsClientContract.update.$2", "type": "string", "tags": [], "label": "id", @@ -5088,7 +5080,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.update.$3", + "id": "def-server.SavedObjectsClientContract.update.$3", "type": "Object", "tags": [], "label": "attributes", @@ -5105,7 +5097,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.update.$4", + "id": "def-server.SavedObjectsClientContract.update.$4", "type": "Object", "tags": [], "label": "options", @@ -5115,9 +5107,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " | undefined" @@ -5134,7 +5126,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkUpdate", + "id": "def-server.SavedObjectsClientContract.bulkUpdate", "type": "Function", "tags": [], "label": "bulkUpdate", @@ -5145,25 +5137,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-server.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateOptions", + "section": "def-server.SavedObjectsBulkUpdateOptions", "text": "SavedObjectsBulkUpdateOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateResponse", + "section": "def-server.SavedObjectsBulkUpdateResponse", "text": "SavedObjectsBulkUpdateResponse" }, ">" @@ -5174,7 +5166,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkUpdate.$1", + "id": "def-server.SavedObjectsClientContract.bulkUpdate.$1", "type": "Array", "tags": [], "label": "objects", @@ -5184,9 +5176,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateObject", + "section": "def-server.SavedObjectsBulkUpdateObject", "text": "SavedObjectsBulkUpdateObject" }, "[]" @@ -5198,7 +5190,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.bulkUpdate.$2", + "id": "def-server.SavedObjectsClientContract.bulkUpdate.$2", "type": "Object", "tags": [], "label": "options", @@ -5208,9 +5200,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkUpdateOptions", + "section": "def-server.SavedObjectsBulkUpdateOptions", "text": "SavedObjectsBulkUpdateOptions" }, " | undefined" @@ -5227,7 +5219,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.removeReferencesTo", + "id": "def-server.SavedObjectsClientContract.removeReferencesTo", "type": "Function", "tags": [], "label": "removeReferencesTo", @@ -5238,17 +5230,17 @@ "(type: string, id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToOptions", + "section": "def-server.SavedObjectsRemoveReferencesToOptions", "text": "SavedObjectsRemoveReferencesToOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToResponse", + "section": "def-server.SavedObjectsRemoveReferencesToResponse", "text": "SavedObjectsRemoveReferencesToResponse" }, ">" @@ -5259,7 +5251,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.removeReferencesTo.$1", + "id": "def-server.SavedObjectsClientContract.removeReferencesTo.$1", "type": "string", "tags": [], "label": "type", @@ -5276,7 +5268,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.removeReferencesTo.$2", + "id": "def-server.SavedObjectsClientContract.removeReferencesTo.$2", "type": "string", "tags": [], "label": "id", @@ -5293,7 +5285,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.removeReferencesTo.$3", + "id": "def-server.SavedObjectsClientContract.removeReferencesTo.$3", "type": "Object", "tags": [], "label": "options", @@ -5303,9 +5295,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToOptions", + "section": "def-server.SavedObjectsRemoveReferencesToOptions", "text": "SavedObjectsRemoveReferencesToOptions" }, " | undefined" @@ -5322,7 +5314,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.openPointInTimeForType", + "id": "def-server.SavedObjectsClientContract.openPointInTimeForType", "type": "Function", "tags": [], "label": "openPointInTimeForType", @@ -5333,17 +5325,17 @@ "(type: string | string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeResponse", + "section": "def-server.SavedObjectsOpenPointInTimeResponse", "text": "SavedObjectsOpenPointInTimeResponse" }, ">" @@ -5354,7 +5346,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.openPointInTimeForType.$1", + "id": "def-server.SavedObjectsClientContract.openPointInTimeForType.$1", "type": "CompoundType", "tags": [], "label": "type", @@ -5371,7 +5363,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.openPointInTimeForType.$2", + "id": "def-server.SavedObjectsClientContract.openPointInTimeForType.$2", "type": "Object", "tags": [], "label": "options", @@ -5381,9 +5373,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined" @@ -5400,7 +5392,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.closePointInTime", + "id": "def-server.SavedObjectsClientContract.closePointInTime", "type": "Function", "tags": [], "label": "closePointInTime", @@ -5411,17 +5403,17 @@ "(id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClosePointInTimeResponse", + "section": "def-server.SavedObjectsClosePointInTimeResponse", "text": "SavedObjectsClosePointInTimeResponse" }, ">" @@ -5432,7 +5424,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.closePointInTime.$1", + "id": "def-server.SavedObjectsClientContract.closePointInTime.$1", "type": "string", "tags": [], "label": "id", @@ -5449,7 +5441,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.closePointInTime.$2", + "id": "def-server.SavedObjectsClientContract.closePointInTime.$2", "type": "Object", "tags": [], "label": "options", @@ -5459,9 +5451,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined" @@ -5478,7 +5470,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.createPointInTimeFinder", + "id": "def-server.SavedObjectsClientContract.createPointInTimeFinder", "type": "Function", "tags": [], "label": "createPointInTimeFinder", @@ -5489,25 +5481,25 @@ "(findOptions: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" }, ", dependencies?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsPointInTimeFinder", + "section": "def-server.ISavedObjectsPointInTimeFinder", "text": "ISavedObjectsPointInTimeFinder" }, "" @@ -5518,7 +5510,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.createPointInTimeFinder.$1", + "id": "def-server.SavedObjectsClientContract.createPointInTimeFinder.$1", "type": "Object", "tags": [], "label": "findOptions", @@ -5528,9 +5520,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "text": "SavedObjectsCreatePointInTimeFinderOptions" } ], @@ -5541,7 +5533,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.createPointInTimeFinder.$2", + "id": "def-server.SavedObjectsClientContract.createPointInTimeFinder.$2", "type": "Object", "tags": [], "label": "dependencies", @@ -5551,9 +5543,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "text": "SavedObjectsCreatePointInTimeFinderDependencies" }, " | undefined" @@ -5570,7 +5562,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.collectMultiNamespaceReferences", + "id": "def-server.SavedObjectsClientContract.collectMultiNamespaceReferences", "type": "Function", "tags": [], "label": "collectMultiNamespaceReferences", @@ -5581,25 +5573,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", "text": "SavedObjectsCollectMultiNamespaceReferencesObject" }, "[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesResponse", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" }, ">" @@ -5610,7 +5602,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.collectMultiNamespaceReferences.$1", + "id": "def-server.SavedObjectsClientContract.collectMultiNamespaceReferences.$1", "type": "Array", "tags": [], "label": "objects", @@ -5620,9 +5612,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", "text": "SavedObjectsCollectMultiNamespaceReferencesObject" }, "[]" @@ -5634,7 +5626,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.collectMultiNamespaceReferences.$2", + "id": "def-server.SavedObjectsClientContract.collectMultiNamespaceReferences.$2", "type": "Object", "tags": [], "label": "options", @@ -5644,9 +5636,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" }, " | undefined" @@ -5663,7 +5655,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.updateObjectsSpaces", + "id": "def-server.SavedObjectsClientContract.updateObjectsSpaces", "type": "Function", "tags": [], "label": "updateObjectsSpaces", @@ -5674,25 +5666,25 @@ "(objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesObject", + "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", "text": "SavedObjectsUpdateObjectsSpacesObject" }, "[], spacesToAdd: string[], spacesToRemove: string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "text": "SavedObjectsUpdateObjectsSpacesOptions" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesResponse", + "section": "def-server.SavedObjectsUpdateObjectsSpacesResponse", "text": "SavedObjectsUpdateObjectsSpacesResponse" }, ">" @@ -5703,7 +5695,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.updateObjectsSpaces.$1", + "id": "def-server.SavedObjectsClientContract.updateObjectsSpaces.$1", "type": "Array", "tags": [], "label": "objects", @@ -5713,9 +5705,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesObject", + "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", "text": "SavedObjectsUpdateObjectsSpacesObject" }, "[]" @@ -5727,7 +5719,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.updateObjectsSpaces.$2", + "id": "def-server.SavedObjectsClientContract.updateObjectsSpaces.$2", "type": "Array", "tags": [], "label": "spacesToAdd", @@ -5744,7 +5736,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.updateObjectsSpaces.$3", + "id": "def-server.SavedObjectsClientContract.updateObjectsSpaces.$3", "type": "Array", "tags": [], "label": "spacesToRemove", @@ -5761,7 +5753,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.updateObjectsSpaces.$4", + "id": "def-server.SavedObjectsClientContract.updateObjectsSpaces.$4", "type": "Object", "tags": [], "label": "options", @@ -5771,9 +5763,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "text": "SavedObjectsUpdateObjectsSpacesOptions" }, " | undefined" @@ -5790,7 +5782,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClientContract.getCurrentNamespace", + "id": "def-server.SavedObjectsClientContract.getCurrentNamespace", "type": "Function", "tags": [], "label": "getCurrentNamespace", @@ -5811,7 +5803,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClosePointInTimeResponse", + "id": "def-server.SavedObjectsClosePointInTimeResponse", "type": "Interface", "tags": [], "label": "SavedObjectsClosePointInTimeResponse", @@ -5824,7 +5816,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClosePointInTimeResponse.succeeded", + "id": "def-server.SavedObjectsClosePointInTimeResponse.succeeded", "type": "boolean", "tags": [], "label": "succeeded", @@ -5837,7 +5829,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClosePointInTimeResponse.num_freed", + "id": "def-server.SavedObjectsClosePointInTimeResponse.num_freed", "type": "number", "tags": [], "label": "num_freed", @@ -5853,7 +5845,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", "type": "Interface", "tags": [], "label": "SavedObjectsCollectMultiNamespaceReferencesObject", @@ -5866,7 +5858,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject.id", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject.id", "type": "string", "tags": [], "label": "id", @@ -5879,7 +5871,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesObject.type", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject.type", "type": "string", "tags": [], "label": "type", @@ -5895,7 +5887,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "type": "Interface", "tags": [], "label": "SavedObjectsCollectMultiNamespaceReferencesOptions", @@ -5905,17 +5897,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -5925,7 +5917,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesOptions.purpose", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions.purpose", "type": "CompoundType", "tags": [], "label": "purpose", @@ -5945,7 +5937,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesResponse", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", "type": "Interface", "tags": [], "label": "SavedObjectsCollectMultiNamespaceReferencesResponse", @@ -5958,7 +5950,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCollectMultiNamespaceReferencesResponse.objects", + "id": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse.objects", "type": "Array", "tags": [], "label": "objects", @@ -5968,9 +5960,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectReferenceWithContext", + "section": "def-server.SavedObjectReferenceWithContext", "text": "SavedObjectReferenceWithContext" }, "[]" @@ -5984,7 +5976,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions", + "id": "def-server.SavedObjectsCreateOptions", "type": "Interface", "tags": [], "label": "SavedObjectsCreateOptions", @@ -5994,17 +5986,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-server.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -6014,7 +6006,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.id", + "id": "def-server.SavedObjectsCreateOptions.id", "type": "string", "tags": [], "label": "id", @@ -6030,7 +6022,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.overwrite", + "id": "def-server.SavedObjectsCreateOptions.overwrite", "type": "CompoundType", "tags": [], "label": "overwrite", @@ -6046,7 +6038,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.version", + "id": "def-server.SavedObjectsCreateOptions.version", "type": "string", "tags": [], "label": "version", @@ -6062,7 +6054,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.migrationVersion", + "id": "def-server.SavedObjectsCreateOptions.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -6109,7 +6101,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.coreMigrationVersion", + "id": "def-server.SavedObjectsCreateOptions.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -6125,7 +6117,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.typeMigrationVersion", + "id": "def-server.SavedObjectsCreateOptions.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -6141,7 +6133,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.references", + "id": "def-server.SavedObjectsCreateOptions.references", "type": "Array", "tags": [], "label": "references", @@ -6164,7 +6156,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.refresh", + "id": "def-server.SavedObjectsCreateOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -6174,9 +6166,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -6187,7 +6179,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.originId", + "id": "def-server.SavedObjectsCreateOptions.originId", "type": "string", "tags": [], "label": "originId", @@ -6203,7 +6195,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.initialNamespaces", + "id": "def-server.SavedObjectsCreateOptions.initialNamespaces", "type": "Array", "tags": [], "label": "initialNamespaces", @@ -6219,7 +6211,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.managed", + "id": "def-server.SavedObjectsCreateOptions.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -6235,7 +6227,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreateOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsCreateOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -6254,7 +6246,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreatePointInTimeFinderDependencies", + "id": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", "type": "Interface", "tags": [], "label": "SavedObjectsCreatePointInTimeFinderDependencies", @@ -6267,7 +6259,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreatePointInTimeFinderDependencies.client", + "id": "def-server.SavedObjectsCreatePointInTimeFinderDependencies.client", "type": "Object", "tags": [], "label": "client", @@ -6278,9 +6270,9 @@ "{ find: (options: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", internalOptions?: ", @@ -6288,17 +6280,17 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ">; closePointInTime: (id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined, internalOptions?: ", @@ -6306,17 +6298,17 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClosePointInTimeResponse", + "section": "def-server.SavedObjectsClosePointInTimeResponse", "text": "SavedObjectsClosePointInTimeResponse" }, ">; openPointInTimeForType: (type: string | string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined, internalOptions?: ", @@ -6324,9 +6316,9 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeResponse", + "section": "def-server.SavedObjectsOpenPointInTimeResponse", "text": "SavedObjectsOpenPointInTimeResponse" }, ">; }" @@ -6340,7 +6332,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsDeleteByNamespaceOptions", + "id": "def-server.SavedObjectsDeleteByNamespaceOptions", "type": "Interface", "tags": [], "label": "SavedObjectsDeleteByNamespaceOptions", @@ -6350,17 +6342,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteByNamespaceOptions", + "section": "def-server.SavedObjectsDeleteByNamespaceOptions", "text": "SavedObjectsDeleteByNamespaceOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -6370,7 +6362,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsDeleteByNamespaceOptions.refresh", + "id": "def-server.SavedObjectsDeleteByNamespaceOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -6389,7 +6381,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsDeleteOptions", + "id": "def-server.SavedObjectsDeleteOptions", "type": "Interface", "tags": [], "label": "SavedObjectsDeleteOptions", @@ -6399,17 +6391,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsDeleteOptions", + "section": "def-server.SavedObjectsDeleteOptions", "text": "SavedObjectsDeleteOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -6419,7 +6411,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsDeleteOptions.refresh", + "id": "def-server.SavedObjectsDeleteOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -6429,9 +6421,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -6442,7 +6434,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsDeleteOptions.force", + "id": "def-server.SavedObjectsDeleteOptions.force", "type": "CompoundType", "tags": [], "label": "force", @@ -6461,7 +6453,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions", + "id": "def-server.SavedObjectsFindOptions", "type": "Interface", "tags": [], "label": "SavedObjectsFindOptions", @@ -6474,7 +6466,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.type", + "id": "def-server.SavedObjectsFindOptions.type", "type": "CompoundType", "tags": [], "label": "type", @@ -6490,7 +6482,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.page", + "id": "def-server.SavedObjectsFindOptions.page", "type": "number", "tags": [], "label": "page", @@ -6506,7 +6498,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.perPage", + "id": "def-server.SavedObjectsFindOptions.perPage", "type": "number", "tags": [], "label": "perPage", @@ -6522,7 +6514,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.sortField", + "id": "def-server.SavedObjectsFindOptions.sortField", "type": "string", "tags": [], "label": "sortField", @@ -6538,7 +6530,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.sortOrder", + "id": "def-server.SavedObjectsFindOptions.sortOrder", "type": "CompoundType", "tags": [], "label": "sortOrder", @@ -6555,7 +6547,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.fields", + "id": "def-server.SavedObjectsFindOptions.fields", "type": "Array", "tags": [], "label": "fields", @@ -6571,7 +6563,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.search", + "id": "def-server.SavedObjectsFindOptions.search", "type": "string", "tags": [], "label": "search", @@ -6587,7 +6579,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.searchFields", + "id": "def-server.SavedObjectsFindOptions.searchFields", "type": "Array", "tags": [], "label": "searchFields", @@ -6603,7 +6595,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.searchAfter", + "id": "def-server.SavedObjectsFindOptions.searchAfter", "type": "Array", "tags": [], "label": "searchAfter", @@ -6620,7 +6612,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.rootSearchFields", + "id": "def-server.SavedObjectsFindOptions.rootSearchFields", "type": "Array", "tags": [], "label": "rootSearchFields", @@ -6636,7 +6628,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.hasReference", + "id": "def-server.SavedObjectsFindOptions.hasReference", "type": "CompoundType", "tags": [], "label": "hasReference", @@ -6646,17 +6638,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -6667,7 +6659,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.hasReferenceOperator", + "id": "def-server.SavedObjectsFindOptions.hasReferenceOperator", "type": "CompoundType", "tags": [], "label": "hasReferenceOperator", @@ -6683,7 +6675,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.hasNoReference", + "id": "def-server.SavedObjectsFindOptions.hasNoReference", "type": "CompoundType", "tags": [], "label": "hasNoReference", @@ -6693,17 +6685,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -6714,7 +6706,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.hasNoReferenceOperator", + "id": "def-server.SavedObjectsFindOptions.hasNoReferenceOperator", "type": "CompoundType", "tags": [], "label": "hasNoReferenceOperator", @@ -6730,7 +6722,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.defaultSearchOperator", + "id": "def-server.SavedObjectsFindOptions.defaultSearchOperator", "type": "CompoundType", "tags": [], "label": "defaultSearchOperator", @@ -6746,7 +6738,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.filter", + "id": "def-server.SavedObjectsFindOptions.filter", "type": "Any", "tags": [], "label": "filter", @@ -6762,7 +6754,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.aggs", + "id": "def-server.SavedObjectsFindOptions.aggs", "type": "Object", "tags": [ "alpha" @@ -6782,7 +6774,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.namespaces", + "id": "def-server.SavedObjectsFindOptions.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -6798,7 +6790,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.typeToNamespacesMap", + "id": "def-server.SavedObjectsFindOptions.typeToNamespacesMap", "type": "Object", "tags": [], "label": "typeToNamespacesMap", @@ -6814,7 +6806,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.preference", + "id": "def-server.SavedObjectsFindOptions.preference", "type": "string", "tags": [], "label": "preference", @@ -6830,7 +6822,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.pit", + "id": "def-server.SavedObjectsFindOptions.pit", "type": "Object", "tags": [], "label": "pit", @@ -6840,9 +6832,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsPitParams", + "section": "def-server.SavedObjectsPitParams", "text": "SavedObjectsPitParams" }, " | undefined" @@ -6853,7 +6845,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsFindOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -6872,7 +6864,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptionsReference", + "id": "def-server.SavedObjectsFindOptionsReference", "type": "Interface", "tags": [], "label": "SavedObjectsFindOptionsReference", @@ -6885,7 +6877,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptionsReference.type", + "id": "def-server.SavedObjectsFindOptionsReference.type", "type": "string", "tags": [], "label": "type", @@ -6898,7 +6890,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindOptionsReference.id", + "id": "def-server.SavedObjectsFindOptionsReference.id", "type": "string", "tags": [], "label": "id", @@ -6914,7 +6906,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse", + "id": "def-server.SavedObjectsFindResponse", "type": "Interface", "tags": [], "label": "SavedObjectsFindResponse", @@ -6924,9 +6916,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, "" @@ -6937,7 +6929,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.aggregations", + "id": "def-server.SavedObjectsFindResponse.aggregations", "type": "Uncategorized", "tags": [], "label": "aggregations", @@ -6953,7 +6945,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.saved_objects", + "id": "def-server.SavedObjectsFindResponse.saved_objects", "type": "Array", "tags": [], "label": "saved_objects", @@ -6963,9 +6955,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, "[]" @@ -6976,7 +6968,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.total", + "id": "def-server.SavedObjectsFindResponse.total", "type": "number", "tags": [], "label": "total", @@ -6989,7 +6981,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.per_page", + "id": "def-server.SavedObjectsFindResponse.per_page", "type": "number", "tags": [], "label": "per_page", @@ -7002,7 +6994,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.page", + "id": "def-server.SavedObjectsFindResponse.page", "type": "number", "tags": [], "label": "page", @@ -7015,7 +7007,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResponse.pit_id", + "id": "def-server.SavedObjectsFindResponse.pit_id", "type": "string", "tags": [], "label": "pit_id", @@ -7034,7 +7026,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResult", + "id": "def-server.SavedObjectsFindResult", "type": "Interface", "tags": [], "label": "SavedObjectsFindResult", @@ -7044,9 +7036,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, " extends ", @@ -7065,7 +7057,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResult.score", + "id": "def-server.SavedObjectsFindResult.score", "type": "number", "tags": [], "label": "score", @@ -7078,7 +7070,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsFindResult.sort", + "id": "def-server.SavedObjectsFindResult.sort", "type": "Array", "tags": [], "label": "sort", @@ -7098,7 +7090,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsGetOptions", + "id": "def-server.SavedObjectsGetOptions", "type": "Interface", "tags": [], "label": "SavedObjectsGetOptions", @@ -7108,17 +7100,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsGetOptions", + "section": "def-server.SavedObjectsGetOptions", "text": "SavedObjectsGetOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7128,7 +7120,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsGetOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsGetOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -7147,7 +7139,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterField", + "id": "def-server.SavedObjectsIncrementCounterField", "type": "Interface", "tags": [], "label": "SavedObjectsIncrementCounterField", @@ -7160,7 +7152,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterField.fieldName", + "id": "def-server.SavedObjectsIncrementCounterField.fieldName", "type": "string", "tags": [], "label": "fieldName", @@ -7173,7 +7165,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterField.incrementBy", + "id": "def-server.SavedObjectsIncrementCounterField.incrementBy", "type": "number", "tags": [], "label": "incrementBy", @@ -7192,7 +7184,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions", + "id": "def-server.SavedObjectsIncrementCounterOptions", "type": "Interface", "tags": [], "label": "SavedObjectsIncrementCounterOptions", @@ -7202,17 +7194,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsIncrementCounterOptions", + "section": "def-server.SavedObjectsIncrementCounterOptions", "text": "SavedObjectsIncrementCounterOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7222,7 +7214,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.initialize", + "id": "def-server.SavedObjectsIncrementCounterOptions.initialize", "type": "CompoundType", "tags": [], "label": "initialize", @@ -7238,7 +7230,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.migrationVersion", + "id": "def-server.SavedObjectsIncrementCounterOptions.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -7273,7 +7265,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.typeMigrationVersion", + "id": "def-server.SavedObjectsIncrementCounterOptions.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -7289,7 +7281,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.refresh", + "id": "def-server.SavedObjectsIncrementCounterOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -7299,9 +7291,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -7312,7 +7304,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.upsertAttributes", + "id": "def-server.SavedObjectsIncrementCounterOptions.upsertAttributes", "type": "Uncategorized", "tags": [], "label": "upsertAttributes", @@ -7328,7 +7320,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsIncrementCounterOptions.managed", + "id": "def-server.SavedObjectsIncrementCounterOptions.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -7347,7 +7339,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeOptions", + "id": "def-server.SavedObjectsOpenPointInTimeOptions", "type": "Interface", "tags": [], "label": "SavedObjectsOpenPointInTimeOptions", @@ -7360,7 +7352,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeOptions.keepAlive", + "id": "def-server.SavedObjectsOpenPointInTimeOptions.keepAlive", "type": "string", "tags": [], "label": "keepAlive", @@ -7376,7 +7368,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeOptions.preference", + "id": "def-server.SavedObjectsOpenPointInTimeOptions.preference", "type": "string", "tags": [], "label": "preference", @@ -7392,7 +7384,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeOptions.namespaces", + "id": "def-server.SavedObjectsOpenPointInTimeOptions.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -7411,7 +7403,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeResponse", + "id": "def-server.SavedObjectsOpenPointInTimeResponse", "type": "Interface", "tags": [], "label": "SavedObjectsOpenPointInTimeResponse", @@ -7424,7 +7416,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsOpenPointInTimeResponse.id", + "id": "def-server.SavedObjectsOpenPointInTimeResponse.id", "type": "string", "tags": [], "label": "id", @@ -7440,7 +7432,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsPitParams", + "id": "def-server.SavedObjectsPitParams", "type": "Interface", "tags": [], "label": "SavedObjectsPitParams", @@ -7453,7 +7445,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsPitParams.id", + "id": "def-server.SavedObjectsPitParams.id", "type": "string", "tags": [], "label": "id", @@ -7466,7 +7458,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsPitParams.keepAlive", + "id": "def-server.SavedObjectsPitParams.keepAlive", "type": "string", "tags": [], "label": "keepAlive", @@ -7485,7 +7477,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsRemoveReferencesToOptions", + "id": "def-server.SavedObjectsRemoveReferencesToOptions", "type": "Interface", "tags": [], "label": "SavedObjectsRemoveReferencesToOptions", @@ -7495,17 +7487,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToOptions", + "section": "def-server.SavedObjectsRemoveReferencesToOptions", "text": "SavedObjectsRemoveReferencesToOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7515,7 +7507,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsRemoveReferencesToOptions.refresh", + "id": "def-server.SavedObjectsRemoveReferencesToOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -7534,7 +7526,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsRemoveReferencesToResponse", + "id": "def-server.SavedObjectsRemoveReferencesToResponse", "type": "Interface", "tags": [], "label": "SavedObjectsRemoveReferencesToResponse", @@ -7544,17 +7536,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsRemoveReferencesToResponse", + "section": "def-server.SavedObjectsRemoveReferencesToResponse", "text": "SavedObjectsRemoveReferencesToResponse" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7564,7 +7556,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsRemoveReferencesToResponse.updated", + "id": "def-server.SavedObjectsRemoveReferencesToResponse.updated", "type": "number", "tags": [], "label": "updated", @@ -7580,7 +7572,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveOptions", + "id": "def-server.SavedObjectsResolveOptions", "type": "Interface", "tags": [], "label": "SavedObjectsResolveOptions", @@ -7590,17 +7582,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveOptions", + "section": "def-server.SavedObjectsResolveOptions", "text": "SavedObjectsResolveOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7610,7 +7602,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsResolveOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -7629,7 +7621,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveResponse", + "id": "def-server.SavedObjectsResolveResponse", "type": "Interface", "tags": [], "label": "SavedObjectsResolveResponse", @@ -7639,9 +7631,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, "" @@ -7652,7 +7644,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveResponse.saved_object", + "id": "def-server.SavedObjectsResolveResponse.saved_object", "type": "Object", "tags": [], "label": "saved_object", @@ -7675,7 +7667,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveResponse.outcome", + "id": "def-server.SavedObjectsResolveResponse.outcome", "type": "CompoundType", "tags": [], "label": "outcome", @@ -7691,7 +7683,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveResponse.alias_target_id", + "id": "def-server.SavedObjectsResolveResponse.alias_target_id", "type": "string", "tags": [], "label": "alias_target_id", @@ -7707,7 +7699,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsResolveResponse.alias_purpose", + "id": "def-server.SavedObjectsResolveResponse.alias_purpose", "type": "CompoundType", "tags": [], "label": "alias_purpose", @@ -7726,7 +7718,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesObject", + "id": "def-server.SavedObjectsUpdateObjectsSpacesObject", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateObjectsSpacesObject", @@ -7739,7 +7731,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesObject.id", + "id": "def-server.SavedObjectsUpdateObjectsSpacesObject.id", "type": "string", "tags": [], "label": "id", @@ -7752,7 +7744,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesObject.type", + "id": "def-server.SavedObjectsUpdateObjectsSpacesObject.type", "type": "string", "tags": [], "label": "type", @@ -7768,7 +7760,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "id": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateObjectsSpacesOptions", @@ -7778,17 +7770,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesOptions", + "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", "text": "SavedObjectsUpdateObjectsSpacesOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7798,7 +7790,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesOptions.refresh", + "id": "def-server.SavedObjectsUpdateObjectsSpacesOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -7808,9 +7800,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -7824,7 +7816,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponse", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponse", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateObjectsSpacesResponse", @@ -7837,7 +7829,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponse.objects", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponse.objects", "type": "Array", "tags": [], "label": "objects", @@ -7847,9 +7839,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject", + "section": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject", "text": "SavedObjectsUpdateObjectsSpacesResponseObject" }, "[]" @@ -7863,7 +7855,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateObjectsSpacesResponseObject", @@ -7876,7 +7868,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject.type", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject.type", "type": "string", "tags": [], "label": "type", @@ -7889,7 +7881,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject.id", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject.id", "type": "string", "tags": [], "label": "id", @@ -7902,7 +7894,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject.spaces", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject.spaces", "type": "Array", "tags": [], "label": "spaces", @@ -7918,7 +7910,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateObjectsSpacesResponseObject.error", + "id": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject.error", "type": "Object", "tags": [], "label": "error", @@ -7944,7 +7936,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions", + "id": "def-server.SavedObjectsUpdateOptions", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateOptions", @@ -7954,17 +7946,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateOptions", + "section": "def-server.SavedObjectsUpdateOptions", "text": "SavedObjectsUpdateOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -7974,7 +7966,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.version", + "id": "def-server.SavedObjectsUpdateOptions.version", "type": "string", "tags": [], "label": "version", @@ -7990,7 +7982,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.references", + "id": "def-server.SavedObjectsUpdateOptions.references", "type": "Array", "tags": [], "label": "references", @@ -8013,7 +8005,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.refresh", + "id": "def-server.SavedObjectsUpdateOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -8023,9 +8015,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.MutatingOperationRefreshSetting", + "section": "def-server.MutatingOperationRefreshSetting", "text": "MutatingOperationRefreshSetting" }, " | undefined" @@ -8036,7 +8028,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.upsert", + "id": "def-server.SavedObjectsUpdateOptions.upsert", "type": "Uncategorized", "tags": [], "label": "upsert", @@ -8052,7 +8044,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.retryOnConflict", + "id": "def-server.SavedObjectsUpdateOptions.retryOnConflict", "type": "number", "tags": [], "label": "retryOnConflict", @@ -8068,7 +8060,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsUpdateOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [], "label": "migrationVersionCompatibility", @@ -8084,7 +8076,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateOptions.mergeAttributes", + "id": "def-server.SavedObjectsUpdateOptions.mergeAttributes", "type": "CompoundType", "tags": [], "label": "mergeAttributes", @@ -8103,7 +8095,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateResponse", + "id": "def-server.SavedObjectsUpdateResponse", "type": "Interface", "tags": [], "label": "SavedObjectsUpdateResponse", @@ -8113,9 +8105,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsUpdateResponse", + "section": "def-server.SavedObjectsUpdateResponse", "text": "SavedObjectsUpdateResponse" }, " extends Omit<", @@ -8134,7 +8126,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateResponse.attributes", + "id": "def-server.SavedObjectsUpdateResponse.attributes", "type": "Object", "tags": [], "label": "attributes", @@ -8150,7 +8142,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsUpdateResponse.references", + "id": "def-server.SavedObjectsUpdateResponse.references", "type": "Array", "tags": [], "label": "references", @@ -8179,7 +8171,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.MutatingOperationRefreshSetting", + "id": "def-server.MutatingOperationRefreshSetting", "type": "Type", "tags": [], "label": "MutatingOperationRefreshSetting", @@ -8196,7 +8188,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectAttribute", + "id": "def-server.SavedObjectAttribute", "type": "Type", "tags": [], "label": "SavedObjectAttribute", @@ -8228,7 +8220,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectAttributeSingle", + "id": "def-server.SavedObjectAttributeSingle", "type": "Type", "tags": [], "label": "SavedObjectAttributeSingle", @@ -8253,7 +8245,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsClosePointInTimeOptions", + "id": "def-server.SavedObjectsClosePointInTimeOptions", "type": "Type", "tags": [], "label": "SavedObjectsClosePointInTimeOptions", @@ -8263,9 +8255,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" } ], @@ -8276,7 +8268,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsCreatePointInTimeFinderOptions", + "id": "def-server.SavedObjectsCreatePointInTimeFinderOptions", "type": "Type", "tags": [], "label": "SavedObjectsCreatePointInTimeFinderOptions", @@ -8291,33 +8283,33 @@ " | undefined; hasReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; rootSearchFields?: string[] | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; typeToNamespacesMap?: Map | undefined; migrationVersionCompatibility?: \"raw\" | \"compatible\" | undefined; }" @@ -8329,7 +8321,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server", - "id": "def-common.SavedObjectsPointInTimeFinderClient", + "id": "def-server.SavedObjectsPointInTimeFinderClient", "type": "Type", "tags": [], "label": "SavedObjectsPointInTimeFinderClient", @@ -8340,9 +8332,9 @@ "{ find: (options: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ", internalOptions?: ", @@ -8350,17 +8342,17 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, ">; closePointInTime: (id: string, options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBaseOptions", + "section": "def-server.SavedObjectsBaseOptions", "text": "SavedObjectsBaseOptions" }, " | undefined, internalOptions?: ", @@ -8368,17 +8360,17 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClosePointInTimeResponse", + "section": "def-server.SavedObjectsClosePointInTimeResponse", "text": "SavedObjectsClosePointInTimeResponse" }, ">; openPointInTimeForType: (type: string | string[], options?: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeOptions", + "section": "def-server.SavedObjectsOpenPointInTimeOptions", "text": "SavedObjectsOpenPointInTimeOptions" }, " | undefined, internalOptions?: ", @@ -8386,9 +8378,9 @@ " | undefined) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeResponse", + "section": "def-server.SavedObjectsOpenPointInTimeResponse", "text": "SavedObjectsOpenPointInTimeResponse" }, ">; }" @@ -8400,5 +8392,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index f801818d46e6f..819b7a072266a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 357 | 1 | 5 | 2 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_api_server_mocks.devdocs.json index a85790d12bf9c..d6b0658caa47f 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsClientMock", + "id": "def-server.savedObjectsClientMock", "type": "Object", "tags": [], "label": "savedObjectsClientMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsClientMock.create", + "id": "def-server.savedObjectsClientMock.create", "type": "Function", "tags": [], "label": "create", @@ -45,9 +37,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ">" @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsClientProviderMock", + "id": "def-server.savedObjectsClientProviderMock", "type": "Object", "tags": [], "label": "savedObjectsClientProviderMock", @@ -74,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsClientProviderMock.create", + "id": "def-server.savedObjectsClientProviderMock.create", "type": "Function", "tags": [], "label": "create", @@ -95,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsExtensionsMock", + "id": "def-server.savedObjectsExtensionsMock", "type": "Object", "tags": [], "label": "savedObjectsExtensionsMock", @@ -106,7 +98,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsExtensionsMock.create", + "id": "def-server.savedObjectsExtensionsMock.create", "type": "Function", "tags": [], "label": "create", @@ -115,9 +107,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, ">" @@ -130,7 +122,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsExtensionsMock.createEncryptionExtension", + "id": "def-server.savedObjectsExtensionsMock.createEncryptionExtension", "type": "Function", "tags": [], "label": "createEncryptionExtension", @@ -139,9 +131,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsEncryptionExtension", + "section": "def-server.ISavedObjectsEncryptionExtension", "text": "ISavedObjectsEncryptionExtension" }, ">" @@ -154,7 +146,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsExtensionsMock.createSecurityExtension", + "id": "def-server.savedObjectsExtensionsMock.createSecurityExtension", "type": "Function", "tags": [], "label": "createSecurityExtension", @@ -163,9 +155,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSecurityExtension", + "section": "def-server.ISavedObjectsSecurityExtension", "text": "ISavedObjectsSecurityExtension" }, ">" @@ -178,7 +170,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsExtensionsMock.createSpacesExtension", + "id": "def-server.savedObjectsExtensionsMock.createSpacesExtension", "type": "Function", "tags": [], "label": "createSpacesExtension", @@ -187,9 +179,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSpacesExtension", + "section": "def-server.ISavedObjectsSpacesExtension", "text": "ISavedObjectsSpacesExtension" }, ">" @@ -205,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsRepositoryMock", + "id": "def-server.savedObjectsRepositoryMock", "type": "Object", "tags": [], "label": "savedObjectsRepositoryMock", @@ -216,7 +208,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-server-mocks", - "id": "def-common.savedObjectsRepositoryMock.create", + "id": "def-server.savedObjectsRepositoryMock.create", "type": "Function", "tags": [], "label": "create", @@ -225,9 +217,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" }, ">" @@ -242,5 +234,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 1a12e16ec835c..892e1f71e7424 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 11 | 0 | 11 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json index d8680e1581ea2..55d967a11d731 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig", + "id": "def-server.SavedObjectConfig", "type": "Class", "tags": [], "label": "SavedObjectConfig", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.maxImportPayloadBytes", + "id": "def-server.SavedObjectConfig.maxImportPayloadBytes", "type": "number", "tags": [], "label": "maxImportPayloadBytes", @@ -42,7 +34,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.maxImportExportSize", + "id": "def-server.SavedObjectConfig.maxImportExportSize", "type": "number", "tags": [], "label": "maxImportExportSize", @@ -53,7 +45,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.allowHttpApiAccess", + "id": "def-server.SavedObjectConfig.allowHttpApiAccess", "type": "boolean", "tags": [], "label": "allowHttpApiAccess", @@ -64,7 +56,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.migration", + "id": "def-server.SavedObjectConfig.migration", "type": "Object", "tags": [], "label": "migration", @@ -94,7 +86,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.Unnamed", + "id": "def-server.SavedObjectConfig.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -108,7 +100,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.Unnamed.$1", + "id": "def-server.SavedObjectConfig.Unnamed.$1", "type": "Object", "tags": [], "label": "rawConfig", @@ -131,7 +123,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectConfig.Unnamed.$2", + "id": "def-server.SavedObjectConfig.Unnamed.$2", "type": "Object", "tags": [], "label": "rawMigrationConfig", @@ -170,7 +162,7 @@ "functions": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.aggregateMappingAdditions", + "id": "def-server.aggregateMappingAdditions", "type": "Function", "tags": [], "label": "aggregateMappingAdditions", @@ -181,17 +173,17 @@ "(changes: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelChange", + "section": "def-server.SavedObjectsModelChange", "text": "SavedObjectsModelChange" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -201,7 +193,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.aggregateMappingAdditions.$1", + "id": "def-server.aggregateMappingAdditions.$1", "type": "Array", "tags": [], "label": "changes", @@ -209,9 +201,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelChange", + "section": "def-server.SavedObjectsModelChange", "text": "SavedObjectsModelChange" }, "[]" @@ -227,7 +219,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.assertValidModelVersion", + "id": "def-server.assertValidModelVersion", "type": "Function", "tags": [], "label": "assertValidModelVersion", @@ -243,7 +235,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.assertValidModelVersion.$1", + "id": "def-server.assertValidModelVersion.$1", "type": "CompoundType", "tags": [], "label": "modelVersion", @@ -262,7 +254,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.buildModelVersionTransformFn", + "id": "def-server.buildModelVersionTransformFn", "type": "Function", "tags": [], "label": "buildModelVersionTransformFn", @@ -273,17 +265,17 @@ "(modelChanges: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelChange", + "section": "def-server.SavedObjectsModelChange", "text": "SavedObjectsModelChange" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationFn", + "section": "def-server.SavedObjectModelTransformationFn", "text": "SavedObjectModelTransformationFn" }, "" @@ -294,7 +286,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.buildModelVersionTransformFn.$1", + "id": "def-server.buildModelVersionTransformFn.$1", "type": "Array", "tags": [], "label": "modelChanges", @@ -302,9 +294,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelChange", + "section": "def-server.SavedObjectsModelChange", "text": "SavedObjectsModelChange" }, "[]" @@ -320,7 +312,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.compareVirtualVersions", + "id": "def-server.compareVirtualVersions", "type": "Function", "tags": [], "label": "compareVirtualVersions", @@ -329,17 +321,17 @@ "({ appVersions, indexVersions, deletedTypes, }: ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.CompareModelVersionMapParams", + "section": "def-server.CompareModelVersionMapParams", "text": "CompareModelVersionMapParams" }, ") => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.CompareModelVersionResult", + "section": "def-server.CompareModelVersionResult", "text": "CompareModelVersionResult" } ], @@ -349,7 +341,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.compareVirtualVersions.$1", + "id": "def-server.compareVirtualVersions.$1", "type": "Object", "tags": [], "label": "{\n appVersions,\n indexVersions,\n deletedTypes,\n}", @@ -357,9 +349,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.CompareModelVersionMapParams", + "section": "def-server.CompareModelVersionMapParams", "text": "CompareModelVersionMapParams" } ], @@ -374,7 +366,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.convertModelVersionBackwardConversionSchema", + "id": "def-server.convertModelVersionBackwardConversionSchema", "type": "Function", "tags": [], "label": "convertModelVersionBackwardConversionSchema", @@ -383,9 +375,9 @@ "(schema: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelVersionForwardCompatibilitySchema", + "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", "text": "SavedObjectModelVersionForwardCompatibilitySchema" }, ") => ", @@ -397,7 +389,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.convertModelVersionBackwardConversionSchema.$1", + "id": "def-server.convertModelVersionBackwardConversionSchema.$1", "type": "CompoundType", "tags": [], "label": "schema", @@ -405,9 +397,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelVersionForwardCompatibilitySchema", + "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", "text": "SavedObjectModelVersionForwardCompatibilitySchema" }, "" @@ -423,7 +415,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.decodeRequestVersion", + "id": "def-server.decodeRequestVersion", "type": "Function", "tags": [], "label": "decodeRequestVersion", @@ -439,7 +431,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.decodeRequestVersion.$1", + "id": "def-server.decodeRequestVersion.$1", "type": "string", "tags": [], "label": "version", @@ -458,7 +450,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.decodeVersion", + "id": "def-server.decodeVersion", "type": "Function", "tags": [], "label": "decodeVersion", @@ -474,7 +466,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.decodeVersion.$1", + "id": "def-server.decodeVersion.$1", "type": "string", "tags": [], "label": "version", @@ -493,7 +485,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeHitVersion", + "id": "def-server.encodeHitVersion", "type": "Function", "tags": [], "label": "encodeHitVersion", @@ -509,7 +501,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeHitVersion.$1", + "id": "def-server.encodeHitVersion.$1", "type": "Object", "tags": [], "label": "response", @@ -520,7 +512,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeHitVersion.$1._seq_no", + "id": "def-server.encodeHitVersion.$1._seq_no", "type": "number", "tags": [], "label": "_seq_no", @@ -534,7 +526,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeHitVersion.$1._primary_term", + "id": "def-server.encodeHitVersion.$1._primary_term", "type": "number", "tags": [], "label": "_primary_term", @@ -554,7 +546,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeVersion", + "id": "def-server.encodeVersion", "type": "Function", "tags": [], "label": "encodeVersion", @@ -570,7 +562,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeVersion.$1", + "id": "def-server.encodeVersion.$1", "type": "number", "tags": [], "label": "seqNo", @@ -585,7 +577,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.encodeVersion.$2", + "id": "def-server.encodeVersion.$2", "type": "number", "tags": [], "label": "primaryTerm", @@ -604,7 +596,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getCurrentVirtualVersion", + "id": "def-server.getCurrentVirtualVersion", "type": "Function", "tags": [], "label": "getCurrentVirtualVersion", @@ -615,9 +607,9 @@ "(type: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => string" @@ -628,7 +620,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getCurrentVirtualVersion.$1", + "id": "def-server.getCurrentVirtualVersion.$1", "type": "Object", "tags": [], "label": "type", @@ -636,9 +628,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -654,7 +646,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getFieldListFromTypeMapping", + "id": "def-server.getFieldListFromTypeMapping", "type": "Function", "tags": [], "label": "getFieldListFromTypeMapping", @@ -665,9 +657,9 @@ "(typeMappings: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsTypeMappingDefinition", + "section": "def-server.SavedObjectsTypeMappingDefinition", "text": "SavedObjectsTypeMappingDefinition" }, ") => string[]" @@ -678,7 +670,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getFieldListFromTypeMapping.$1", + "id": "def-server.getFieldListFromTypeMapping.$1", "type": "Object", "tags": [], "label": "typeMappings", @@ -686,9 +678,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsTypeMappingDefinition", + "section": "def-server.SavedObjectsTypeMappingDefinition", "text": "SavedObjectsTypeMappingDefinition" } ], @@ -703,7 +695,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getFieldListMapFromMappingDefinitions", + "id": "def-server.getFieldListMapFromMappingDefinitions", "type": "Function", "tags": [], "label": "getFieldListMapFromMappingDefinitions", @@ -716,9 +708,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.FieldListMap", + "section": "def-server.FieldListMap", "text": "FieldListMap" } ], @@ -728,7 +720,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getFieldListMapFromMappingDefinitions.$1", + "id": "def-server.getFieldListMapFromMappingDefinitions.$1", "type": "Object", "tags": [], "label": "mappings", @@ -747,7 +739,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getIndexForType", + "id": "def-server.getIndexForType", "type": "Function", "tags": [], "label": "getIndexForType", @@ -761,7 +753,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getIndexForType.$1", + "id": "def-server.getIndexForType.$1", "type": "Object", "tags": [], "label": "{\n type,\n typeRegistry,\n defaultIndex,\n kibanaVersion,\n}", @@ -780,7 +772,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestMappingsVirtualVersionMap", + "id": "def-server.getLatestMappingsVirtualVersionMap", "type": "Function", "tags": [], "label": "getLatestMappingsVirtualVersionMap", @@ -791,17 +783,17 @@ "(types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.VirtualVersionMap", + "section": "def-server.VirtualVersionMap", "text": "VirtualVersionMap" } ], @@ -811,7 +803,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestMappingsVirtualVersionMap.$1", + "id": "def-server.getLatestMappingsVirtualVersionMap.$1", "type": "Array", "tags": [], "label": "types", @@ -819,9 +811,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -837,7 +829,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestMigrationVersion", + "id": "def-server.getLatestMigrationVersion", "type": "Function", "tags": [], "label": "getLatestMigrationVersion", @@ -846,9 +838,9 @@ "(type: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => string" @@ -859,7 +851,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestMigrationVersion.$1", + "id": "def-server.getLatestMigrationVersion.$1", "type": "Object", "tags": [], "label": "type", @@ -867,9 +859,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -885,7 +877,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestModelVersion", + "id": "def-server.getLatestModelVersion", "type": "Function", "tags": [], "label": "getLatestModelVersion", @@ -896,9 +888,9 @@ "(type: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => number" @@ -909,7 +901,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getLatestModelVersion.$1", + "id": "def-server.getLatestModelVersion.$1", "type": "Object", "tags": [], "label": "type", @@ -917,9 +909,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -935,7 +927,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getModelVersionDelta", + "id": "def-server.getModelVersionDelta", "type": "Function", "tags": [], "label": "getModelVersionDelta", @@ -951,7 +943,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getModelVersionDelta.$1", + "id": "def-server.getModelVersionDelta.$1", "type": "Object", "tags": [], "label": "{\n currentVersions,\n targetVersions,\n deletedTypes,\n}", @@ -970,7 +962,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getModelVersionMapForTypes", + "id": "def-server.getModelVersionMapForTypes", "type": "Function", "tags": [], "label": "getModelVersionMapForTypes", @@ -981,17 +973,17 @@ "(types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.ModelVersionMap", + "section": "def-server.ModelVersionMap", "text": "ModelVersionMap" } ], @@ -1001,7 +993,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getModelVersionMapForTypes.$1", + "id": "def-server.getModelVersionMapForTypes.$1", "type": "Array", "tags": [], "label": "types", @@ -1009,9 +1001,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -1027,7 +1019,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getProperty", + "id": "def-server.getProperty", "type": "Function", "tags": [], "label": "getProperty", @@ -1036,9 +1028,9 @@ "(mappings: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsFieldMapping", + "section": "def-server.SavedObjectsFieldMapping", "text": "SavedObjectsFieldMapping" }, " | ", @@ -1046,9 +1038,9 @@ ", path: string | string[]) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsFieldMapping", + "section": "def-server.SavedObjectsFieldMapping", "text": "SavedObjectsFieldMapping" }, " | undefined" @@ -1059,7 +1051,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getProperty.$1", + "id": "def-server.getProperty.$1", "type": "CompoundType", "tags": [], "label": "mappings", @@ -1067,9 +1059,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsFieldMapping", + "section": "def-server.SavedObjectsFieldMapping", "text": "SavedObjectsFieldMapping" }, " | ", @@ -1082,7 +1074,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getProperty.$2", + "id": "def-server.getProperty.$2", "type": "CompoundType", "tags": [], "label": "path", @@ -1101,7 +1093,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getRootProperties", + "id": "def-server.getRootProperties", "type": "Function", "tags": [], "label": "getRootProperties", @@ -1114,9 +1106,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -1126,7 +1118,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getRootProperties.$1", + "id": "def-server.getRootProperties.$1", "type": "Object", "tags": [], "label": "mapping", @@ -1145,7 +1137,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getRootPropertiesObjects", + "id": "def-server.getRootPropertiesObjects", "type": "Function", "tags": [], "label": "getRootPropertiesObjects", @@ -1156,9 +1148,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -1168,7 +1160,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getRootPropertiesObjects.$1", + "id": "def-server.getRootPropertiesObjects.$1", "type": "Object", "tags": [], "label": "mappings", @@ -1187,7 +1179,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getTypes", + "id": "def-server.getTypes", "type": "Function", "tags": [], "label": "getTypes", @@ -1205,7 +1197,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getTypes.$1", + "id": "def-server.getTypes.$1", "type": "Object", "tags": [], "label": "mappings", @@ -1224,7 +1216,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVersionAddedFields", + "id": "def-server.getVersionAddedFields", "type": "Function", "tags": [], "label": "getVersionAddedFields", @@ -1235,9 +1227,9 @@ "(version: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" }, ") => string[]" @@ -1248,7 +1240,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVersionAddedFields.$1", + "id": "def-server.getVersionAddedFields.$1", "type": "Object", "tags": [], "label": "version", @@ -1256,9 +1248,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" } ], @@ -1273,7 +1265,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVersionAddedMappings", + "id": "def-server.getVersionAddedMappings", "type": "Function", "tags": [], "label": "getVersionAddedMappings", @@ -1284,17 +1276,17 @@ "(version: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -1304,7 +1296,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVersionAddedMappings.$1", + "id": "def-server.getVersionAddedMappings.$1", "type": "Object", "tags": [], "label": "version", @@ -1312,9 +1304,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" } ], @@ -1329,7 +1321,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionMap", + "id": "def-server.getVirtualVersionMap", "type": "Function", "tags": [], "label": "getVirtualVersionMap", @@ -1340,17 +1332,17 @@ "(types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.VirtualVersionMap", + "section": "def-server.VirtualVersionMap", "text": "VirtualVersionMap" } ], @@ -1360,7 +1352,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionMap.$1", + "id": "def-server.getVirtualVersionMap.$1", "type": "Array", "tags": [], "label": "types", @@ -1368,9 +1360,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -1386,7 +1378,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionsFromMappingMeta", + "id": "def-server.getVirtualVersionsFromMappingMeta", "type": "Function", "tags": [], "label": "getVirtualVersionsFromMappingMeta", @@ -1399,9 +1391,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.VirtualVersionMap", + "section": "def-server.VirtualVersionMap", "text": "VirtualVersionMap" }, " | undefined" @@ -1412,7 +1404,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionsFromMappingMeta.$1", + "id": "def-server.getVirtualVersionsFromMappingMeta.$1", "type": "Object", "tags": [], "label": "{\n meta,\n source,\n knownTypes,\n}", @@ -1431,7 +1423,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionsFromMappings", + "id": "def-server.getVirtualVersionsFromMappings", "type": "Function", "tags": [], "label": "getVirtualVersionsFromMappings", @@ -1444,9 +1436,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.VirtualVersionMap", + "section": "def-server.VirtualVersionMap", "text": "VirtualVersionMap" }, " | undefined" @@ -1457,7 +1449,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.getVirtualVersionsFromMappings.$1", + "id": "def-server.getVirtualVersionsFromMappings.$1", "type": "Object", "tags": [], "label": "{\n mappings,\n source,\n knownTypes,\n}", @@ -1476,7 +1468,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.isVirtualModelVersion", + "id": "def-server.isVirtualModelVersion", "type": "Function", "tags": [], "label": "isVirtualModelVersion", @@ -1492,7 +1484,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.isVirtualModelVersion.$1", + "id": "def-server.isVirtualModelVersion.$1", "type": "string", "tags": [], "label": "version", @@ -1511,7 +1503,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.modelVersionToVirtualVersion", + "id": "def-server.modelVersionToVirtualVersion", "type": "Function", "tags": [], "label": "modelVersionToVirtualVersion", @@ -1527,7 +1519,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.modelVersionToVirtualVersion.$1", + "id": "def-server.modelVersionToVirtualVersion.$1", "type": "CompoundType", "tags": [], "label": "modelVersion", @@ -1546,7 +1538,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.virtualVersionToModelVersion", + "id": "def-server.virtualVersionToModelVersion", "type": "Function", "tags": [], "label": "virtualVersionToModelVersion", @@ -1562,7 +1554,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.virtualVersionToModelVersion.$1", + "id": "def-server.virtualVersionToModelVersion.$1", "type": "string", "tags": [], "label": "virtualVersion", @@ -1583,7 +1575,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionDetails", + "id": "def-server.CompareModelVersionDetails", "type": "Interface", "tags": [], "label": "CompareModelVersionDetails", @@ -1594,7 +1586,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionDetails.greater", + "id": "def-server.CompareModelVersionDetails.greater", "type": "Array", "tags": [], "label": "greater", @@ -1608,7 +1600,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionDetails.lesser", + "id": "def-server.CompareModelVersionDetails.lesser", "type": "Array", "tags": [], "label": "lesser", @@ -1622,7 +1614,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionDetails.equal", + "id": "def-server.CompareModelVersionDetails.equal", "type": "Array", "tags": [], "label": "equal", @@ -1639,7 +1631,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionMapParams", + "id": "def-server.CompareModelVersionMapParams", "type": "Interface", "tags": [], "label": "CompareModelVersionMapParams", @@ -1650,7 +1642,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionMapParams.appVersions", + "id": "def-server.CompareModelVersionMapParams.appVersions", "type": "Object", "tags": [], "label": "appVersions", @@ -1666,7 +1658,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionMapParams.indexVersions", + "id": "def-server.CompareModelVersionMapParams.indexVersions", "type": "Object", "tags": [], "label": "indexVersions", @@ -1682,7 +1674,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionMapParams.deletedTypes", + "id": "def-server.CompareModelVersionMapParams.deletedTypes", "type": "Array", "tags": [], "label": "deletedTypes", @@ -1701,7 +1693,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionResult", + "id": "def-server.CompareModelVersionResult", "type": "Interface", "tags": [], "label": "CompareModelVersionResult", @@ -1712,7 +1704,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionResult.status", + "id": "def-server.CompareModelVersionResult.status", "type": "CompoundType", "tags": [], "label": "status", @@ -1726,7 +1718,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionResult.details", + "id": "def-server.CompareModelVersionResult.details", "type": "Object", "tags": [], "label": "details", @@ -1734,9 +1726,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.CompareModelVersionDetails", + "section": "def-server.CompareModelVersionDetails", "text": "CompareModelVersionDetails" } ], @@ -1749,7 +1741,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DocumentMigrateOptions", + "id": "def-server.DocumentMigrateOptions", "type": "Interface", "tags": [], "label": "DocumentMigrateOptions", @@ -1762,7 +1754,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DocumentMigrateOptions.allowDowngrade", + "id": "def-server.DocumentMigrateOptions.allowDowngrade", "type": "CompoundType", "tags": [], "label": "allowDowngrade", @@ -1778,7 +1770,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DocumentMigrateOptions.targetTypeVersion", + "id": "def-server.DocumentMigrateOptions.targetTypeVersion", "type": "string", "tags": [], "label": "targetTypeVersion", @@ -1797,7 +1789,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator", + "id": "def-server.IDocumentMigrator", "type": "Interface", "tags": [], "label": "IDocumentMigrator", @@ -1810,7 +1802,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.migrate", + "id": "def-server.IDocumentMigrator.migrate", "type": "Function", "tags": [], "label": "migrate", @@ -1821,25 +1813,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", options?: ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.DocumentMigrateOptions", + "section": "def-server.DocumentMigrateOptions", "text": "DocumentMigrateOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -1850,7 +1842,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.migrate.$1", + "id": "def-server.IDocumentMigrator.migrate.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -1858,9 +1850,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -1872,7 +1864,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.migrate.$2", + "id": "def-server.IDocumentMigrator.migrate.$2", "type": "Object", "tags": [], "label": "options", @@ -1880,9 +1872,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.DocumentMigrateOptions", + "section": "def-server.DocumentMigrateOptions", "text": "DocumentMigrateOptions" }, " | undefined" @@ -1897,7 +1889,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.migrateAndConvert", + "id": "def-server.IDocumentMigrator.migrateAndConvert", "type": "Function", "tags": [], "label": "migrateAndConvert", @@ -1908,17 +1900,17 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "[]" @@ -1929,7 +1921,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.migrateAndConvert.$1", + "id": "def-server.IDocumentMigrator.migrateAndConvert.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -1937,9 +1929,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -1954,7 +1946,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.isDowngradeRequired", + "id": "def-server.IDocumentMigrator.isDowngradeRequired", "type": "Function", "tags": [], "label": "isDowngradeRequired", @@ -1965,17 +1957,17 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", options?: ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IsDowngradeRequiredOptions", + "section": "def-server.IsDowngradeRequiredOptions", "text": "IsDowngradeRequiredOptions" }, " | undefined) => boolean" @@ -1986,7 +1978,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.isDowngradeRequired.$1", + "id": "def-server.IDocumentMigrator.isDowngradeRequired.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -1994,9 +1986,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -2008,7 +2000,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IDocumentMigrator.isDowngradeRequired.$2", + "id": "def-server.IDocumentMigrator.isDowngradeRequired.$2", "type": "Object", "tags": [], "label": "options", @@ -2016,9 +2008,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IsDowngradeRequiredOptions", + "section": "def-server.IsDowngradeRequiredOptions", "text": "IsDowngradeRequiredOptions" }, " | undefined" @@ -2036,7 +2028,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IsDowngradeRequiredOptions", + "id": "def-server.IsDowngradeRequiredOptions", "type": "Interface", "tags": [], "label": "IsDowngradeRequiredOptions", @@ -2049,7 +2041,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.IsDowngradeRequiredOptions.targetTypeVersion", + "id": "def-server.IsDowngradeRequiredOptions.targetTypeVersion", "type": "string", "tags": [], "label": "targetTypeVersion", @@ -2071,7 +2063,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.CompareModelVersionStatus", + "id": "def-server.CompareModelVersionStatus", "type": "Type", "tags": [], "label": "CompareModelVersionStatus", @@ -2088,7 +2080,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.FieldListMap", + "id": "def-server.FieldListMap", "type": "Type", "tags": [], "label": "FieldListMap", @@ -2103,7 +2095,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.globalSwitchToModelVersionAt", + "id": "def-server.globalSwitchToModelVersionAt", "type": "string", "tags": [], "label": "globalSwitchToModelVersionAt", @@ -2120,7 +2112,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.ModelVersionMap", + "id": "def-server.ModelVersionMap", "type": "Type", "tags": [], "label": "ModelVersionMap", @@ -2137,7 +2129,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.modelVersionVirtualMajor", + "id": "def-server.modelVersionVirtualMajor", "type": "number", "tags": [], "label": "modelVersionVirtualMajor", @@ -2154,7 +2146,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectsConfigType", + "id": "def-server.SavedObjectsConfigType", "type": "Type", "tags": [], "label": "SavedObjectsConfigType", @@ -2177,7 +2169,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.SavedObjectsMigrationConfigType", + "id": "def-server.SavedObjectsMigrationConfigType", "type": "Type", "tags": [], "label": "SavedObjectsMigrationConfigType", @@ -2208,7 +2200,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.VirtualVersionMap", + "id": "def-server.VirtualVersionMap", "type": "Type", "tags": [], "label": "VirtualVersionMap", @@ -2227,7 +2219,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DEFAULT_INDEX_TYPES_MAP", + "id": "def-server.DEFAULT_INDEX_TYPES_MAP", "type": "Object", "tags": [], "label": "DEFAULT_INDEX_TYPES_MAP", @@ -2240,7 +2232,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DEFAULT_INDEX_TYPES_MAP..kibana_task_manager", + "id": "def-server.DEFAULT_INDEX_TYPES_MAP..kibana_task_manager", "type": "Array", "tags": [], "label": "'.kibana_task_manager'", @@ -2254,7 +2246,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.DEFAULT_INDEX_TYPES_MAP..kibana", + "id": "def-server.DEFAULT_INDEX_TYPES_MAP..kibana", "type": "Array", "tags": [], "label": "'.kibana'", @@ -2271,7 +2263,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP", + "id": "def-server.HASH_TO_VERSION_MAP", "type": "Object", "tags": [], "label": "HASH_TO_VERSION_MAP", @@ -2284,7 +2276,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.action_task_params3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.action_task_params3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'action_task_params|3d1b76c39bfb2cc8296b024d73854724'", @@ -2295,7 +2287,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.action0be88ebcc8560a075b6898236a202eb1", + "id": "def-server.HASH_TO_VERSION_MAP.action0be88ebcc8560a075b6898236a202eb1", "type": "string", "tags": [], "label": "'action|0be88ebcc8560a075b6898236a202eb1'", @@ -2306,7 +2298,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.alert96a5a144778243a9f4fece0e71c2197f", + "id": "def-server.HASH_TO_VERSION_MAP.alert96a5a144778243a9f4fece0e71c2197f", "type": "string", "tags": [], "label": "'alert|96a5a144778243a9f4fece0e71c2197f'", @@ -2317,7 +2309,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.api_key_pending_invalidation16f515278a295f6245149ad7c5ddedb7", + "id": "def-server.HASH_TO_VERSION_MAP.api_key_pending_invalidation16f515278a295f6245149ad7c5ddedb7", "type": "string", "tags": [], "label": "'api_key_pending_invalidation|16f515278a295f6245149ad7c5ddedb7'", @@ -2328,7 +2320,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.apmcustomdashboards561810b957ac3c09fcfc08f32f168e97", + "id": "def-server.HASH_TO_VERSION_MAP.apmcustomdashboards561810b957ac3c09fcfc08f32f168e97", "type": "string", "tags": [], "label": "'apm-custom-dashboards|561810b957ac3c09fcfc08f32f168e97'", @@ -2339,7 +2331,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.apmindices3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.apmindices3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'apm-indices|3d1b76c39bfb2cc8296b024d73854724'", @@ -2350,7 +2342,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.apmserverschemab1d71908f324c17bf744ac72af5038fb", + "id": "def-server.HASH_TO_VERSION_MAP.apmserverschemab1d71908f324c17bf744ac72af5038fb", "type": "string", "tags": [], "label": "'apm-server-schema|b1d71908f324c17bf744ac72af5038fb'", @@ -2361,7 +2353,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.apmservicegroup2af509c6506f29a858e5a0950577d9fa", + "id": "def-server.HASH_TO_VERSION_MAP.apmservicegroup2af509c6506f29a858e5a0950577d9fa", "type": "string", "tags": [], "label": "'apm-service-group|2af509c6506f29a858e5a0950577d9fa'", @@ -2372,7 +2364,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.apmtelemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.apmtelemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'apm-telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -2383,7 +2375,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.app_search_telemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.app_search_telemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'app_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -2394,7 +2386,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.application_usage_daily43b8830d5d0df85a6823d290885fc9fd", + "id": "def-server.HASH_TO_VERSION_MAP.application_usage_daily43b8830d5d0df85a6823d290885fc9fd", "type": "string", "tags": [], "label": "'application_usage_daily|43b8830d5d0df85a6823d290885fc9fd'", @@ -2405,7 +2397,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.application_usage_totals3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.application_usage_totals3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'application_usage_totals|3d1b76c39bfb2cc8296b024d73854724'", @@ -2416,7 +2408,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.canvaselement7390014e1091044523666d97247392fc", + "id": "def-server.HASH_TO_VERSION_MAP.canvaselement7390014e1091044523666d97247392fc", "type": "string", "tags": [], "label": "'canvas-element|7390014e1091044523666d97247392fc'", @@ -2427,7 +2419,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.canvasworkpadtemplateae2673f678281e2c055d764b153e9715", + "id": "def-server.HASH_TO_VERSION_MAP.canvasworkpadtemplateae2673f678281e2c055d764b153e9715", "type": "string", "tags": [], "label": "'canvas-workpad-template|ae2673f678281e2c055d764b153e9715'", @@ -2438,7 +2430,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.canvasworkpadb0a1706d356228dbdcb4a17e6b9eb231", + "id": "def-server.HASH_TO_VERSION_MAP.canvasworkpadb0a1706d356228dbdcb4a17e6b9eb231", "type": "string", "tags": [], "label": "'canvas-workpad|b0a1706d356228dbdcb4a17e6b9eb231'", @@ -2449,7 +2441,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casescomments93535d41ca0279a4a2e5d08acd3f28e3", + "id": "def-server.HASH_TO_VERSION_MAP.casescomments93535d41ca0279a4a2e5d08acd3f28e3", "type": "string", "tags": [], "label": "'cases-comments|93535d41ca0279a4a2e5d08acd3f28e3'", @@ -2460,7 +2452,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casesconfigurec124bd0be4c139d0f0f91fb9eeca8e37", + "id": "def-server.HASH_TO_VERSION_MAP.casesconfigurec124bd0be4c139d0f0f91fb9eeca8e37", "type": "string", "tags": [], "label": "'cases-configure|c124bd0be4c139d0f0f91fb9eeca8e37'", @@ -2471,7 +2463,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casesconnectormappingsa98c33813f364f0b068e8c592ac6ef6d", + "id": "def-server.HASH_TO_VERSION_MAP.casesconnectormappingsa98c33813f364f0b068e8c592ac6ef6d", "type": "string", "tags": [], "label": "'cases-connector-mappings|a98c33813f364f0b068e8c592ac6ef6d'", @@ -2482,7 +2474,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casesrules1cb4b03690489e07aa86f283dcea5ce1", + "id": "def-server.HASH_TO_VERSION_MAP.casesrules1cb4b03690489e07aa86f283dcea5ce1", "type": "string", "tags": [], "label": "'cases-rules|1cb4b03690489e07aa86f283dcea5ce1'", @@ -2493,7 +2485,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casestelemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.casestelemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'cases-telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -2504,7 +2496,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.casesuseractions07a6651cf37853dd5d64bfb2c796e102", + "id": "def-server.HASH_TO_VERSION_MAP.casesuseractions07a6651cf37853dd5d64bfb2c796e102", "type": "string", "tags": [], "label": "'cases-user-actions|07a6651cf37853dd5d64bfb2c796e102'", @@ -2515,7 +2507,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.cases8f7dc53b17c272ea19f831537daa082d", + "id": "def-server.HASH_TO_VERSION_MAP.cases8f7dc53b17c272ea19f831537daa082d", "type": "string", "tags": [], "label": "'cases|8f7dc53b17c272ea19f831537daa082d'", @@ -2526,7 +2518,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.cloudsecurityposturesettings3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.cloudsecurityposturesettings3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'cloud-security-posture-settings|3d1b76c39bfb2cc8296b024d73854724'", @@ -2537,7 +2529,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.configglobalc63748b75f39d0c54de12d12c1ccbc20", + "id": "def-server.HASH_TO_VERSION_MAP.configglobalc63748b75f39d0c54de12d12c1ccbc20", "type": "string", "tags": [], "label": "'config-global|c63748b75f39d0c54de12d12c1ccbc20'", @@ -2548,7 +2540,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.configc63748b75f39d0c54de12d12c1ccbc20", + "id": "def-server.HASH_TO_VERSION_MAP.configc63748b75f39d0c54de12d12c1ccbc20", "type": "string", "tags": [], "label": "'config|c63748b75f39d0c54de12d12c1ccbc20'", @@ -2559,7 +2551,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.connector_token740b3fd18387d4097dca8d177e6a35c6", + "id": "def-server.HASH_TO_VERSION_MAP.connector_token740b3fd18387d4097dca8d177e6a35c6", "type": "string", "tags": [], "label": "'connector_token|740b3fd18387d4097dca8d177e6a35c6'", @@ -2570,7 +2562,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.coreusagestats3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.coreusagestats3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'core-usage-stats|3d1b76c39bfb2cc8296b024d73854724'", @@ -2581,7 +2573,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.cspruletemplate6ee70dc06c0ca3ddffc18222f202ab25", + "id": "def-server.HASH_TO_VERSION_MAP.cspruletemplate6ee70dc06c0ca3ddffc18222f202ab25", "type": "string", "tags": [], "label": "'csp-rule-template|6ee70dc06c0ca3ddffc18222f202ab25'", @@ -2592,7 +2584,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.dashboardb8aa800aa5e0d975c5e8dc57f03d41f8", + "id": "def-server.HASH_TO_VERSION_MAP.dashboardb8aa800aa5e0d975c5e8dc57f03d41f8", "type": "string", "tags": [], "label": "'dashboard|b8aa800aa5e0d975c5e8dc57f03d41f8'", @@ -2603,7 +2595,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.endpointunifieduserartifactmanifest393c6e4f5f16288c24ef9057e4d76a4c", + "id": "def-server.HASH_TO_VERSION_MAP.endpointunifieduserartifactmanifest393c6e4f5f16288c24ef9057e4d76a4c", "type": "string", "tags": [], "label": "'endpoint:unified-user-artifact-manifest|393c6e4f5f16288c24ef9057e4d76a4c'", @@ -2614,7 +2606,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.endpointuserartifactmanifest7502b5c5bc923abe8aa5ccfd636e8c3d", + "id": "def-server.HASH_TO_VERSION_MAP.endpointuserartifactmanifest7502b5c5bc923abe8aa5ccfd636e8c3d", "type": "string", "tags": [], "label": "'endpoint:user-artifact-manifest|7502b5c5bc923abe8aa5ccfd636e8c3d'", @@ -2625,7 +2617,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.enterprise_search_telemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.enterprise_search_telemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'enterprise_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -2636,7 +2628,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.epmpackagesassets44621b2f6052ef966da47b7c3a00f33b", + "id": "def-server.HASH_TO_VERSION_MAP.epmpackagesassets44621b2f6052ef966da47b7c3a00f33b", "type": "string", "tags": [], "label": "'epm-packages-assets|44621b2f6052ef966da47b7c3a00f33b'", @@ -2647,7 +2639,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.epmpackages8ce219acd0f6f3529237d52193866afb", + "id": "def-server.HASH_TO_VERSION_MAP.epmpackages8ce219acd0f6f3529237d52193866afb", "type": "string", "tags": [], "label": "'epm-packages|8ce219acd0f6f3529237d52193866afb'", @@ -2658,7 +2650,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.event_loop_delays_daily5df7e292ddd5028e07c1482e130e6654", + "id": "def-server.HASH_TO_VERSION_MAP.event_loop_delays_daily5df7e292ddd5028e07c1482e130e6654", "type": "string", "tags": [], "label": "'event_loop_delays_daily|5df7e292ddd5028e07c1482e130e6654'", @@ -2669,7 +2661,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.eventannotationgroupdf07b1a361c32daf4e6842c1d5521dbe", + "id": "def-server.HASH_TO_VERSION_MAP.eventannotationgroupdf07b1a361c32daf4e6842c1d5521dbe", "type": "string", "tags": [], "label": "'event-annotation-group|df07b1a361c32daf4e6842c1d5521dbe'", @@ -2680,7 +2672,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.exceptionlistagnostic8a1defe5981db16792cb9a772e84bb9a", + "id": "def-server.HASH_TO_VERSION_MAP.exceptionlistagnostic8a1defe5981db16792cb9a772e84bb9a", "type": "string", "tags": [], "label": "'exception-list-agnostic|8a1defe5981db16792cb9a772e84bb9a'", @@ -2691,7 +2683,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.exceptionlist8a1defe5981db16792cb9a772e84bb9a", + "id": "def-server.HASH_TO_VERSION_MAP.exceptionlist8a1defe5981db16792cb9a772e84bb9a", "type": "string", "tags": [], "label": "'exception-list|8a1defe5981db16792cb9a772e84bb9a'", @@ -2702,7 +2694,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fileuploadusagecollectiontelemetrya34fbb8e3263d105044869264860c697", + "id": "def-server.HASH_TO_VERSION_MAP.fileuploadusagecollectiontelemetrya34fbb8e3263d105044869264860c697", "type": "string", "tags": [], "label": "'file-upload-usage-collection-telemetry|a34fbb8e3263d105044869264860c697'", @@ -2713,7 +2705,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.file8e9dd7f8a22efdb8fb1c15ed38fde9f6", + "id": "def-server.HASH_TO_VERSION_MAP.file8e9dd7f8a22efdb8fb1c15ed38fde9f6", "type": "string", "tags": [], "label": "'file|8e9dd7f8a22efdb8fb1c15ed38fde9f6'", @@ -2724,7 +2716,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fileShareaa8f7ac2ddf8ab1a91bd34e347046caa", + "id": "def-server.HASH_TO_VERSION_MAP.fileShareaa8f7ac2ddf8ab1a91bd34e347046caa", "type": "string", "tags": [], "label": "'fileShare|aa8f7ac2ddf8ab1a91bd34e347046caa'", @@ -2735,7 +2727,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fleetfleetserverhostc28ce72481d1696a9aac8b2cdebcecfa", + "id": "def-server.HASH_TO_VERSION_MAP.fleetfleetserverhostc28ce72481d1696a9aac8b2cdebcecfa", "type": "string", "tags": [], "label": "'fleet-fleet-server-host|c28ce72481d1696a9aac8b2cdebcecfa'", @@ -2746,7 +2738,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fleetmessagesigningkeys3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.fleetmessagesigningkeys3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'fleet-message-signing-keys|3d1b76c39bfb2cc8296b024d73854724'", @@ -2757,7 +2749,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fleetpreconfigurationdeletionrecord4c36f199189a367e43541f236141204c", + "id": "def-server.HASH_TO_VERSION_MAP.fleetpreconfigurationdeletionrecord4c36f199189a367e43541f236141204c", "type": "string", "tags": [], "label": "'fleet-preconfiguration-deletion-record|4c36f199189a367e43541f236141204c'", @@ -2768,7 +2760,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fleetproxy05b7a22977de25ce67a77e44dd8e6c33", + "id": "def-server.HASH_TO_VERSION_MAP.fleetproxy05b7a22977de25ce67a77e44dd8e6c33", "type": "string", "tags": [], "label": "'fleet-proxy|05b7a22977de25ce67a77e44dd8e6c33'", @@ -2779,7 +2771,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.fleetuninstalltokenscdb2b655f6b468ecb57d132972425f2e", + "id": "def-server.HASH_TO_VERSION_MAP.fleetuninstalltokenscdb2b655f6b468ecb57d132972425f2e", "type": "string", "tags": [], "label": "'fleet-uninstall-tokens|cdb2b655f6b468ecb57d132972425f2e'", @@ -2790,7 +2782,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.graphworkspace27a94b2edcb0610c6aea54a7c56d7752", + "id": "def-server.HASH_TO_VERSION_MAP.graphworkspace27a94b2edcb0610c6aea54a7c56d7752", "type": "string", "tags": [], "label": "'graph-workspace|27a94b2edcb0610c6aea54a7c56d7752'", @@ -2801,7 +2793,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.guidedonboardingguidestatea3db59c45a3fd2730816d4f53c35c7d9", + "id": "def-server.HASH_TO_VERSION_MAP.guidedonboardingguidestatea3db59c45a3fd2730816d4f53c35c7d9", "type": "string", "tags": [], "label": "'guided-onboarding-guide-state|a3db59c45a3fd2730816d4f53c35c7d9'", @@ -2812,7 +2804,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.guidedonboardingpluginstate3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.guidedonboardingpluginstate3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'guided-onboarding-plugin-state|3d1b76c39bfb2cc8296b024d73854724'", @@ -2823,7 +2815,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.indexpattern83c02d842fe2a94d14dfa13f7dcd6e87", + "id": "def-server.HASH_TO_VERSION_MAP.indexpattern83c02d842fe2a94d14dfa13f7dcd6e87", "type": "string", "tags": [], "label": "'index-pattern|83c02d842fe2a94d14dfa13f7dcd6e87'", @@ -2834,7 +2826,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.infracustomdashboards1eb3c9e1888b8daea8495769e8d3ba2d", + "id": "def-server.HASH_TO_VERSION_MAP.infracustomdashboards1eb3c9e1888b8daea8495769e8d3ba2d", "type": "string", "tags": [], "label": "'infra-custom-dashboards|1eb3c9e1888b8daea8495769e8d3ba2d'", @@ -2845,7 +2837,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.infrastructuremonitoringlogviewc50526fc6040c5355ed027d34d05b35c", + "id": "def-server.HASH_TO_VERSION_MAP.infrastructuremonitoringlogviewc50526fc6040c5355ed027d34d05b35c", "type": "string", "tags": [], "label": "'infrastructure-monitoring-log-view|c50526fc6040c5355ed027d34d05b35c'", @@ -2856,7 +2848,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.infrastructureuisource3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.infrastructureuisource3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'infrastructure-ui-source|3d1b76c39bfb2cc8296b024d73854724'", @@ -2867,7 +2859,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.ingest_manager_settingsb91ffb075799c78ffd7dbd51a279c8c9", + "id": "def-server.HASH_TO_VERSION_MAP.ingest_manager_settingsb91ffb075799c78ffd7dbd51a279c8c9", "type": "string", "tags": [], "label": "'ingest_manager_settings|b91ffb075799c78ffd7dbd51a279c8c9'", @@ -2878,7 +2870,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.ingestagentpolicies0fd93cd11c019b118e93a9157c22057b", + "id": "def-server.HASH_TO_VERSION_MAP.ingestagentpolicies0fd93cd11c019b118e93a9157c22057b", "type": "string", "tags": [], "label": "'ingest-agent-policies|0fd93cd11c019b118e93a9157c22057b'", @@ -2889,7 +2881,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.ingestdownloadsources0b0f6828e59805bd07a650d80817c342", + "id": "def-server.HASH_TO_VERSION_MAP.ingestdownloadsources0b0f6828e59805bd07a650d80817c342", "type": "string", "tags": [], "label": "'ingest-download-sources|0b0f6828e59805bd07a650d80817c342'", @@ -2900,7 +2892,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.ingestoutputsb1237f7fdc0967709e75d65d208ace05", + "id": "def-server.HASH_TO_VERSION_MAP.ingestoutputsb1237f7fdc0967709e75d65d208ace05", "type": "string", "tags": [], "label": "'ingest-outputs|b1237f7fdc0967709e75d65d208ace05'", @@ -2911,7 +2903,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.ingestpackagepoliciesaef7977b81f7930f23cbfd8711ba272e", + "id": "def-server.HASH_TO_VERSION_MAP.ingestpackagepoliciesaef7977b81f7930f23cbfd8711ba272e", "type": "string", "tags": [], "label": "'ingest-package-policies|aef7977b81f7930f23cbfd8711ba272e'", @@ -2922,7 +2914,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.inventoryview3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.inventoryview3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'inventory-view|3d1b76c39bfb2cc8296b024d73854724'", @@ -2933,7 +2925,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.kqltelemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.kqltelemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'kql-telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -2944,7 +2936,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.legacyurlalias0750774cf16475f88f2361e99cc5c8f0", + "id": "def-server.HASH_TO_VERSION_MAP.legacyurlalias0750774cf16475f88f2361e99cc5c8f0", "type": "string", "tags": [], "label": "'legacy-url-alias|0750774cf16475f88f2361e99cc5c8f0'", @@ -2955,7 +2947,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.lensuitelemetry509bfa5978586998e05f9e303c07a327", + "id": "def-server.HASH_TO_VERSION_MAP.lensuitelemetry509bfa5978586998e05f9e303c07a327", "type": "string", "tags": [], "label": "'lens-ui-telemetry|509bfa5978586998e05f9e303c07a327'", @@ -2966,7 +2958,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.lensb0da10d5ab9ebd81d61700737ddc76c9", + "id": "def-server.HASH_TO_VERSION_MAP.lensb0da10d5ab9ebd81d61700737ddc76c9", "type": "string", "tags": [], "label": "'lens|b0da10d5ab9ebd81d61700737ddc76c9'", @@ -2977,7 +2969,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.links3378bb9b651572865d9f61f5b448e415", + "id": "def-server.HASH_TO_VERSION_MAP.links3378bb9b651572865d9f61f5b448e415", "type": "string", "tags": [], "label": "'links|3378bb9b651572865d9f61f5b448e415'", @@ -2988,7 +2980,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.maintenancewindowa58ac2ef53ff5103710093e669dcc1d8", + "id": "def-server.HASH_TO_VERSION_MAP.maintenancewindowa58ac2ef53ff5103710093e669dcc1d8", "type": "string", "tags": [], "label": "'maintenance-window|a58ac2ef53ff5103710093e669dcc1d8'", @@ -2999,7 +2991,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.map9134b47593116d7953f6adba096fc463", + "id": "def-server.HASH_TO_VERSION_MAP.map9134b47593116d7953f6adba096fc463", "type": "string", "tags": [], "label": "'map|9134b47593116d7953f6adba096fc463'", @@ -3010,7 +3002,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.metricsdatasource3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.metricsdatasource3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'metrics-data-source|3d1b76c39bfb2cc8296b024d73854724'", @@ -3021,7 +3013,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.metricsexplorerview3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.metricsexplorerview3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'metrics-explorer-view|3d1b76c39bfb2cc8296b024d73854724'", @@ -3032,7 +3024,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.mljob3bb64c31915acf93fc724af137a0891b", + "id": "def-server.HASH_TO_VERSION_MAP.mljob3bb64c31915acf93fc724af137a0891b", "type": "string", "tags": [], "label": "'ml-job|3bb64c31915acf93fc724af137a0891b'", @@ -3043,7 +3035,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.mlmodulef6c6b7b7ebdca4154246923f24d6340d", + "id": "def-server.HASH_TO_VERSION_MAP.mlmodulef6c6b7b7ebdca4154246923f24d6340d", "type": "string", "tags": [], "label": "'ml-module|f6c6b7b7ebdca4154246923f24d6340d'", @@ -3054,7 +3046,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.mltrainedmodeld2f03c1a5dd038fa58af14a56944312b", + "id": "def-server.HASH_TO_VERSION_MAP.mltrainedmodeld2f03c1a5dd038fa58af14a56944312b", "type": "string", "tags": [], "label": "'ml-trained-model|d2f03c1a5dd038fa58af14a56944312b'", @@ -3065,7 +3057,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.monitoringtelemetry2669d5ec15e82391cf58df4294ee9c68", + "id": "def-server.HASH_TO_VERSION_MAP.monitoringtelemetry2669d5ec15e82391cf58df4294ee9c68", "type": "string", "tags": [], "label": "'monitoring-telemetry|2669d5ec15e82391cf58df4294ee9c68'", @@ -3076,7 +3068,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.observabilityonboardingstatea4e5c9d018037114140bdb1647c2d568", + "id": "def-server.HASH_TO_VERSION_MAP.observabilityonboardingstatea4e5c9d018037114140bdb1647c2d568", "type": "string", "tags": [], "label": "'observability-onboarding-state|a4e5c9d018037114140bdb1647c2d568'", @@ -3087,7 +3079,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.osquerymanagerusagemetric4dc4f647d27247c002f56f22742175fe", + "id": "def-server.HASH_TO_VERSION_MAP.osquerymanagerusagemetric4dc4f647d27247c002f56f22742175fe", "type": "string", "tags": [], "label": "'osquery-manager-usage-metric|4dc4f647d27247c002f56f22742175fe'", @@ -3098,7 +3090,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.osquerypackassetfe0dfa13c4c24ac37ce1aec04c560a81", + "id": "def-server.HASH_TO_VERSION_MAP.osquerypackassetfe0dfa13c4c24ac37ce1aec04c560a81", "type": "string", "tags": [], "label": "'osquery-pack-asset|fe0dfa13c4c24ac37ce1aec04c560a81'", @@ -3109,7 +3101,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.osquerypack6bc20973adab06f00156cbc4578a19ac", + "id": "def-server.HASH_TO_VERSION_MAP.osquerypack6bc20973adab06f00156cbc4578a19ac", "type": "string", "tags": [], "label": "'osquery-pack|6bc20973adab06f00156cbc4578a19ac'", @@ -3120,7 +3112,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.osquerysavedquerya05ec7031231a4b71bfb4493a07b2dc5", + "id": "def-server.HASH_TO_VERSION_MAP.osquerysavedquerya05ec7031231a4b71bfb4493a07b2dc5", "type": "string", "tags": [], "label": "'osquery-saved-query|a05ec7031231a4b71bfb4493a07b2dc5'", @@ -3131,7 +3123,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.policysettingsprotectionupdatesnote37d4035a1dc3c5e58f1b519f99093f21", + "id": "def-server.HASH_TO_VERSION_MAP.policysettingsprotectionupdatesnote37d4035a1dc3c5e58f1b519f99093f21", "type": "string", "tags": [], "label": "'policy-settings-protection-updates-note|37d4035a1dc3c5e58f1b519f99093f21'", @@ -3142,7 +3134,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.queryaa811b49f48906074f59110bfa83984c", + "id": "def-server.HASH_TO_VERSION_MAP.queryaa811b49f48906074f59110bfa83984c", "type": "string", "tags": [], "label": "'query|aa811b49f48906074f59110bfa83984c'", @@ -3153,7 +3145,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.riskengineconfiguration431232781a82926aad5b1fd849715c0f", + "id": "def-server.HASH_TO_VERSION_MAP.riskengineconfiguration431232781a82926aad5b1fd849715c0f", "type": "string", "tags": [], "label": "'risk-engine-configuration|431232781a82926aad5b1fd849715c0f'", @@ -3164,7 +3156,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.rulessettings001f60645e96c71520214b57f3ea7590", + "id": "def-server.HASH_TO_VERSION_MAP.rulessettings001f60645e96c71520214b57f3ea7590", "type": "string", "tags": [], "label": "'rules-settings|001f60645e96c71520214b57f3ea7590'", @@ -3175,7 +3167,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.sampledatatelemetry7d3cfeb915303c9641c59681967ffeb4", + "id": "def-server.HASH_TO_VERSION_MAP.sampledatatelemetry7d3cfeb915303c9641c59681967ffeb4", "type": "string", "tags": [], "label": "'sample-data-telemetry|7d3cfeb915303c9641c59681967ffeb4'", @@ -3186,7 +3178,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.searchsessionfea3612a90b81672991617646f229a61", + "id": "def-server.HASH_TO_VERSION_MAP.searchsessionfea3612a90b81672991617646f229a61", "type": "string", "tags": [], "label": "'search-session|fea3612a90b81672991617646f229a61'", @@ -3197,7 +3189,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.searchtelemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.searchtelemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'search-telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -3208,7 +3200,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.searchdf07b1a361c32daf4e6842c1d5521dbe", + "id": "def-server.HASH_TO_VERSION_MAP.searchdf07b1a361c32daf4e6842c1d5521dbe", "type": "string", "tags": [], "label": "'search|df07b1a361c32daf4e6842c1d5521dbe'", @@ -3219,7 +3211,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.securityrule9d9d11b97e3aaa87fbaefbace2b5c25f", + "id": "def-server.HASH_TO_VERSION_MAP.securityrule9d9d11b97e3aaa87fbaefbace2b5c25f", "type": "string", "tags": [], "label": "'security-rule|9d9d11b97e3aaa87fbaefbace2b5c25f'", @@ -3230,7 +3222,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.securitysolutionsignalsmigration4060b5a63dddfd54d2cd56450882cc0e", + "id": "def-server.HASH_TO_VERSION_MAP.securitysolutionsignalsmigration4060b5a63dddfd54d2cd56450882cc0e", "type": "string", "tags": [], "label": "'security-solution-signals-migration|4060b5a63dddfd54d2cd56450882cc0e'", @@ -3241,7 +3233,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.siemdetectionengineruleactionsf5c218f837bac10ab2c3980555176cf9", + "id": "def-server.HASH_TO_VERSION_MAP.siemdetectionengineruleactionsf5c218f837bac10ab2c3980555176cf9", "type": "string", "tags": [], "label": "'siem-detection-engine-rule-actions|f5c218f837bac10ab2c3980555176cf9'", @@ -3252,7 +3244,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.siemuitimelinenote28393dfdeb4e4413393eb5f7ec8c5436", + "id": "def-server.HASH_TO_VERSION_MAP.siemuitimelinenote28393dfdeb4e4413393eb5f7ec8c5436", "type": "string", "tags": [], "label": "'siem-ui-timeline-note|28393dfdeb4e4413393eb5f7ec8c5436'", @@ -3263,7 +3255,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.siemuitimelinepinnedevent293fce142548281599060e07ad2c9ddb", + "id": "def-server.HASH_TO_VERSION_MAP.siemuitimelinepinnedevent293fce142548281599060e07ad2c9ddb", "type": "string", "tags": [], "label": "'siem-ui-timeline-pinned-event|293fce142548281599060e07ad2c9ddb'", @@ -3274,7 +3266,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.siemuitimelinef6739fd4b17646a6c86321a746c247ef", + "id": "def-server.HASH_TO_VERSION_MAP.siemuitimelinef6739fd4b17646a6c86321a746c247ef", "type": "string", "tags": [], "label": "'siem-ui-timeline|f6739fd4b17646a6c86321a746c247ef'", @@ -3285,7 +3277,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.slosettings3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.slosettings3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'slo-settings|3d1b76c39bfb2cc8296b024d73854724'", @@ -3296,7 +3288,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.slodc7f35c0cf07d71bb36f154996fe10c6", + "id": "def-server.HASH_TO_VERSION_MAP.slodc7f35c0cf07d71bb36f154996fe10c6", "type": "string", "tags": [], "label": "'slo|dc7f35c0cf07d71bb36f154996fe10c6'", @@ -3307,7 +3299,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.spacec3aec2a5d4afcb75554fed96411170e1", + "id": "def-server.HASH_TO_VERSION_MAP.spacec3aec2a5d4afcb75554fed96411170e1", "type": "string", "tags": [], "label": "'space|c3aec2a5d4afcb75554fed96411170e1'", @@ -3318,7 +3310,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.spacesusagestats3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.spacesusagestats3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'spaces-usage-stats|3d1b76c39bfb2cc8296b024d73854724'", @@ -3329,7 +3321,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.syntheticsmonitor918c09d935b1dcb6a84935b176262c3a", + "id": "def-server.HASH_TO_VERSION_MAP.syntheticsmonitor918c09d935b1dcb6a84935b176262c3a", "type": "string", "tags": [], "label": "'synthetics-monitor|918c09d935b1dcb6a84935b176262c3a'", @@ -3340,7 +3332,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.syntheticsparam3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.syntheticsparam3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'synthetics-param|3d1b76c39bfb2cc8296b024d73854724'", @@ -3351,7 +3343,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.syntheticsprivateslocations3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.syntheticsprivateslocations3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'synthetics-privates-locations|3d1b76c39bfb2cc8296b024d73854724'", @@ -3362,7 +3354,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.tag83d55da58f6530f7055415717ec06474", + "id": "def-server.HASH_TO_VERSION_MAP.tag83d55da58f6530f7055415717ec06474", "type": "string", "tags": [], "label": "'tag|83d55da58f6530f7055415717ec06474'", @@ -3373,7 +3365,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.taskb4a368fd68cd32ef6990877634639db6", + "id": "def-server.HASH_TO_VERSION_MAP.taskb4a368fd68cd32ef6990877634639db6", "type": "string", "tags": [], "label": "'task|b4a368fd68cd32ef6990877634639db6'", @@ -3384,7 +3376,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.telemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.telemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -3395,7 +3387,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.thresholdexplorerview3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.thresholdexplorerview3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'threshold-explorer-view|3d1b76c39bfb2cc8296b024d73854724'", @@ -3406,7 +3398,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.uimetric0d409297dc5ebe1e3a1da691c6ee32e3", + "id": "def-server.HASH_TO_VERSION_MAP.uimetric0d409297dc5ebe1e3a1da691c6ee32e3", "type": "string", "tags": [], "label": "'ui-metric|0d409297dc5ebe1e3a1da691c6ee32e3'", @@ -3417,7 +3409,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.upgradeassistantmlupgradeoperation3caf305ad2da94d80d49453b0970156d", + "id": "def-server.HASH_TO_VERSION_MAP.upgradeassistantmlupgradeoperation3caf305ad2da94d80d49453b0970156d", "type": "string", "tags": [], "label": "'upgrade-assistant-ml-upgrade-operation|3caf305ad2da94d80d49453b0970156d'", @@ -3428,7 +3420,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.upgradeassistantreindexoperation6d1e2aca91767634e1829c30f20f6b16", + "id": "def-server.HASH_TO_VERSION_MAP.upgradeassistantreindexoperation6d1e2aca91767634e1829c30f20f6b16", "type": "string", "tags": [], "label": "'upgrade-assistant-reindex-operation|6d1e2aca91767634e1829c30f20f6b16'", @@ -3439,7 +3431,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.uptimedynamicsettings3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.uptimedynamicsettings3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'uptime-dynamic-settings|3d1b76c39bfb2cc8296b024d73854724'", @@ -3450,7 +3442,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.uptimesyntheticsapikeyc3178f0fde61e18d3530ba9a70bc278a", + "id": "def-server.HASH_TO_VERSION_MAP.uptimesyntheticsapikeyc3178f0fde61e18d3530ba9a70bc278a", "type": "string", "tags": [], "label": "'uptime-synthetics-api-key|c3178f0fde61e18d3530ba9a70bc278a'", @@ -3461,7 +3453,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.urla37dbae7645ad5811045f4dd3dc1c0a8", + "id": "def-server.HASH_TO_VERSION_MAP.urla37dbae7645ad5811045f4dd3dc1c0a8", "type": "string", "tags": [], "label": "'url|a37dbae7645ad5811045f4dd3dc1c0a8'", @@ -3472,7 +3464,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.usagecounters8cc260bdceffec4ffc3ad165c97dc1b4", + "id": "def-server.HASH_TO_VERSION_MAP.usagecounters8cc260bdceffec4ffc3ad165c97dc1b4", "type": "string", "tags": [], "label": "'usage-counters|8cc260bdceffec4ffc3ad165c97dc1b4'", @@ -3483,7 +3475,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.visualization4891c012863513388881fc109fec4809", + "id": "def-server.HASH_TO_VERSION_MAP.visualization4891c012863513388881fc109fec4809", "type": "string", "tags": [], "label": "'visualization|4891c012863513388881fc109fec4809'", @@ -3494,7 +3486,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.HASH_TO_VERSION_MAP.workplace_search_telemetry3d1b76c39bfb2cc8296b024d73854724", + "id": "def-server.HASH_TO_VERSION_MAP.workplace_search_telemetry3d1b76c39bfb2cc8296b024d73854724", "type": "string", "tags": [], "label": "'workplace_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", @@ -3508,7 +3500,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsConfig", + "id": "def-server.savedObjectsConfig", "type": "Object", "tags": [], "label": "savedObjectsConfig", @@ -3519,7 +3511,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsConfig.path", + "id": "def-server.savedObjectsConfig.path", "type": "string", "tags": [], "label": "path", @@ -3530,7 +3522,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsConfig.schema", + "id": "def-server.savedObjectsConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -3586,7 +3578,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsMigrationConfig", + "id": "def-server.savedObjectsMigrationConfig", "type": "Object", "tags": [], "label": "savedObjectsMigrationConfig", @@ -3597,7 +3589,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsMigrationConfig.path", + "id": "def-server.savedObjectsMigrationConfig.path", "type": "string", "tags": [], "label": "path", @@ -3608,7 +3600,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-internal", - "id": "def-common.savedObjectsMigrationConfig.schema", + "id": "def-server.savedObjectsMigrationConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -3751,5 +3743,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 18df972dc43db..bc858dcd903c3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; @@ -23,20 +23,20 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 226 | 0 | 183 | 11 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_base_server_mocks.devdocs.json index 7712604342d52..88bf8e8dcbc66 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-mocks", - "id": "def-common.createDocumentMigratorMock", + "id": "def-server.createDocumentMigratorMock", "type": "Function", "tags": [], "label": "createDocumentMigratorMock", @@ -30,9 +22,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IDocumentMigrator", + "section": "def-server.IDocumentMigrator", "text": "IDocumentMigrator" }, ">" @@ -51,7 +43,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-mocks", - "id": "def-common.serializerMock", + "id": "def-server.serializerMock", "type": "Object", "tags": [], "label": "serializerMock", @@ -62,7 +54,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-mocks", - "id": "def-common.serializerMock.create", + "id": "def-server.serializerMock.create", "type": "Function", "tags": [], "label": "create", @@ -71,9 +63,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSerializer", + "section": "def-server.ISavedObjectsSerializer", "text": "ISavedObjectsSerializer" }, ">" @@ -89,7 +81,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-base-server-mocks", - "id": "def-common.typeRegistryMock", + "id": "def-server.typeRegistryMock", "type": "Object", "tags": [], "label": "typeRegistryMock", @@ -100,7 +92,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-base-server-mocks", - "id": "def-common.typeRegistryMock.create", + "id": "def-server.typeRegistryMock.create", "type": "Function", "tags": [], "label": "create", @@ -109,9 +101,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, " & Pick<", @@ -128,5 +120,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 88ce7a4584c21..18696cda4327e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 0 | -## Common +## Server ### Objects - + ### Functions - + diff --git a/api_docs/kbn_core_saved_objects_browser.devdocs.json b/api_docs/kbn_core_saved_objects_browser.devdocs.json index 729ef8d36c3e2..a56a73cbcd2d1 100644 --- a/api_docs/kbn_core_saved_objects_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-saved-objects-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-browser", - "id": "def-common.SavedObjectsStart", + "id": "def-public.SavedObjectsStart", "type": "Interface", "tags": [ "deprecated" @@ -101,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser", - "id": "def-common.SavedObjectsStart.client", + "id": "def-public.SavedObjectsStart.client", "type": "Object", "tags": [], "label": "client", @@ -111,9 +95,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-public.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -128,5 +112,21 @@ "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_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index 32e5fa42329a5..ef61dc2a97ac6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 1 | 0 | -## Common +## Client ### Interfaces - + diff --git a/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json index 59b17ac34b720..83b0893914e67 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-saved-objects-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService", + "id": "def-public.SavedObjectsService", "type": "Class", "tags": [ "deprecated" @@ -30,9 +14,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserInternalPluginApi", - "section": "def-common.SavedObjectsService", + "section": "def-public.SavedObjectsService", "text": "SavedObjectsService" }, " implements ", @@ -40,9 +24,9 @@ "" @@ -75,7 +59,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService.setup", + "id": "def-public.SavedObjectsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -91,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService.start", + "id": "def-public.SavedObjectsService.start", "type": "Function", "tags": [], "label": "start", @@ -100,17 +84,17 @@ "({ http }: { http: ", { "pluginId": "@kbn/core-http-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-common.InternalHttpStart", + "section": "def-public.InternalHttpStart", "text": "InternalHttpStart" }, "; }) => Promise<", { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" }, ">" @@ -121,7 +105,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService.start.$1", + "id": "def-public.SavedObjectsService.start.$1", "type": "Object", "tags": [], "label": "{ http }", @@ -132,7 +116,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService.start.$1.http", + "id": "def-public.SavedObjectsService.start.$1.http", "type": "CompoundType", "tags": [], "label": "http", @@ -141,9 +125,9 @@ "Omit<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", \"staticAssets\"> & { staticAssets: ", @@ -161,7 +145,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-browser-internal", - "id": "def-common.SavedObjectsService.stop", + "id": "def-public.SavedObjectsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -184,5 +168,21 @@ "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_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 9f75e9ff191ca..ccbb8a5d3ba27 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json index ebe7a8f233c79..abe1d72f17fc3 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-saved-objects-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.savedObjectsServiceMock", + "id": "def-public.savedObjectsServiceMock", "type": "Object", "tags": [ "deprecated" @@ -60,7 +44,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.savedObjectsServiceMock.create", + "id": "def-public.savedObjectsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.savedObjectsServiceMock.createStartContract", + "id": "def-public.savedObjectsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -85,9 +69,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" }, ">" @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.simpleSavedObjectMock", + "id": "def-public.simpleSavedObjectMock", "type": "Object", "tags": [ "deprecated" @@ -138,7 +122,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.simpleSavedObjectMock.create", + "id": "def-public.simpleSavedObjectMock.create", "type": "Function", "tags": [], "label": "create", @@ -147,9 +131,9 @@ "(client: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-public.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", savedObject: ", @@ -163,9 +147,9 @@ ") => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, ">" @@ -176,7 +160,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.simpleSavedObjectMock.create.$1", + "id": "def-public.simpleSavedObjectMock.create.$1", "type": "Object", "tags": [], "label": "client", @@ -184,9 +168,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-public.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -197,7 +181,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-browser-mocks", - "id": "def-common.simpleSavedObjectMock.create.$2", + "id": "def-public.simpleSavedObjectMock.create.$2", "type": "Object", "tags": [], "label": "savedObject", @@ -224,5 +208,21 @@ "initialIsOpen": false } ] + }, + "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_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index 8b2e21be4ce33..44235c63241f4 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 26a9cbc219af6..e3b93700cabdd 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_saved_objects_import_export_server_internal.devdocs.json index a7e0660f5e012..de958a8dce50f 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError", + "id": "def-server.SavedObjectsExportError", "type": "Class", "tags": [], "label": "SavedObjectsExportError", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsExportError", + "section": "def-server.SavedObjectsExportError", "text": "SavedObjectsExportError" }, " extends Error" @@ -41,7 +33,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.Unnamed", + "id": "def-server.SavedObjectsExportError.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -55,7 +47,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.Unnamed.$1", + "id": "def-server.SavedObjectsExportError.Unnamed.$1", "type": "string", "tags": [], "label": "type", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.Unnamed.$2", + "id": "def-server.SavedObjectsExportError.Unnamed.$2", "type": "string", "tags": [], "label": "message", @@ -85,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.Unnamed.$3", + "id": "def-server.SavedObjectsExportError.Unnamed.$3", "type": "Object", "tags": [], "label": "attributes", @@ -103,7 +95,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.exportSizeExceeded", + "id": "def-server.SavedObjectsExportError.exportSizeExceeded", "type": "Function", "tags": [], "label": "exportSizeExceeded", @@ -112,9 +104,9 @@ "(limit: number) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsExportError", + "section": "def-server.SavedObjectsExportError", "text": "SavedObjectsExportError" } ], @@ -124,7 +116,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.exportSizeExceeded.$1", + "id": "def-server.SavedObjectsExportError.exportSizeExceeded.$1", "type": "number", "tags": [], "label": "limit", @@ -142,7 +134,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.objectFetchError", + "id": "def-server.SavedObjectsExportError.objectFetchError", "type": "Function", "tags": [], "label": "objectFetchError", @@ -159,9 +151,9 @@ "[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsExportError", + "section": "def-server.SavedObjectsExportError", "text": "SavedObjectsExportError" } ], @@ -171,7 +163,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.objectFetchError.$1", + "id": "def-server.SavedObjectsExportError.objectFetchError.$1", "type": "Array", "tags": [], "label": "objects", @@ -196,7 +188,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.objectTransformError", + "id": "def-server.SavedObjectsExportError.objectTransformError", "type": "Function", "tags": [], "label": "objectTransformError", @@ -215,9 +207,9 @@ "[], cause: Error) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsExportError", + "section": "def-server.SavedObjectsExportError", "text": "SavedObjectsExportError" } ], @@ -227,7 +219,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.objectTransformError.$1", + "id": "def-server.SavedObjectsExportError.objectTransformError.$1", "type": "Array", "tags": [], "label": "objects", @@ -249,7 +241,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.objectTransformError.$2", + "id": "def-server.SavedObjectsExportError.objectTransformError.$2", "type": "Object", "tags": [], "label": "cause", @@ -267,7 +259,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.invalidTransformError", + "id": "def-server.SavedObjectsExportError.invalidTransformError", "type": "Function", "tags": [], "label": "invalidTransformError", @@ -278,9 +270,9 @@ "(objectKeys: string[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsExportError", + "section": "def-server.SavedObjectsExportError", "text": "SavedObjectsExportError" } ], @@ -290,7 +282,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsExportError.invalidTransformError.$1", + "id": "def-server.SavedObjectsExportError.invalidTransformError.$1", "type": "Array", "tags": [], "label": "objectKeys", @@ -311,7 +303,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError", + "id": "def-server.SavedObjectsImportError", "type": "Class", "tags": [], "label": "SavedObjectsImportError", @@ -319,9 +311,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" }, " extends Error" @@ -332,7 +324,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.importSizeExceeded", + "id": "def-server.SavedObjectsImportError.importSizeExceeded", "type": "Function", "tags": [], "label": "importSizeExceeded", @@ -341,9 +333,9 @@ "(limit: number) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" } ], @@ -353,7 +345,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.importSizeExceeded.$1", + "id": "def-server.SavedObjectsImportError.importSizeExceeded.$1", "type": "number", "tags": [], "label": "limit", @@ -371,7 +363,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueImportObjects", + "id": "def-server.SavedObjectsImportError.nonUniqueImportObjects", "type": "Function", "tags": [], "label": "nonUniqueImportObjects", @@ -380,9 +372,9 @@ "(nonUniqueEntries: string[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" } ], @@ -392,7 +384,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueImportObjects.$1", + "id": "def-server.SavedObjectsImportError.nonUniqueImportObjects.$1", "type": "Array", "tags": [], "label": "nonUniqueEntries", @@ -410,7 +402,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueRetryObjects", + "id": "def-server.SavedObjectsImportError.nonUniqueRetryObjects", "type": "Function", "tags": [], "label": "nonUniqueRetryObjects", @@ -419,9 +411,9 @@ "(nonUniqueRetryObjects: string[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" } ], @@ -431,7 +423,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueRetryObjects.$1", + "id": "def-server.SavedObjectsImportError.nonUniqueRetryObjects.$1", "type": "Array", "tags": [], "label": "nonUniqueRetryObjects", @@ -449,7 +441,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueRetryDestinations", + "id": "def-server.SavedObjectsImportError.nonUniqueRetryDestinations", "type": "Function", "tags": [], "label": "nonUniqueRetryDestinations", @@ -458,9 +450,9 @@ "(nonUniqueRetryDestinations: string[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" } ], @@ -470,7 +462,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.nonUniqueRetryDestinations.$1", + "id": "def-server.SavedObjectsImportError.nonUniqueRetryDestinations.$1", "type": "Array", "tags": [], "label": "nonUniqueRetryDestinations", @@ -488,7 +480,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.referencesFetchError", + "id": "def-server.SavedObjectsImportError.referencesFetchError", "type": "Function", "tags": [], "label": "referencesFetchError", @@ -505,9 +497,9 @@ "[]) => ", { "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-common.SavedObjectsImportError", + "section": "def-server.SavedObjectsImportError", "text": "SavedObjectsImportError" } ], @@ -517,7 +509,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.SavedObjectsImportError.referencesFetchError.$1", + "id": "def-server.SavedObjectsImportError.referencesFetchError.$1", "type": "Array", "tags": [], "label": "objects", @@ -550,7 +542,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-internal", - "id": "def-common.EXPORT_ALL_TYPES_TOKEN", + "id": "def-server.EXPORT_ALL_TYPES_TOKEN", "type": "string", "tags": [], "label": "EXPORT_ALL_TYPES_TOKEN", @@ -567,5 +559,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 e434daa2103eb..332dc2336a9a6 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-29 +date: 2024-07-30 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'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 26 | 0 | 23 | 0 | -## Common +## Server ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json index 05f38793a0504..1b61975574e79 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-mocks", - "id": "def-common.savedObjectsExporterMock", + "id": "def-server.savedObjectsExporterMock", "type": "Object", "tags": [], "label": "savedObjectsExporterMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-mocks", - "id": "def-common.savedObjectsExporterMock.create", + "id": "def-server.savedObjectsExporterMock.create", "type": "Function", "tags": [], "label": "create", @@ -45,9 +37,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsExporter", + "section": "def-server.ISavedObjectsExporter", "text": "ISavedObjectsExporter" }, ">" @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-import-export-server-mocks", - "id": "def-common.savedObjectsImporterMock", + "id": "def-server.savedObjectsImporterMock", "type": "Object", "tags": [], "label": "savedObjectsImporterMock", @@ -74,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-import-export-server-mocks", - "id": "def-common.savedObjectsImporterMock.create", + "id": "def-server.savedObjectsImporterMock.create", "type": "Function", "tags": [], "label": "create", @@ -83,9 +75,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsImporter", + "section": "def-server.ISavedObjectsImporter", "text": "ISavedObjectsImporter" }, ">" @@ -100,5 +92,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 a70a6cafac14b..b42782e216e71 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-29 +date: 2024-07-30 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'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json index 50e1eb4b031c6..258c7bf8d53f8 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator", + "id": "def-server.DocumentMigrator", "type": "Class", "tags": [], "label": "DocumentMigrator", @@ -30,17 +22,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.DocumentMigrator", + "section": "def-server.DocumentMigrator", "text": "DocumentMigrator" }, " implements ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IDocumentMigrator", + "section": "def-server.IDocumentMigrator", "text": "IDocumentMigrator" } ], @@ -50,7 +42,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.Unnamed", + "id": "def-server.DocumentMigrator.Unnamed", "type": "Function", "tags": [ "prop", @@ -71,7 +63,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.Unnamed.$1", + "id": "def-server.DocumentMigrator.Unnamed.$1", "type": "Object", "tags": [], "label": "options", @@ -89,7 +81,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.getMigrationVersion", + "id": "def-server.DocumentMigrator.getMigrationVersion", "type": "Function", "tags": [], "label": "getMigrationVersion", @@ -112,7 +104,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.getMigrationVersion.$1", + "id": "def-server.DocumentMigrator.getMigrationVersion.$1", "type": "Object", "tags": [], "label": "{\n includeDeferred = true,\n migrationType = 'type',\n }", @@ -130,7 +122,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.prepareMigrations", + "id": "def-server.DocumentMigrator.prepareMigrations", "type": "Function", "tags": [], "label": "prepareMigrations", @@ -148,7 +140,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.migrate", + "id": "def-server.DocumentMigrator.migrate", "type": "Function", "tags": [], "label": "migrate", @@ -159,25 +151,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", { allowDowngrade, targetTypeVersion }?: ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.DocumentMigrateOptions", + "section": "def-server.DocumentMigrateOptions", "text": "DocumentMigrateOptions" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -188,7 +180,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.migrate.$1", + "id": "def-server.DocumentMigrator.migrate.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -196,9 +188,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -210,7 +202,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.migrate.$2", + "id": "def-server.DocumentMigrator.migrate.$2", "type": "Object", "tags": [], "label": "{ allowDowngrade = false, targetTypeVersion }", @@ -218,9 +210,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.DocumentMigrateOptions", + "section": "def-server.DocumentMigrateOptions", "text": "DocumentMigrateOptions" } ], @@ -234,7 +226,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.migrateAndConvert", + "id": "def-server.DocumentMigrator.migrateAndConvert", "type": "Function", "tags": [], "label": "migrateAndConvert", @@ -245,17 +237,17 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "[]" @@ -266,7 +258,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.migrateAndConvert.$1", + "id": "def-server.DocumentMigrator.migrateAndConvert.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -274,9 +266,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -291,7 +283,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.isDowngradeRequired", + "id": "def-server.DocumentMigrator.isDowngradeRequired", "type": "Function", "tags": [], "label": "isDowngradeRequired", @@ -302,17 +294,17 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", { targetTypeVersion }?: ", { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IsDowngradeRequiredOptions", + "section": "def-server.IsDowngradeRequiredOptions", "text": "IsDowngradeRequiredOptions" }, ") => boolean" @@ -323,7 +315,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.isDowngradeRequired.$1", + "id": "def-server.DocumentMigrator.isDowngradeRequired.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -331,9 +323,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -345,7 +337,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentMigrator.isDowngradeRequired.$2", + "id": "def-server.DocumentMigrator.isDowngradeRequired.$2", "type": "Object", "tags": [], "label": "{ targetTypeVersion }", @@ -353,9 +345,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-common.IsDowngradeRequiredOptions", + "section": "def-server.IsDowngradeRequiredOptions", "text": "IsDowngradeRequiredOptions" } ], @@ -372,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator", + "id": "def-server.KibanaMigrator", "type": "Class", "tags": [], "label": "KibanaMigrator", @@ -382,9 +374,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.KibanaMigrator", + "section": "def-server.KibanaMigrator", "text": "KibanaMigrator" }, " implements ", @@ -396,7 +388,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.kibanaVersion", + "id": "def-server.KibanaMigrator.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -407,7 +399,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.Unnamed", + "id": "def-server.KibanaMigrator.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -423,7 +415,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.Unnamed.$1", + "id": "def-server.KibanaMigrator.Unnamed.$1", "type": "Object", "tags": [], "label": "{\n client,\n typeRegistry,\n kibanaIndex,\n defaultIndexTypesMap,\n hashToVersionMap,\n soMigrationsConfig,\n kibanaVersion,\n logger,\n docLinks,\n waitForMigrationCompletion,\n nodeRoles,\n esCapabilities,\n }", @@ -431,9 +423,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.KibanaMigratorOptions", + "section": "def-server.KibanaMigratorOptions", "text": "KibanaMigratorOptions" } ], @@ -447,7 +439,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.getDocumentMigrator", + "id": "def-server.KibanaMigrator.getDocumentMigrator", "type": "Function", "tags": [], "label": "getDocumentMigrator", @@ -456,9 +448,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.DocumentMigrator", + "section": "def-server.DocumentMigrator", "text": "DocumentMigrator" } ], @@ -470,7 +462,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.runMigrations", + "id": "def-server.KibanaMigrator.runMigrations", "type": "Function", "tags": [], "label": "runMigrations", @@ -486,7 +478,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.runMigrations.$1", + "id": "def-server.KibanaMigrator.runMigrations.$1", "type": "Object", "tags": [], "label": "{ rerun = false }", @@ -497,7 +489,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.runMigrations.$1.rerun", + "id": "def-server.KibanaMigrator.runMigrations.$1.rerun", "type": "CompoundType", "tags": [], "label": "rerun", @@ -516,7 +508,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.prepareMigrations", + "id": "def-server.KibanaMigrator.prepareMigrations", "type": "Function", "tags": [], "label": "prepareMigrations", @@ -532,7 +524,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.getStatus$", + "id": "def-server.KibanaMigrator.getStatus$", "type": "Function", "tags": [], "label": "getStatus$", @@ -552,7 +544,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.getActiveMappings", + "id": "def-server.KibanaMigrator.getActiveMappings", "type": "Function", "tags": [], "label": "getActiveMappings", @@ -569,7 +561,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.migrateDocument", + "id": "def-server.KibanaMigrator.migrateDocument", "type": "Function", "tags": [], "label": "migrateDocument", @@ -578,9 +570,9 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", { allowDowngrade }?: ", @@ -588,9 +580,9 @@ ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -601,7 +593,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.migrateDocument.$1", + "id": "def-server.KibanaMigrator.migrateDocument.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -609,9 +601,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -623,7 +615,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigrator.migrateDocument.$2", + "id": "def-server.KibanaMigrator.migrateDocument.$2", "type": "Object", "tags": [], "label": "{ allowDowngrade = false }", @@ -646,7 +638,7 @@ "functions": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.addExcludedTypesToBoolQuery", + "id": "def-server.addExcludedTypesToBoolQuery", "type": "Function", "tags": [], "label": "addExcludedTypesToBoolQuery", @@ -665,7 +657,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.addExcludedTypesToBoolQuery.$1", + "id": "def-server.addExcludedTypesToBoolQuery.$1", "type": "Array", "tags": [], "label": "types", @@ -682,7 +674,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.addExcludedTypesToBoolQuery.$2", + "id": "def-server.addExcludedTypesToBoolQuery.$2", "type": "Object", "tags": [], "label": "boolQuery", @@ -706,7 +698,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.buildActiveMappings", + "id": "def-server.buildActiveMappings", "type": "Function", "tags": [], "label": "buildActiveMappings", @@ -717,9 +709,9 @@ "(typeDefinitions: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" }, " | ", @@ -735,7 +727,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.buildActiveMappings.$1", + "id": "def-server.buildActiveMappings.$1", "type": "CompoundType", "tags": [], "label": "typeDefinitions", @@ -745,9 +737,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" }, " | ", @@ -760,7 +752,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.buildActiveMappings.$2", + "id": "def-server.buildActiveMappings.$2", "type": "CompoundType", "tags": [], "label": "_meta", @@ -780,7 +772,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.buildTypesMappings", + "id": "def-server.buildTypesMappings", "type": "Function", "tags": [], "label": "buildTypesMappings", @@ -791,9 +783,9 @@ "(types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]) => ", @@ -805,7 +797,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.buildTypesMappings.$1", + "id": "def-server.buildTypesMappings.$1", "type": "Array", "tags": [], "label": "types", @@ -813,9 +805,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -831,7 +823,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.bulkOverwriteTransformedDocuments", + "id": "def-server.bulkOverwriteTransformedDocuments", "type": "Function", "tags": [], "label": "bulkOverwriteTransformedDocuments", @@ -859,7 +851,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.bulkOverwriteTransformedDocuments.$1", + "id": "def-server.bulkOverwriteTransformedDocuments.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n operations,\n refresh = false,\n useAliasToPreventAutoCreate = false,\n }", @@ -878,7 +870,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.calculateExcludeFilters", + "id": "def-server.calculateExcludeFilters", "type": "Function", "tags": [], "label": "calculateExcludeFilters", @@ -900,7 +892,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.calculateExcludeFilters.$1", + "id": "def-server.calculateExcludeFilters.$1", "type": "Object", "tags": [], "label": "{\n client,\n excludeFromUpgradeFilterHooks,\n hookTimeoutMs = 30_000, // default to 30s, exposed for testing\n }", @@ -919,7 +911,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.checkClusterRoutingAllocationEnabled", + "id": "def-server.checkClusterRoutingAllocationEnabled", "type": "Function", "tags": [], "label": "checkClusterRoutingAllocationEnabled", @@ -928,9 +920,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ") => ", @@ -947,7 +939,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.checkClusterRoutingAllocationEnabled.$1", + "id": "def-server.checkClusterRoutingAllocationEnabled.$1", "type": "Object", "tags": [], "label": "client", @@ -955,9 +947,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -972,7 +964,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.checkForUnknownDocs", + "id": "def-server.checkForUnknownDocs", "type": "Function", "tags": [], "label": "checkForUnknownDocs", @@ -994,7 +986,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.checkForUnknownDocs.$1", + "id": "def-server.checkForUnknownDocs.$1", "type": "Object", "tags": [], "label": "{\n client,\n indexName,\n excludeOnUpgradeQuery,\n knownTypes,\n }", @@ -1013,7 +1005,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.cloneIndex", + "id": "def-server.cloneIndex", "type": "Function", "tags": [], "label": "cloneIndex", @@ -1045,7 +1037,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.cloneIndex.$1", + "id": "def-server.cloneIndex.$1", "type": "Object", "tags": [], "label": "{\n client,\n esCapabilities,\n source,\n target,\n timeout = DEFAULT_TIMEOUT,\n}", @@ -1064,7 +1056,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.closePit", + "id": "def-server.closePit", "type": "Function", "tags": [], "label": "closePit", @@ -1084,7 +1076,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.closePit.$1", + "id": "def-server.closePit.$1", "type": "Object", "tags": [], "label": "{ client, pitId }", @@ -1103,7 +1095,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createBulkDeleteOperationBody", + "id": "def-server.createBulkDeleteOperationBody", "type": "Function", "tags": [], "label": "createBulkDeleteOperationBody", @@ -1120,7 +1112,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createBulkDeleteOperationBody.$1", + "id": "def-server.createBulkDeleteOperationBody.$1", "type": "string", "tags": [], "label": "_id", @@ -1139,7 +1131,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createBulkIndexOperationTuple", + "id": "def-server.createBulkIndexOperationTuple", "type": "Function", "tags": [], "label": "createBulkIndexOperationTuple", @@ -1150,9 +1142,9 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" }, ", typeIndexMap?: Record) => ", @@ -1164,7 +1156,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createBulkIndexOperationTuple.$1", + "id": "def-server.createBulkIndexOperationTuple.$1", "type": "Object", "tags": [], "label": "doc", @@ -1172,9 +1164,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" } ], @@ -1185,7 +1177,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createBulkIndexOperationTuple.$2", + "id": "def-server.createBulkIndexOperationTuple.$2", "type": "Object", "tags": [], "label": "typeIndexMap", @@ -1204,7 +1196,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createIndex", + "id": "def-server.createIndex", "type": "Function", "tags": [], "label": "createIndex", @@ -1232,7 +1224,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.createIndex.$1", + "id": "def-server.createIndex.$1", "type": "Object", "tags": [], "label": "{\n client,\n indexName,\n mappings,\n esCapabilities,\n aliases = [],\n timeout = DEFAULT_TIMEOUT,\n waitForIndexStatusTimeout = DEFAULT_TIMEOUT,\n}", @@ -1251,7 +1243,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.fetchIndices", + "id": "def-server.fetchIndices", "type": "Function", "tags": [], "label": "fetchIndices", @@ -1275,7 +1267,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.fetchIndices.$1", + "id": "def-server.fetchIndices.$1", "type": "Object", "tags": [], "label": "{\n client,\n indices,\n }", @@ -1294,7 +1286,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isClusterShardLimitExceeded", + "id": "def-server.isClusterShardLimitExceeded", "type": "Function", "tags": [], "label": "isClusterShardLimitExceeded", @@ -1310,7 +1302,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isClusterShardLimitExceeded.$1", + "id": "def-server.isClusterShardLimitExceeded.$1", "type": "CompoundType", "tags": [], "label": "errorCause", @@ -1330,7 +1322,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isIncompatibleMappingException", + "id": "def-server.isIncompatibleMappingException", "type": "Function", "tags": [], "label": "isIncompatibleMappingException", @@ -1346,7 +1338,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isIncompatibleMappingException.$1", + "id": "def-server.isIncompatibleMappingException.$1", "type": "CompoundType", "tags": [], "label": "errorCause", @@ -1366,7 +1358,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isIndexNotFoundException", + "id": "def-server.isIndexNotFoundException", "type": "Function", "tags": [], "label": "isIndexNotFoundException", @@ -1382,7 +1374,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isIndexNotFoundException.$1", + "id": "def-server.isIndexNotFoundException.$1", "type": "CompoundType", "tags": [], "label": "errorCause", @@ -1402,7 +1394,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isWriteBlockException", + "id": "def-server.isWriteBlockException", "type": "Function", "tags": [], "label": "isWriteBlockException", @@ -1418,7 +1410,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.isWriteBlockException.$1", + "id": "def-server.isWriteBlockException.$1", "type": "CompoundType", "tags": [], "label": "errorCause", @@ -1438,7 +1430,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.openPit", + "id": "def-server.openPit", "type": "Function", "tags": [], "label": "openPit", @@ -1460,7 +1452,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.openPit.$1", + "id": "def-server.openPit.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n }", @@ -1479,7 +1471,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.pickupUpdatedMappings", + "id": "def-server.pickupUpdatedMappings", "type": "Function", "tags": [], "label": "pickupUpdatedMappings", @@ -1490,9 +1482,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", index: string, batchSize: number, query?: ", @@ -1504,9 +1496,9 @@ ", ", { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.UpdateByQueryResponse", + "section": "def-server.UpdateByQueryResponse", "text": "UpdateByQueryResponse" }, ">" @@ -1517,7 +1509,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.pickupUpdatedMappings.$1", + "id": "def-server.pickupUpdatedMappings.$1", "type": "Object", "tags": [], "label": "client", @@ -1525,9 +1517,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1538,7 +1530,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.pickupUpdatedMappings.$2", + "id": "def-server.pickupUpdatedMappings.$2", "type": "string", "tags": [], "label": "index", @@ -1553,7 +1545,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.pickupUpdatedMappings.$3", + "id": "def-server.pickupUpdatedMappings.$3", "type": "number", "tags": [], "label": "batchSize", @@ -1568,7 +1560,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.pickupUpdatedMappings.$4", + "id": "def-server.pickupUpdatedMappings.$4", "type": "Object", "tags": [], "label": "query", @@ -1588,7 +1580,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.readWithPit", + "id": "def-server.readWithPit", "type": "Function", "tags": [], "label": "readWithPit", @@ -1603,9 +1595,9 @@ " | ", { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.EsResponseTooLargeError", + "section": "def-server.EsResponseTooLargeError", "text": "EsResponseTooLargeError" }, ", ", @@ -1618,7 +1610,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.readWithPit.$1", + "id": "def-server.readWithPit.$1", "type": "Object", "tags": [], "label": "{\n client,\n pitId,\n query,\n batchSize,\n searchAfter,\n seqNoPrimaryTerm,\n maxResponseSizeBytes,\n }", @@ -1637,7 +1629,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.refreshIndex", + "id": "def-server.refreshIndex", "type": "Function", "tags": [], "label": "refreshIndex", @@ -1659,7 +1651,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.refreshIndex.$1", + "id": "def-server.refreshIndex.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n }", @@ -1678,7 +1670,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.reindex", + "id": "def-server.reindex", "type": "Function", "tags": [], "label": "reindex", @@ -1702,7 +1694,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.reindex.$1", + "id": "def-server.reindex.$1", "type": "Object", "tags": [], "label": "{\n client,\n sourceIndex,\n targetIndex,\n reindexScript,\n requireAlias,\n excludeOnUpgradeQuery,\n batchSize,\n }", @@ -1721,7 +1713,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.removeWriteBlock", + "id": "def-server.removeWriteBlock", "type": "Function", "tags": [], "label": "removeWriteBlock", @@ -1743,7 +1735,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.removeWriteBlock.$1", + "id": "def-server.removeWriteBlock.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n timeout = DEFAULT_TIMEOUT,\n }", @@ -1762,7 +1754,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.setWriteBlock", + "id": "def-server.setWriteBlock", "type": "Function", "tags": [], "label": "setWriteBlock", @@ -1786,7 +1778,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.setWriteBlock.$1", + "id": "def-server.setWriteBlock.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n timeout = DEFAULT_TIMEOUT,\n }", @@ -1805,7 +1797,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.transformDocs", + "id": "def-server.transformDocs", "type": "Function", "tags": [], "label": "transformDocs", @@ -1818,17 +1810,17 @@ "<", { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.DocumentsTransformFailed", + "section": "def-server.DocumentsTransformFailed", "text": "DocumentsTransformFailed" }, ", ", { "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-common.DocumentsTransformSuccess", + "section": "def-server.DocumentsTransformSuccess", "text": "DocumentsTransformSuccess" }, ">" @@ -1839,7 +1831,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.transformDocs.$1", + "id": "def-server.transformDocs.$1", "type": "Object", "tags": [], "label": "{\n transformRawDocs,\n outdatedDocuments,\n}", @@ -1858,7 +1850,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateAliases", + "id": "def-server.updateAliases", "type": "Function", "tags": [], "label": "updateAliases", @@ -1886,7 +1878,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateAliases.$1", + "id": "def-server.updateAliases.$1", "type": "Object", "tags": [], "label": "{\n client,\n aliasActions,\n timeout = DEFAULT_TIMEOUT,\n }", @@ -1905,7 +1897,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateAndPickupMappings", + "id": "def-server.updateAndPickupMappings", "type": "Function", "tags": [], "label": "updateAndPickupMappings", @@ -1929,7 +1921,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateAndPickupMappings.$1", + "id": "def-server.updateAndPickupMappings.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n mappings,\n batchSize,\n query,\n}", @@ -1948,7 +1940,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateMappings", + "id": "def-server.updateMappings", "type": "Function", "tags": [], "label": "updateMappings", @@ -1972,7 +1964,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.updateMappings.$1", + "id": "def-server.updateMappings.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n mappings,\n}", @@ -1991,7 +1983,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus", + "id": "def-server.waitForIndexStatus", "type": "Function", "tags": [], "label": "waitForIndexStatus", @@ -2013,7 +2005,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus.$1", + "id": "def-server.waitForIndexStatus.$1", "type": "CompoundType", "tags": [], "label": "{\n client,\n index,\n timeout,\n status,\n}", @@ -2033,7 +2025,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus", + "id": "def-server.waitForIndexStatus", "type": "Function", "tags": [], "label": "waitForIndexStatus", @@ -2055,7 +2047,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus.$1", + "id": "def-server.waitForIndexStatus.$1", "type": "CompoundType", "tags": [], "label": "{\n client,\n index,\n timeout,\n status,\n}", @@ -2075,7 +2067,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus", + "id": "def-server.waitForIndexStatus", "type": "Function", "tags": [], "label": "waitForIndexStatus", @@ -2101,7 +2093,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForIndexStatus.$1", + "id": "def-server.waitForIndexStatus.$1", "type": "Object", "tags": [], "label": "{\n client,\n index,\n timeout = DEFAULT_TIMEOUT,\n status,\n}", @@ -2120,7 +2112,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForPickupUpdatedMappingsTask", + "id": "def-server.waitForPickupUpdatedMappingsTask", "type": "Function", "tags": [], "label": "waitForPickupUpdatedMappingsTask", @@ -2143,7 +2135,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForPickupUpdatedMappingsTask.$1", + "id": "def-server.waitForPickupUpdatedMappingsTask.$1", "type": "Uncategorized", "tags": [], "label": "a", @@ -2160,7 +2152,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForReindexTask", + "id": "def-server.waitForReindexTask", "type": "Function", "tags": [], "label": "waitForReindexTask", @@ -2189,7 +2181,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForReindexTask.$1", + "id": "def-server.waitForReindexTask.$1", "type": "Uncategorized", "tags": [], "label": "a", @@ -2206,7 +2198,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForTask", + "id": "def-server.waitForTask", "type": "Function", "tags": [], "label": "waitForTask", @@ -2232,7 +2224,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.waitForTask.$1", + "id": "def-server.waitForTask.$1", "type": "Object", "tags": [], "label": "{\n client,\n taskId,\n timeout,\n }", @@ -2253,7 +2245,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformFailed", + "id": "def-server.DocumentsTransformFailed", "type": "Interface", "tags": [], "label": "DocumentsTransformFailed", @@ -2264,7 +2256,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformFailed.type", + "id": "def-server.DocumentsTransformFailed.type", "type": "string", "tags": [], "label": "type", @@ -2275,7 +2267,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformFailed.corruptDocumentIds", + "id": "def-server.DocumentsTransformFailed.corruptDocumentIds", "type": "Array", "tags": [], "label": "corruptDocumentIds", @@ -2289,7 +2281,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformFailed.transformErrors", + "id": "def-server.DocumentsTransformFailed.transformErrors", "type": "Array", "tags": [], "label": "transformErrors", @@ -2304,7 +2296,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformFailed.processedDocs", + "id": "def-server.DocumentsTransformFailed.processedDocs", "type": "Array", "tags": [], "label": "processedDocs", @@ -2312,9 +2304,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" }, "[]" @@ -2328,7 +2320,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformSuccess", + "id": "def-server.DocumentsTransformSuccess", "type": "Interface", "tags": [], "label": "DocumentsTransformSuccess", @@ -2339,7 +2331,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.DocumentsTransformSuccess.processedDocs", + "id": "def-server.DocumentsTransformSuccess.processedDocs", "type": "Array", "tags": [], "label": "processedDocs", @@ -2347,9 +2339,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" }, "[]" @@ -2363,7 +2355,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.EsResponseTooLargeError", + "id": "def-server.EsResponseTooLargeError", "type": "Interface", "tags": [], "label": "EsResponseTooLargeError", @@ -2374,7 +2366,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.EsResponseTooLargeError.type", + "id": "def-server.EsResponseTooLargeError.type", "type": "string", "tags": [], "label": "type", @@ -2388,7 +2380,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.EsResponseTooLargeError.contentLength", + "id": "def-server.EsResponseTooLargeError.contentLength", "type": "number", "tags": [], "label": "contentLength", @@ -2402,7 +2394,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions", + "id": "def-server.KibanaMigratorOptions", "type": "Interface", "tags": [], "label": "KibanaMigratorOptions", @@ -2413,7 +2405,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.client", + "id": "def-server.KibanaMigratorOptions.client", "type": "Object", "tags": [], "label": "client", @@ -3649,7 +3641,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.typeRegistry", + "id": "def-server.KibanaMigratorOptions.typeRegistry", "type": "Object", "tags": [], "label": "typeRegistry", @@ -3657,9 +3649,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" } ], @@ -3669,7 +3661,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.defaultIndexTypesMap", + "id": "def-server.KibanaMigratorOptions.defaultIndexTypesMap", "type": "Object", "tags": [], "label": "defaultIndexTypesMap", @@ -3683,7 +3675,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.hashToVersionMap", + "id": "def-server.KibanaMigratorOptions.hashToVersionMap", "type": "Object", "tags": [], "label": "hashToVersionMap", @@ -3697,7 +3689,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.soMigrationsConfig", + "id": "def-server.KibanaMigratorOptions.soMigrationsConfig", "type": "Object", "tags": [], "label": "soMigrationsConfig", @@ -3727,7 +3719,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.kibanaIndex", + "id": "def-server.KibanaMigratorOptions.kibanaIndex", "type": "string", "tags": [], "label": "kibanaIndex", @@ -3738,7 +3730,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.kibanaVersion", + "id": "def-server.KibanaMigratorOptions.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -3749,7 +3741,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.logger", + "id": "def-server.KibanaMigratorOptions.logger", "type": "Object", "tags": [], "label": "logger", @@ -3769,7 +3761,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.docLinks", + "id": "def-server.KibanaMigratorOptions.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -3777,9 +3769,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-common.DocLinksServiceSetup", + "section": "def-server.DocLinksServiceSetup", "text": "DocLinksServiceSetup" } ], @@ -3789,7 +3781,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.waitForMigrationCompletion", + "id": "def-server.KibanaMigratorOptions.waitForMigrationCompletion", "type": "boolean", "tags": [], "label": "waitForMigrationCompletion", @@ -3800,7 +3792,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.nodeRoles", + "id": "def-server.KibanaMigratorOptions.nodeRoles", "type": "Object", "tags": [], "label": "nodeRoles", @@ -3808,9 +3800,9 @@ "signature": [ { "pluginId": "@kbn/core-node-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-common.NodeRoles", + "section": "def-server.NodeRoles", "text": "NodeRoles" } ], @@ -3820,7 +3812,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.KibanaMigratorOptions.esCapabilities", + "id": "def-server.KibanaMigratorOptions.esCapabilities", "type": "Object", "tags": [], "label": "esCapabilities", @@ -3828,9 +3820,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchCapabilities", + "section": "def-server.ElasticsearchCapabilities", "text": "ElasticsearchCapabilities" } ], @@ -3843,7 +3835,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.UpdateByQueryResponse", + "id": "def-server.UpdateByQueryResponse", "type": "Interface", "tags": [], "label": "UpdateByQueryResponse", @@ -3854,7 +3846,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.UpdateByQueryResponse.taskId", + "id": "def-server.UpdateByQueryResponse.taskId", "type": "string", "tags": [], "label": "taskId", @@ -3871,7 +3863,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-internal", - "id": "def-common.REMOVED_TYPES", + "id": "def-server.REMOVED_TYPES", "type": "Array", "tags": [], "label": "REMOVED_TYPES", @@ -3888,5 +3880,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 09d15ac8dd066..aeed82b398445 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 128 | 0 | 94 | 44 | -## Common +## Server ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_migration_server_mocks.devdocs.json index fe3265f622e91..0f43ff1b8f315 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.createSavedObjectsMigrationLoggerMock", + "id": "def-server.createSavedObjectsMigrationLoggerMock", "type": "Function", "tags": [], "label": "createSavedObjectsMigrationLoggerMock", @@ -30,9 +22,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMigrationLogger", + "section": "def-server.SavedObjectsMigrationLogger", "text": "SavedObjectsMigrationLogger" }, ">" @@ -46,7 +38,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.retryAsync", + "id": "def-server.retryAsync", "type": "Function", "tags": [], "label": "retryAsync", @@ -60,7 +52,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.retryAsync.$1", + "id": "def-server.retryAsync.$1", "type": "Function", "tags": [], "label": "fn", @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.retryAsync.$2", + "id": "def-server.retryAsync.$2", "type": "Object", "tags": [], "label": "options", @@ -86,7 +78,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.retryAsync.$2.retryAttempts", + "id": "def-server.retryAsync.$2.retryAttempts", "type": "number", "tags": [], "label": "retryAttempts", @@ -97,7 +89,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.retryAsync.$2.retryDelayMs", + "id": "def-server.retryAsync.$2.retryDelayMs", "type": "number", "tags": [], "label": "retryDelayMs", @@ -119,7 +111,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.migrationMocks", + "id": "def-server.migrationMocks", "type": "Object", "tags": [], "label": "migrationMocks", @@ -130,7 +122,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.migrationMocks.createContext", + "id": "def-server.migrationMocks.createContext", "type": "Function", "tags": [], "label": "createContext", @@ -139,9 +131,9 @@ "({ migrationVersion, convertToMultiNamespaceTypeVersion, isSingleNamespaceType, }?: { migrationVersion?: string | undefined; convertToMultiNamespaceTypeVersion?: string | undefined; isSingleNamespaceType?: boolean | undefined; }) => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" }, ">" @@ -153,7 +145,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.migrationMocks.createContext.$1", + "id": "def-server.migrationMocks.createContext.$1", "type": "Object", "tags": [], "label": "__0", @@ -172,7 +164,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.mockKibanaMigrator", + "id": "def-server.mockKibanaMigrator", "type": "Object", "tags": [], "label": "mockKibanaMigrator", @@ -183,7 +175,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.mockKibanaMigrator.create", + "id": "def-server.mockKibanaMigrator.create", "type": "Function", "tags": [], "label": "create", @@ -192,9 +184,9 @@ "({ types, }?: { types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]; }) => jest.Mocked<", @@ -208,7 +200,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-migration-server-mocks", - "id": "def-common.mockKibanaMigrator.create.$1", + "id": "def-server.mockKibanaMigrator.create.$1", "type": "Object", "tags": [], "label": "__0", @@ -217,9 +209,9 @@ "{ types: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]; }" @@ -234,5 +226,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file 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 c59fcb03740f6..9848e11313b4f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 12 | 0 | 12 | 0 | -## Common +## Server ### Objects - + ### Functions - + diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index 6dea7d4b4b9f6..d0bc2ff65739e 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers", + "id": "def-server.SavedObjectsErrorHelpers", "type": "Class", "tags": [], "label": "SavedObjectsErrorHelpers", @@ -33,7 +25,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isSavedObjectsClientError", + "id": "def-server.SavedObjectsErrorHelpers.isSavedObjectsClientError", "type": "Function", "tags": [], "label": "isSavedObjectsClientError", @@ -44,9 +36,9 @@ "(error: any) => error is ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -56,7 +48,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isSavedObjectsClientError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isSavedObjectsClientError.$1", "type": "Any", "tags": [], "label": "error", @@ -78,7 +70,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateBadRequestError", + "id": "def-server.SavedObjectsErrorHelpers.decorateBadRequestError", "type": "Function", "tags": [], "label": "decorateBadRequestError", @@ -89,9 +81,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -101,7 +93,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateBadRequestError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateBadRequestError.$1", "type": "Object", "tags": [], "label": "error", @@ -118,7 +110,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateBadRequestError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateBadRequestError.$2", "type": "string", "tags": [], "label": "reason", @@ -140,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createBadRequestError", + "id": "def-server.SavedObjectsErrorHelpers.createBadRequestError", "type": "Function", "tags": [], "label": "createBadRequestError", @@ -151,9 +143,9 @@ "(reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -163,7 +155,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createBadRequestError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createBadRequestError.$1", "type": "string", "tags": [], "label": "reason", @@ -185,7 +177,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createUnsupportedTypeError", + "id": "def-server.SavedObjectsErrorHelpers.createUnsupportedTypeError", "type": "Function", "tags": [], "label": "createUnsupportedTypeError", @@ -196,9 +188,9 @@ "(type: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -208,7 +200,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createUnsupportedTypeError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createUnsupportedTypeError.$1", "type": "string", "tags": [], "label": "type", @@ -230,7 +222,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isBadRequestError", + "id": "def-server.SavedObjectsErrorHelpers.isBadRequestError", "type": "Function", "tags": [], "label": "isBadRequestError", @@ -241,9 +233,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -254,7 +246,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isBadRequestError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isBadRequestError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -265,9 +257,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -283,7 +275,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createInvalidVersionError", + "id": "def-server.SavedObjectsErrorHelpers.createInvalidVersionError", "type": "Function", "tags": [], "label": "createInvalidVersionError", @@ -294,9 +286,9 @@ "(versionInput?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -306,7 +298,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createInvalidVersionError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createInvalidVersionError.$1", "type": "string", "tags": [], "label": "versionInput", @@ -328,7 +320,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isInvalidVersionError", + "id": "def-server.SavedObjectsErrorHelpers.isInvalidVersionError", "type": "Function", "tags": [], "label": "isInvalidVersionError", @@ -339,9 +331,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -352,7 +344,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isInvalidVersionError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isInvalidVersionError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -363,9 +355,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -381,7 +373,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateNotAuthorizedError", + "id": "def-server.SavedObjectsErrorHelpers.decorateNotAuthorizedError", "type": "Function", "tags": [], "label": "decorateNotAuthorizedError", @@ -392,9 +384,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -404,7 +396,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateNotAuthorizedError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateNotAuthorizedError.$1", "type": "Object", "tags": [], "label": "error", @@ -421,7 +413,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateNotAuthorizedError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateNotAuthorizedError.$2", "type": "string", "tags": [], "label": "reason", @@ -443,7 +435,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isNotAuthorizedError", + "id": "def-server.SavedObjectsErrorHelpers.isNotAuthorizedError", "type": "Function", "tags": [], "label": "isNotAuthorizedError", @@ -454,9 +446,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -467,7 +459,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isNotAuthorizedError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isNotAuthorizedError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -478,9 +470,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -496,7 +488,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateForbiddenError", + "id": "def-server.SavedObjectsErrorHelpers.decorateForbiddenError", "type": "Function", "tags": [], "label": "decorateForbiddenError", @@ -507,9 +499,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -519,7 +511,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateForbiddenError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateForbiddenError.$1", "type": "Object", "tags": [], "label": "error", @@ -536,7 +528,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateForbiddenError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateForbiddenError.$2", "type": "string", "tags": [], "label": "reason", @@ -558,7 +550,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isForbiddenError", + "id": "def-server.SavedObjectsErrorHelpers.isForbiddenError", "type": "Function", "tags": [], "label": "isForbiddenError", @@ -569,9 +561,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -582,7 +574,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isForbiddenError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isForbiddenError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -593,9 +585,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -611,7 +603,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError", + "id": "def-server.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError", "type": "Function", "tags": [], "label": "decorateRequestEntityTooLargeError", @@ -622,9 +614,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -634,7 +626,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError.$1", "type": "Object", "tags": [], "label": "error", @@ -651,7 +643,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateRequestEntityTooLargeError.$2", "type": "string", "tags": [], "label": "reason", @@ -673,7 +665,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isRequestEntityTooLargeError", + "id": "def-server.SavedObjectsErrorHelpers.isRequestEntityTooLargeError", "type": "Function", "tags": [], "label": "isRequestEntityTooLargeError", @@ -684,9 +676,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -697,7 +689,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isRequestEntityTooLargeError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isRequestEntityTooLargeError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -708,9 +700,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -726,7 +718,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundError", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundError", "type": "Function", "tags": [], "label": "createGenericNotFoundError", @@ -737,9 +729,9 @@ "(type?: string | null, id?: string | null) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -749,7 +741,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundError.$1", "type": "CompoundType", "tags": [], "label": "type", @@ -766,7 +758,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundError.$2", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundError.$2", "type": "CompoundType", "tags": [], "label": "id", @@ -788,7 +780,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createIndexAliasNotFoundError", + "id": "def-server.SavedObjectsErrorHelpers.createIndexAliasNotFoundError", "type": "Function", "tags": [], "label": "createIndexAliasNotFoundError", @@ -799,9 +791,9 @@ "(alias: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -811,7 +803,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createIndexAliasNotFoundError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createIndexAliasNotFoundError.$1", "type": "string", "tags": [], "label": "alias", @@ -833,7 +825,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError", + "id": "def-server.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError", "type": "Function", "tags": [], "label": "decorateIndexAliasNotFoundError", @@ -844,9 +836,9 @@ "(error: Error, alias: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -856,7 +848,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError.$1", "type": "Object", "tags": [], "label": "error", @@ -873,7 +865,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateIndexAliasNotFoundError.$2", "type": "string", "tags": [], "label": "alias", @@ -895,7 +887,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isNotFoundError", + "id": "def-server.SavedObjectsErrorHelpers.isNotFoundError", "type": "Function", "tags": [], "label": "isNotFoundError", @@ -906,9 +898,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -919,7 +911,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isNotFoundError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isNotFoundError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -930,9 +922,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -948,7 +940,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateConflictError", + "id": "def-server.SavedObjectsErrorHelpers.decorateConflictError", "type": "Function", "tags": [], "label": "decorateConflictError", @@ -959,9 +951,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -971,7 +963,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateConflictError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateConflictError.$1", "type": "Object", "tags": [], "label": "error", @@ -988,7 +980,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateConflictError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateConflictError.$2", "type": "string", "tags": [], "label": "reason", @@ -1010,7 +1002,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createConflictError", + "id": "def-server.SavedObjectsErrorHelpers.createConflictError", "type": "Function", "tags": [], "label": "createConflictError", @@ -1021,9 +1013,9 @@ "(type: string, id: string, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1033,7 +1025,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createConflictError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createConflictError.$1", "type": "string", "tags": [], "label": "type", @@ -1050,7 +1042,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createConflictError.$2", + "id": "def-server.SavedObjectsErrorHelpers.createConflictError.$2", "type": "string", "tags": [], "label": "id", @@ -1067,7 +1059,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createConflictError.$3", + "id": "def-server.SavedObjectsErrorHelpers.createConflictError.$3", "type": "string", "tags": [], "label": "reason", @@ -1089,7 +1081,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isConflictError", + "id": "def-server.SavedObjectsErrorHelpers.isConflictError", "type": "Function", "tags": [], "label": "isConflictError", @@ -1100,9 +1092,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -1113,7 +1105,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isConflictError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isConflictError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -1124,9 +1116,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1142,7 +1134,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateTooManyRequestsError", + "id": "def-server.SavedObjectsErrorHelpers.decorateTooManyRequestsError", "type": "Function", "tags": [], "label": "decorateTooManyRequestsError", @@ -1153,9 +1145,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1165,7 +1157,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateTooManyRequestsError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateTooManyRequestsError.$1", "type": "Object", "tags": [], "label": "error", @@ -1182,7 +1174,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateTooManyRequestsError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateTooManyRequestsError.$2", "type": "string", "tags": [], "label": "reason", @@ -1204,7 +1196,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createTooManyRequestsError", + "id": "def-server.SavedObjectsErrorHelpers.createTooManyRequestsError", "type": "Function", "tags": [], "label": "createTooManyRequestsError", @@ -1215,9 +1207,9 @@ "(type: string, id: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1227,7 +1219,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createTooManyRequestsError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createTooManyRequestsError.$1", "type": "string", "tags": [], "label": "type", @@ -1244,7 +1236,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createTooManyRequestsError.$2", + "id": "def-server.SavedObjectsErrorHelpers.createTooManyRequestsError.$2", "type": "string", "tags": [], "label": "id", @@ -1266,7 +1258,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isTooManyRequestsError", + "id": "def-server.SavedObjectsErrorHelpers.isTooManyRequestsError", "type": "Function", "tags": [], "label": "isTooManyRequestsError", @@ -1277,9 +1269,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -1290,7 +1282,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isTooManyRequestsError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isTooManyRequestsError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -1301,9 +1293,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1319,7 +1311,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError", "type": "Function", "tags": [], "label": "decorateEsCannotExecuteScriptError", @@ -1330,9 +1322,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1342,7 +1334,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError.$1", "type": "Object", "tags": [], "label": "error", @@ -1359,7 +1351,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsCannotExecuteScriptError.$2", "type": "string", "tags": [], "label": "reason", @@ -1381,7 +1373,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isEsCannotExecuteScriptError", + "id": "def-server.SavedObjectsErrorHelpers.isEsCannotExecuteScriptError", "type": "Function", "tags": [], "label": "isEsCannotExecuteScriptError", @@ -1392,9 +1384,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -1405,7 +1397,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isEsCannotExecuteScriptError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isEsCannotExecuteScriptError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -1416,9 +1408,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1434,7 +1426,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsUnavailableError", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsUnavailableError", "type": "Function", "tags": [], "label": "decorateEsUnavailableError", @@ -1445,9 +1437,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1457,7 +1449,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsUnavailableError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsUnavailableError.$1", "type": "Object", "tags": [], "label": "error", @@ -1474,7 +1466,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateEsUnavailableError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateEsUnavailableError.$2", "type": "string", "tags": [], "label": "reason", @@ -1496,7 +1488,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isEsUnavailableError", + "id": "def-server.SavedObjectsErrorHelpers.isEsUnavailableError", "type": "Function", "tags": [], "label": "isEsUnavailableError", @@ -1507,9 +1499,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -1520,7 +1512,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isEsUnavailableError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isEsUnavailableError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -1531,9 +1523,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1549,7 +1541,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateGeneralError", + "id": "def-server.SavedObjectsErrorHelpers.decorateGeneralError", "type": "Function", "tags": [], "label": "decorateGeneralError", @@ -1560,9 +1552,9 @@ "(error: Error, reason?: string | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1572,7 +1564,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateGeneralError.$1", + "id": "def-server.SavedObjectsErrorHelpers.decorateGeneralError.$1", "type": "Object", "tags": [], "label": "error", @@ -1589,7 +1581,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.decorateGeneralError.$2", + "id": "def-server.SavedObjectsErrorHelpers.decorateGeneralError.$2", "type": "string", "tags": [], "label": "reason", @@ -1611,7 +1603,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isGeneralError", + "id": "def-server.SavedObjectsErrorHelpers.isGeneralError", "type": "Function", "tags": [], "label": "isGeneralError", @@ -1622,9 +1614,9 @@ "(error: Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, ") => boolean" @@ -1635,7 +1627,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.isGeneralError.$1", + "id": "def-server.SavedObjectsErrorHelpers.isGeneralError.$1", "type": "CompoundType", "tags": [], "label": "error", @@ -1646,9 +1638,9 @@ "Error | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1664,7 +1656,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError", "type": "Function", "tags": [], "label": "createGenericNotFoundEsUnavailableError", @@ -1675,9 +1667,9 @@ "(type?: string | null, id?: string | null) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -1687,7 +1679,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$1", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$1", "type": "CompoundType", "tags": [], "label": "type", @@ -1704,7 +1696,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$2", + "id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$2", "type": "CompoundType", "tags": [], "label": "id", @@ -1732,7 +1724,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizationTypeEntry", + "id": "def-server.AuthorizationTypeEntry", "type": "Interface", "tags": [], "label": "AuthorizationTypeEntry", @@ -1745,7 +1737,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizationTypeEntry.authorizedSpaces", + "id": "def-server.AuthorizationTypeEntry.authorizedSpaces", "type": "Array", "tags": [], "label": "authorizedSpaces", @@ -1761,7 +1753,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizationTypeEntry.isGloballyAuthorized", + "id": "def-server.AuthorizationTypeEntry.isGloballyAuthorized", "type": "CompoundType", "tags": [], "label": "isGloballyAuthorized", @@ -1780,7 +1772,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeAndRedactInternalBulkResolveParams", + "id": "def-server.AuthorizeAndRedactInternalBulkResolveParams", "type": "Interface", "tags": [], "label": "AuthorizeAndRedactInternalBulkResolveParams", @@ -1790,9 +1782,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactInternalBulkResolveParams", + "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", "text": "AuthorizeAndRedactInternalBulkResolveParams" }, " extends ", @@ -1804,7 +1796,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeAndRedactInternalBulkResolveParams.objects", + "id": "def-server.AuthorizeAndRedactInternalBulkResolveParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -1815,17 +1807,17 @@ "(", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.BulkResolveError", + "section": "def-server.BulkResolveError", "text": "BulkResolveError" }, " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, ")[]" @@ -1839,7 +1831,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams", + "id": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", "type": "Interface", "tags": [], "label": "AuthorizeAndRedactMultiNamespaceReferencesParams", @@ -1849,9 +1841,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams", + "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" }, " extends ", @@ -1863,7 +1855,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams.objects", + "id": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -1873,9 +1865,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectReferenceWithContext", + "section": "def-server.SavedObjectReferenceWithContext", "text": "SavedObjectReferenceWithContext" }, "[]" @@ -1886,7 +1878,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams.options", + "id": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams.options", "type": "Object", "tags": [], "label": "options", @@ -1906,7 +1898,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkCreateParams", + "id": "def-server.AuthorizeBulkCreateParams", "type": "Interface", "tags": [], "label": "AuthorizeBulkCreateParams", @@ -1916,9 +1908,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkCreateParams", + "section": "def-server.AuthorizeBulkCreateParams", "text": "AuthorizeBulkCreateParams" }, " extends ", @@ -1930,7 +1922,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkCreateParams.objects", + "id": "def-server.AuthorizeBulkCreateParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -1940,9 +1932,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateObject", + "section": "def-server.AuthorizeCreateObject", "text": "AuthorizeCreateObject" }, "[]" @@ -1956,7 +1948,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkDeleteParams", + "id": "def-server.AuthorizeBulkDeleteParams", "type": "Interface", "tags": [], "label": "AuthorizeBulkDeleteParams", @@ -1966,9 +1958,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkDeleteParams", + "section": "def-server.AuthorizeBulkDeleteParams", "text": "AuthorizeBulkDeleteParams" }, " extends ", @@ -1980,7 +1972,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkDeleteParams.objects", + "id": "def-server.AuthorizeBulkDeleteParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -1990,9 +1982,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" }, "[]" @@ -2006,7 +1998,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkGetObject", + "id": "def-server.AuthorizeBulkGetObject", "type": "Interface", "tags": [], "label": "AuthorizeBulkGetObject", @@ -2016,17 +2008,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkGetObject", + "section": "def-server.AuthorizeBulkGetObject", "text": "AuthorizeBulkGetObject" }, " extends ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" } ], @@ -2036,7 +2028,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkGetObject.objectNamespaces", + "id": "def-server.AuthorizeBulkGetObject.objectNamespaces", "type": "Array", "tags": [], "label": "objectNamespaces", @@ -2052,7 +2044,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkGetObject.error", + "id": "def-server.AuthorizeBulkGetObject.error", "type": "CompoundType", "tags": [], "label": "error", @@ -2071,7 +2063,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkGetParams", + "id": "def-server.AuthorizeBulkGetParams", "type": "Interface", "tags": [], "label": "AuthorizeBulkGetParams", @@ -2081,9 +2073,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkGetParams", + "section": "def-server.AuthorizeBulkGetParams", "text": "AuthorizeBulkGetParams" }, " extends ", @@ -2095,7 +2087,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkGetParams.objects", + "id": "def-server.AuthorizeBulkGetParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -2105,9 +2097,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkGetObject", + "section": "def-server.AuthorizeBulkGetObject", "text": "AuthorizeBulkGetObject" }, "[]" @@ -2121,7 +2113,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkUpdateParams", + "id": "def-server.AuthorizeBulkUpdateParams", "type": "Interface", "tags": [], "label": "AuthorizeBulkUpdateParams", @@ -2131,9 +2123,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkUpdateParams", + "section": "def-server.AuthorizeBulkUpdateParams", "text": "AuthorizeBulkUpdateParams" }, " extends ", @@ -2145,7 +2137,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeBulkUpdateParams.objects", + "id": "def-server.AuthorizeBulkUpdateParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -2155,9 +2147,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateObject", + "section": "def-server.AuthorizeUpdateObject", "text": "AuthorizeUpdateObject" }, "[]" @@ -2171,7 +2163,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCheckConflictsParams", + "id": "def-server.AuthorizeCheckConflictsParams", "type": "Interface", "tags": [], "label": "AuthorizeCheckConflictsParams", @@ -2181,9 +2173,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCheckConflictsParams", + "section": "def-server.AuthorizeCheckConflictsParams", "text": "AuthorizeCheckConflictsParams" }, " extends ", @@ -2195,7 +2187,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCheckConflictsParams.objects", + "id": "def-server.AuthorizeCheckConflictsParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -2215,7 +2207,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCreateObject", + "id": "def-server.AuthorizeCreateObject", "type": "Interface", "tags": [], "label": "AuthorizeCreateObject", @@ -2225,17 +2217,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateObject", + "section": "def-server.AuthorizeCreateObject", "text": "AuthorizeCreateObject" }, " extends ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" } ], @@ -2245,7 +2237,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCreateObject.initialNamespaces", + "id": "def-server.AuthorizeCreateObject.initialNamespaces", "type": "Array", "tags": [], "label": "initialNamespaces", @@ -2264,7 +2256,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCreateParams", + "id": "def-server.AuthorizeCreateParams", "type": "Interface", "tags": [], "label": "AuthorizeCreateParams", @@ -2274,9 +2266,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateParams", + "section": "def-server.AuthorizeCreateParams", "text": "AuthorizeCreateParams" }, " extends ", @@ -2288,7 +2280,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeCreateParams.object", + "id": "def-server.AuthorizeCreateParams.object", "type": "Object", "tags": [], "label": "object", @@ -2298,9 +2290,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateObject", + "section": "def-server.AuthorizeCreateObject", "text": "AuthorizeCreateObject" } ], @@ -2313,7 +2305,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeDeleteParams", + "id": "def-server.AuthorizeDeleteParams", "type": "Interface", "tags": [], "label": "AuthorizeDeleteParams", @@ -2323,9 +2315,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeDeleteParams", + "section": "def-server.AuthorizeDeleteParams", "text": "AuthorizeDeleteParams" }, " extends ", @@ -2337,7 +2329,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeDeleteParams.object", + "id": "def-server.AuthorizeDeleteParams.object", "type": "Object", "tags": [], "label": "object", @@ -2356,7 +2348,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeFindParams", + "id": "def-server.AuthorizeFindParams", "type": "Interface", "tags": [], "label": "AuthorizeFindParams", @@ -2369,7 +2361,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeFindParams.namespaces", + "id": "def-server.AuthorizeFindParams.namespaces", "type": "Object", "tags": [], "label": "namespaces", @@ -2385,7 +2377,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeFindParams.types", + "id": "def-server.AuthorizeFindParams.types", "type": "Object", "tags": [], "label": "types", @@ -2404,7 +2396,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeGetParams", + "id": "def-server.AuthorizeGetParams", "type": "Interface", "tags": [], "label": "AuthorizeGetParams", @@ -2414,9 +2406,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeGetParams", + "section": "def-server.AuthorizeGetParams", "text": "AuthorizeGetParams" }, " extends ", @@ -2428,7 +2420,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeGetParams.object", + "id": "def-server.AuthorizeGetParams.object", "type": "Object", "tags": [], "label": "object", @@ -2438,9 +2430,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" } ], @@ -2450,7 +2442,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeGetParams.objectNotFound", + "id": "def-server.AuthorizeGetParams.objectNotFound", "type": "CompoundType", "tags": [], "label": "objectNotFound", @@ -2469,7 +2461,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeObjectWithExistingSpaces", + "id": "def-server.AuthorizeObjectWithExistingSpaces", "type": "Interface", "tags": [], "label": "AuthorizeObjectWithExistingSpaces", @@ -2479,9 +2471,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" }, " extends ", @@ -2493,7 +2485,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeObjectWithExistingSpaces.existingNamespaces", + "id": "def-server.AuthorizeObjectWithExistingSpaces.existingNamespaces", "type": "Array", "tags": [], "label": "existingNamespaces", @@ -2512,7 +2504,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateObject", + "id": "def-server.AuthorizeUpdateObject", "type": "Interface", "tags": [], "label": "AuthorizeUpdateObject", @@ -2522,17 +2514,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateObject", + "section": "def-server.AuthorizeUpdateObject", "text": "AuthorizeUpdateObject" }, " extends ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" } ], @@ -2542,7 +2534,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateObject.objectNamespace", + "id": "def-server.AuthorizeUpdateObject.objectNamespace", "type": "string", "tags": [], "label": "objectNamespace", @@ -2561,7 +2553,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateParams", + "id": "def-server.AuthorizeUpdateParams", "type": "Interface", "tags": [], "label": "AuthorizeUpdateParams", @@ -2571,9 +2563,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateParams", + "section": "def-server.AuthorizeUpdateParams", "text": "AuthorizeUpdateParams" }, " extends ", @@ -2585,7 +2577,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateParams.object", + "id": "def-server.AuthorizeUpdateParams.object", "type": "Object", "tags": [], "label": "object", @@ -2595,9 +2587,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateObject", + "section": "def-server.AuthorizeUpdateObject", "text": "AuthorizeUpdateObject" } ], @@ -2610,7 +2602,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateSpacesParams", + "id": "def-server.AuthorizeUpdateSpacesParams", "type": "Interface", "tags": [], "label": "AuthorizeUpdateSpacesParams", @@ -2620,9 +2612,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateSpacesParams", + "section": "def-server.AuthorizeUpdateSpacesParams", "text": "AuthorizeUpdateSpacesParams" }, " extends ", @@ -2634,7 +2626,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateSpacesParams.spacesToAdd", + "id": "def-server.AuthorizeUpdateSpacesParams.spacesToAdd", "type": "Array", "tags": [], "label": "spacesToAdd", @@ -2650,7 +2642,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateSpacesParams.spacesToRemove", + "id": "def-server.AuthorizeUpdateSpacesParams.spacesToRemove", "type": "Array", "tags": [], "label": "spacesToRemove", @@ -2666,7 +2658,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeUpdateSpacesParams.objects", + "id": "def-server.AuthorizeUpdateSpacesParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -2676,9 +2668,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" }, "[]" @@ -2692,7 +2684,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.BulkResolveError", + "id": "def-server.BulkResolveError", "type": "Interface", "tags": [], "label": "BulkResolveError", @@ -2705,7 +2697,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.BulkResolveError.type", + "id": "def-server.BulkResolveError.type", "type": "string", "tags": [], "label": "type", @@ -2718,7 +2710,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.BulkResolveError.id", + "id": "def-server.BulkResolveError.id", "type": "string", "tags": [], "label": "id", @@ -2731,7 +2723,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.BulkResolveError.error", + "id": "def-server.BulkResolveError.error", "type": "Object", "tags": [], "label": "error", @@ -2741,9 +2733,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" } ], @@ -2756,7 +2748,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.CheckAuthorizationResult", + "id": "def-server.CheckAuthorizationResult", "type": "Interface", "tags": [], "label": "CheckAuthorizationResult", @@ -2766,9 +2758,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, "" @@ -2779,7 +2771,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.CheckAuthorizationResult.status", + "id": "def-server.CheckAuthorizationResult.status", "type": "CompoundType", "tags": [], "label": "status", @@ -2795,7 +2787,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.CheckAuthorizationResult.typeMap", + "id": "def-server.CheckAuthorizationResult.typeMap", "type": "Object", "tags": [], "label": "typeMap", @@ -2806,9 +2798,9 @@ "Map>" @@ -2822,7 +2814,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.DecoratedError", + "id": "def-server.DecoratedError", "type": "Interface", "tags": [], "label": "DecoratedError", @@ -2832,9 +2824,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.DecoratedError", + "section": "def-server.DecoratedError", "text": "DecoratedError" }, " extends ", @@ -2847,7 +2839,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.DecoratedError.code", + "id": "def-server.DecoratedError.code", "type": "string", "tags": [], "label": "[code]", @@ -2866,7 +2858,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.EncryptedObjectDescriptor", + "id": "def-server.EncryptedObjectDescriptor", "type": "Interface", "tags": [], "label": "EncryptedObjectDescriptor", @@ -2879,7 +2871,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.EncryptedObjectDescriptor.type", + "id": "def-server.EncryptedObjectDescriptor.type", "type": "string", "tags": [], "label": "type", @@ -2892,7 +2884,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.EncryptedObjectDescriptor.id", + "id": "def-server.EncryptedObjectDescriptor.id", "type": "string", "tags": [], "label": "id", @@ -2905,7 +2897,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.EncryptedObjectDescriptor.namespace", + "id": "def-server.EncryptedObjectDescriptor.namespace", "type": "string", "tags": [], "label": "namespace", @@ -2924,7 +2916,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.GetFindRedactTypeMapParams", + "id": "def-server.GetFindRedactTypeMapParams", "type": "Interface", "tags": [], "label": "GetFindRedactTypeMapParams", @@ -2937,7 +2929,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.GetFindRedactTypeMapParams.previouslyCheckedNamespaces", + "id": "def-server.GetFindRedactTypeMapParams.previouslyCheckedNamespaces", "type": "Object", "tags": [], "label": "previouslyCheckedNamespaces", @@ -2953,7 +2945,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.GetFindRedactTypeMapParams.objects", + "id": "def-server.GetFindRedactTypeMapParams.objects", "type": "Array", "tags": [], "label": "objects", @@ -2963,9 +2955,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeObjectWithExistingSpaces", + "section": "def-server.AuthorizeObjectWithExistingSpaces", "text": "AuthorizeObjectWithExistingSpaces" }, "[]" @@ -2979,7 +2971,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension", + "id": "def-server.ISavedObjectsEncryptionExtension", "type": "Interface", "tags": [], "label": "ISavedObjectsEncryptionExtension", @@ -2992,7 +2984,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.isEncryptableType", + "id": "def-server.ISavedObjectsEncryptionExtension.isEncryptableType", "type": "Function", "tags": [], "label": "isEncryptableType", @@ -3008,7 +3000,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.isEncryptableType.$1", + "id": "def-server.ISavedObjectsEncryptionExtension.isEncryptableType.$1", "type": "string", "tags": [], "label": "type", @@ -3030,7 +3022,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes", + "id": "def-server.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes", "type": "Function", "tags": [], "label": "decryptOrStripResponseAttributes", @@ -3054,7 +3046,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes.$1", + "id": "def-server.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes.$1", "type": "Uncategorized", "tags": [], "label": "response", @@ -3071,7 +3063,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes.$2", + "id": "def-server.ISavedObjectsEncryptionExtension.decryptOrStripResponseAttributes.$2", "type": "Uncategorized", "tags": [], "label": "originalAttributes", @@ -3093,7 +3085,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.encryptAttributes", + "id": "def-server.ISavedObjectsEncryptionExtension.encryptAttributes", "type": "Function", "tags": [], "label": "encryptAttributes", @@ -3104,9 +3096,9 @@ ">(descriptor: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.EncryptedObjectDescriptor", + "section": "def-server.EncryptedObjectDescriptor", "text": "EncryptedObjectDescriptor" }, ", attributes: T) => Promise" @@ -3117,7 +3109,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.encryptAttributes.$1", + "id": "def-server.ISavedObjectsEncryptionExtension.encryptAttributes.$1", "type": "Object", "tags": [], "label": "descriptor", @@ -3127,9 +3119,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.EncryptedObjectDescriptor", + "section": "def-server.EncryptedObjectDescriptor", "text": "EncryptedObjectDescriptor" } ], @@ -3140,7 +3132,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsEncryptionExtension.encryptAttributes.$2", + "id": "def-server.ISavedObjectsEncryptionExtension.encryptAttributes.$2", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -3165,7 +3157,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsExporter", + "id": "def-server.ISavedObjectsExporter", "type": "Interface", "tags": [], "label": "ISavedObjectsExporter", @@ -3178,7 +3170,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsExporter.exportByTypes", + "id": "def-server.ISavedObjectsExporter.exportByTypes", "type": "Function", "tags": [ "throws" @@ -3191,9 +3183,9 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByTypeOptions", + "section": "def-server.SavedObjectsExportByTypeOptions", "text": "SavedObjectsExportByTypeOptions" }, ") => Promise<", @@ -3206,7 +3198,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsExporter.exportByTypes.$1", + "id": "def-server.ISavedObjectsExporter.exportByTypes.$1", "type": "Object", "tags": [], "label": "options", @@ -3214,9 +3206,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByTypeOptions", + "section": "def-server.SavedObjectsExportByTypeOptions", "text": "SavedObjectsExportByTypeOptions" } ], @@ -3230,7 +3222,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsExporter.exportByObjects", + "id": "def-server.ISavedObjectsExporter.exportByObjects", "type": "Function", "tags": [ "throws" @@ -3243,9 +3235,9 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByObjectOptions", + "section": "def-server.SavedObjectsExportByObjectOptions", "text": "SavedObjectsExportByObjectOptions" }, ") => Promise<", @@ -3258,7 +3250,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsExporter.exportByObjects.$1", + "id": "def-server.ISavedObjectsExporter.exportByObjects.$1", "type": "Object", "tags": [], "label": "options", @@ -3266,9 +3258,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByObjectOptions", + "section": "def-server.SavedObjectsExportByObjectOptions", "text": "SavedObjectsExportByObjectOptions" } ], @@ -3285,7 +3277,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsImporter", + "id": "def-server.ISavedObjectsImporter", "type": "Interface", "tags": [], "label": "ISavedObjectsImporter", @@ -3298,7 +3290,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsImporter.import", + "id": "def-server.ISavedObjectsImporter.import", "type": "Function", "tags": [ "throws" @@ -3311,9 +3303,9 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsImportOptions", + "section": "def-server.SavedObjectsImportOptions", "text": "SavedObjectsImportOptions" }, ") => Promise<", @@ -3332,7 +3324,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsImporter.import.$1", + "id": "def-server.ISavedObjectsImporter.import.$1", "type": "Object", "tags": [], "label": "options", @@ -3340,9 +3332,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsImportOptions", + "section": "def-server.SavedObjectsImportOptions", "text": "SavedObjectsImportOptions" } ], @@ -3356,7 +3348,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsImporter.resolveImportErrors", + "id": "def-server.ISavedObjectsImporter.resolveImportErrors", "type": "Function", "tags": [ "throws" @@ -3369,9 +3361,9 @@ "(options: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsResolveImportErrorsOptions", + "section": "def-server.SavedObjectsResolveImportErrorsOptions", "text": "SavedObjectsResolveImportErrorsOptions" }, ") => Promise<", @@ -3390,7 +3382,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsImporter.resolveImportErrors.$1", + "id": "def-server.ISavedObjectsImporter.resolveImportErrors.$1", "type": "Object", "tags": [], "label": "options", @@ -3398,9 +3390,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsResolveImportErrorsOptions", + "section": "def-server.SavedObjectsResolveImportErrorsOptions", "text": "SavedObjectsResolveImportErrorsOptions" } ], @@ -3417,7 +3409,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension", + "id": "def-server.ISavedObjectsSecurityExtension", "type": "Interface", "tags": [], "label": "ISavedObjectsSecurityExtension", @@ -3430,7 +3422,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeCreate", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeCreate", "type": "Function", "tags": [], "label": "authorizeCreate", @@ -3441,17 +3433,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateParams", + "section": "def-server.AuthorizeCreateParams", "text": "AuthorizeCreateParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3462,7 +3454,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeCreate.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeCreate.$1", "type": "Object", "tags": [], "label": "params", @@ -3472,9 +3464,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCreateParams", + "section": "def-server.AuthorizeCreateParams", "text": "AuthorizeCreateParams" } ], @@ -3490,7 +3482,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkCreate", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkCreate", "type": "Function", "tags": [], "label": "authorizeBulkCreate", @@ -3501,17 +3493,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkCreateParams", + "section": "def-server.AuthorizeBulkCreateParams", "text": "AuthorizeBulkCreateParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3522,7 +3514,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkCreate.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkCreate.$1", "type": "Object", "tags": [], "label": "params", @@ -3532,9 +3524,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkCreateParams", + "section": "def-server.AuthorizeBulkCreateParams", "text": "AuthorizeBulkCreateParams" } ], @@ -3550,7 +3542,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeUpdate", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeUpdate", "type": "Function", "tags": [], "label": "authorizeUpdate", @@ -3561,17 +3553,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateParams", + "section": "def-server.AuthorizeUpdateParams", "text": "AuthorizeUpdateParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3582,7 +3574,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeUpdate.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeUpdate.$1", "type": "Object", "tags": [], "label": "params", @@ -3592,9 +3584,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateParams", + "section": "def-server.AuthorizeUpdateParams", "text": "AuthorizeUpdateParams" } ], @@ -3610,7 +3602,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkUpdate", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkUpdate", "type": "Function", "tags": [], "label": "authorizeBulkUpdate", @@ -3621,17 +3613,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkUpdateParams", + "section": "def-server.AuthorizeBulkUpdateParams", "text": "AuthorizeBulkUpdateParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3642,7 +3634,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkUpdate.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkUpdate.$1", "type": "Object", "tags": [], "label": "params", @@ -3652,9 +3644,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkUpdateParams", + "section": "def-server.AuthorizeBulkUpdateParams", "text": "AuthorizeBulkUpdateParams" } ], @@ -3670,7 +3662,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeDelete", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeDelete", "type": "Function", "tags": [], "label": "authorizeDelete", @@ -3681,17 +3673,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeDeleteParams", + "section": "def-server.AuthorizeDeleteParams", "text": "AuthorizeDeleteParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3702,7 +3694,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeDelete.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeDelete.$1", "type": "Object", "tags": [], "label": "params", @@ -3712,9 +3704,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeDeleteParams", + "section": "def-server.AuthorizeDeleteParams", "text": "AuthorizeDeleteParams" } ], @@ -3730,7 +3722,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkDelete", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkDelete", "type": "Function", "tags": [], "label": "authorizeBulkDelete", @@ -3741,17 +3733,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkDeleteParams", + "section": "def-server.AuthorizeBulkDeleteParams", "text": "AuthorizeBulkDeleteParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3762,7 +3754,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkDelete.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkDelete.$1", "type": "Object", "tags": [], "label": "params", @@ -3772,9 +3764,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkDeleteParams", + "section": "def-server.AuthorizeBulkDeleteParams", "text": "AuthorizeBulkDeleteParams" } ], @@ -3790,7 +3782,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeGet", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeGet", "type": "Function", "tags": [], "label": "authorizeGet", @@ -3801,17 +3793,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeGetParams", + "section": "def-server.AuthorizeGetParams", "text": "AuthorizeGetParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3822,7 +3814,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeGet.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeGet.$1", "type": "Object", "tags": [], "label": "params", @@ -3832,9 +3824,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeGetParams", + "section": "def-server.AuthorizeGetParams", "text": "AuthorizeGetParams" } ], @@ -3850,7 +3842,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkGet", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkGet", "type": "Function", "tags": [], "label": "authorizeBulkGet", @@ -3861,17 +3853,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkGetParams", + "section": "def-server.AuthorizeBulkGetParams", "text": "AuthorizeBulkGetParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3882,7 +3874,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeBulkGet.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeBulkGet.$1", "type": "Object", "tags": [], "label": "params", @@ -3892,9 +3884,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeBulkGetParams", + "section": "def-server.AuthorizeBulkGetParams", "text": "AuthorizeBulkGetParams" } ], @@ -3910,7 +3902,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeCheckConflicts", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeCheckConflicts", "type": "Function", "tags": [], "label": "authorizeCheckConflicts", @@ -3921,17 +3913,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCheckConflictsParams", + "section": "def-server.AuthorizeCheckConflictsParams", "text": "AuthorizeCheckConflictsParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -3942,7 +3934,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeCheckConflicts.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeCheckConflicts.$1", "type": "Object", "tags": [], "label": "params", @@ -3952,9 +3944,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeCheckConflictsParams", + "section": "def-server.AuthorizeCheckConflictsParams", "text": "AuthorizeCheckConflictsParams" } ], @@ -3970,7 +3962,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeRemoveReferences", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeRemoveReferences", "type": "Function", "tags": [], "label": "authorizeRemoveReferences", @@ -3981,17 +3973,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeDeleteParams", + "section": "def-server.AuthorizeDeleteParams", "text": "AuthorizeDeleteParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -4002,7 +3994,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeRemoveReferences.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeRemoveReferences.$1", "type": "Object", "tags": [], "label": "params", @@ -4012,9 +4004,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeDeleteParams", + "section": "def-server.AuthorizeDeleteParams", "text": "AuthorizeDeleteParams" } ], @@ -4030,7 +4022,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeOpenPointInTime", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeOpenPointInTime", "type": "Function", "tags": [], "label": "authorizeOpenPointInTime", @@ -4041,17 +4033,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeFindParams", + "section": "def-server.AuthorizeFindParams", "text": "AuthorizeFindParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -4062,7 +4054,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeOpenPointInTime.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeOpenPointInTime.$1", "type": "Object", "tags": [], "label": "params", @@ -4072,9 +4064,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeFindParams", + "section": "def-server.AuthorizeFindParams", "text": "AuthorizeFindParams" } ], @@ -4090,7 +4082,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.auditClosePointInTime", + "id": "def-server.ISavedObjectsSecurityExtension.auditClosePointInTime", "type": "Function", "tags": [], "label": "auditClosePointInTime", @@ -4108,7 +4100,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeAndRedactMultiNamespaceReferences", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeAndRedactMultiNamespaceReferences", "type": "Function", "tags": [], "label": "authorizeAndRedactMultiNamespaceReferences", @@ -4119,17 +4111,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams", + "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectReferenceWithContext", + "section": "def-server.SavedObjectReferenceWithContext", "text": "SavedObjectReferenceWithContext" }, "[]>" @@ -4140,7 +4132,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeAndRedactMultiNamespaceReferences.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeAndRedactMultiNamespaceReferences.$1", "type": "Object", "tags": [], "label": "params", @@ -4150,9 +4142,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactMultiNamespaceReferencesParams", + "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" } ], @@ -4168,7 +4160,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeAndRedactInternalBulkResolve", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeAndRedactInternalBulkResolve", "type": "Function", "tags": [], "label": "authorizeAndRedactInternalBulkResolve", @@ -4179,25 +4171,25 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactInternalBulkResolveParams", + "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", "text": "AuthorizeAndRedactInternalBulkResolveParams" }, ") => Promise<(", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsResolveResponse", + "section": "def-server.SavedObjectsResolveResponse", "text": "SavedObjectsResolveResponse" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.BulkResolveError", + "section": "def-server.BulkResolveError", "text": "BulkResolveError" }, ")[]>" @@ -4208,7 +4200,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeAndRedactInternalBulkResolve.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeAndRedactInternalBulkResolve.$1", "type": "Object", "tags": [], "label": "params", @@ -4218,9 +4210,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeAndRedactInternalBulkResolveParams", + "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", "text": "AuthorizeAndRedactInternalBulkResolveParams" }, "" @@ -4237,7 +4229,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeUpdateSpaces", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeUpdateSpaces", "type": "Function", "tags": [], "label": "authorizeUpdateSpaces", @@ -4248,17 +4240,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateSpacesParams", + "section": "def-server.AuthorizeUpdateSpacesParams", "text": "AuthorizeUpdateSpacesParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -4269,7 +4261,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeUpdateSpaces.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeUpdateSpaces.$1", "type": "Object", "tags": [], "label": "params", @@ -4279,9 +4271,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeUpdateSpacesParams", + "section": "def-server.AuthorizeUpdateSpacesParams", "text": "AuthorizeUpdateSpacesParams" } ], @@ -4297,7 +4289,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeFind", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeFind", "type": "Function", "tags": [], "label": "authorizeFind", @@ -4308,17 +4300,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeFindParams", + "section": "def-server.AuthorizeFindParams", "text": "AuthorizeFindParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.CheckAuthorizationResult", + "section": "def-server.CheckAuthorizationResult", "text": "CheckAuthorizationResult" }, ">" @@ -4329,7 +4321,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeFind.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeFind.$1", "type": "Object", "tags": [], "label": "params", @@ -4339,9 +4331,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeFindParams", + "section": "def-server.AuthorizeFindParams", "text": "AuthorizeFindParams" } ], @@ -4357,7 +4349,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.getFindRedactTypeMap", + "id": "def-server.ISavedObjectsSecurityExtension.getFindRedactTypeMap", "type": "Function", "tags": [], "label": "getFindRedactTypeMap", @@ -4368,17 +4360,17 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.GetFindRedactTypeMapParams", + "section": "def-server.GetFindRedactTypeMapParams", "text": "GetFindRedactTypeMapParams" }, ") => Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizationTypeMap", + "section": "def-server.AuthorizationTypeMap", "text": "AuthorizationTypeMap" }, " | undefined>" @@ -4389,7 +4381,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.getFindRedactTypeMap.$1", + "id": "def-server.ISavedObjectsSecurityExtension.getFindRedactTypeMap.$1", "type": "Object", "tags": [], "label": "params", @@ -4399,9 +4391,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.GetFindRedactTypeMapParams", + "section": "def-server.GetFindRedactTypeMapParams", "text": "GetFindRedactTypeMapParams" } ], @@ -4417,7 +4409,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.redactNamespaces", + "id": "def-server.ISavedObjectsSecurityExtension.redactNamespaces", "type": "Function", "tags": [], "label": "redactNamespaces", @@ -4428,9 +4420,9 @@ "(params: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.RedactNamespacesParams", + "section": "def-server.RedactNamespacesParams", "text": "RedactNamespacesParams" }, ") => ", @@ -4449,7 +4441,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.redactNamespaces.$1", + "id": "def-server.ISavedObjectsSecurityExtension.redactNamespaces.$1", "type": "Object", "tags": [], "label": "params", @@ -4459,9 +4451,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.RedactNamespacesParams", + "section": "def-server.RedactNamespacesParams", "text": "RedactNamespacesParams" }, "" @@ -4478,7 +4470,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeDisableLegacyUrlAliases", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeDisableLegacyUrlAliases", "type": "Function", "tags": [], "label": "authorizeDisableLegacyUrlAliases", @@ -4502,7 +4494,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.authorizeDisableLegacyUrlAliases.$1", + "id": "def-server.ISavedObjectsSecurityExtension.authorizeDisableLegacyUrlAliases.$1", "type": "Array", "tags": [], "label": "aliases", @@ -4529,7 +4521,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion", + "id": "def-server.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion", "type": "Function", "tags": [], "label": "auditObjectsForSpaceDeletion", @@ -4540,9 +4532,9 @@ "(spaceId: string, objects: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, "[]) => void" @@ -4553,7 +4545,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion.$1", + "id": "def-server.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion.$1", "type": "string", "tags": [], "label": "spaceId", @@ -4570,7 +4562,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion.$2", + "id": "def-server.ISavedObjectsSecurityExtension.auditObjectsForSpaceDeletion.$2", "type": "Array", "tags": [], "label": "objects", @@ -4580,9 +4572,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResult", + "section": "def-server.SavedObjectsFindResult", "text": "SavedObjectsFindResult" }, "[]" @@ -4597,7 +4589,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSecurityExtension.getCurrentUser", + "id": "def-server.ISavedObjectsSecurityExtension.getCurrentUser", "type": "Function", "tags": [], "label": "getCurrentUser", @@ -4626,7 +4618,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer", + "id": "def-server.ISavedObjectsSerializer", "type": "Interface", "tags": [], "label": "ISavedObjectsSerializer", @@ -4639,7 +4631,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.isRawSavedObject", + "id": "def-server.ISavedObjectsSerializer.isRawSavedObject", "type": "Function", "tags": [], "label": "isRawSavedObject", @@ -4650,17 +4642,17 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" }, ", options?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDocParseOptions", + "section": "def-server.SavedObjectsRawDocParseOptions", "text": "SavedObjectsRawDocParseOptions" }, " | undefined) => boolean" @@ -4671,7 +4663,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.isRawSavedObject.$1", + "id": "def-server.ISavedObjectsSerializer.isRawSavedObject.$1", "type": "Object", "tags": [], "label": "doc", @@ -4681,9 +4673,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" } ], @@ -4694,7 +4686,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.isRawSavedObject.$2", + "id": "def-server.ISavedObjectsSerializer.isRawSavedObject.$2", "type": "Object", "tags": [], "label": "options", @@ -4704,9 +4696,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDocParseOptions", + "section": "def-server.SavedObjectsRawDocParseOptions", "text": "SavedObjectsRawDocParseOptions" }, " | undefined" @@ -4721,7 +4713,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.rawToSavedObject", + "id": "def-server.ISavedObjectsSerializer.rawToSavedObject", "type": "Function", "tags": [], "label": "rawToSavedObject", @@ -4732,25 +4724,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" }, ", options?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDocParseOptions", + "section": "def-server.SavedObjectsRawDocParseOptions", "text": "SavedObjectsRawDocParseOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectSanitizedDoc", + "section": "def-server.SavedObjectSanitizedDoc", "text": "SavedObjectSanitizedDoc" }, "" @@ -4761,7 +4753,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.rawToSavedObject.$1", + "id": "def-server.ISavedObjectsSerializer.rawToSavedObject.$1", "type": "Object", "tags": [], "label": "doc", @@ -4771,9 +4763,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" } ], @@ -4784,7 +4776,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.rawToSavedObject.$2", + "id": "def-server.ISavedObjectsSerializer.rawToSavedObject.$2", "type": "Object", "tags": [], "label": "options", @@ -4794,9 +4786,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDocParseOptions", + "section": "def-server.SavedObjectsRawDocParseOptions", "text": "SavedObjectsRawDocParseOptions" }, " | undefined" @@ -4811,7 +4803,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.savedObjectToRaw", + "id": "def-server.ISavedObjectsSerializer.savedObjectToRaw", "type": "Function", "tags": [], "label": "savedObjectToRaw", @@ -4822,17 +4814,17 @@ "(savedObj: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectSanitizedDoc", + "section": "def-server.SavedObjectSanitizedDoc", "text": "SavedObjectSanitizedDoc" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDoc", + "section": "def-server.SavedObjectsRawDoc", "text": "SavedObjectsRawDoc" } ], @@ -4842,7 +4834,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.savedObjectToRaw.$1", + "id": "def-server.ISavedObjectsSerializer.savedObjectToRaw.$1", "type": "CompoundType", "tags": [], "label": "savedObj", @@ -4852,9 +4844,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectSanitizedDoc", + "section": "def-server.SavedObjectSanitizedDoc", "text": "SavedObjectSanitizedDoc" }, "" @@ -4869,7 +4861,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawId", + "id": "def-server.ISavedObjectsSerializer.generateRawId", "type": "Function", "tags": [], "label": "generateRawId", @@ -4885,7 +4877,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawId.$1", + "id": "def-server.ISavedObjectsSerializer.generateRawId.$1", "type": "string", "tags": [], "label": "namespace", @@ -4902,7 +4894,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawId.$2", + "id": "def-server.ISavedObjectsSerializer.generateRawId.$2", "type": "string", "tags": [], "label": "type", @@ -4919,7 +4911,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawId.$3", + "id": "def-server.ISavedObjectsSerializer.generateRawId.$3", "type": "string", "tags": [], "label": "id", @@ -4939,7 +4931,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawLegacyUrlAliasId", + "id": "def-server.ISavedObjectsSerializer.generateRawLegacyUrlAliasId", "type": "Function", "tags": [], "label": "generateRawLegacyUrlAliasId", @@ -4955,7 +4947,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$1", + "id": "def-server.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$1", "type": "string", "tags": [], "label": "namespace", @@ -4972,7 +4964,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$2", + "id": "def-server.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$2", "type": "string", "tags": [], "label": "type", @@ -4989,7 +4981,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$3", + "id": "def-server.ISavedObjectsSerializer.generateRawLegacyUrlAliasId.$3", "type": "string", "tags": [], "label": "id", @@ -5012,7 +5004,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSpacesExtension", + "id": "def-server.ISavedObjectsSpacesExtension", "type": "Interface", "tags": [], "label": "ISavedObjectsSpacesExtension", @@ -5025,7 +5017,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSpacesExtension.getCurrentNamespace", + "id": "def-server.ISavedObjectsSpacesExtension.getCurrentNamespace", "type": "Function", "tags": [], "label": "getCurrentNamespace", @@ -5041,7 +5033,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSpacesExtension.getCurrentNamespace.$1", + "id": "def-server.ISavedObjectsSpacesExtension.getCurrentNamespace.$1", "type": "string", "tags": [], "label": "namespace", @@ -5059,7 +5051,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSpacesExtension.getSearchableNamespaces", + "id": "def-server.ISavedObjectsSpacesExtension.getSearchableNamespaces", "type": "Function", "tags": [], "label": "getSearchableNamespaces", @@ -5075,7 +5067,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectsSpacesExtension.getSearchableNamespaces.$1", + "id": "def-server.ISavedObjectsSpacesExtension.getSearchableNamespaces.$1", "type": "Array", "tags": [], "label": "namespaces", @@ -5096,7 +5088,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry", + "id": "def-server.ISavedObjectTypeRegistry", "type": "Interface", "tags": [], "label": "ISavedObjectTypeRegistry", @@ -5109,7 +5101,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getType", + "id": "def-server.ISavedObjectTypeRegistry.getType", "type": "Function", "tags": [], "label": "getType", @@ -5120,9 +5112,9 @@ "(type: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, " | undefined" @@ -5133,7 +5125,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getType.$1", + "id": "def-server.ISavedObjectTypeRegistry.getType.$1", "type": "string", "tags": [], "label": "type", @@ -5151,7 +5143,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getVisibleTypes", + "id": "def-server.ISavedObjectTypeRegistry.getVisibleTypes", "type": "Function", "tags": [], "label": "getVisibleTypes", @@ -5162,9 +5154,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -5177,7 +5169,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getVisibleToHttpApisTypes", + "id": "def-server.ISavedObjectTypeRegistry.getVisibleToHttpApisTypes", "type": "Function", "tags": [], "label": "getVisibleToHttpApisTypes", @@ -5188,9 +5180,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -5203,7 +5195,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getAllTypes", + "id": "def-server.ISavedObjectTypeRegistry.getAllTypes", "type": "Function", "tags": [], "label": "getAllTypes", @@ -5214,9 +5206,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -5229,7 +5221,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getImportableAndExportableTypes", + "id": "def-server.ISavedObjectTypeRegistry.getImportableAndExportableTypes", "type": "Function", "tags": [], "label": "getImportableAndExportableTypes", @@ -5240,9 +5232,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "[]" @@ -5255,7 +5247,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isNamespaceAgnostic", + "id": "def-server.ISavedObjectTypeRegistry.isNamespaceAgnostic", "type": "Function", "tags": [], "label": "isNamespaceAgnostic", @@ -5271,7 +5263,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isNamespaceAgnostic.$1", + "id": "def-server.ISavedObjectTypeRegistry.isNamespaceAgnostic.$1", "type": "string", "tags": [], "label": "type", @@ -5289,7 +5281,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isSingleNamespace", + "id": "def-server.ISavedObjectTypeRegistry.isSingleNamespace", "type": "Function", "tags": [], "label": "isSingleNamespace", @@ -5305,7 +5297,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isSingleNamespace.$1", + "id": "def-server.ISavedObjectTypeRegistry.isSingleNamespace.$1", "type": "string", "tags": [], "label": "type", @@ -5323,7 +5315,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isMultiNamespace", + "id": "def-server.ISavedObjectTypeRegistry.isMultiNamespace", "type": "Function", "tags": [], "label": "isMultiNamespace", @@ -5339,7 +5331,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isMultiNamespace.$1", + "id": "def-server.ISavedObjectTypeRegistry.isMultiNamespace.$1", "type": "string", "tags": [], "label": "type", @@ -5357,7 +5349,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isShareable", + "id": "def-server.ISavedObjectTypeRegistry.isShareable", "type": "Function", "tags": [], "label": "isShareable", @@ -5373,7 +5365,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isShareable.$1", + "id": "def-server.ISavedObjectTypeRegistry.isShareable.$1", "type": "string", "tags": [], "label": "type", @@ -5391,7 +5383,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isHidden", + "id": "def-server.ISavedObjectTypeRegistry.isHidden", "type": "Function", "tags": [], "label": "isHidden", @@ -5407,7 +5399,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isHidden.$1", + "id": "def-server.ISavedObjectTypeRegistry.isHidden.$1", "type": "string", "tags": [], "label": "type", @@ -5425,7 +5417,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isHiddenFromHttpApis", + "id": "def-server.ISavedObjectTypeRegistry.isHiddenFromHttpApis", "type": "Function", "tags": [], "label": "isHiddenFromHttpApis", @@ -5441,7 +5433,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isHiddenFromHttpApis.$1", + "id": "def-server.ISavedObjectTypeRegistry.isHiddenFromHttpApis.$1", "type": "string", "tags": [], "label": "type", @@ -5459,7 +5451,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getIndex", + "id": "def-server.ISavedObjectTypeRegistry.getIndex", "type": "Function", "tags": [], "label": "getIndex", @@ -5475,7 +5467,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.getIndex.$1", + "id": "def-server.ISavedObjectTypeRegistry.getIndex.$1", "type": "string", "tags": [], "label": "type", @@ -5493,7 +5485,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isImportableAndExportable", + "id": "def-server.ISavedObjectTypeRegistry.isImportableAndExportable", "type": "Function", "tags": [], "label": "isImportableAndExportable", @@ -5509,7 +5501,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ISavedObjectTypeRegistry.isImportableAndExportable.$1", + "id": "def-server.ISavedObjectTypeRegistry.isImportableAndExportable.$1", "type": "string", "tags": [], "label": "type", @@ -5530,7 +5522,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.RedactNamespacesParams", + "id": "def-server.RedactNamespacesParams", "type": "Interface", "tags": [], "label": "RedactNamespacesParams", @@ -5540,9 +5532,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.RedactNamespacesParams", + "section": "def-server.RedactNamespacesParams", "text": "RedactNamespacesParams" }, "" @@ -5553,7 +5545,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.RedactNamespacesParams.savedObject", + "id": "def-server.RedactNamespacesParams.savedObject", "type": "Object", "tags": [], "label": "savedObject", @@ -5576,7 +5568,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.RedactNamespacesParams.typeMap", + "id": "def-server.RedactNamespacesParams.typeMap", "type": "Object", "tags": [], "label": "typeMap", @@ -5587,9 +5579,9 @@ "Map>" @@ -5603,7 +5595,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject", + "id": "def-server.SavedObject", "type": "Interface", "tags": [], "label": "SavedObject", @@ -5626,7 +5618,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.id", + "id": "def-server.SavedObject.id", "type": "string", "tags": [], "label": "id", @@ -5639,7 +5631,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.type", + "id": "def-server.SavedObject.type", "type": "string", "tags": [], "label": "type", @@ -5652,7 +5644,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.version", + "id": "def-server.SavedObject.version", "type": "string", "tags": [], "label": "version", @@ -5668,7 +5660,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.created_at", + "id": "def-server.SavedObject.created_at", "type": "string", "tags": [], "label": "created_at", @@ -5684,7 +5676,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.created_by", + "id": "def-server.SavedObject.created_by", "type": "string", "tags": [], "label": "created_by", @@ -5700,7 +5692,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.updated_at", + "id": "def-server.SavedObject.updated_at", "type": "string", "tags": [], "label": "updated_at", @@ -5716,7 +5708,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.updated_by", + "id": "def-server.SavedObject.updated_by", "type": "string", "tags": [], "label": "updated_by", @@ -5732,7 +5724,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.error", + "id": "def-server.SavedObject.error", "type": "Object", "tags": [], "label": "error", @@ -5755,7 +5747,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.attributes", + "id": "def-server.SavedObject.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -5771,7 +5763,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.references", + "id": "def-server.SavedObject.references", "type": "Array", "tags": [], "label": "references", @@ -5794,7 +5786,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.migrationVersion", + "id": "def-server.SavedObject.migrationVersion", "type": "Object", "tags": [ "deprecated" @@ -6009,7 +6001,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.coreMigrationVersion", + "id": "def-server.SavedObject.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -6025,7 +6017,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.typeMigrationVersion", + "id": "def-server.SavedObject.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -6041,7 +6033,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.namespaces", + "id": "def-server.SavedObject.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -6057,7 +6049,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.originId", + "id": "def-server.SavedObject.originId", "type": "string", "tags": [], "label": "originId", @@ -6073,7 +6065,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObject.managed", + "id": "def-server.SavedObject.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -6092,7 +6084,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectAttributes", + "id": "def-server.SavedObjectAttributes", "type": "Interface", "tags": [ "deprecated" @@ -6381,7 +6373,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectAttributes.Unnamed", + "id": "def-server.SavedObjectAttributes.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: SavedObjectAttribute", @@ -6405,7 +6397,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc", + "id": "def-server.SavedObjectDoc", "type": "Interface", "tags": [], "label": "SavedObjectDoc", @@ -6415,9 +6407,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, "" @@ -6428,7 +6420,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.attributes", + "id": "def-server.SavedObjectDoc.attributes", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -6442,7 +6434,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.id", + "id": "def-server.SavedObjectDoc.id", "type": "string", "tags": [], "label": "id", @@ -6453,7 +6445,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.type", + "id": "def-server.SavedObjectDoc.type", "type": "string", "tags": [], "label": "type", @@ -6464,7 +6456,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.namespace", + "id": "def-server.SavedObjectDoc.namespace", "type": "string", "tags": [], "label": "namespace", @@ -6478,7 +6470,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.namespaces", + "id": "def-server.SavedObjectDoc.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -6492,7 +6484,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.migrationVersion", + "id": "def-server.SavedObjectDoc.migrationVersion", "type": "Object", "tags": [], "label": "migrationVersion", @@ -6513,7 +6505,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.coreMigrationVersion", + "id": "def-server.SavedObjectDoc.coreMigrationVersion", "type": "string", "tags": [], "label": "coreMigrationVersion", @@ -6527,7 +6519,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.typeMigrationVersion", + "id": "def-server.SavedObjectDoc.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -6541,7 +6533,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.version", + "id": "def-server.SavedObjectDoc.version", "type": "string", "tags": [], "label": "version", @@ -6555,7 +6547,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.updated_at", + "id": "def-server.SavedObjectDoc.updated_at", "type": "string", "tags": [], "label": "updated_at", @@ -6569,7 +6561,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.updated_by", + "id": "def-server.SavedObjectDoc.updated_by", "type": "string", "tags": [], "label": "updated_by", @@ -6583,7 +6575,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.created_at", + "id": "def-server.SavedObjectDoc.created_at", "type": "string", "tags": [], "label": "created_at", @@ -6597,7 +6589,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.created_by", + "id": "def-server.SavedObjectDoc.created_by", "type": "string", "tags": [], "label": "created_by", @@ -6611,7 +6603,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.originId", + "id": "def-server.SavedObjectDoc.originId", "type": "string", "tags": [], "label": "originId", @@ -6625,7 +6617,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectDoc.managed", + "id": "def-server.SavedObjectDoc.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -6642,7 +6634,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions", + "id": "def-server.SavedObjectExportBaseOptions", "type": "Interface", "tags": [], "label": "SavedObjectExportBaseOptions", @@ -6653,7 +6645,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions.request", + "id": "def-server.SavedObjectExportBaseOptions.request", "type": "Object", "tags": [], "label": "request", @@ -6663,9 +6655,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -6676,7 +6668,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions.includeReferencesDeep", + "id": "def-server.SavedObjectExportBaseOptions.includeReferencesDeep", "type": "CompoundType", "tags": [], "label": "includeReferencesDeep", @@ -6692,7 +6684,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions.includeNamespaces", + "id": "def-server.SavedObjectExportBaseOptions.includeNamespaces", "type": "CompoundType", "tags": [], "label": "includeNamespaces", @@ -6708,7 +6700,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions.excludeExportDetails", + "id": "def-server.SavedObjectExportBaseOptions.excludeExportDetails", "type": "CompoundType", "tags": [], "label": "excludeExportDetails", @@ -6724,7 +6716,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectExportBaseOptions.namespace", + "id": "def-server.SavedObjectExportBaseOptions.namespace", "type": "string", "tags": [], "label": "namespace", @@ -6743,7 +6735,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationContext", + "id": "def-server.SavedObjectMigrationContext", "type": "Interface", "tags": [], "label": "SavedObjectMigrationContext", @@ -6756,7 +6748,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationContext.log", + "id": "def-server.SavedObjectMigrationContext.log", "type": "Object", "tags": [], "label": "log", @@ -6766,9 +6758,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMigrationLogger", + "section": "def-server.SavedObjectsMigrationLogger", "text": "SavedObjectsMigrationLogger" } ], @@ -6778,7 +6770,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationContext.migrationVersion", + "id": "def-server.SavedObjectMigrationContext.migrationVersion", "type": "string", "tags": [], "label": "migrationVersion", @@ -6791,7 +6783,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationContext.convertToMultiNamespaceTypeVersion", + "id": "def-server.SavedObjectMigrationContext.convertToMultiNamespaceTypeVersion", "type": "string", "tags": [ "deprecated" @@ -6819,7 +6811,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationContext.isSingleNamespaceType", + "id": "def-server.SavedObjectMigrationContext.isSingleNamespaceType", "type": "boolean", "tags": [], "label": "isSingleNamespaceType", @@ -6835,7 +6827,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationMap", + "id": "def-server.SavedObjectMigrationMap", "type": "Interface", "tags": [], "label": "SavedObjectMigrationMap", @@ -6848,7 +6840,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationMap.Unnamed", + "id": "def-server.SavedObjectMigrationMap.Unnamed", "type": "IndexSignature", "tags": [], "label": "[version: string]: SavedObjectMigration", @@ -6857,9 +6849,9 @@ "[version: string]: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "" @@ -6873,7 +6865,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationParams", + "id": "def-server.SavedObjectMigrationParams", "type": "Interface", "tags": [], "label": "SavedObjectMigrationParams", @@ -6883,9 +6875,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationParams", + "section": "def-server.SavedObjectMigrationParams", "text": "SavedObjectMigrationParams" }, "" @@ -6896,7 +6888,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationParams.deferred", + "id": "def-server.SavedObjectMigrationParams.deferred", "type": "boolean", "tags": [ "default" @@ -6914,7 +6906,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationParams.transform", + "id": "def-server.SavedObjectMigrationParams.transform", "type": "Function", "tags": [], "label": "transform", @@ -6925,25 +6917,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -6955,7 +6947,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationParams.transform.$1", + "id": "def-server.SavedObjectMigrationParams.transform.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -6963,9 +6955,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -6984,7 +6976,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationParams.transform.$2", + "id": "def-server.SavedObjectMigrationParams.transform.$2", "type": "Object", "tags": [], "label": "context", @@ -6992,9 +6984,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" } ], @@ -7009,7 +7001,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelDataBackfillResult", + "id": "def-server.SavedObjectModelDataBackfillResult", "type": "Interface", "tags": [], "label": "SavedObjectModelDataBackfillResult", @@ -7019,9 +7011,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelDataBackfillResult", + "section": "def-server.SavedObjectModelDataBackfillResult", "text": "SavedObjectModelDataBackfillResult" }, "" @@ -7032,7 +7024,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelDataBackfillResult.attributes", + "id": "def-server.SavedObjectModelDataBackfillResult.attributes", "type": "Object", "tags": [], "label": "attributes", @@ -7049,7 +7041,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationContext", + "id": "def-server.SavedObjectModelTransformationContext", "type": "Interface", "tags": [], "label": "SavedObjectModelTransformationContext", @@ -7062,7 +7054,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationContext.log", + "id": "def-server.SavedObjectModelTransformationContext.log", "type": "Object", "tags": [], "label": "log", @@ -7072,9 +7064,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMigrationLogger", + "section": "def-server.SavedObjectsMigrationLogger", "text": "SavedObjectsMigrationLogger" } ], @@ -7084,7 +7076,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationContext.modelVersion", + "id": "def-server.SavedObjectModelTransformationContext.modelVersion", "type": "number", "tags": [], "label": "modelVersion", @@ -7097,7 +7089,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationContext.namespaceType", + "id": "def-server.SavedObjectModelTransformationContext.namespaceType", "type": "CompoundType", "tags": [], "label": "namespaceType", @@ -7116,7 +7108,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationResult", + "id": "def-server.SavedObjectModelTransformationResult", "type": "Interface", "tags": [], "label": "SavedObjectModelTransformationResult", @@ -7126,9 +7118,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationResult", + "section": "def-server.SavedObjectModelTransformationResult", "text": "SavedObjectModelTransformationResult" }, "" @@ -7139,7 +7131,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationResult.document", + "id": "def-server.SavedObjectModelTransformationResult.document", "type": "CompoundType", "tags": [], "label": "document", @@ -7147,9 +7139,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -7171,7 +7163,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectReference", + "id": "def-server.SavedObjectReference", "type": "Interface", "tags": [], "label": "SavedObjectReference", @@ -7184,7 +7176,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectReference.name", + "id": "def-server.SavedObjectReference.name", "type": "string", "tags": [], "label": "name", @@ -7195,7 +7187,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectReference.type", + "id": "def-server.SavedObjectReference.type", "type": "string", "tags": [], "label": "type", @@ -7206,7 +7198,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectReference.id", + "id": "def-server.SavedObjectReference.id", "type": "string", "tags": [], "label": "id", @@ -7220,7 +7212,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientProviderOptions", + "id": "def-server.SavedObjectsClientProviderOptions", "type": "Interface", "tags": [], "label": "SavedObjectsClientProviderOptions", @@ -7233,7 +7225,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientProviderOptions.includedHiddenTypes", + "id": "def-server.SavedObjectsClientProviderOptions.includedHiddenTypes", "type": "Array", "tags": [], "label": "includedHiddenTypes", @@ -7249,7 +7241,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientProviderOptions.excludedExtensions", + "id": "def-server.SavedObjectsClientProviderOptions.excludedExtensions", "type": "Array", "tags": [], "label": "excludedExtensions", @@ -7268,7 +7260,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByObjectOptions", + "id": "def-server.SavedObjectsExportByObjectOptions", "type": "Interface", "tags": [], "label": "SavedObjectsExportByObjectOptions", @@ -7278,17 +7270,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByObjectOptions", + "section": "def-server.SavedObjectsExportByObjectOptions", "text": "SavedObjectsExportByObjectOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectExportBaseOptions", + "section": "def-server.SavedObjectExportBaseOptions", "text": "SavedObjectExportBaseOptions" } ], @@ -7298,7 +7290,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByObjectOptions.objects", + "id": "def-server.SavedObjectsExportByObjectOptions.objects", "type": "Array", "tags": [], "label": "objects", @@ -7324,7 +7316,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByTypeOptions", + "id": "def-server.SavedObjectsExportByTypeOptions", "type": "Interface", "tags": [], "label": "SavedObjectsExportByTypeOptions", @@ -7334,17 +7326,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportByTypeOptions", + "section": "def-server.SavedObjectsExportByTypeOptions", "text": "SavedObjectsExportByTypeOptions" }, " extends ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectExportBaseOptions", + "section": "def-server.SavedObjectExportBaseOptions", "text": "SavedObjectExportBaseOptions" } ], @@ -7354,7 +7346,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByTypeOptions.types", + "id": "def-server.SavedObjectsExportByTypeOptions.types", "type": "Array", "tags": [], "label": "types", @@ -7370,7 +7362,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByTypeOptions.hasReference", + "id": "def-server.SavedObjectsExportByTypeOptions.hasReference", "type": "Array", "tags": [], "label": "hasReference", @@ -7380,9 +7372,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -7393,7 +7385,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportByTypeOptions.search", + "id": "def-server.SavedObjectsExportByTypeOptions.search", "type": "string", "tags": [], "label": "search", @@ -7412,7 +7404,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportExcludedObject", + "id": "def-server.SavedObjectsExportExcludedObject", "type": "Interface", "tags": [], "label": "SavedObjectsExportExcludedObject", @@ -7423,7 +7415,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportExcludedObject.id", + "id": "def-server.SavedObjectsExportExcludedObject.id", "type": "string", "tags": [], "label": "id", @@ -7436,7 +7428,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportExcludedObject.type", + "id": "def-server.SavedObjectsExportExcludedObject.type", "type": "string", "tags": [], "label": "type", @@ -7449,7 +7441,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportExcludedObject.reason", + "id": "def-server.SavedObjectsExportExcludedObject.reason", "type": "string", "tags": [], "label": "reason", @@ -7468,7 +7460,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails", + "id": "def-server.SavedObjectsExportResultDetails", "type": "Interface", "tags": [], "label": "SavedObjectsExportResultDetails", @@ -7481,7 +7473,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails.exportedCount", + "id": "def-server.SavedObjectsExportResultDetails.exportedCount", "type": "number", "tags": [], "label": "exportedCount", @@ -7494,7 +7486,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails.missingRefCount", + "id": "def-server.SavedObjectsExportResultDetails.missingRefCount", "type": "number", "tags": [], "label": "missingRefCount", @@ -7507,7 +7499,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails.missingReferences", + "id": "def-server.SavedObjectsExportResultDetails.missingReferences", "type": "Array", "tags": [], "label": "missingReferences", @@ -7530,7 +7522,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails.excludedObjectsCount", + "id": "def-server.SavedObjectsExportResultDetails.excludedObjectsCount", "type": "number", "tags": [], "label": "excludedObjectsCount", @@ -7543,7 +7535,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportResultDetails.excludedObjects", + "id": "def-server.SavedObjectsExportResultDetails.excludedObjects", "type": "Array", "tags": [], "label": "excludedObjects", @@ -7553,9 +7545,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportExcludedObject", + "section": "def-server.SavedObjectsExportExcludedObject", "text": "SavedObjectsExportExcludedObject" }, "[]" @@ -7569,7 +7561,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportTransformContext", + "id": "def-server.SavedObjectsExportTransformContext", "type": "Interface", "tags": [], "label": "SavedObjectsExportTransformContext", @@ -7582,7 +7574,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportTransformContext.request", + "id": "def-server.SavedObjectsExportTransformContext.request", "type": "Object", "tags": [], "label": "request", @@ -7592,9 +7584,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -7608,7 +7600,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensions", + "id": "def-server.SavedObjectsExtensions", "type": "Interface", "tags": [], "label": "SavedObjectsExtensions", @@ -7621,7 +7613,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensions.encryptionExtension", + "id": "def-server.SavedObjectsExtensions.encryptionExtension", "type": "Object", "tags": [], "label": "encryptionExtension", @@ -7631,9 +7623,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsEncryptionExtension", + "section": "def-server.ISavedObjectsEncryptionExtension", "text": "ISavedObjectsEncryptionExtension" }, " | undefined" @@ -7644,7 +7636,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensions.securityExtension", + "id": "def-server.SavedObjectsExtensions.securityExtension", "type": "Object", "tags": [], "label": "securityExtension", @@ -7654,9 +7646,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSecurityExtension", + "section": "def-server.ISavedObjectsSecurityExtension", "text": "ISavedObjectsSecurityExtension" }, " | undefined" @@ -7667,7 +7659,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensions.spacesExtension", + "id": "def-server.SavedObjectsExtensions.spacesExtension", "type": "Object", "tags": [], "label": "spacesExtension", @@ -7677,9 +7669,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSpacesExtension", + "section": "def-server.ISavedObjectsSpacesExtension", "text": "ISavedObjectsSpacesExtension" }, " | undefined" @@ -7693,7 +7685,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportHookResult", + "id": "def-server.SavedObjectsImportHookResult", "type": "Interface", "tags": [], "label": "SavedObjectsImportHookResult", @@ -7706,7 +7698,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportHookResult.warnings", + "id": "def-server.SavedObjectsImportHookResult.warnings", "type": "Array", "tags": [], "label": "warnings", @@ -7732,7 +7724,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions", + "id": "def-server.SavedObjectsImportOptions", "type": "Interface", "tags": [], "label": "SavedObjectsImportOptions", @@ -7745,7 +7737,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.readStream", + "id": "def-server.SavedObjectsImportOptions.readStream", "type": "Object", "tags": [], "label": "readStream", @@ -7761,7 +7753,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.overwrite", + "id": "def-server.SavedObjectsImportOptions.overwrite", "type": "boolean", "tags": [], "label": "overwrite", @@ -7774,7 +7766,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.namespace", + "id": "def-server.SavedObjectsImportOptions.namespace", "type": "string", "tags": [], "label": "namespace", @@ -7790,7 +7782,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.createNewCopies", + "id": "def-server.SavedObjectsImportOptions.createNewCopies", "type": "boolean", "tags": [], "label": "createNewCopies", @@ -7803,7 +7795,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.refresh", + "id": "def-server.SavedObjectsImportOptions.refresh", "type": "CompoundType", "tags": [], "label": "refresh", @@ -7819,7 +7811,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.compatibilityMode", + "id": "def-server.SavedObjectsImportOptions.compatibilityMode", "type": "CompoundType", "tags": [], "label": "compatibilityMode", @@ -7835,7 +7827,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportOptions.managed", + "id": "def-server.SavedObjectsImportOptions.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -7854,7 +7846,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMappingProperties", + "id": "def-server.SavedObjectsMappingProperties", "type": "Interface", "tags": [], "label": "SavedObjectsMappingProperties", @@ -7867,7 +7859,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMappingProperties.Unnamed", + "id": "def-server.SavedObjectsMappingProperties.Unnamed", "type": "IndexSignature", "tags": [], "label": "[field: string]: SavedObjectsFieldMapping", @@ -7876,9 +7868,9 @@ "[field: string]: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsFieldMapping", + "section": "def-server.SavedObjectsFieldMapping", "text": "SavedObjectsFieldMapping" } ], @@ -7891,7 +7883,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger", + "id": "def-server.SavedObjectsMigrationLogger", "type": "Interface", "tags": [], "label": "SavedObjectsMigrationLogger", @@ -7902,7 +7894,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.debug", + "id": "def-server.SavedObjectsMigrationLogger.debug", "type": "Function", "tags": [], "label": "debug", @@ -7916,7 +7908,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.debug.$1", + "id": "def-server.SavedObjectsMigrationLogger.debug.$1", "type": "string", "tags": [], "label": "msg", @@ -7934,7 +7926,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.info", + "id": "def-server.SavedObjectsMigrationLogger.info", "type": "Function", "tags": [], "label": "info", @@ -7948,7 +7940,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.info.$1", + "id": "def-server.SavedObjectsMigrationLogger.info.$1", "type": "string", "tags": [], "label": "msg", @@ -7966,7 +7958,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.warn", + "id": "def-server.SavedObjectsMigrationLogger.warn", "type": "Function", "tags": [], "label": "warn", @@ -7980,7 +7972,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.warn.$1", + "id": "def-server.SavedObjectsMigrationLogger.warn.$1", "type": "string", "tags": [], "label": "msg", @@ -7998,7 +7990,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.error", + "id": "def-server.SavedObjectsMigrationLogger.error", "type": "Function", "tags": [], "label": "error", @@ -8028,7 +8020,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.error.$1", + "id": "def-server.SavedObjectsMigrationLogger.error.$1", "type": "string", "tags": [], "label": "msg", @@ -8043,7 +8035,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsMigrationLogger.error.$2", + "id": "def-server.SavedObjectsMigrationLogger.error.$2", "type": "Uncategorized", "tags": [], "label": "meta", @@ -8064,7 +8056,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataBackfillChange", + "id": "def-server.SavedObjectsModelDataBackfillChange", "type": "Interface", "tags": [], "label": "SavedObjectsModelDataBackfillChange", @@ -8074,9 +8066,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelDataBackfillChange", + "section": "def-server.SavedObjectsModelDataBackfillChange", "text": "SavedObjectsModelDataBackfillChange" }, "" @@ -8087,7 +8079,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataBackfillChange.type", + "id": "def-server.SavedObjectsModelDataBackfillChange.type", "type": "string", "tags": [], "label": "type", @@ -8101,7 +8093,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataBackfillChange.backfillFn", + "id": "def-server.SavedObjectsModelDataBackfillChange.backfillFn", "type": "Function", "tags": [], "label": "backfillFn", @@ -8112,25 +8104,25 @@ "(document: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationDoc", + "section": "def-server.SavedObjectModelTransformationDoc", "text": "SavedObjectModelTransformationDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelDataBackfillResult", + "section": "def-server.SavedObjectModelDataBackfillResult", "text": "SavedObjectModelDataBackfillResult" }, "" @@ -8142,7 +8134,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataBackfillChange.backfillFn.$1", + "id": "def-server.SavedObjectsModelDataBackfillChange.backfillFn.$1", "type": "CompoundType", "tags": [], "label": "document", @@ -8150,9 +8142,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -8171,7 +8163,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataBackfillChange.backfillFn.$2", + "id": "def-server.SavedObjectsModelDataBackfillChange.backfillFn.$2", "type": "Object", "tags": [], "label": "context", @@ -8179,9 +8171,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" } ], @@ -8196,7 +8188,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataRemovalChange", + "id": "def-server.SavedObjectsModelDataRemovalChange", "type": "Interface", "tags": [], "label": "SavedObjectsModelDataRemovalChange", @@ -8209,7 +8201,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataRemovalChange.type", + "id": "def-server.SavedObjectsModelDataRemovalChange.type", "type": "string", "tags": [], "label": "type", @@ -8223,7 +8215,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelDataRemovalChange.removedAttributePaths", + "id": "def-server.SavedObjectsModelDataRemovalChange.removedAttributePaths", "type": "Array", "tags": [], "label": "removedAttributePaths", @@ -8242,7 +8234,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsAdditionChange", + "id": "def-server.SavedObjectsModelMappingsAdditionChange", "type": "Interface", "tags": [], "label": "SavedObjectsModelMappingsAdditionChange", @@ -8255,7 +8247,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsAdditionChange.type", + "id": "def-server.SavedObjectsModelMappingsAdditionChange.type", "type": "string", "tags": [], "label": "type", @@ -8269,7 +8261,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsAdditionChange.addedMappings", + "id": "def-server.SavedObjectsModelMappingsAdditionChange.addedMappings", "type": "Object", "tags": [], "label": "addedMappings", @@ -8279,9 +8271,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -8294,7 +8286,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsDeprecationChange", + "id": "def-server.SavedObjectsModelMappingsDeprecationChange", "type": "Interface", "tags": [], "label": "SavedObjectsModelMappingsDeprecationChange", @@ -8307,7 +8299,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsDeprecationChange.type", + "id": "def-server.SavedObjectsModelMappingsDeprecationChange.type", "type": "string", "tags": [], "label": "type", @@ -8321,7 +8313,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelMappingsDeprecationChange.deprecatedMappings", + "id": "def-server.SavedObjectsModelMappingsDeprecationChange.deprecatedMappings", "type": "Array", "tags": [], "label": "deprecatedMappings", @@ -8340,7 +8332,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelUnsafeTransformChange", + "id": "def-server.SavedObjectsModelUnsafeTransformChange", "type": "Interface", "tags": [], "label": "SavedObjectsModelUnsafeTransformChange", @@ -8350,9 +8342,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelUnsafeTransformChange", + "section": "def-server.SavedObjectsModelUnsafeTransformChange", "text": "SavedObjectsModelUnsafeTransformChange" }, "" @@ -8363,7 +8355,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelUnsafeTransformChange.type", + "id": "def-server.SavedObjectsModelUnsafeTransformChange.type", "type": "string", "tags": [], "label": "type", @@ -8377,7 +8369,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelUnsafeTransformChange.transformFn", + "id": "def-server.SavedObjectsModelUnsafeTransformChange.transformFn", "type": "Function", "tags": [], "label": "transformFn", @@ -8388,25 +8380,25 @@ "(document: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationDoc", + "section": "def-server.SavedObjectModelTransformationDoc", "text": "SavedObjectModelTransformationDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationResult", + "section": "def-server.SavedObjectModelTransformationResult", "text": "SavedObjectModelTransformationResult" }, "" @@ -8418,7 +8410,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelUnsafeTransformChange.transformFn.$1", + "id": "def-server.SavedObjectsModelUnsafeTransformChange.transformFn.$1", "type": "CompoundType", "tags": [], "label": "document", @@ -8426,9 +8418,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -8447,7 +8439,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelUnsafeTransformChange.transformFn.$2", + "id": "def-server.SavedObjectsModelUnsafeTransformChange.transformFn.$2", "type": "Object", "tags": [], "label": "context", @@ -8455,9 +8447,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" } ], @@ -8472,7 +8464,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersion", + "id": "def-server.SavedObjectsModelVersion", "type": "Interface", "tags": [], "label": "SavedObjectsModelVersion", @@ -8485,7 +8477,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersion.changes", + "id": "def-server.SavedObjectsModelVersion.changes", "type": "Array", "tags": [], "label": "changes", @@ -8495,9 +8487,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelChange", + "section": "def-server.SavedObjectsModelChange", "text": "SavedObjectsModelChange" }, "[]" @@ -8508,7 +8500,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersion.schemas", + "id": "def-server.SavedObjectsModelVersion.schemas", "type": "Object", "tags": [], "label": "schemas", @@ -8518,9 +8510,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersionSchemaDefinitions", + "section": "def-server.SavedObjectsModelVersionSchemaDefinitions", "text": "SavedObjectsModelVersionSchemaDefinitions" }, " | undefined" @@ -8534,7 +8526,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionMap", + "id": "def-server.SavedObjectsModelVersionMap", "type": "Interface", "tags": [], "label": "SavedObjectsModelVersionMap", @@ -8547,7 +8539,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionMap.Unnamed", + "id": "def-server.SavedObjectsModelVersionMap.Unnamed", "type": "IndexSignature", "tags": [], "label": "[modelVersion: string]: SavedObjectsModelVersion", @@ -8556,9 +8548,9 @@ "[modelVersion: string]: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersion", + "section": "def-server.SavedObjectsModelVersion", "text": "SavedObjectsModelVersion" } ], @@ -8571,7 +8563,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionSchemaDefinitions", + "id": "def-server.SavedObjectsModelVersionSchemaDefinitions", "type": "Interface", "tags": [], "label": "SavedObjectsModelVersionSchemaDefinitions", @@ -8584,7 +8576,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionSchemaDefinitions.forwardCompatibility", + "id": "def-server.SavedObjectsModelVersionSchemaDefinitions.forwardCompatibility", "type": "CompoundType", "tags": [], "label": "forwardCompatibility", @@ -8594,9 +8586,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelVersionForwardCompatibilitySchema", + "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", "text": "SavedObjectModelVersionForwardCompatibilitySchema" }, " | undefined" @@ -8607,7 +8599,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionSchemaDefinitions.create", + "id": "def-server.SavedObjectsModelVersionSchemaDefinitions.create", "type": "Object", "tags": [], "label": "create", @@ -8617,9 +8609,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsValidationSpec", + "section": "def-server.SavedObjectsValidationSpec", "text": "SavedObjectsValidationSpec" }, " | undefined" @@ -8633,7 +8625,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDoc", + "id": "def-server.SavedObjectsRawDoc", "type": "Interface", "tags": [], "label": "SavedObjectsRawDoc", @@ -8646,7 +8638,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDoc._id", + "id": "def-server.SavedObjectsRawDoc._id", "type": "string", "tags": [], "label": "_id", @@ -8657,7 +8649,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDoc._source", + "id": "def-server.SavedObjectsRawDoc._source", "type": "Object", "tags": [], "label": "_source", @@ -8665,9 +8657,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRawDocSource", + "section": "def-server.SavedObjectsRawDocSource", "text": "SavedObjectsRawDocSource" } ], @@ -8677,7 +8669,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDoc._seq_no", + "id": "def-server.SavedObjectsRawDoc._seq_no", "type": "number", "tags": [], "label": "_seq_no", @@ -8691,7 +8683,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDoc._primary_term", + "id": "def-server.SavedObjectsRawDoc._primary_term", "type": "number", "tags": [], "label": "_primary_term", @@ -8708,7 +8700,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocParseOptions", + "id": "def-server.SavedObjectsRawDocParseOptions", "type": "Interface", "tags": [], "label": "SavedObjectsRawDocParseOptions", @@ -8721,7 +8713,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocParseOptions.namespaceTreatment", + "id": "def-server.SavedObjectsRawDocParseOptions.namespaceTreatment", "type": "CompoundType", "tags": [], "label": "namespaceTreatment", @@ -8737,7 +8729,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocParseOptions.migrationVersionCompatibility", + "id": "def-server.SavedObjectsRawDocParseOptions.migrationVersionCompatibility", "type": "CompoundType", "tags": [ "default" @@ -8758,7 +8750,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource", + "id": "def-server.SavedObjectsRawDocSource", "type": "Interface", "tags": [], "label": "SavedObjectsRawDocSource", @@ -8771,7 +8763,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.type", + "id": "def-server.SavedObjectsRawDocSource.type", "type": "string", "tags": [], "label": "type", @@ -8782,7 +8774,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.namespace", + "id": "def-server.SavedObjectsRawDocSource.namespace", "type": "string", "tags": [], "label": "namespace", @@ -8796,7 +8788,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.namespaces", + "id": "def-server.SavedObjectsRawDocSource.namespaces", "type": "Array", "tags": [], "label": "namespaces", @@ -8810,7 +8802,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.migrationVersion", + "id": "def-server.SavedObjectsRawDocSource.migrationVersion", "type": "Object", "tags": [], "label": "migrationVersion", @@ -8831,7 +8823,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.typeMigrationVersion", + "id": "def-server.SavedObjectsRawDocSource.typeMigrationVersion", "type": "string", "tags": [], "label": "typeMigrationVersion", @@ -8845,7 +8837,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.updated_at", + "id": "def-server.SavedObjectsRawDocSource.updated_at", "type": "string", "tags": [], "label": "updated_at", @@ -8859,7 +8851,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.created_at", + "id": "def-server.SavedObjectsRawDocSource.created_at", "type": "string", "tags": [], "label": "created_at", @@ -8873,7 +8865,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.created_by", + "id": "def-server.SavedObjectsRawDocSource.created_by", "type": "string", "tags": [], "label": "created_by", @@ -8887,7 +8879,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.references", + "id": "def-server.SavedObjectsRawDocSource.references", "type": "Array", "tags": [], "label": "references", @@ -8908,7 +8900,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.originId", + "id": "def-server.SavedObjectsRawDocSource.originId", "type": "string", "tags": [], "label": "originId", @@ -8922,7 +8914,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.managed", + "id": "def-server.SavedObjectsRawDocSource.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -8936,7 +8928,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRawDocSource.Unnamed", + "id": "def-server.SavedObjectsRawDocSource.Unnamed", "type": "IndexSignature", "tags": [], "label": "[typeMapping: string]: any", @@ -8953,7 +8945,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory", + "id": "def-server.SavedObjectsRepositoryFactory", "type": "Interface", "tags": [], "label": "SavedObjectsRepositoryFactory", @@ -8966,7 +8958,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createScopedRepository", + "id": "def-server.SavedObjectsRepositoryFactory.createScopedRepository", "type": "Function", "tags": [], "label": "createScopedRepository", @@ -8977,25 +8969,25 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", includedHiddenTypes?: string[] | undefined, extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -9005,7 +8997,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createScopedRepository.$1", + "id": "def-server.SavedObjectsRepositoryFactory.createScopedRepository.$1", "type": "Object", "tags": [], "label": "req", @@ -9013,9 +9005,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9027,7 +9019,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createScopedRepository.$2", + "id": "def-server.SavedObjectsRepositoryFactory.createScopedRepository.$2", "type": "Array", "tags": [], "label": "includedHiddenTypes", @@ -9044,7 +9036,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createScopedRepository.$3", + "id": "def-server.SavedObjectsRepositoryFactory.createScopedRepository.$3", "type": "Object", "tags": [], "label": "extensions", @@ -9054,9 +9046,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined" @@ -9071,7 +9063,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createInternalRepository", + "id": "def-server.SavedObjectsRepositoryFactory.createInternalRepository", "type": "Function", "tags": [], "label": "createInternalRepository", @@ -9082,17 +9074,17 @@ "(includedHiddenTypes?: string[] | undefined, extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -9102,7 +9094,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createInternalRepository.$1", + "id": "def-server.SavedObjectsRepositoryFactory.createInternalRepository.$1", "type": "Array", "tags": [], "label": "includedHiddenTypes", @@ -9119,7 +9111,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRepositoryFactory.createInternalRepository.$2", + "id": "def-server.SavedObjectsRepositoryFactory.createInternalRepository.$2", "type": "Object", "tags": [], "label": "extensions", @@ -9129,9 +9121,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined" @@ -9149,7 +9141,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext", + "id": "def-server.SavedObjectsRequestHandlerContext", "type": "Interface", "tags": [], "label": "SavedObjectsRequestHandlerContext", @@ -9162,7 +9154,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.client", + "id": "def-server.SavedObjectsRequestHandlerContext.client", "type": "Object", "tags": [], "label": "client", @@ -9170,9 +9162,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9182,7 +9174,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.typeRegistry", + "id": "def-server.SavedObjectsRequestHandlerContext.typeRegistry", "type": "Object", "tags": [], "label": "typeRegistry", @@ -9190,9 +9182,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" } ], @@ -9202,7 +9194,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getClient", + "id": "def-server.SavedObjectsRequestHandlerContext.getClient", "type": "Function", "tags": [], "label": "getClient", @@ -9211,17 +9203,17 @@ "(options?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientProviderOptions", + "section": "def-server.SavedObjectsClientProviderOptions", "text": "SavedObjectsClientProviderOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9231,7 +9223,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getClient.$1", + "id": "def-server.SavedObjectsRequestHandlerContext.getClient.$1", "type": "Object", "tags": [], "label": "options", @@ -9239,9 +9231,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientProviderOptions", + "section": "def-server.SavedObjectsClientProviderOptions", "text": "SavedObjectsClientProviderOptions" }, " | undefined" @@ -9256,7 +9248,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getExporter", + "id": "def-server.SavedObjectsRequestHandlerContext.getExporter", "type": "Function", "tags": [], "label": "getExporter", @@ -9265,17 +9257,17 @@ "(client: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsExporter", + "section": "def-server.ISavedObjectsExporter", "text": "ISavedObjectsExporter" } ], @@ -9285,7 +9277,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getExporter.$1", + "id": "def-server.SavedObjectsRequestHandlerContext.getExporter.$1", "type": "Object", "tags": [], "label": "client", @@ -9293,9 +9285,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9309,7 +9301,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getImporter", + "id": "def-server.SavedObjectsRequestHandlerContext.getImporter", "type": "Function", "tags": [], "label": "getImporter", @@ -9318,17 +9310,17 @@ "(client: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsImporter", + "section": "def-server.ISavedObjectsImporter", "text": "ISavedObjectsImporter" } ], @@ -9338,7 +9330,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsRequestHandlerContext.getImporter.$1", + "id": "def-server.SavedObjectsRequestHandlerContext.getImporter.$1", "type": "Object", "tags": [], "label": "client", @@ -9346,9 +9338,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9365,7 +9357,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions", + "id": "def-server.SavedObjectsResolveImportErrorsOptions", "type": "Interface", "tags": [], "label": "SavedObjectsResolveImportErrorsOptions", @@ -9378,7 +9370,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.readStream", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.readStream", "type": "Object", "tags": [], "label": "readStream", @@ -9394,7 +9386,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.retries", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.retries", "type": "Array", "tags": [], "label": "retries", @@ -9417,7 +9409,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.namespace", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.namespace", "type": "string", "tags": [], "label": "namespace", @@ -9433,7 +9425,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.createNewCopies", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.createNewCopies", "type": "boolean", "tags": [], "label": "createNewCopies", @@ -9446,7 +9438,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.compatibilityMode", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.compatibilityMode", "type": "CompoundType", "tags": [], "label": "compatibilityMode", @@ -9462,7 +9454,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsResolveImportErrorsOptions.managed", + "id": "def-server.SavedObjectsResolveImportErrorsOptions.managed", "type": "CompoundType", "tags": [], "label": "managed", @@ -9481,7 +9473,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup", + "id": "def-server.SavedObjectsServiceSetup", "type": "Interface", "tags": [], "label": "SavedObjectsServiceSetup", @@ -9494,7 +9486,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setClientFactoryProvider", + "id": "def-server.SavedObjectsServiceSetup.setClientFactoryProvider", "type": "Function", "tags": [], "label": "setClientFactoryProvider", @@ -9505,9 +9497,9 @@ "(clientFactoryProvider: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientFactoryProvider", + "section": "def-server.SavedObjectsClientFactoryProvider", "text": "SavedObjectsClientFactoryProvider" }, ") => void" @@ -9518,7 +9510,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setClientFactoryProvider.$1", + "id": "def-server.SavedObjectsServiceSetup.setClientFactoryProvider.$1", "type": "Function", "tags": [], "label": "clientFactoryProvider", @@ -9526,9 +9518,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientFactoryProvider", + "section": "def-server.SavedObjectsClientFactoryProvider", "text": "SavedObjectsClientFactoryProvider" } ], @@ -9542,7 +9534,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setEncryptionExtension", + "id": "def-server.SavedObjectsServiceSetup.setEncryptionExtension", "type": "Function", "tags": [], "label": "setEncryptionExtension", @@ -9553,9 +9545,9 @@ "(factory: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsEncryptionExtensionFactory", + "section": "def-server.SavedObjectsEncryptionExtensionFactory", "text": "SavedObjectsEncryptionExtensionFactory" }, ") => void" @@ -9566,7 +9558,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setEncryptionExtension.$1", + "id": "def-server.SavedObjectsServiceSetup.setEncryptionExtension.$1", "type": "Function", "tags": [], "label": "factory", @@ -9574,9 +9566,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsEncryptionExtensionFactory", + "section": "def-server.SavedObjectsEncryptionExtensionFactory", "text": "SavedObjectsEncryptionExtensionFactory" } ], @@ -9590,7 +9582,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setSecurityExtension", + "id": "def-server.SavedObjectsServiceSetup.setSecurityExtension", "type": "Function", "tags": [], "label": "setSecurityExtension", @@ -9601,9 +9593,9 @@ "(factory: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsSecurityExtensionFactory", + "section": "def-server.SavedObjectsSecurityExtensionFactory", "text": "SavedObjectsSecurityExtensionFactory" }, ") => void" @@ -9614,7 +9606,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setSecurityExtension.$1", + "id": "def-server.SavedObjectsServiceSetup.setSecurityExtension.$1", "type": "Function", "tags": [], "label": "factory", @@ -9622,9 +9614,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsSecurityExtensionFactory", + "section": "def-server.SavedObjectsSecurityExtensionFactory", "text": "SavedObjectsSecurityExtensionFactory" } ], @@ -9638,7 +9630,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setSpacesExtension", + "id": "def-server.SavedObjectsServiceSetup.setSpacesExtension", "type": "Function", "tags": [], "label": "setSpacesExtension", @@ -9649,9 +9641,9 @@ "(factory: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsSpacesExtensionFactory", + "section": "def-server.SavedObjectsSpacesExtensionFactory", "text": "SavedObjectsSpacesExtensionFactory" }, ") => void" @@ -9662,7 +9654,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.setSpacesExtension.$1", + "id": "def-server.SavedObjectsServiceSetup.setSpacesExtension.$1", "type": "Function", "tags": [], "label": "factory", @@ -9670,9 +9662,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsSpacesExtensionFactory", + "section": "def-server.SavedObjectsSpacesExtensionFactory", "text": "SavedObjectsSpacesExtensionFactory" } ], @@ -9686,7 +9678,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.registerType", + "id": "def-server.SavedObjectsServiceSetup.registerType", "type": "Function", "tags": [], "label": "registerType", @@ -9697,9 +9689,9 @@ "(type: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => void" @@ -9710,7 +9702,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.registerType.$1", + "id": "def-server.SavedObjectsServiceSetup.registerType.$1", "type": "Object", "tags": [], "label": "type", @@ -9718,9 +9710,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -9735,7 +9727,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceSetup.getDefaultIndex", + "id": "def-server.SavedObjectsServiceSetup.getDefaultIndex", "type": "Function", "tags": [], "label": "getDefaultIndex", @@ -9756,7 +9748,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart", + "id": "def-server.SavedObjectsServiceStart", "type": "Interface", "tags": [], "label": "SavedObjectsServiceStart", @@ -9769,7 +9761,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getScopedClient", + "id": "def-server.SavedObjectsServiceStart.getScopedClient", "type": "Function", "tags": [], "label": "getScopedClient", @@ -9780,25 +9772,25 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", options?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientProviderOptions", + "section": "def-server.SavedObjectsClientProviderOptions", "text": "SavedObjectsClientProviderOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -9808,7 +9800,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getScopedClient.$1", + "id": "def-server.SavedObjectsServiceStart.getScopedClient.$1", "type": "Object", "tags": [], "label": "req", @@ -9816,9 +9808,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9830,7 +9822,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getScopedClient.$2", + "id": "def-server.SavedObjectsServiceStart.getScopedClient.$2", "type": "Object", "tags": [], "label": "options", @@ -9838,9 +9830,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientProviderOptions", + "section": "def-server.SavedObjectsClientProviderOptions", "text": "SavedObjectsClientProviderOptions" }, " | undefined" @@ -9855,7 +9847,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createScopedRepository", + "id": "def-server.SavedObjectsServiceStart.createScopedRepository", "type": "Function", "tags": [], "label": "createScopedRepository", @@ -9866,25 +9858,25 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", includedHiddenTypes?: string[] | undefined, extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -9894,7 +9886,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createScopedRepository.$1", + "id": "def-server.SavedObjectsServiceStart.createScopedRepository.$1", "type": "Object", "tags": [], "label": "req", @@ -9904,9 +9896,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -9918,7 +9910,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createScopedRepository.$2", + "id": "def-server.SavedObjectsServiceStart.createScopedRepository.$2", "type": "Array", "tags": [], "label": "includedHiddenTypes", @@ -9935,7 +9927,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createScopedRepository.$3", + "id": "def-server.SavedObjectsServiceStart.createScopedRepository.$3", "type": "Object", "tags": [], "label": "extensions", @@ -9945,9 +9937,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined" @@ -9962,7 +9954,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createInternalRepository", + "id": "def-server.SavedObjectsServiceStart.createInternalRepository", "type": "Function", "tags": [], "label": "createInternalRepository", @@ -9973,17 +9965,17 @@ "(includedHiddenTypes?: string[] | undefined, extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -9993,7 +9985,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createInternalRepository.$1", + "id": "def-server.SavedObjectsServiceStart.createInternalRepository.$1", "type": "Array", "tags": [], "label": "includedHiddenTypes", @@ -10010,7 +10002,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createInternalRepository.$2", + "id": "def-server.SavedObjectsServiceStart.createInternalRepository.$2", "type": "Object", "tags": [], "label": "extensions", @@ -10020,9 +10012,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined" @@ -10037,7 +10029,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createSerializer", + "id": "def-server.SavedObjectsServiceStart.createSerializer", "type": "Function", "tags": [], "label": "createSerializer", @@ -10048,9 +10040,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSerializer", + "section": "def-server.ISavedObjectsSerializer", "text": "ISavedObjectsSerializer" } ], @@ -10062,7 +10054,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createExporter", + "id": "def-server.SavedObjectsServiceStart.createExporter", "type": "Function", "tags": [], "label": "createExporter", @@ -10073,17 +10065,17 @@ "(client: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsExporter", + "section": "def-server.ISavedObjectsExporter", "text": "ISavedObjectsExporter" } ], @@ -10093,7 +10085,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createExporter.$1", + "id": "def-server.SavedObjectsServiceStart.createExporter.$1", "type": "Object", "tags": [], "label": "client", @@ -10101,9 +10093,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10117,7 +10109,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createImporter", + "id": "def-server.SavedObjectsServiceStart.createImporter", "type": "Function", "tags": [], "label": "createImporter", @@ -10128,9 +10120,9 @@ "(client: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", options?: ", @@ -10138,9 +10130,9 @@ " | undefined) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsImporter", + "section": "def-server.ISavedObjectsImporter", "text": "ISavedObjectsImporter" } ], @@ -10150,7 +10142,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createImporter.$1", + "id": "def-server.SavedObjectsServiceStart.createImporter.$1", "type": "Object", "tags": [], "label": "client", @@ -10158,9 +10150,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -10171,7 +10163,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.createImporter.$2", + "id": "def-server.SavedObjectsServiceStart.createImporter.$2", "type": "Object", "tags": [], "label": "options", @@ -10190,7 +10182,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getTypeRegistry", + "id": "def-server.SavedObjectsServiceStart.getTypeRegistry", "type": "Function", "tags": [], "label": "getTypeRegistry", @@ -10201,9 +10193,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" } ], @@ -10215,7 +10207,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getIndexForType", + "id": "def-server.SavedObjectsServiceStart.getIndexForType", "type": "Function", "tags": [], "label": "getIndexForType", @@ -10231,7 +10223,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getIndexForType.$1", + "id": "def-server.SavedObjectsServiceStart.getIndexForType.$1", "type": "string", "tags": [], "label": "type", @@ -10251,7 +10243,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getIndicesForTypes", + "id": "def-server.SavedObjectsServiceStart.getIndicesForTypes", "type": "Function", "tags": [], "label": "getIndicesForTypes", @@ -10267,7 +10259,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getIndicesForTypes.$1", + "id": "def-server.SavedObjectsServiceStart.getIndicesForTypes.$1", "type": "Array", "tags": [], "label": "types", @@ -10287,7 +10279,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getDefaultIndex", + "id": "def-server.SavedObjectsServiceStart.getDefaultIndex", "type": "Function", "tags": [], "label": "getDefaultIndex", @@ -10305,7 +10297,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsServiceStart.getAllIndices", + "id": "def-server.SavedObjectsServiceStart.getAllIndices", "type": "Function", "tags": [], "label": "getAllIndices", @@ -10326,7 +10318,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectStatusMeta", + "id": "def-server.SavedObjectStatusMeta", "type": "Interface", "tags": [], "label": "SavedObjectStatusMeta", @@ -10339,7 +10331,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectStatusMeta.migratedIndices", + "id": "def-server.SavedObjectStatusMeta.migratedIndices", "type": "Object", "tags": [], "label": "migratedIndices", @@ -10356,7 +10348,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType", + "id": "def-server.SavedObjectsType", "type": "Interface", "tags": [], "label": "SavedObjectsType", @@ -10366,9 +10358,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -10379,7 +10371,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.name", + "id": "def-server.SavedObjectsType.name", "type": "string", "tags": [], "label": "name", @@ -10392,7 +10384,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.hidden", + "id": "def-server.SavedObjectsType.hidden", "type": "boolean", "tags": [], "label": "hidden", @@ -10405,7 +10397,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.hiddenFromHttpApis", + "id": "def-server.SavedObjectsType.hiddenFromHttpApis", "type": "CompoundType", "tags": [], "label": "hiddenFromHttpApis", @@ -10421,7 +10413,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.namespaceType", + "id": "def-server.SavedObjectsType.namespaceType", "type": "CompoundType", "tags": [], "label": "namespaceType", @@ -10437,7 +10429,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.indexPattern", + "id": "def-server.SavedObjectsType.indexPattern", "type": "string", "tags": [], "label": "indexPattern", @@ -10453,7 +10445,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.convertToAliasScript", + "id": "def-server.SavedObjectsType.convertToAliasScript", "type": "string", "tags": [], "label": "convertToAliasScript", @@ -10469,7 +10461,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.excludeOnUpgrade", + "id": "def-server.SavedObjectsType.excludeOnUpgrade", "type": "Function", "tags": [], "label": "excludeOnUpgrade", @@ -10479,9 +10471,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectTypeExcludeFromUpgradeFilterHook", + "section": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook", "text": "SavedObjectTypeExcludeFromUpgradeFilterHook" }, " | undefined" @@ -10492,7 +10484,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.mappings", + "id": "def-server.SavedObjectsType.mappings", "type": "Object", "tags": [], "label": "mappings", @@ -10502,9 +10494,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsTypeMappingDefinition", + "section": "def-server.SavedObjectsTypeMappingDefinition", "text": "SavedObjectsTypeMappingDefinition" } ], @@ -10514,7 +10506,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.migrations", + "id": "def-server.SavedObjectsType.migrations", "type": "CompoundType", "tags": [ "deprecated" @@ -10526,17 +10518,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" }, " | (() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" }, ") | undefined" @@ -11237,7 +11229,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.schemas", + "id": "def-server.SavedObjectsType.schemas", "type": "CompoundType", "tags": [ "deprecated" @@ -11249,17 +11241,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsValidationMap", + "section": "def-server.SavedObjectsValidationMap", "text": "SavedObjectsValidationMap" }, " | (() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsValidationMap", + "section": "def-server.SavedObjectsValidationMap", "text": "SavedObjectsValidationMap" }, ") | undefined" @@ -11424,7 +11416,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.convertToMultiNamespaceTypeVersion", + "id": "def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion", "type": "string", "tags": [ "deprecated" @@ -11668,7 +11660,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.management", + "id": "def-server.SavedObjectsType.management", "type": "Object", "tags": [], "label": "management", @@ -11678,9 +11670,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsTypeManagementDefinition", + "section": "def-server.SavedObjectsTypeManagementDefinition", "text": "SavedObjectsTypeManagementDefinition" }, " | undefined" @@ -11691,7 +11683,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.modelVersions", + "id": "def-server.SavedObjectsType.modelVersions", "type": "CompoundType", "tags": [], "label": "modelVersions", @@ -11701,17 +11693,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersionMap", + "section": "def-server.SavedObjectsModelVersionMap", "text": "SavedObjectsModelVersionMap" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersionMapProvider", + "section": "def-server.SavedObjectsModelVersionMapProvider", "text": "SavedObjectsModelVersionMapProvider" }, " | undefined" @@ -11722,7 +11714,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsType.switchToModelVersionAt", + "id": "def-server.SavedObjectsType.switchToModelVersionAt", "type": "string", "tags": [], "label": "switchToModelVersionAt", @@ -11741,7 +11733,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition", + "id": "def-server.SavedObjectsTypeManagementDefinition", "type": "Interface", "tags": [], "label": "SavedObjectsTypeManagementDefinition", @@ -11751,9 +11743,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsTypeManagementDefinition", + "section": "def-server.SavedObjectsTypeManagementDefinition", "text": "SavedObjectsTypeManagementDefinition" }, "" @@ -11764,7 +11756,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.importableAndExportable", + "id": "def-server.SavedObjectsTypeManagementDefinition.importableAndExportable", "type": "CompoundType", "tags": [], "label": "importableAndExportable", @@ -11780,7 +11772,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.displayName", + "id": "def-server.SavedObjectsTypeManagementDefinition.displayName", "type": "string", "tags": [], "label": "displayName", @@ -11796,7 +11788,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.visibleInManagement", + "id": "def-server.SavedObjectsTypeManagementDefinition.visibleInManagement", "type": "CompoundType", "tags": [], "label": "visibleInManagement", @@ -11812,7 +11804,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.defaultSearchField", + "id": "def-server.SavedObjectsTypeManagementDefinition.defaultSearchField", "type": "string", "tags": [], "label": "defaultSearchField", @@ -11828,7 +11820,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.icon", + "id": "def-server.SavedObjectsTypeManagementDefinition.icon", "type": "string", "tags": [], "label": "icon", @@ -11844,7 +11836,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getTitle", + "id": "def-server.SavedObjectsTypeManagementDefinition.getTitle", "type": "Function", "tags": [], "label": "getTitle", @@ -11868,7 +11860,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getTitle.$1", + "id": "def-server.SavedObjectsTypeManagementDefinition.getTitle.$1", "type": "Object", "tags": [], "label": "savedObject", @@ -11893,7 +11885,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getEditUrl", + "id": "def-server.SavedObjectsTypeManagementDefinition.getEditUrl", "type": "Function", "tags": [], "label": "getEditUrl", @@ -11917,7 +11909,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getEditUrl.$1", + "id": "def-server.SavedObjectsTypeManagementDefinition.getEditUrl.$1", "type": "Object", "tags": [], "label": "savedObject", @@ -11942,7 +11934,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getInAppUrl", + "id": "def-server.SavedObjectsTypeManagementDefinition.getInAppUrl", "type": "Function", "tags": [], "label": "getInAppUrl", @@ -11966,7 +11958,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.getInAppUrl.$1", + "id": "def-server.SavedObjectsTypeManagementDefinition.getInAppUrl.$1", "type": "Object", "tags": [], "label": "savedObject", @@ -11993,7 +11985,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.onExport", + "id": "def-server.SavedObjectsTypeManagementDefinition.onExport", "type": "Function", "tags": [], "label": "onExport", @@ -12003,9 +11995,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportTransform", + "section": "def-server.SavedObjectsExportTransform", "text": "SavedObjectsExportTransform" }, " | undefined" @@ -12016,7 +12008,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.onImport", + "id": "def-server.SavedObjectsTypeManagementDefinition.onImport", "type": "Function", "tags": [], "label": "onImport", @@ -12026,9 +12018,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsImportHook", + "section": "def-server.SavedObjectsImportHook", "text": "SavedObjectsImportHook" }, " | undefined" @@ -12039,7 +12031,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeManagementDefinition.isExportable", + "id": "def-server.SavedObjectsTypeManagementDefinition.isExportable", "type": "Function", "tags": [], "label": "isExportable", @@ -12049,9 +12041,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportablePredicate", + "section": "def-server.SavedObjectsExportablePredicate", "text": "SavedObjectsExportablePredicate" }, " | undefined" @@ -12065,7 +12057,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeMappingDefinition", + "id": "def-server.SavedObjectsTypeMappingDefinition", "type": "Interface", "tags": [], "label": "SavedObjectsTypeMappingDefinition", @@ -12078,7 +12070,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeMappingDefinition.dynamic", + "id": "def-server.SavedObjectsTypeMappingDefinition.dynamic", "type": "CompoundType", "tags": [], "label": "dynamic", @@ -12094,7 +12086,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsTypeMappingDefinition.properties", + "id": "def-server.SavedObjectsTypeMappingDefinition.properties", "type": "Object", "tags": [], "label": "properties", @@ -12104,9 +12096,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsMappingProperties", + "section": "def-server.SavedObjectsMappingProperties", "text": "SavedObjectsMappingProperties" } ], @@ -12119,7 +12111,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsValidationMap", + "id": "def-server.SavedObjectsValidationMap", "type": "Interface", "tags": [], "label": "SavedObjectsValidationMap", @@ -12132,7 +12124,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsValidationMap.Unnamed", + "id": "def-server.SavedObjectsValidationMap.Unnamed", "type": "IndexSignature", "tags": [], "label": "[version: string]: SavedObjectsValidationSpec", @@ -12141,9 +12133,9 @@ "[version: string]: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsValidationSpec", + "section": "def-server.SavedObjectsValidationSpec", "text": "SavedObjectsValidationSpec" } ], @@ -12159,7 +12151,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ALERTING_CASES_SAVED_OBJECT_INDEX", + "id": "def-server.ALERTING_CASES_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "ALERTING_CASES_SAVED_OBJECT_INDEX", @@ -12171,7 +12163,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ALL_SAVED_OBJECT_INDICES", + "id": "def-server.ALL_SAVED_OBJECT_INDICES", "type": "Array", "tags": [], "label": "ALL_SAVED_OBJECT_INDICES", @@ -12186,7 +12178,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ANALYTICS_SAVED_OBJECT_INDEX", + "id": "def-server.ANALYTICS_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "ANALYTICS_SAVED_OBJECT_INDEX", @@ -12198,7 +12190,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizationTypeMap", + "id": "def-server.AuthorizationTypeMap", "type": "Type", "tags": [], "label": "AuthorizationTypeMap", @@ -12209,9 +12201,9 @@ "Map>" @@ -12223,7 +12215,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.AuthorizeOpenPointInTimeParams", + "id": "def-server.AuthorizeOpenPointInTimeParams", "type": "Type", "tags": [], "label": "AuthorizeOpenPointInTimeParams", @@ -12233,9 +12225,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.AuthorizeFindParams", + "section": "def-server.AuthorizeFindParams", "text": "AuthorizeFindParams" } ], @@ -12246,7 +12238,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.CreatedObject", + "id": "def-server.CreatedObject", "type": "Type", "tags": [], "label": "CreatedObject", @@ -12268,7 +12260,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.ENCRYPTION_EXTENSION_ID", + "id": "def-server.ENCRYPTION_EXTENSION_ID", "type": "string", "tags": [], "label": "ENCRYPTION_EXTENSION_ID", @@ -12283,7 +12275,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.INGEST_SAVED_OBJECT_INDEX", + "id": "def-server.INGEST_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "INGEST_SAVED_OBJECT_INDEX", @@ -12295,7 +12287,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.MAIN_SAVED_OBJECT_INDEX", + "id": "def-server.MAIN_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "MAIN_SAVED_OBJECT_INDEX", @@ -12312,7 +12304,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectAttribute", + "id": "def-server.SavedObjectAttribute", "type": "Type", "tags": [], "label": "SavedObjectAttribute", @@ -12344,7 +12336,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectAttributeSingle", + "id": "def-server.SavedObjectAttributeSingle", "type": "Type", "tags": [], "label": "SavedObjectAttributeSingle", @@ -12369,7 +12361,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigration", + "id": "def-server.SavedObjectMigration", "type": "Type", "tags": [], "label": "SavedObjectMigration", @@ -12379,17 +12371,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationFn", + "section": "def-server.SavedObjectMigrationFn", "text": "SavedObjectMigrationFn" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationParams", + "section": "def-server.SavedObjectMigrationParams", "text": "SavedObjectMigrationParams" }, "" @@ -12401,7 +12393,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationFn", + "id": "def-server.SavedObjectMigrationFn", "type": "Type", "tags": [], "label": "SavedObjectMigrationFn", @@ -12412,25 +12404,25 @@ "(doc: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectUnsanitizedDoc", + "section": "def-server.SavedObjectUnsanitizedDoc", "text": "SavedObjectUnsanitizedDoc" }, "" @@ -12442,7 +12434,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationFn.$1", + "id": "def-server.SavedObjectMigrationFn.$1", "type": "CompoundType", "tags": [], "label": "doc", @@ -12450,9 +12442,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -12471,7 +12463,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectMigrationFn.$2", + "id": "def-server.SavedObjectMigrationFn.$2", "type": "Object", "tags": [], "label": "context", @@ -12479,9 +12471,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" } ], @@ -12494,7 +12486,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelDataBackfillFn", + "id": "def-server.SavedObjectModelDataBackfillFn", "type": "Type", "tags": [], "label": "SavedObjectModelDataBackfillFn", @@ -12505,25 +12497,25 @@ "(document: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationDoc", + "section": "def-server.SavedObjectModelTransformationDoc", "text": "SavedObjectModelTransformationDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelDataBackfillResult", + "section": "def-server.SavedObjectModelDataBackfillResult", "text": "SavedObjectModelDataBackfillResult" }, "" @@ -12535,7 +12527,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelDataBackfillFn.$1", + "id": "def-server.SavedObjectModelDataBackfillFn.$1", "type": "CompoundType", "tags": [], "label": "document", @@ -12543,9 +12535,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -12564,7 +12556,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelDataBackfillFn.$2", + "id": "def-server.SavedObjectModelDataBackfillFn.$2", "type": "Object", "tags": [], "label": "context", @@ -12572,9 +12564,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" } ], @@ -12587,7 +12579,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationDoc", + "id": "def-server.SavedObjectModelTransformationDoc", "type": "Type", "tags": [], "label": "SavedObjectModelTransformationDoc", @@ -12597,9 +12589,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -12619,7 +12611,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationFn", + "id": "def-server.SavedObjectModelTransformationFn", "type": "Type", "tags": [], "label": "SavedObjectModelTransformationFn", @@ -12630,25 +12622,25 @@ "(document: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationDoc", + "section": "def-server.SavedObjectModelTransformationDoc", "text": "SavedObjectModelTransformationDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationResult", + "section": "def-server.SavedObjectModelTransformationResult", "text": "SavedObjectModelTransformationResult" }, "" @@ -12660,7 +12652,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationFn.$1", + "id": "def-server.SavedObjectModelTransformationFn.$1", "type": "CompoundType", "tags": [], "label": "document", @@ -12668,9 +12660,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -12689,7 +12681,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelTransformationFn.$2", + "id": "def-server.SavedObjectModelTransformationFn.$2", "type": "Object", "tags": [], "label": "context", @@ -12697,9 +12689,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" } ], @@ -12712,7 +12704,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelUnsafeTransformFn", + "id": "def-server.SavedObjectModelUnsafeTransformFn", "type": "Type", "tags": [], "label": "SavedObjectModelUnsafeTransformFn", @@ -12723,25 +12715,25 @@ "(document: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationDoc", + "section": "def-server.SavedObjectModelTransformationDoc", "text": "SavedObjectModelTransformationDoc" }, ", context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationResult", + "section": "def-server.SavedObjectModelTransformationResult", "text": "SavedObjectModelTransformationResult" }, "" @@ -12753,7 +12745,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelUnsafeTransformFn.$1", + "id": "def-server.SavedObjectModelUnsafeTransformFn.$1", "type": "CompoundType", "tags": [], "label": "document", @@ -12761,9 +12753,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -12782,7 +12774,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelUnsafeTransformFn.$2", + "id": "def-server.SavedObjectModelUnsafeTransformFn.$2", "type": "Object", "tags": [], "label": "context", @@ -12790,9 +12782,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelTransformationContext", + "section": "def-server.SavedObjectModelTransformationContext", "text": "SavedObjectModelTransformationContext" } ], @@ -12805,7 +12797,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelVersionForwardCompatibilityFn", + "id": "def-server.SavedObjectModelVersionForwardCompatibilityFn", "type": "Type", "tags": [], "label": "SavedObjectModelVersionForwardCompatibilityFn", @@ -12822,7 +12814,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelVersionForwardCompatibilityFn.$1", + "id": "def-server.SavedObjectModelVersionForwardCompatibilityFn.$1", "type": "Uncategorized", "tags": [], "label": "attributes", @@ -12839,7 +12831,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelVersionForwardCompatibilityObjectSchema", + "id": "def-server.SavedObjectModelVersionForwardCompatibilityObjectSchema", "type": "Type", "tags": [], "label": "SavedObjectModelVersionForwardCompatibilityObjectSchema", @@ -12863,7 +12855,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectModelVersionForwardCompatibilitySchema", + "id": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", "type": "Type", "tags": [], "label": "SavedObjectModelVersionForwardCompatibilitySchema", @@ -12873,17 +12865,17 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelVersionForwardCompatibilityObjectSchema", + "section": "def-server.SavedObjectModelVersionForwardCompatibilityObjectSchema", "text": "SavedObjectModelVersionForwardCompatibilityObjectSchema" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectModelVersionForwardCompatibilityFn", + "section": "def-server.SavedObjectModelVersionForwardCompatibilityFn", "text": "SavedObjectModelVersionForwardCompatibilityFn" }, "" @@ -12895,7 +12887,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectSanitizedDoc", + "id": "def-server.SavedObjectSanitizedDoc", "type": "Type", "tags": [], "label": "SavedObjectSanitizedDoc", @@ -12905,9 +12897,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references: ", @@ -12927,7 +12919,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientFactory", + "id": "def-server.SavedObjectsClientFactory", "type": "Type", "tags": [], "label": "SavedObjectsClientFactory", @@ -12938,25 +12930,25 @@ "({ request, includedHiddenTypes, extensions, }: { request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; includedHiddenTypes?: string[] | undefined; extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined; }) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -12967,7 +12959,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientFactory.$1", + "id": "def-server.SavedObjectsClientFactory.$1", "type": "Object", "tags": [], "label": "__0", @@ -12976,17 +12968,17 @@ "{ request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; includedHiddenTypes?: string[] | undefined; extensions?: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExtensions", + "section": "def-server.SavedObjectsExtensions", "text": "SavedObjectsExtensions" }, " | undefined; }" @@ -13000,7 +12992,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientFactoryProvider", + "id": "def-server.SavedObjectsClientFactoryProvider", "type": "Type", "tags": [], "label": "SavedObjectsClientFactoryProvider", @@ -13011,17 +13003,17 @@ "(repositoryFactory: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRepositoryFactory", + "section": "def-server.SavedObjectsRepositoryFactory", "text": "SavedObjectsRepositoryFactory" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsClientFactory", + "section": "def-server.SavedObjectsClientFactory", "text": "SavedObjectsClientFactory" } ], @@ -13032,7 +13024,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsClientFactoryProvider.$1", + "id": "def-server.SavedObjectsClientFactoryProvider.$1", "type": "Object", "tags": [], "label": "repositoryFactory", @@ -13040,9 +13032,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsRepositoryFactory", + "section": "def-server.SavedObjectsRepositoryFactory", "text": "SavedObjectsRepositoryFactory" } ], @@ -13055,7 +13047,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsEncryptionExtensionFactory", + "id": "def-server.SavedObjectsEncryptionExtensionFactory", "type": "Type", "tags": [], "label": "SavedObjectsEncryptionExtensionFactory", @@ -13066,25 +13058,25 @@ "(params: { typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsEncryptionExtension", + "section": "def-server.ISavedObjectsEncryptionExtension", "text": "ISavedObjectsEncryptionExtension" }, " | undefined" @@ -13096,7 +13088,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsEncryptionExtensionFactory.$1", + "id": "def-server.SavedObjectsEncryptionExtensionFactory.$1", "type": "Object", "tags": [], "label": "params", @@ -13105,17 +13097,17 @@ "{ typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }" @@ -13129,7 +13121,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportablePredicate", + "id": "def-server.SavedObjectsExportablePredicate", "type": "Type", "tags": [], "label": "SavedObjectsExportablePredicate", @@ -13152,7 +13144,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportablePredicate.$1", + "id": "def-server.SavedObjectsExportablePredicate.$1", "type": "Object", "tags": [], "label": "obj", @@ -13176,7 +13168,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportTransform", + "id": "def-server.SavedObjectsExportTransform", "type": "Type", "tags": [], "label": "SavedObjectsExportTransform", @@ -13187,9 +13179,9 @@ "(context: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportTransformContext", + "section": "def-server.SavedObjectsExportTransformContext", "text": "SavedObjectsExportTransformContext" }, ", objects: ", @@ -13225,7 +13217,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportTransform.$1", + "id": "def-server.SavedObjectsExportTransform.$1", "type": "Object", "tags": [], "label": "context", @@ -13233,9 +13225,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsExportTransformContext", + "section": "def-server.SavedObjectsExportTransformContext", "text": "SavedObjectsExportTransformContext" } ], @@ -13245,7 +13237,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExportTransform.$2", + "id": "def-server.SavedObjectsExportTransform.$2", "type": "Array", "tags": [], "label": "objects", @@ -13269,7 +13261,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensionFactory", + "id": "def-server.SavedObjectsExtensionFactory", "type": "Type", "tags": [], "label": "SavedObjectsExtensionFactory", @@ -13280,17 +13272,17 @@ "(params: { typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }) => T" @@ -13302,7 +13294,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsExtensionFactory.$1", + "id": "def-server.SavedObjectsExtensionFactory.$1", "type": "Object", "tags": [], "label": "params", @@ -13311,17 +13303,17 @@ "{ typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }" @@ -13335,7 +13327,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsFieldMapping", + "id": "def-server.SavedObjectsFieldMapping", "type": "Type", "tags": [], "label": "SavedObjectsFieldMapping", @@ -13355,7 +13347,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportHook", + "id": "def-server.SavedObjectsImportHook", "type": "Type", "tags": [], "label": "SavedObjectsImportHook", @@ -13374,17 +13366,17 @@ "[]) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsImportHookResult", + "section": "def-server.SavedObjectsImportHookResult", "text": "SavedObjectsImportHookResult" }, " | Promise<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsImportHookResult", + "section": "def-server.SavedObjectsImportHookResult", "text": "SavedObjectsImportHookResult" }, ">" @@ -13396,7 +13388,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsImportHook.$1", + "id": "def-server.SavedObjectsImportHook.$1", "type": "Array", "tags": [], "label": "objects", @@ -13420,7 +13412,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelChange", + "id": "def-server.SavedObjectsModelChange", "type": "Type", "tags": [], "label": "SavedObjectsModelChange", @@ -13430,41 +13422,41 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelMappingsAdditionChange", + "section": "def-server.SavedObjectsModelMappingsAdditionChange", "text": "SavedObjectsModelMappingsAdditionChange" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelMappingsDeprecationChange", + "section": "def-server.SavedObjectsModelMappingsDeprecationChange", "text": "SavedObjectsModelMappingsDeprecationChange" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelDataBackfillChange", + "section": "def-server.SavedObjectsModelDataBackfillChange", "text": "SavedObjectsModelDataBackfillChange" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelDataRemovalChange", + "section": "def-server.SavedObjectsModelDataRemovalChange", "text": "SavedObjectsModelDataRemovalChange" }, " | ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelUnsafeTransformChange", + "section": "def-server.SavedObjectsModelUnsafeTransformChange", "text": "SavedObjectsModelUnsafeTransformChange" }, "" @@ -13476,7 +13468,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsModelVersionMapProvider", + "id": "def-server.SavedObjectsModelVersionMapProvider", "type": "Type", "tags": [], "label": "SavedObjectsModelVersionMapProvider", @@ -13487,9 +13479,9 @@ "() => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsModelVersionMap", + "section": "def-server.SavedObjectsModelVersionMap", "text": "SavedObjectsModelVersionMap" } ], @@ -13502,7 +13494,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsSecurityExtensionFactory", + "id": "def-server.SavedObjectsSecurityExtensionFactory", "type": "Type", "tags": [], "label": "SavedObjectsSecurityExtensionFactory", @@ -13513,25 +13505,25 @@ "(params: { typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSecurityExtension", + "section": "def-server.ISavedObjectsSecurityExtension", "text": "ISavedObjectsSecurityExtension" }, " | undefined" @@ -13543,7 +13535,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsSecurityExtensionFactory.$1", + "id": "def-server.SavedObjectsSecurityExtensionFactory.$1", "type": "Object", "tags": [], "label": "params", @@ -13552,17 +13544,17 @@ "{ typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }" @@ -13576,7 +13568,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsSpacesExtensionFactory", + "id": "def-server.SavedObjectsSpacesExtensionFactory", "type": "Type", "tags": [], "label": "SavedObjectsSpacesExtensionFactory", @@ -13587,25 +13579,25 @@ "(params: { typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSpacesExtension", + "section": "def-server.ISavedObjectsSpacesExtension", "text": "ISavedObjectsSpacesExtension" }, " | undefined" @@ -13617,7 +13609,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsSpacesExtensionFactory.$1", + "id": "def-server.SavedObjectsSpacesExtensionFactory.$1", "type": "Object", "tags": [], "label": "params", @@ -13626,17 +13618,17 @@ "{ typeRegistry: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "; request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; }" @@ -13650,7 +13642,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectsValidationSpec", + "id": "def-server.SavedObjectsValidationSpec", "type": "Type", "tags": [], "label": "SavedObjectsValidationSpec", @@ -13674,7 +13666,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectTypeExcludeFromUpgradeFilterHook", + "id": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook", "type": "Type", "tags": [ "alpha" @@ -13687,9 +13679,9 @@ "(toolkit: { readonlyEsClient: Pick<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", \"search\">; }) => ", @@ -13711,7 +13703,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectTypeExcludeFromUpgradeFilterHook.$1", + "id": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook.$1", "type": "Object", "tags": [], "label": "toolkit", @@ -13720,9 +13712,9 @@ "{ readonlyEsClient: Pick<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", \"search\">; }" @@ -13736,7 +13728,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SavedObjectUnsanitizedDoc", + "id": "def-server.SavedObjectUnsanitizedDoc", "type": "Type", "tags": [], "label": "SavedObjectUnsanitizedDoc", @@ -13746,9 +13738,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectDoc", + "section": "def-server.SavedObjectDoc", "text": "SavedObjectDoc" }, " & { references?: ", @@ -13768,7 +13760,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SECURITY_EXTENSION_ID", + "id": "def-server.SECURITY_EXTENSION_ID", "type": "string", "tags": [], "label": "SECURITY_EXTENSION_ID", @@ -13783,7 +13775,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SECURITY_SOLUTION_SAVED_OBJECT_INDEX", + "id": "def-server.SECURITY_SOLUTION_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "SECURITY_SOLUTION_SAVED_OBJECT_INDEX", @@ -13795,7 +13787,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.SPACES_EXTENSION_ID", + "id": "def-server.SPACES_EXTENSION_ID", "type": "string", "tags": [], "label": "SPACES_EXTENSION_ID", @@ -13810,7 +13802,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.TASK_MANAGER_SAVED_OBJECT_INDEX", + "id": "def-server.TASK_MANAGER_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "TASK_MANAGER_SAVED_OBJECT_INDEX", @@ -13822,7 +13814,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server", - "id": "def-common.USAGE_COUNTERS_SAVED_OBJECT_INDEX", + "id": "def-server.USAGE_COUNTERS_SAVED_OBJECT_INDEX", "type": "string", "tags": [], "label": "USAGE_COUNTERS_SAVED_OBJECT_INDEX", @@ -13834,5 +13826,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 542c5fee05a78..997eb8966fdc3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 562 | 1 | 134 | 4 | -## Common +## Server ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_saved_objects_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_server_internal.devdocs.json index 4f60034ae8d37..15beae7f68086 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService", + "id": "def-server.SavedObjectsService", "type": "Class", "tags": [], "label": "SavedObjectsService", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerInternalPluginApi", - "section": "def-common.SavedObjectsService", + "section": "def-server.SavedObjectsService", "text": "SavedObjectsService" }, " implements ", @@ -47,7 +39,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.Unnamed", + "id": "def-server.SavedObjectsService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -61,7 +53,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.Unnamed.$1", + "id": "def-server.SavedObjectsService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -79,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.setup", + "id": "def-server.SavedObjectsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -97,7 +89,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.setup.$1", + "id": "def-server.SavedObjectsService.setup.$1", "type": "Object", "tags": [], "label": "setupDeps", @@ -115,7 +107,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.start", + "id": "def-server.SavedObjectsService.start", "type": "Function", "tags": [], "label": "start", @@ -133,7 +125,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.start.$1", + "id": "def-server.SavedObjectsService.start.$1", "type": "Object", "tags": [], "label": "{\n elasticsearch,\n pluginsInitialized = true,\n docLinks,\n node,\n }", @@ -151,7 +143,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.SavedObjectsService.stop", + "id": "def-server.SavedObjectsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -172,7 +164,7 @@ "functions": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkCreateRoute", + "id": "def-server.registerBulkCreateRoute", "type": "Function", "tags": [], "label": "registerBulkCreateRoute", @@ -188,7 +180,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkCreateRoute.$1", + "id": "def-server.registerBulkCreateRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -203,7 +195,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkCreateRoute.$2", + "id": "def-server.registerBulkCreateRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -222,7 +214,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkDeleteRoute", + "id": "def-server.registerBulkDeleteRoute", "type": "Function", "tags": [], "label": "registerBulkDeleteRoute", @@ -238,7 +230,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkDeleteRoute.$1", + "id": "def-server.registerBulkDeleteRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -253,7 +245,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkDeleteRoute.$2", + "id": "def-server.registerBulkDeleteRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -272,7 +264,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkGetRoute", + "id": "def-server.registerBulkGetRoute", "type": "Function", "tags": [], "label": "registerBulkGetRoute", @@ -288,7 +280,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkGetRoute.$1", + "id": "def-server.registerBulkGetRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -303,7 +295,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkGetRoute.$2", + "id": "def-server.registerBulkGetRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -322,7 +314,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkResolveRoute", + "id": "def-server.registerBulkResolveRoute", "type": "Function", "tags": [], "label": "registerBulkResolveRoute", @@ -338,7 +330,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkResolveRoute.$1", + "id": "def-server.registerBulkResolveRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -353,7 +345,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkResolveRoute.$2", + "id": "def-server.registerBulkResolveRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -372,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkUpdateRoute", + "id": "def-server.registerBulkUpdateRoute", "type": "Function", "tags": [], "label": "registerBulkUpdateRoute", @@ -388,7 +380,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkUpdateRoute.$1", + "id": "def-server.registerBulkUpdateRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -403,7 +395,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerBulkUpdateRoute.$2", + "id": "def-server.registerBulkUpdateRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -422,7 +414,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerCreateRoute", + "id": "def-server.registerCreateRoute", "type": "Function", "tags": [], "label": "registerCreateRoute", @@ -438,7 +430,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerCreateRoute.$1", + "id": "def-server.registerCreateRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -453,7 +445,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerCreateRoute.$2", + "id": "def-server.registerCreateRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -472,7 +464,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteRoute", + "id": "def-server.registerDeleteRoute", "type": "Function", "tags": [], "label": "registerDeleteRoute", @@ -488,7 +480,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteRoute.$1", + "id": "def-server.registerDeleteRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -503,7 +495,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteRoute.$2", + "id": "def-server.registerDeleteRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -522,7 +514,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteUnknownTypesRoute", + "id": "def-server.registerDeleteUnknownTypesRoute", "type": "Function", "tags": [], "label": "registerDeleteUnknownTypesRoute", @@ -538,7 +530,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteUnknownTypesRoute.$1", + "id": "def-server.registerDeleteUnknownTypesRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -553,7 +545,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerDeleteUnknownTypesRoute.$2", + "id": "def-server.registerDeleteUnknownTypesRoute.$2", "type": "Object", "tags": [], "label": "{ kibanaIndex, kibanaVersion }", @@ -572,7 +564,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerExportRoute", + "id": "def-server.registerExportRoute", "type": "Function", "tags": [], "label": "registerExportRoute", @@ -588,7 +580,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerExportRoute.$1", + "id": "def-server.registerExportRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -603,7 +595,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerExportRoute.$2", + "id": "def-server.registerExportRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData }", @@ -622,7 +614,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerFindRoute", + "id": "def-server.registerFindRoute", "type": "Function", "tags": [], "label": "registerFindRoute", @@ -638,7 +630,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerFindRoute.$1", + "id": "def-server.registerFindRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -653,7 +645,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerFindRoute.$2", + "id": "def-server.registerFindRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -672,7 +664,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerGetRoute", + "id": "def-server.registerGetRoute", "type": "Function", "tags": [], "label": "registerGetRoute", @@ -688,7 +680,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerGetRoute.$1", + "id": "def-server.registerGetRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -703,7 +695,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerGetRoute.$2", + "id": "def-server.registerGetRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -722,7 +714,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerImportRoute", + "id": "def-server.registerImportRoute", "type": "Function", "tags": [], "label": "registerImportRoute", @@ -738,7 +730,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerImportRoute.$1", + "id": "def-server.registerImportRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -753,7 +745,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerImportRoute.$2", + "id": "def-server.registerImportRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData }", @@ -772,7 +764,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute", + "id": "def-server.registerLegacyExportRoute", "type": "Function", "tags": [], "label": "registerLegacyExportRoute", @@ -798,7 +790,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute.$1", + "id": "def-server.registerLegacyExportRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -813,7 +805,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute.$2", + "id": "def-server.registerLegacyExportRoute.$2", "type": "Object", "tags": [], "label": "{\n kibanaVersion,\n coreUsageData,\n logger,\n }", @@ -824,7 +816,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute.$2.kibanaVersion", + "id": "def-server.registerLegacyExportRoute.$2.kibanaVersion", "type": "string", "tags": [], "label": "kibanaVersion", @@ -835,7 +827,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute.$2.coreUsageData", + "id": "def-server.registerLegacyExportRoute.$2.coreUsageData", "type": "Object", "tags": [], "label": "coreUsageData", @@ -849,7 +841,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyExportRoute.$2.logger", + "id": "def-server.registerLegacyExportRoute.$2.logger", "type": "Object", "tags": [], "label": "logger", @@ -875,7 +867,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute", + "id": "def-server.registerLegacyImportRoute", "type": "Function", "tags": [], "label": "registerLegacyImportRoute", @@ -901,7 +893,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute.$1", + "id": "def-server.registerLegacyImportRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -916,7 +908,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute.$2", + "id": "def-server.registerLegacyImportRoute.$2", "type": "Object", "tags": [], "label": "{\n maxImportPayloadBytes,\n coreUsageData,\n logger,\n }", @@ -927,7 +919,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute.$2.maxImportPayloadBytes", + "id": "def-server.registerLegacyImportRoute.$2.maxImportPayloadBytes", "type": "number", "tags": [], "label": "maxImportPayloadBytes", @@ -938,7 +930,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute.$2.coreUsageData", + "id": "def-server.registerLegacyImportRoute.$2.coreUsageData", "type": "Object", "tags": [], "label": "coreUsageData", @@ -952,7 +944,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerLegacyImportRoute.$2.logger", + "id": "def-server.registerLegacyImportRoute.$2.logger", "type": "Object", "tags": [], "label": "logger", @@ -978,7 +970,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerMigrateRoute", + "id": "def-server.registerMigrateRoute", "type": "Function", "tags": [], "label": "registerMigrateRoute", @@ -996,7 +988,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerMigrateRoute.$1", + "id": "def-server.registerMigrateRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -1011,7 +1003,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerMigrateRoute.$2", + "id": "def-server.registerMigrateRoute.$2", "type": "Object", "tags": [], "label": "migratorPromise", @@ -1032,7 +1024,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveImportErrorsRoute", + "id": "def-server.registerResolveImportErrorsRoute", "type": "Function", "tags": [], "label": "registerResolveImportErrorsRoute", @@ -1048,7 +1040,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveImportErrorsRoute.$1", + "id": "def-server.registerResolveImportErrorsRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -1063,7 +1055,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveImportErrorsRoute.$2", + "id": "def-server.registerResolveImportErrorsRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData }", @@ -1082,7 +1074,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveRoute", + "id": "def-server.registerResolveRoute", "type": "Function", "tags": [], "label": "registerResolveRoute", @@ -1098,7 +1090,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveRoute.$1", + "id": "def-server.registerResolveRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -1113,7 +1105,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerResolveRoute.$2", + "id": "def-server.registerResolveRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -1132,7 +1124,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerUpdateRoute", + "id": "def-server.registerUpdateRoute", "type": "Function", "tags": [], "label": "registerUpdateRoute", @@ -1148,7 +1140,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerUpdateRoute.$1", + "id": "def-server.registerUpdateRoute.$1", "type": "Object", "tags": [], "label": "router", @@ -1163,7 +1155,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.registerUpdateRoute.$2", + "id": "def-server.registerUpdateRoute.$2", "type": "Object", "tags": [], "label": "{ config, coreUsageData, logger, access }", @@ -1187,7 +1179,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.MIGRATION_CLIENT_OPTIONS", + "id": "def-server.MIGRATION_CLIENT_OPTIONS", "type": "Object", "tags": [], "label": "MIGRATION_CLIENT_OPTIONS", @@ -1200,7 +1192,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.MIGRATION_CLIENT_OPTIONS.maxRetries", + "id": "def-server.MIGRATION_CLIENT_OPTIONS.maxRetries", "type": "number", "tags": [], "label": "maxRetries", @@ -1211,7 +1203,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-internal", - "id": "def-common.MIGRATION_CLIENT_OPTIONS.requestTimeout", + "id": "def-server.MIGRATION_CLIENT_OPTIONS.requestTimeout", "type": "number", "tags": [], "label": "requestTimeout", @@ -1224,5 +1216,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index c607872750977..dbb4c6cb1ce0e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 71 | 0 | 70 | 5 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + diff --git a/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json index f51de0095a7f6..6c8d14f4ad039 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock", + "id": "def-server.savedObjectsServiceMock", "type": "Object", "tags": [], "label": "savedObjectsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.create", + "id": "def-server.savedObjectsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createInternalSetupContract", + "id": "def-server.savedObjectsServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createSetupContract", + "id": "def-server.savedObjectsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -79,9 +71,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceSetup", + "section": "def-server.SavedObjectsServiceSetup", "text": "SavedObjectsServiceSetup" }, ">" @@ -94,7 +86,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createInternalStartContract", + "id": "def-server.savedObjectsServiceMock.createInternalStartContract", "type": "Function", "tags": [], "label": "createInternalStartContract", @@ -103,9 +95,9 @@ "(typeRegistry?: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "> | undefined) => jest.Mocked<", @@ -119,7 +111,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createInternalStartContract.$1", + "id": "def-server.savedObjectsServiceMock.createInternalStartContract.$1", "type": "CompoundType", "tags": [], "label": "typeRegistry", @@ -128,9 +120,9 @@ "jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "> | undefined" @@ -143,7 +135,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createStartContract", + "id": "def-server.savedObjectsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -152,17 +144,17 @@ "(typeRegistry?: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "> | undefined) => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceStart", + "section": "def-server.SavedObjectsServiceStart", "text": "SavedObjectsServiceStart" }, ">" @@ -174,7 +166,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createStartContract.$1", + "id": "def-server.savedObjectsServiceMock.createStartContract.$1", "type": "CompoundType", "tags": [], "label": "typeRegistry", @@ -183,9 +175,9 @@ "jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, "> | undefined" @@ -198,7 +190,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createMigrationContext", + "id": "def-server.savedObjectsServiceMock.createMigrationContext", "type": "Function", "tags": [], "label": "createMigrationContext", @@ -207,9 +199,9 @@ "({ migrationVersion, convertToMultiNamespaceTypeVersion, isSingleNamespaceType, }?: { migrationVersion?: string | undefined; convertToMultiNamespaceTypeVersion?: string | undefined; isSingleNamespaceType?: boolean | undefined; }) => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationContext", + "section": "def-server.SavedObjectMigrationContext", "text": "SavedObjectMigrationContext" }, ">" @@ -221,7 +213,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createMigrationContext.$1", + "id": "def-server.savedObjectsServiceMock.createMigrationContext.$1", "type": "Object", "tags": [], "label": "__0", @@ -237,7 +229,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createTypeRegistryMock", + "id": "def-server.savedObjectsServiceMock.createTypeRegistryMock", "type": "Function", "tags": [], "label": "createTypeRegistryMock", @@ -246,9 +238,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, " & Pick<", @@ -263,7 +255,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createExporter", + "id": "def-server.savedObjectsServiceMock.createExporter", "type": "Function", "tags": [], "label": "createExporter", @@ -272,9 +264,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsExporter", + "section": "def-server.ISavedObjectsExporter", "text": "ISavedObjectsExporter" }, ">" @@ -287,7 +279,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createImporter", + "id": "def-server.savedObjectsServiceMock.createImporter", "type": "Function", "tags": [], "label": "createImporter", @@ -296,9 +288,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsImporter", + "section": "def-server.ISavedObjectsImporter", "text": "ISavedObjectsImporter" }, ">" @@ -311,7 +303,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-server-mocks", - "id": "def-common.savedObjectsServiceMock.createSerializer", + "id": "def-server.savedObjectsServiceMock.createSerializer", "type": "Function", "tags": [], "label": "createSerializer", @@ -320,9 +312,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsSerializer", + "section": "def-server.ISavedObjectsSerializer", "text": "ISavedObjectsSerializer" }, ">" @@ -337,5 +329,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index 017c0c00de687..6a04829d5a417 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 14 | 0 | 14 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_saved_objects_utils_server.devdocs.json b/api_docs/kbn_core_saved_objects_utils_server.devdocs.json index a3b2fb6203fb4..68875654b1909 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_utils_server.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils", + "id": "def-server.SavedObjectsUtils", "type": "Class", "tags": [], "label": "SavedObjectsUtils", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.namespaceIdToString", + "id": "def-server.SavedObjectsUtils.namespaceIdToString", "type": "Function", "tags": [], "label": "namespaceIdToString", @@ -47,7 +39,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.namespaceIdToString.$1", + "id": "def-server.SavedObjectsUtils.namespaceIdToString.$1", "type": "string", "tags": [], "label": "namespace", @@ -67,7 +59,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.namespaceStringToId", + "id": "def-server.SavedObjectsUtils.namespaceStringToId", "type": "Function", "tags": [], "label": "namespaceStringToId", @@ -83,7 +75,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.namespaceStringToId.$1", + "id": "def-server.SavedObjectsUtils.namespaceStringToId.$1", "type": "string", "tags": [], "label": "namespace", @@ -103,7 +95,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.createEmptyFindResponse", + "id": "def-server.SavedObjectsUtils.createEmptyFindResponse", "type": "Function", "tags": [], "label": "createEmptyFindResponse", @@ -114,17 +106,17 @@ "({ page, perPage, }: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" }, ") => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindResponse", + "section": "def-server.SavedObjectsFindResponse", "text": "SavedObjectsFindResponse" }, "" @@ -135,7 +127,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.createEmptyFindResponse.$1", + "id": "def-server.SavedObjectsUtils.createEmptyFindResponse.$1", "type": "Object", "tags": [], "label": "{\n page = FIND_DEFAULT_PAGE,\n perPage = FIND_DEFAULT_PER_PAGE,\n }", @@ -143,9 +135,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptions", + "section": "def-server.SavedObjectsFindOptions", "text": "SavedObjectsFindOptions" } ], @@ -159,7 +151,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.generateId", + "id": "def-server.SavedObjectsUtils.generateId", "type": "Function", "tags": [], "label": "generateId", @@ -177,7 +169,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.isRandomId", + "id": "def-server.SavedObjectsUtils.isRandomId", "type": "Function", "tags": [ "todo" @@ -195,7 +187,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.isRandomId.$1", + "id": "def-server.SavedObjectsUtils.isRandomId.$1", "type": "string", "tags": [], "label": "id", @@ -215,7 +207,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getConvertedObjectId", + "id": "def-server.SavedObjectsUtils.getConvertedObjectId", "type": "Function", "tags": [], "label": "getConvertedObjectId", @@ -231,7 +223,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getConvertedObjectId.$1", + "id": "def-server.SavedObjectsUtils.getConvertedObjectId.$1", "type": "string", "tags": [], "label": "namespace", @@ -248,7 +240,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getConvertedObjectId.$2", + "id": "def-server.SavedObjectsUtils.getConvertedObjectId.$2", "type": "string", "tags": [], "label": "type", @@ -265,7 +257,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getConvertedObjectId.$3", + "id": "def-server.SavedObjectsUtils.getConvertedObjectId.$3", "type": "string", "tags": [], "label": "id", @@ -287,7 +279,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getMigrationFunction", + "id": "def-server.SavedObjectsUtils.getMigrationFunction", "type": "Function", "tags": [], "label": "getMigrationFunction", @@ -298,17 +290,17 @@ "(migration: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationFn", + "section": "def-server.SavedObjectMigrationFn", "text": "SavedObjectMigrationFn" }, "" @@ -319,7 +311,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.SavedObjectsUtils.getMigrationFunction.$1", + "id": "def-server.SavedObjectsUtils.getMigrationFunction.$1", "type": "CompoundType", "tags": [], "label": "migration", @@ -329,9 +321,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "" @@ -353,7 +345,7 @@ "functions": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.arrayMapsAreEqual", + "id": "def-server.arrayMapsAreEqual", "type": "Function", "tags": [], "label": "arrayMapsAreEqual", @@ -369,7 +361,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.arrayMapsAreEqual.$1", + "id": "def-server.arrayMapsAreEqual.$1", "type": "Object", "tags": [], "label": "mapA", @@ -386,7 +378,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.arrayMapsAreEqual.$2", + "id": "def-server.arrayMapsAreEqual.$2", "type": "Object", "tags": [], "label": "mapB", @@ -409,7 +401,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrationMaps", + "id": "def-server.mergeSavedObjectMigrationMaps", "type": "Function", "tags": [], "label": "mergeSavedObjectMigrationMaps", @@ -420,25 +412,25 @@ "(map1: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" }, ", map2: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" }, ") => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" } ], @@ -448,7 +440,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrationMaps.$1", + "id": "def-server.mergeSavedObjectMigrationMaps.$1", "type": "Object", "tags": [], "label": "map1", @@ -458,9 +450,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" } ], @@ -471,7 +463,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrationMaps.$2", + "id": "def-server.mergeSavedObjectMigrationMaps.$2", "type": "Object", "tags": [], "label": "map2", @@ -481,9 +473,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigrationMap", + "section": "def-server.SavedObjectMigrationMap", "text": "SavedObjectMigrationMap" } ], @@ -500,7 +492,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrations", + "id": "def-server.mergeSavedObjectMigrations", "type": "Function", "tags": [], "label": "mergeSavedObjectMigrations", @@ -511,33 +503,33 @@ "(outer: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, ", inner: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, ", rest: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "[]) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "" @@ -548,7 +540,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrations.$1", + "id": "def-server.mergeSavedObjectMigrations.$1", "type": "CompoundType", "tags": [], "label": "outer", @@ -558,9 +550,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "" @@ -572,7 +564,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrations.$2", + "id": "def-server.mergeSavedObjectMigrations.$2", "type": "CompoundType", "tags": [], "label": "inner", @@ -582,9 +574,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "" @@ -596,7 +588,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.mergeSavedObjectMigrations.$3", + "id": "def-server.mergeSavedObjectMigrations.$3", "type": "Array", "tags": [], "label": "rest", @@ -606,9 +598,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectMigration", + "section": "def-server.SavedObjectMigration", "text": "SavedObjectMigration" }, "[]" @@ -626,7 +618,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setMapsAreEqual", + "id": "def-server.setMapsAreEqual", "type": "Function", "tags": [], "label": "setMapsAreEqual", @@ -642,7 +634,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setMapsAreEqual.$1", + "id": "def-server.setMapsAreEqual.$1", "type": "Object", "tags": [], "label": "mapA", @@ -659,7 +651,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setMapsAreEqual.$2", + "id": "def-server.setMapsAreEqual.$2", "type": "Object", "tags": [], "label": "mapB", @@ -682,7 +674,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setsAreEqual", + "id": "def-server.setsAreEqual", "type": "Function", "tags": [], "label": "setsAreEqual", @@ -698,7 +690,7 @@ "children": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setsAreEqual.$1", + "id": "def-server.setsAreEqual.$1", "type": "Object", "tags": [], "label": "setA", @@ -715,7 +707,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.setsAreEqual.$2", + "id": "def-server.setsAreEqual.$2", "type": "Object", "tags": [], "label": "setB", @@ -742,7 +734,7 @@ "misc": [ { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.ALL_NAMESPACES_STRING", + "id": "def-server.ALL_NAMESPACES_STRING", "type": "string", "tags": [], "label": "ALL_NAMESPACES_STRING", @@ -757,7 +749,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.DEFAULT_NAMESPACE_STRING", + "id": "def-server.DEFAULT_NAMESPACE_STRING", "type": "string", "tags": [], "label": "DEFAULT_NAMESPACE_STRING", @@ -772,7 +764,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.FIND_DEFAULT_PAGE", + "id": "def-server.FIND_DEFAULT_PAGE", "type": "number", "tags": [], "label": "FIND_DEFAULT_PAGE", @@ -787,7 +779,7 @@ }, { "parentPluginId": "@kbn/core-saved-objects-utils-server", - "id": "def-common.FIND_DEFAULT_PER_PAGE", + "id": "def-server.FIND_DEFAULT_PER_PAGE", "type": "number", "tags": [], "label": "FIND_DEFAULT_PER_PAGE", @@ -802,5 +794,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index 997d9f1028f39..5c5154957ad9f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 36 | 0 | 6 | 0 | -## Common +## Server ### Functions - + ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser.devdocs.json b/api_docs/kbn_core_security_browser.devdocs.json index bde00dc666e46..6c07c443d44f9 100644 --- a/api_docs/kbn_core_security_browser.devdocs.json +++ b/api_docs/kbn_core_security_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-security-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.CoreAuthenticationService", + "id": "def-public.CoreAuthenticationService", "type": "Interface", "tags": [], "label": "CoreAuthenticationService", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.CoreAuthenticationService.getCurrentUser", + "id": "def-public.CoreAuthenticationService.getCurrentUser", "type": "Function", "tags": [], "label": "getCurrentUser", @@ -64,7 +48,7 @@ }, { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.CoreSecurityDelegateContract", + "id": "def-public.CoreSecurityDelegateContract", "type": "Interface", "tags": [], "label": "CoreSecurityDelegateContract", @@ -77,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.CoreSecurityDelegateContract.authc", + "id": "def-public.CoreSecurityDelegateContract.authc", "type": "Object", "tags": [], "label": "authc", @@ -85,9 +69,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-public.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -100,7 +84,7 @@ }, { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.SecurityServiceSetup", + "id": "def-public.SecurityServiceSetup", "type": "Interface", "tags": [], "label": "SecurityServiceSetup", @@ -113,7 +97,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.SecurityServiceSetup.registerSecurityDelegate", + "id": "def-public.SecurityServiceSetup.registerSecurityDelegate", "type": "Function", "tags": [], "label": "registerSecurityDelegate", @@ -124,9 +108,9 @@ "(api: ", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.CoreSecurityDelegateContract", + "section": "def-public.CoreSecurityDelegateContract", "text": "CoreSecurityDelegateContract" }, ") => void" @@ -137,7 +121,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.SecurityServiceSetup.registerSecurityDelegate.$1", + "id": "def-public.SecurityServiceSetup.registerSecurityDelegate.$1", "type": "Object", "tags": [], "label": "api", @@ -145,9 +129,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.CoreSecurityDelegateContract", + "section": "def-public.CoreSecurityDelegateContract", "text": "CoreSecurityDelegateContract" } ], @@ -164,7 +148,7 @@ }, { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.SecurityServiceStart", + "id": "def-public.SecurityServiceStart", "type": "Interface", "tags": [], "label": "SecurityServiceStart", @@ -177,7 +161,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.SecurityServiceStart.authc", + "id": "def-public.SecurityServiceStart.authc", "type": "Object", "tags": [], "label": "authc", @@ -187,9 +171,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-public.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -205,7 +189,7 @@ "misc": [ { "parentPluginId": "@kbn/core-security-browser", - "id": "def-common.AuthenticationServiceContract", + "id": "def-public.AuthenticationServiceContract", "type": "Type", "tags": [], "label": "AuthenticationServiceContract", @@ -213,9 +197,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-public.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -226,5 +210,21 @@ } ], "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_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index 301ae2abe722d..7f1ae05fd5f80 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 10 | 0 | 3 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser_internal.devdocs.json b/api_docs/kbn_core_security_browser_internal.devdocs.json index a813bdc65d11c..d91b3bfbc80a4 100644 --- a/api_docs/kbn_core_security_browser_internal.devdocs.json +++ b/api_docs/kbn_core_security_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-security-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService", + "id": "def-public.SecurityService", "type": "Class", "tags": [], "label": "SecurityService", @@ -28,9 +12,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserInternalPluginApi", - "section": "def-common.SecurityService", + "section": "def-public.SecurityService", "text": "SecurityService" }, " implements ", @@ -38,17 +22,17 @@ "<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ", ", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, ">" @@ -59,7 +43,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService.Unnamed", + "id": "def-public.SecurityService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -73,7 +57,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService.Unnamed.$1", + "id": "def-public.SecurityService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -91,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService.setup", + "id": "def-public.SecurityService.setup", "type": "Function", "tags": [], "label": "setup", @@ -100,9 +84,9 @@ "() => ", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -114,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService.start", + "id": "def-public.SecurityService.start", "type": "Function", "tags": [], "label": "start", @@ -123,9 +107,9 @@ "() => ", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -137,7 +121,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.SecurityService.stop", + "id": "def-public.SecurityService.stop", "type": "Function", "tags": [], "label": "stop", @@ -161,7 +145,7 @@ "misc": [ { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.InternalSecurityServiceSetup", + "id": "def-public.InternalSecurityServiceSetup", "type": "Type", "tags": [], "label": "InternalSecurityServiceSetup", @@ -169,9 +153,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -182,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-internal", - "id": "def-common.InternalSecurityServiceStart", + "id": "def-public.InternalSecurityServiceStart", "type": "Type", "tags": [], "label": "InternalSecurityServiceStart", @@ -190,9 +174,9 @@ "signature": [ { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -203,5 +187,21 @@ } ], "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_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index 419a0ac4332c9..e639341e0b304 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 0 | -## Common +## Client ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_browser_mocks.devdocs.json b/api_docs/kbn_core_security_browser_mocks.devdocs.json index 57254746eb34f..624b4b5bedcb1 100644 --- a/api_docs/kbn_core_security_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_security_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-security-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock", + "id": "def-public.securityServiceMock", "type": "Object", "tags": [], "label": "securityServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.create", + "id": "def-public.securityServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createSetup", + "id": "def-public.securityServiceMock.createSetup", "type": "Function", "tags": [], "label": "createSetup", @@ -61,9 +45,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">" @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createStart", + "id": "def-public.securityServiceMock.createStart", "type": "Function", "tags": [], "label": "createStart", @@ -85,9 +69,9 @@ "() => jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, ">" @@ -100,7 +84,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createInternalSetup", + "id": "def-public.securityServiceMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -109,9 +93,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-public.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">" @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createInternalStart", + "id": "def-public.securityServiceMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -133,9 +117,9 @@ "() => jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, ">" @@ -148,7 +132,7 @@ }, { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createMockAuthenticatedUser", + "id": "def-public.securityServiceMock.createMockAuthenticatedUser", "type": "Function", "tags": [], "label": "createMockAuthenticatedUser", @@ -194,7 +178,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-browser-mocks", - "id": "def-common.securityServiceMock.createMockAuthenticatedUser.$1", + "id": "def-public.securityServiceMock.createMockAuthenticatedUser.$1", "type": "Object", "tags": [], "label": "props", @@ -222,5 +206,21 @@ "initialIsOpen": false } ] + }, + "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_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index 4e51d6c4dd41f..7c6eae63e813c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index 6200c19128a19..fc1f348d7db4a 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_security_server.devdocs.json index ca536ef16c482..f4aff06dfe55f 100644 --- a/api_docs/kbn_core_security_server.devdocs.json +++ b/api_docs/kbn_core_security_server.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.isCreateRestAPIKeyParams", + "id": "def-server.isCreateRestAPIKeyParams", "type": "Function", "tags": [], "label": "isCreateRestAPIKeyParams", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.isCreateRestAPIKeyParams.$1", + "id": "def-server.isCreateRestAPIKeyParams.$1", "type": "Any", "tags": [], "label": "params", @@ -56,7 +48,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys", + "id": "def-server.APIKeys", "type": "Interface", "tags": [], "label": "APIKeys", @@ -69,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.areAPIKeysEnabled", + "id": "def-server.APIKeys.areAPIKeysEnabled", "type": "Function", "tags": [], "label": "areAPIKeysEnabled", @@ -87,7 +79,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.areCrossClusterAPIKeysEnabled", + "id": "def-server.APIKeys.areCrossClusterAPIKeysEnabled", "type": "Function", "tags": [], "label": "areCrossClusterAPIKeysEnabled", @@ -105,7 +97,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.create", + "id": "def-server.APIKeys.create", "type": "Function", "tags": [], "label": "create", @@ -116,17 +108,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -139,7 +131,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.create.$1", + "id": "def-server.APIKeys.create.$1", "type": "Object", "tags": [], "label": "request", @@ -149,9 +141,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -163,7 +155,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.create.$2", + "id": "def-server.APIKeys.create.$2", "type": "CompoundType", "tags": [], "label": "createParams", @@ -173,9 +165,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -189,7 +181,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.update", + "id": "def-server.APIKeys.update", "type": "Function", "tags": [], "label": "update", @@ -200,17 +192,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", updateParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -223,7 +215,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.update.$1", + "id": "def-server.APIKeys.update.$1", "type": "Object", "tags": [], "label": "request", @@ -233,9 +225,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -247,7 +239,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.update.$2", + "id": "def-server.APIKeys.update.$2", "type": "CompoundType", "tags": [], "label": "updateParams", @@ -257,9 +249,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -273,7 +265,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.grantAsInternalUser", + "id": "def-server.APIKeys.grantAsInternalUser", "type": "Function", "tags": [], "label": "grantAsInternalUser", @@ -284,33 +276,33 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.GrantAPIKeyResult", + "section": "def-server.GrantAPIKeyResult", "text": "GrantAPIKeyResult" }, " | null>" @@ -321,7 +313,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.grantAsInternalUser.$1", + "id": "def-server.APIKeys.grantAsInternalUser.$1", "type": "Object", "tags": [], "label": "request", @@ -331,9 +323,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -345,7 +337,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.grantAsInternalUser.$2", + "id": "def-server.APIKeys.grantAsInternalUser.$2", "type": "CompoundType", "tags": [], "label": "createParams", @@ -355,17 +347,17 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -379,7 +371,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.validate", + "id": "def-server.APIKeys.validate", "type": "Function", "tags": [], "label": "validate", @@ -390,9 +382,9 @@ "(apiKeyPrams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" }, ") => Promise" @@ -403,7 +395,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.validate.$1", + "id": "def-server.APIKeys.validate.$1", "type": "Object", "tags": [], "label": "apiKeyPrams", @@ -413,9 +405,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" } ], @@ -429,7 +421,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.invalidate", + "id": "def-server.APIKeys.invalidate", "type": "Function", "tags": [], "label": "invalidate", @@ -440,25 +432,25 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -469,7 +461,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.invalidate.$1", + "id": "def-server.APIKeys.invalidate.$1", "type": "Object", "tags": [], "label": "request", @@ -479,9 +471,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -493,7 +485,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.invalidate.$2", + "id": "def-server.APIKeys.invalidate.$2", "type": "Object", "tags": [], "label": "params", @@ -503,9 +495,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -519,7 +511,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.invalidateAsInternalUser", + "id": "def-server.APIKeys.invalidateAsInternalUser", "type": "Function", "tags": [], "label": "invalidateAsInternalUser", @@ -530,17 +522,17 @@ "(params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -551,7 +543,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeys.invalidateAsInternalUser.$1", + "id": "def-server.APIKeys.invalidateAsInternalUser.$1", "type": "Object", "tags": [], "label": "params", @@ -561,9 +553,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -580,7 +572,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext", + "id": "def-server.APIKeysServiceWithContext", "type": "Interface", "tags": [], "label": "APIKeysServiceWithContext", @@ -593,7 +585,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.areAPIKeysEnabled", + "id": "def-server.APIKeysServiceWithContext.areAPIKeysEnabled", "type": "Function", "tags": [], "label": "areAPIKeysEnabled", @@ -611,7 +603,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.create", + "id": "def-server.APIKeysServiceWithContext.create", "type": "Function", "tags": [], "label": "create", @@ -622,9 +614,9 @@ "(createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -637,7 +629,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.create.$1", + "id": "def-server.APIKeysServiceWithContext.create.$1", "type": "CompoundType", "tags": [], "label": "createParams", @@ -647,9 +639,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -663,7 +655,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.update", + "id": "def-server.APIKeysServiceWithContext.update", "type": "Function", "tags": [], "label": "update", @@ -674,9 +666,9 @@ "(updateParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -689,7 +681,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.update.$1", + "id": "def-server.APIKeysServiceWithContext.update.$1", "type": "CompoundType", "tags": [], "label": "updateParams", @@ -699,9 +691,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -715,7 +707,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.validate", + "id": "def-server.APIKeysServiceWithContext.validate", "type": "Function", "tags": [], "label": "validate", @@ -726,9 +718,9 @@ "(apiKeyPrams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" }, ") => Promise" @@ -739,7 +731,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.validate.$1", + "id": "def-server.APIKeysServiceWithContext.validate.$1", "type": "Object", "tags": [], "label": "apiKeyPrams", @@ -749,9 +741,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" } ], @@ -765,7 +757,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.invalidate", + "id": "def-server.APIKeysServiceWithContext.invalidate", "type": "Function", "tags": [], "label": "invalidate", @@ -776,17 +768,17 @@ "(params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -797,7 +789,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.APIKeysServiceWithContext.invalidate.$1", + "id": "def-server.APIKeysServiceWithContext.invalidate.$1", "type": "Object", "tags": [], "label": "params", @@ -807,9 +799,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -826,7 +818,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditEvent", + "id": "def-server.AuditEvent", "type": "Interface", "tags": [], "label": "AuditEvent", @@ -836,9 +828,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " extends ", @@ -856,7 +848,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditEvent.message", + "id": "def-server.AuditEvent.message", "type": "string", "tags": [], "label": "message", @@ -869,7 +861,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditEvent.kibana", + "id": "def-server.AuditEvent.kibana", "type": "Object", "tags": [], "label": "kibana", @@ -879,9 +871,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditKibana", + "section": "def-server.AuditKibana", "text": "AuditKibana" }, " | undefined" @@ -892,7 +884,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditEvent.http", + "id": "def-server.AuditEvent.http", "type": "Object", "tags": [], "label": "http", @@ -902,9 +894,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " | undefined" @@ -918,7 +910,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditHttp", + "id": "def-server.AuditHttp", "type": "Interface", "tags": [], "label": "AuditHttp", @@ -928,9 +920,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " extends ", @@ -942,7 +934,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditHttp.request", + "id": "def-server.AuditHttp.request", "type": "Object", "tags": [], "label": "request", @@ -952,9 +944,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " | undefined" @@ -968,7 +960,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana", + "id": "def-server.AuditKibana", "type": "Interface", "tags": [], "label": "AuditKibana", @@ -981,7 +973,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.space_id", + "id": "def-server.AuditKibana.space_id", "type": "string", "tags": [], "label": "space_id", @@ -997,7 +989,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.session_id", + "id": "def-server.AuditKibana.session_id", "type": "string", "tags": [], "label": "session_id", @@ -1013,7 +1005,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.saved_object", + "id": "def-server.AuditKibana.saved_object", "type": "Object", "tags": [], "label": "saved_object", @@ -1029,7 +1021,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.authentication_provider", + "id": "def-server.AuditKibana.authentication_provider", "type": "string", "tags": [], "label": "authentication_provider", @@ -1045,7 +1037,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.authentication_type", + "id": "def-server.AuditKibana.authentication_type", "type": "string", "tags": [], "label": "authentication_type", @@ -1061,7 +1053,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.authentication_realm", + "id": "def-server.AuditKibana.authentication_realm", "type": "string", "tags": [], "label": "authentication_realm", @@ -1077,7 +1069,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.lookup_realm", + "id": "def-server.AuditKibana.lookup_realm", "type": "string", "tags": [], "label": "lookup_realm", @@ -1093,7 +1085,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.add_to_spaces", + "id": "def-server.AuditKibana.add_to_spaces", "type": "Object", "tags": [], "label": "add_to_spaces", @@ -1109,7 +1101,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.delete_from_spaces", + "id": "def-server.AuditKibana.delete_from_spaces", "type": "Object", "tags": [], "label": "delete_from_spaces", @@ -1125,7 +1117,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.unauthorized_spaces", + "id": "def-server.AuditKibana.unauthorized_spaces", "type": "Object", "tags": [], "label": "unauthorized_spaces", @@ -1141,7 +1133,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditKibana.unauthorized_types", + "id": "def-server.AuditKibana.unauthorized_types", "type": "Object", "tags": [], "label": "unauthorized_types", @@ -1160,7 +1152,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditLogger", + "id": "def-server.AuditLogger", "type": "Interface", "tags": [], "label": "AuditLogger", @@ -1171,7 +1163,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditLogger.log", + "id": "def-server.AuditLogger.log", "type": "Function", "tags": [], "label": "log", @@ -1182,9 +1174,9 @@ "(event: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined) => void" @@ -1195,7 +1187,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditLogger.log.$1", + "id": "def-server.AuditLogger.log.$1", "type": "Object", "tags": [], "label": "event", @@ -1203,9 +1195,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined" @@ -1220,7 +1212,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditLogger.enabled", + "id": "def-server.AuditLogger.enabled", "type": "boolean", "tags": [], "label": "enabled", @@ -1236,7 +1228,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditRequest", + "id": "def-server.AuditRequest", "type": "Interface", "tags": [], "label": "AuditRequest", @@ -1246,9 +1238,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " extends { body?: { bytes?: number | undefined; content?: string | undefined; } | undefined; bytes?: number | undefined; id?: string | undefined; method?: string | undefined; mime_type?: string | undefined; referrer?: string | undefined; }" @@ -1259,7 +1251,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditRequest.headers", + "id": "def-server.AuditRequest.headers", "type": "Object", "tags": [], "label": "headers", @@ -1278,7 +1270,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditRequestHandlerContext", + "id": "def-server.AuditRequestHandlerContext", "type": "Interface", "tags": [], "label": "AuditRequestHandlerContext", @@ -1289,7 +1281,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditRequestHandlerContext.logger", + "id": "def-server.AuditRequestHandlerContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -1297,9 +1289,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -1312,7 +1304,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuthcRequestHandlerContext", + "id": "def-server.AuthcRequestHandlerContext", "type": "Interface", "tags": [], "label": "AuthcRequestHandlerContext", @@ -1323,7 +1315,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuthcRequestHandlerContext.getCurrentUser", + "id": "def-server.AuthcRequestHandlerContext.getCurrentUser", "type": "Function", "tags": [], "label": "getCurrentUser", @@ -1347,7 +1339,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuthcRequestHandlerContext.apiKeys", + "id": "def-server.AuthcRequestHandlerContext.apiKeys", "type": "Object", "tags": [], "label": "apiKeys", @@ -1355,9 +1347,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.APIKeysServiceWithContext", + "section": "def-server.APIKeysServiceWithContext", "text": "APIKeysServiceWithContext" } ], @@ -1370,7 +1362,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuditService", + "id": "def-server.CoreAuditService", "type": "Interface", "tags": [], "label": "CoreAuditService", @@ -1381,7 +1373,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuditService.asScoped", + "id": "def-server.CoreAuditService.asScoped", "type": "Function", "tags": [], "label": "asScoped", @@ -1392,17 +1384,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -1412,7 +1404,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuditService.asScoped.$1", + "id": "def-server.CoreAuditService.asScoped.$1", "type": "Object", "tags": [], "label": "request", @@ -1420,9 +1412,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1437,7 +1429,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuditService.withoutRequest", + "id": "def-server.CoreAuditService.withoutRequest", "type": "Object", "tags": [], "label": "withoutRequest", @@ -1447,9 +1439,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -1462,7 +1454,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuthenticationService", + "id": "def-server.CoreAuthenticationService", "type": "Interface", "tags": [], "label": "CoreAuthenticationService", @@ -1475,7 +1467,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuthenticationService.getCurrentUser", + "id": "def-server.CoreAuthenticationService.getCurrentUser", "type": "Function", "tags": [], "label": "getCurrentUser", @@ -1486,9 +1478,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -1507,7 +1499,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuthenticationService.getCurrentUser.$1", + "id": "def-server.CoreAuthenticationService.getCurrentUser.$1", "type": "Object", "tags": [], "label": "request", @@ -1517,9 +1509,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1534,7 +1526,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreAuthenticationService.apiKeys", + "id": "def-server.CoreAuthenticationService.apiKeys", "type": "Object", "tags": [], "label": "apiKeys", @@ -1542,9 +1534,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.APIKeys", + "section": "def-server.APIKeys", "text": "APIKeys" } ], @@ -1557,7 +1549,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreFipsService", + "id": "def-server.CoreFipsService", "type": "Interface", "tags": [], "label": "CoreFipsService", @@ -1570,7 +1562,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreFipsService.isEnabled", + "id": "def-server.CoreFipsService.isEnabled", "type": "Function", "tags": [], "label": "isEnabled", @@ -1591,7 +1583,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreSecurityDelegateContract", + "id": "def-server.CoreSecurityDelegateContract", "type": "Interface", "tags": [], "label": "CoreSecurityDelegateContract", @@ -1604,7 +1596,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreSecurityDelegateContract.authc", + "id": "def-server.CoreSecurityDelegateContract.authc", "type": "Object", "tags": [], "label": "authc", @@ -1612,9 +1604,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-server.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -1624,7 +1616,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CoreSecurityDelegateContract.audit", + "id": "def-server.CoreSecurityDelegateContract.audit", "type": "Object", "tags": [], "label": "audit", @@ -1632,9 +1624,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuditService", + "section": "def-server.CoreAuditService", "text": "CoreAuditService" } ], @@ -1647,7 +1639,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams", + "id": "def-server.CreateCrossClusterAPIKeyParams", "type": "Interface", "tags": [], "label": "CreateCrossClusterAPIKeyParams", @@ -1658,7 +1650,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams.type", + "id": "def-server.CreateCrossClusterAPIKeyParams.type", "type": "string", "tags": [], "label": "type", @@ -1672,7 +1664,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams.expiration", + "id": "def-server.CreateCrossClusterAPIKeyParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -1686,7 +1678,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams.name", + "id": "def-server.CreateCrossClusterAPIKeyParams.name", "type": "string", "tags": [], "label": "name", @@ -1697,7 +1689,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams.metadata", + "id": "def-server.CreateCrossClusterAPIKeyParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -1711,7 +1703,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateCrossClusterAPIKeyParams.access", + "id": "def-server.CreateCrossClusterAPIKeyParams.access", "type": "Object", "tags": [], "label": "access", @@ -1728,7 +1720,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams", + "id": "def-server.CreateRestAPIKeyParams", "type": "Interface", "tags": [], "label": "CreateRestAPIKeyParams", @@ -1739,7 +1731,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams.type", + "id": "def-server.CreateRestAPIKeyParams.type", "type": "string", "tags": [], "label": "type", @@ -1753,7 +1745,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams.expiration", + "id": "def-server.CreateRestAPIKeyParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -1767,7 +1759,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams.name", + "id": "def-server.CreateRestAPIKeyParams.name", "type": "string", "tags": [], "label": "name", @@ -1778,7 +1770,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams.role_descriptors", + "id": "def-server.CreateRestAPIKeyParams.role_descriptors", "type": "Object", "tags": [], "label": "role_descriptors", @@ -1792,7 +1784,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyParams.metadata", + "id": "def-server.CreateRestAPIKeyParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -1809,7 +1801,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "type": "Interface", "tags": [], "label": "CreateRestAPIKeyWithKibanaPrivilegesParams", @@ -1820,7 +1812,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams.type", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams.type", "type": "string", "tags": [], "label": "type", @@ -1834,7 +1826,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams.expiration", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -1848,7 +1840,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams.name", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams.name", "type": "string", "tags": [], "label": "name", @@ -1859,7 +1851,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams.metadata", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -1873,7 +1865,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams.kibana_role_descriptors", + "id": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams.kibana_role_descriptors", "type": "Object", "tags": [], "label": "kibana_role_descriptors", @@ -1882,17 +1874,17 @@ "{ [x: string]: { elasticsearch: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ElasticsearchPrivilegesType", + "section": "def-server.ElasticsearchPrivilegesType", "text": "ElasticsearchPrivilegesType" }, " & { [key: string]: unknown; }; kibana: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.KibanaPrivilegesType", + "section": "def-server.KibanaPrivilegesType", "text": "KibanaPrivilegesType" }, "; }; }" @@ -1906,7 +1898,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType", + "id": "def-server.ElasticsearchPrivilegesType", "type": "Interface", "tags": [], "label": "ElasticsearchPrivilegesType", @@ -1919,7 +1911,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType.cluster", + "id": "def-server.ElasticsearchPrivilegesType.cluster", "type": "Array", "tags": [], "label": "cluster", @@ -1933,7 +1925,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType.remote_cluster", + "id": "def-server.ElasticsearchPrivilegesType.remote_cluster", "type": "Array", "tags": [], "label": "remote_cluster", @@ -1947,7 +1939,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType.indices", + "id": "def-server.ElasticsearchPrivilegesType.indices", "type": "Array", "tags": [], "label": "indices", @@ -1961,7 +1953,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType.remote_indices", + "id": "def-server.ElasticsearchPrivilegesType.remote_indices", "type": "Array", "tags": [], "label": "remote_indices", @@ -1975,7 +1967,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ElasticsearchPrivilegesType.run_as", + "id": "def-server.ElasticsearchPrivilegesType.run_as", "type": "Array", "tags": [], "label": "run_as", @@ -1992,7 +1984,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.GrantAPIKeyResult", + "id": "def-server.GrantAPIKeyResult", "type": "Interface", "tags": [], "label": "GrantAPIKeyResult", @@ -2003,7 +1995,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.GrantAPIKeyResult.id", + "id": "def-server.GrantAPIKeyResult.id", "type": "string", "tags": [], "label": "id", @@ -2016,7 +2008,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.GrantAPIKeyResult.name", + "id": "def-server.GrantAPIKeyResult.name", "type": "string", "tags": [], "label": "name", @@ -2029,7 +2021,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.GrantAPIKeyResult.api_key", + "id": "def-server.GrantAPIKeyResult.api_key", "type": "string", "tags": [], "label": "api_key", @@ -2045,7 +2037,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeyResult", + "id": "def-server.InvalidateAPIKeyResult", "type": "Interface", "tags": [], "label": "InvalidateAPIKeyResult", @@ -2058,7 +2050,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeyResult.invalidated_api_keys", + "id": "def-server.InvalidateAPIKeyResult.invalidated_api_keys", "type": "Array", "tags": [], "label": "invalidated_api_keys", @@ -2074,7 +2066,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeyResult.previously_invalidated_api_keys", + "id": "def-server.InvalidateAPIKeyResult.previously_invalidated_api_keys", "type": "Array", "tags": [], "label": "previously_invalidated_api_keys", @@ -2090,7 +2082,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeyResult.error_count", + "id": "def-server.InvalidateAPIKeyResult.error_count", "type": "number", "tags": [], "label": "error_count", @@ -2103,7 +2095,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeyResult.error_details", + "id": "def-server.InvalidateAPIKeyResult.error_details", "type": "Array", "tags": [], "label": "error_details", @@ -2122,7 +2114,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeysParams", + "id": "def-server.InvalidateAPIKeysParams", "type": "Interface", "tags": [], "label": "InvalidateAPIKeysParams", @@ -2135,7 +2127,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.InvalidateAPIKeysParams.ids", + "id": "def-server.InvalidateAPIKeysParams.ids", "type": "Array", "tags": [], "label": "ids", @@ -2154,7 +2146,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityRequestHandlerContext", + "id": "def-server.SecurityRequestHandlerContext", "type": "Interface", "tags": [], "label": "SecurityRequestHandlerContext", @@ -2165,7 +2157,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityRequestHandlerContext.authc", + "id": "def-server.SecurityRequestHandlerContext.authc", "type": "Object", "tags": [], "label": "authc", @@ -2173,9 +2165,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuthcRequestHandlerContext", + "section": "def-server.AuthcRequestHandlerContext", "text": "AuthcRequestHandlerContext" } ], @@ -2185,7 +2177,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityRequestHandlerContext.audit", + "id": "def-server.SecurityRequestHandlerContext.audit", "type": "Object", "tags": [], "label": "audit", @@ -2193,9 +2185,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequestHandlerContext", + "section": "def-server.AuditRequestHandlerContext", "text": "AuditRequestHandlerContext" } ], @@ -2208,7 +2200,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceSetup", + "id": "def-server.SecurityServiceSetup", "type": "Interface", "tags": [], "label": "SecurityServiceSetup", @@ -2221,7 +2213,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceSetup.registerSecurityDelegate", + "id": "def-server.SecurityServiceSetup.registerSecurityDelegate", "type": "Function", "tags": [], "label": "registerSecurityDelegate", @@ -2232,9 +2224,9 @@ "(api: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreSecurityDelegateContract", + "section": "def-server.CoreSecurityDelegateContract", "text": "CoreSecurityDelegateContract" }, ") => void" @@ -2245,7 +2237,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceSetup.registerSecurityDelegate.$1", + "id": "def-server.SecurityServiceSetup.registerSecurityDelegate.$1", "type": "Object", "tags": [], "label": "api", @@ -2253,9 +2245,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreSecurityDelegateContract", + "section": "def-server.CoreSecurityDelegateContract", "text": "CoreSecurityDelegateContract" } ], @@ -2269,7 +2261,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceSetup.fips", + "id": "def-server.SecurityServiceSetup.fips", "type": "Object", "tags": [], "label": "fips", @@ -2279,9 +2271,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreFipsService", + "section": "def-server.CoreFipsService", "text": "CoreFipsService" } ], @@ -2294,7 +2286,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceStart", + "id": "def-server.SecurityServiceStart", "type": "Interface", "tags": [], "label": "SecurityServiceStart", @@ -2307,7 +2299,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceStart.authc", + "id": "def-server.SecurityServiceStart.authc", "type": "Object", "tags": [], "label": "authc", @@ -2317,9 +2309,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-server.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -2329,7 +2321,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.SecurityServiceStart.audit", + "id": "def-server.SecurityServiceStart.audit", "type": "Object", "tags": [], "label": "audit", @@ -2339,9 +2331,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuditService", + "section": "def-server.CoreAuditService", "text": "CoreAuditService" } ], @@ -2354,7 +2346,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams", + "id": "def-server.UpdateCrossClusterAPIKeyParams", "type": "Interface", "tags": [], "label": "UpdateCrossClusterAPIKeyParams", @@ -2365,7 +2357,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams.id", + "id": "def-server.UpdateCrossClusterAPIKeyParams.id", "type": "string", "tags": [], "label": "id", @@ -2376,7 +2368,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams.type", + "id": "def-server.UpdateCrossClusterAPIKeyParams.type", "type": "string", "tags": [], "label": "type", @@ -2390,7 +2382,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams.expiration", + "id": "def-server.UpdateCrossClusterAPIKeyParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -2404,7 +2396,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams.metadata", + "id": "def-server.UpdateCrossClusterAPIKeyParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -2418,7 +2410,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateCrossClusterAPIKeyParams.access", + "id": "def-server.UpdateCrossClusterAPIKeyParams.access", "type": "Object", "tags": [], "label": "access", @@ -2435,7 +2427,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams", + "id": "def-server.UpdateRestAPIKeyParams", "type": "Interface", "tags": [], "label": "UpdateRestAPIKeyParams", @@ -2446,7 +2438,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams.id", + "id": "def-server.UpdateRestAPIKeyParams.id", "type": "string", "tags": [], "label": "id", @@ -2457,7 +2449,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams.type", + "id": "def-server.UpdateRestAPIKeyParams.type", "type": "string", "tags": [], "label": "type", @@ -2471,7 +2463,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams.expiration", + "id": "def-server.UpdateRestAPIKeyParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -2485,7 +2477,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams.role_descriptors", + "id": "def-server.UpdateRestAPIKeyParams.role_descriptors", "type": "Object", "tags": [], "label": "role_descriptors", @@ -2499,7 +2491,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyParams.metadata", + "id": "def-server.UpdateRestAPIKeyParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -2516,7 +2508,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", "type": "Interface", "tags": [], "label": "UpdateRestAPIKeyWithKibanaPrivilegesParams", @@ -2527,7 +2519,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams.id", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams.id", "type": "string", "tags": [], "label": "id", @@ -2538,7 +2530,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams.type", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams.type", "type": "string", "tags": [], "label": "type", @@ -2552,7 +2544,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams.expiration", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams.expiration", "type": "string", "tags": [], "label": "expiration", @@ -2566,7 +2558,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams.metadata", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams.metadata", "type": "Object", "tags": [], "label": "metadata", @@ -2580,7 +2572,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams.kibana_role_descriptors", + "id": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams.kibana_role_descriptors", "type": "Object", "tags": [], "label": "kibana_role_descriptors", @@ -2589,17 +2581,17 @@ "{ [x: string]: { elasticsearch: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ElasticsearchPrivilegesType", + "section": "def-server.ElasticsearchPrivilegesType", "text": "ElasticsearchPrivilegesType" }, " & { [key: string]: unknown; }; kibana: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.KibanaPrivilegesType", + "section": "def-server.KibanaPrivilegesType", "text": "KibanaPrivilegesType" }, "; }; }" @@ -2613,7 +2605,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ValidateAPIKeyParams", + "id": "def-server.ValidateAPIKeyParams", "type": "Interface", "tags": [], "label": "ValidateAPIKeyParams", @@ -2626,7 +2618,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ValidateAPIKeyParams.id", + "id": "def-server.ValidateAPIKeyParams.id", "type": "string", "tags": [], "label": "id", @@ -2639,7 +2631,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.ValidateAPIKeyParams.api_key", + "id": "def-server.ValidateAPIKeyParams.api_key", "type": "string", "tags": [], "label": "api_key", @@ -2658,7 +2650,7 @@ "misc": [ { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuditServiceContract", + "id": "def-server.AuditServiceContract", "type": "Type", "tags": [], "label": "AuditServiceContract", @@ -2666,9 +2658,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuditService", + "section": "def-server.CoreAuditService", "text": "CoreAuditService" } ], @@ -2679,7 +2671,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.AuthenticationServiceContract", + "id": "def-server.AuthenticationServiceContract", "type": "Type", "tags": [], "label": "AuthenticationServiceContract", @@ -2687,9 +2679,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-server.CoreAuthenticationService", "text": "CoreAuthenticationService" } ], @@ -2700,7 +2692,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateAPIKeyParams", + "id": "def-server.CreateAPIKeyParams", "type": "Type", "tags": [], "label": "CreateAPIKeyParams", @@ -2708,25 +2700,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateCrossClusterAPIKeyParams", + "section": "def-server.CreateCrossClusterAPIKeyParams", "text": "CreateCrossClusterAPIKeyParams" } ], @@ -2737,7 +2729,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.CreateAPIKeyResult", + "id": "def-server.CreateAPIKeyResult", "type": "Type", "tags": [], "label": "CreateAPIKeyResult", @@ -2754,7 +2746,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.KibanaPrivilegesType", + "id": "def-server.KibanaPrivilegesType", "type": "Type", "tags": [], "label": "KibanaPrivilegesType", @@ -2771,7 +2763,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateAPIKeyParams", + "id": "def-server.UpdateAPIKeyParams", "type": "Type", "tags": [], "label": "UpdateAPIKeyParams", @@ -2781,25 +2773,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyParams", + "section": "def-server.UpdateRestAPIKeyParams", "text": "UpdateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateCrossClusterAPIKeyParams", + "section": "def-server.UpdateCrossClusterAPIKeyParams", "text": "UpdateCrossClusterAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -2810,7 +2802,7 @@ }, { "parentPluginId": "@kbn/core-security-server", - "id": "def-common.UpdateAPIKeyResult", + "id": "def-server.UpdateAPIKeyResult", "type": "Type", "tags": [], "label": "UpdateAPIKeyResult", @@ -2827,5 +2819,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 3713f5896aba9..a1288d85357ce 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 146 | 1 | 63 | 0 | -## Common +## Server ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_server_internal.devdocs.json b/api_docs/kbn_core_security_server_internal.devdocs.json index bcf2b712c8a9e..bb4570994fab8 100644 --- a/api_docs/kbn_core_security_server_internal.devdocs.json +++ b/api_docs/kbn_core_security_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext", + "id": "def-server.CoreSecurityRouteHandlerContext", "type": "Class", "tags": [], "label": "CoreSecurityRouteHandlerContext", @@ -28,17 +20,17 @@ "signature": [ { "pluginId": "@kbn/core-security-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerInternalPluginApi", - "section": "def-common.CoreSecurityRouteHandlerContext", + "section": "def-server.CoreSecurityRouteHandlerContext", "text": "CoreSecurityRouteHandlerContext" }, " implements ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityRequestHandlerContext", + "section": "def-server.SecurityRequestHandlerContext", "text": "SecurityRequestHandlerContext" } ], @@ -48,7 +40,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.authc", + "id": "def-server.CoreSecurityRouteHandlerContext.authc", "type": "Object", "tags": [], "label": "#authc", @@ -56,9 +48,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuthcRequestHandlerContext", + "section": "def-server.AuthcRequestHandlerContext", "text": "AuthcRequestHandlerContext" }, " | undefined" @@ -69,7 +61,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.audit", + "id": "def-server.CoreSecurityRouteHandlerContext.audit", "type": "Object", "tags": [], "label": "#audit", @@ -77,9 +69,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequestHandlerContext", + "section": "def-server.AuditRequestHandlerContext", "text": "AuditRequestHandlerContext" }, " | undefined" @@ -90,7 +82,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.Unnamed", + "id": "def-server.CoreSecurityRouteHandlerContext.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -104,7 +96,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.Unnamed.$1", + "id": "def-server.CoreSecurityRouteHandlerContext.Unnamed.$1", "type": "Object", "tags": [], "label": "securityStart", @@ -112,9 +104,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -125,7 +117,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.Unnamed.$2", + "id": "def-server.CoreSecurityRouteHandlerContext.Unnamed.$2", "type": "Object", "tags": [], "label": "request", @@ -133,9 +125,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -150,7 +142,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.authc", + "id": "def-server.CoreSecurityRouteHandlerContext.authc", "type": "Object", "tags": [], "label": "authc", @@ -158,9 +150,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuthcRequestHandlerContext", + "section": "def-server.AuthcRequestHandlerContext", "text": "AuthcRequestHandlerContext" } ], @@ -170,7 +162,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.CoreSecurityRouteHandlerContext.audit", + "id": "def-server.CoreSecurityRouteHandlerContext.audit", "type": "Object", "tags": [], "label": "audit", @@ -178,9 +170,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequestHandlerContext", + "section": "def-server.AuditRequestHandlerContext", "text": "AuditRequestHandlerContext" } ], @@ -193,7 +185,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService", + "id": "def-server.SecurityService", "type": "Class", "tags": [], "label": "SecurityService", @@ -201,9 +193,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerInternalPluginApi", - "section": "def-common.SecurityService", + "section": "def-server.SecurityService", "text": "SecurityService" }, " implements ", @@ -211,17 +203,17 @@ "<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ", ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" }, ">" @@ -232,7 +224,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService.Unnamed", + "id": "def-server.SecurityService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -246,7 +238,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService.Unnamed.$1", + "id": "def-server.SecurityService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -264,7 +256,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService.setup", + "id": "def-server.SecurityService.setup", "type": "Function", "tags": [], "label": "setup", @@ -273,9 +265,9 @@ "() => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -287,7 +279,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService.start", + "id": "def-server.SecurityService.start", "type": "Function", "tags": [], "label": "start", @@ -296,9 +288,9 @@ "() => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -310,7 +302,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.SecurityService.stop", + "id": "def-server.SecurityService.stop", "type": "Function", "tags": [], "label": "stop", @@ -334,7 +326,7 @@ "misc": [ { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.InternalSecurityServiceSetup", + "id": "def-server.InternalSecurityServiceSetup", "type": "Type", "tags": [], "label": "InternalSecurityServiceSetup", @@ -342,9 +334,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" } ], @@ -355,7 +347,7 @@ }, { "parentPluginId": "@kbn/core-security-server-internal", - "id": "def-common.InternalSecurityServiceStart", + "id": "def-server.InternalSecurityServiceStart", "type": "Type", "tags": [], "label": "InternalSecurityServiceStart", @@ -363,9 +355,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" } ], @@ -376,5 +368,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index 0632166b63ed0..4865efd9178b7 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 16 | 0 | 16 | 0 | -## Common +## Server ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_security_server_mocks.devdocs.json b/api_docs/kbn_core_security_server_mocks.devdocs.json index 686b62e5af8fc..52fdee77888f7 100644 --- a/api_docs/kbn_core_security_server_mocks.devdocs.json +++ b/api_docs/kbn_core_security_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -24,7 +16,7 @@ "misc": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.InternalSecurityStartMock", + "id": "def-server.InternalSecurityStartMock", "type": "Type", "tags": [], "label": "InternalSecurityStartMock", @@ -33,17 +25,17 @@ "Omit<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" }, ", \"audit\"> & {} & { authc: jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-server.CoreAuthenticationService", "text": "CoreAuthenticationService" }, ">; } & { audit: ", @@ -57,7 +49,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.SecurityStartMock", + "id": "def-server.SecurityStartMock", "type": "Type", "tags": [], "label": "SecurityStartMock", @@ -66,17 +58,17 @@ "Omit<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-server.SecurityServiceStart", "text": "SecurityServiceStart" }, ", \"audit\"> & {} & { authc: jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CoreAuthenticationService", + "section": "def-server.CoreAuthenticationService", "text": "CoreAuthenticationService" }, ">; } & { audit: ", @@ -92,7 +84,7 @@ "objects": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.apiKeysMock", + "id": "def-server.apiKeysMock", "type": "Object", "tags": [], "label": "apiKeysMock", @@ -103,7 +95,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.apiKeysMock.create", + "id": "def-server.apiKeysMock.create", "type": "Function", "tags": [], "label": "create", @@ -112,9 +104,9 @@ "() => jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.APIKeys", + "section": "def-server.APIKeys", "text": "APIKeys" }, ">" @@ -130,7 +122,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.auditLoggerMock", + "id": "def-server.auditLoggerMock", "type": "Object", "tags": [], "label": "auditLoggerMock", @@ -141,7 +133,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.auditLoggerMock.create", + "id": "def-server.auditLoggerMock.create", "type": "Function", "tags": [], "label": "create", @@ -161,7 +153,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock", + "id": "def-server.securityServiceMock", "type": "Object", "tags": [], "label": "securityServiceMock", @@ -172,7 +164,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.create", + "id": "def-server.securityServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -188,7 +180,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createSetup", + "id": "def-server.securityServiceMock.createSetup", "type": "Function", "tags": [], "label": "createSetup", @@ -197,9 +189,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">" @@ -212,7 +204,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createStart", + "id": "def-server.securityServiceMock.createStart", "type": "Function", "tags": [], "label": "createStart", @@ -221,9 +213,9 @@ "() => ", { "pluginId": "@kbn/core-security-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-common.SecurityStartMock", + "section": "def-server.SecurityStartMock", "text": "SecurityStartMock" } ], @@ -235,7 +227,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createInternalSetup", + "id": "def-server.securityServiceMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -244,9 +236,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityServiceSetup", + "section": "def-server.SecurityServiceSetup", "text": "SecurityServiceSetup" }, ">" @@ -259,7 +251,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createInternalStart", + "id": "def-server.securityServiceMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -268,9 +260,9 @@ "() => ", { "pluginId": "@kbn/core-security-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-common.InternalSecurityStartMock", + "section": "def-server.InternalSecurityStartMock", "text": "InternalSecurityStartMock" } ], @@ -282,7 +274,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createRequestHandlerContext", + "id": "def-server.securityServiceMock.createRequestHandlerContext", "type": "Function", "tags": [], "label": "createRequestHandlerContext", @@ -291,9 +283,9 @@ "() => jest.MockedObjectDeep<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.SecurityRequestHandlerContext", + "section": "def-server.SecurityRequestHandlerContext", "text": "SecurityRequestHandlerContext" }, ">" @@ -306,7 +298,7 @@ }, { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createMockAuthenticatedUser", + "id": "def-server.securityServiceMock.createMockAuthenticatedUser", "type": "Function", "tags": [], "label": "createMockAuthenticatedUser", @@ -352,7 +344,7 @@ "children": [ { "parentPluginId": "@kbn/core-security-server-mocks", - "id": "def-common.securityServiceMock.createMockAuthenticatedUser.$1", + "id": "def-server.securityServiceMock.createMockAuthenticatedUser.$1", "type": "Object", "tags": [], "label": "props", @@ -380,5 +372,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 17cab5de2ce2d..343b3ce19a773 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 15 | 0 | 15 | 2 | -## Common +## Server ### Objects - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index a025f66a039c8..062a7da171ccd 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_status_common_internal.devdocs.json index 6128be9e72179..0355bf943b612 100644 --- a/api_docs/kbn_core_status_common_internal.devdocs.json +++ b/api_docs/kbn_core_status_common_internal.devdocs.json @@ -319,9 +319,9 @@ "Omit<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsMetrics", + "section": "def-server.OpsMetrics", "text": "OpsMetrics" }, ", \"collected_at\"> & { last_updated: string; collection_interval_in_millis: number; requests: { status_codes: Record; }; }" @@ -347,9 +347,9 @@ "Omit<", { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.OpsMetrics", + "section": "def-server.OpsMetrics", "text": "OpsMetrics" }, ", \"collected_at\"> & { last_updated: string; collection_interval_in_millis: number; requests: { status_codes: Record; }; }" diff --git a/api_docs/kbn_core_status_common_internal.mdx b/api_docs/kbn_core_status_common_internal.mdx index 14dca70a31b55..0e57433315657 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_status_server.devdocs.json index b345658f08790..5e5049083b67d 100644 --- a/api_docs/kbn_core_status_server.devdocs.json +++ b/api_docs/kbn_core_status_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.CoreStatus", + "id": "def-server.CoreStatus", "type": "Interface", "tags": [], "label": "CoreStatus", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.CoreStatus.elasticsearch", + "id": "def-server.CoreStatus.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -56,7 +48,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.CoreStatus.savedObjects", + "id": "def-server.CoreStatus.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -80,7 +72,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus", + "id": "def-server.ServiceStatus", "type": "Interface", "tags": [], "label": "ServiceStatus", @@ -103,7 +95,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus.level", + "id": "def-server.ServiceStatus.level", "type": "CompoundType", "tags": [], "label": "level", @@ -119,7 +111,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus.summary", + "id": "def-server.ServiceStatus.summary", "type": "string", "tags": [], "label": "summary", @@ -132,7 +124,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus.detail", + "id": "def-server.ServiceStatus.detail", "type": "string", "tags": [], "label": "detail", @@ -148,7 +140,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus.documentationUrl", + "id": "def-server.ServiceStatus.documentationUrl", "type": "string", "tags": [], "label": "documentationUrl", @@ -164,7 +156,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatus.meta", + "id": "def-server.ServiceStatus.meta", "type": "Uncategorized", "tags": [], "label": "meta", @@ -183,7 +175,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup", + "id": "def-server.StatusServiceSetup", "type": "Interface", "tags": [], "label": "StatusServiceSetup", @@ -196,7 +188,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.core$", + "id": "def-server.StatusServiceSetup.core$", "type": "Object", "tags": [], "label": "core$", @@ -221,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.overall$", + "id": "def-server.StatusServiceSetup.overall$", "type": "Object", "tags": [], "label": "overall$", @@ -246,7 +238,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.set", + "id": "def-server.StatusServiceSetup.set", "type": "Function", "tags": [], "label": "set", @@ -272,7 +264,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.set.$1", + "id": "def-server.StatusServiceSetup.set.$1", "type": "Object", "tags": [], "label": "status$", @@ -299,7 +291,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.dependencies$", + "id": "def-server.StatusServiceSetup.dependencies$", "type": "Object", "tags": [], "label": "dependencies$", @@ -324,7 +316,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.derivedStatus$", + "id": "def-server.StatusServiceSetup.derivedStatus$", "type": "Object", "tags": [], "label": "derivedStatus$", @@ -349,7 +341,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.StatusServiceSetup.isStatusPageAnonymous", + "id": "def-server.StatusServiceSetup.isStatusPageAnonymous", "type": "Function", "tags": [], "label": "isStatusPageAnonymous", @@ -373,7 +365,7 @@ "misc": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatusLevel", + "id": "def-server.ServiceStatusLevel", "type": "Type", "tags": [], "label": "ServiceStatusLevel", @@ -390,7 +382,7 @@ }, { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatusLevelId", + "id": "def-server.ServiceStatusLevelId", "type": "Type", "tags": [], "label": "ServiceStatusLevelId", @@ -409,7 +401,7 @@ "objects": [ { "parentPluginId": "@kbn/core-status-server", - "id": "def-common.ServiceStatusLevels", + "id": "def-server.ServiceStatusLevels", "type": "Object", "tags": [], "label": "ServiceStatusLevels", @@ -425,5 +417,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index a6d4c26064f65..33cb93fb9344b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 20 | 0 | 3 | 0 | -## Common +## Server ### Objects - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_server_internal.devdocs.json b/api_docs/kbn_core_status_server_internal.devdocs.json index 5a27f026247ba..dddd1a97097d8 100644 --- a/api_docs/kbn_core_status_server_internal.devdocs.json +++ b/api_docs/kbn_core_status_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService", + "id": "def-server.StatusService", "type": "Class", "tags": [], "label": "StatusService", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-status-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-common.StatusService", + "section": "def-server.StatusService", "text": "StatusService" }, " implements ", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.Unnamed", + "id": "def-server.StatusService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -59,7 +51,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.Unnamed.$1", + "id": "def-server.StatusService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -77,7 +69,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.preboot", + "id": "def-server.StatusService.preboot", "type": "Function", "tags": [], "label": "preboot", @@ -93,7 +85,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.preboot.$1", + "id": "def-server.StatusService.preboot.$1", "type": "Object", "tags": [], "label": "{ http }", @@ -111,7 +103,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.setup", + "id": "def-server.StatusService.setup", "type": "Function", "tags": [], "label": "setup", @@ -120,9 +112,9 @@ "({ analytics, elasticsearch, pluginDependencies, http, metrics, savedObjects, environment, coreUsageData, }: ", { "pluginId": "@kbn/core-status-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-common.StatusServiceSetupDeps", + "section": "def-server.StatusServiceSetupDeps", "text": "StatusServiceSetupDeps" }, ") => Promise<{ core$: ", @@ -181,7 +173,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.setup.$1", + "id": "def-server.StatusService.setup.$1", "type": "Object", "tags": [], "label": "{\n analytics,\n elasticsearch,\n pluginDependencies,\n http,\n metrics,\n savedObjects,\n environment,\n coreUsageData,\n }", @@ -189,9 +181,9 @@ "signature": [ { "pluginId": "@kbn/core-status-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-common.StatusServiceSetupDeps", + "section": "def-server.StatusServiceSetupDeps", "text": "StatusServiceSetupDeps" } ], @@ -205,7 +197,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.start", + "id": "def-server.StatusService.start", "type": "Function", "tags": [], "label": "start", @@ -221,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusService.stop", + "id": "def-server.StatusService.stop", "type": "Function", "tags": [], "label": "stop", @@ -242,7 +234,7 @@ "functions": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.registerStatusRoute", + "id": "def-server.registerStatusRoute", "type": "Function", "tags": [], "label": "registerStatusRoute", @@ -256,7 +248,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.registerStatusRoute.$1", + "id": "def-server.registerStatusRoute.$1", "type": "Object", "tags": [], "label": "{\n router,\n config,\n metrics,\n status,\n incrementUsageCounter,\n}", @@ -277,7 +269,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps", + "id": "def-server.StatusServiceSetupDeps", "type": "Interface", "tags": [], "label": "StatusServiceSetupDeps", @@ -288,7 +280,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.analytics", + "id": "def-server.StatusServiceSetupDeps.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -360,7 +352,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.elasticsearch", + "id": "def-server.StatusServiceSetupDeps.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -386,7 +378,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.environment", + "id": "def-server.StatusServiceSetupDeps.environment", "type": "Object", "tags": [], "label": "environment", @@ -400,7 +392,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.pluginDependencies", + "id": "def-server.StatusServiceSetupDeps.pluginDependencies", "type": "Object", "tags": [], "label": "pluginDependencies", @@ -414,7 +406,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.http", + "id": "def-server.StatusServiceSetupDeps.http", "type": "Object", "tags": [], "label": "http", @@ -428,7 +420,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.metrics", + "id": "def-server.StatusServiceSetupDeps.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -436,9 +428,9 @@ "signature": [ { "pluginId": "@kbn/core-metrics-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-common.MetricsServiceSetup", + "section": "def-server.MetricsServiceSetup", "text": "MetricsServiceSetup" } ], @@ -448,7 +440,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.savedObjects", + "id": "def-server.StatusServiceSetupDeps.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -467,9 +459,9 @@ "<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectStatusMeta", + "section": "def-server.SavedObjectStatusMeta", "text": "SavedObjectStatusMeta" }, ">>; }" @@ -480,7 +472,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.coreUsageData", + "id": "def-server.StatusServiceSetupDeps.coreUsageData", "type": "Object", "tags": [], "label": "coreUsageData", @@ -489,9 +481,9 @@ "{ incrementUsageCounter: ", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreIncrementUsageCounter", + "section": "def-server.CoreIncrementUsageCounter", "text": "CoreIncrementUsageCounter" }, "; }" @@ -508,7 +500,7 @@ "misc": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusConfigType", + "id": "def-server.StatusConfigType", "type": "Type", "tags": [], "label": "StatusConfigType", @@ -525,7 +517,7 @@ "objects": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.statusConfig", + "id": "def-server.statusConfig", "type": "Object", "tags": [], "label": "statusConfig", @@ -536,7 +528,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.statusConfig.path", + "id": "def-server.statusConfig.path", "type": "string", "tags": [], "label": "path", @@ -547,7 +539,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.statusConfig.schema", + "id": "def-server.statusConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -578,5 +570,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index 99f050f1eadec..9106095d91893 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; @@ -23,20 +23,20 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 24 | 0 | 24 | 3 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_status_server_mocks.devdocs.json b/api_docs/kbn_core_status_server_mocks.devdocs.json index 86961e13d4c8f..707d54a031b14 100644 --- a/api_docs/kbn_core_status_server_mocks.devdocs.json +++ b/api_docs/kbn_core_status_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-status-server-mocks", - "id": "def-common.statusServiceMock", + "id": "def-server.statusServiceMock", "type": "Object", "tags": [], "label": "statusServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-mocks", - "id": "def-common.statusServiceMock.create", + "id": "def-server.statusServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-status-server-mocks", - "id": "def-common.statusServiceMock.createSetupContract", + "id": "def-server.statusServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-status-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreStatusServerPluginApi", - "section": "def-common.StatusServiceSetup", + "section": "def-server.StatusServiceSetup", "text": "StatusServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-status-server-mocks", - "id": "def-common.statusServiceMock.createInternalSetupContract", + "id": "def-server.statusServiceMock.createInternalSetupContract", "type": "Function", "tags": [], "label": "createInternalSetupContract", @@ -96,5 +88,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index b1b2117e63506..11bb4a473a943 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 4 | 0 | 4 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index c4c56e156b1c7..1f5ba3ecc4a1e 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json index 61b5309baf794..aa57c4bb46738 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.devdocs.json @@ -42,17 +42,17 @@ ">; fatalErrors: jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">; http: ", { "pluginId": "@kbn/core-http-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-common.InternalHttpSetup", + "section": "def-public.InternalHttpSetup", "text": "InternalHttpSetup" }, "; }" @@ -103,9 +103,9 @@ ">, fatalErrors: jest.Mocked<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, ">) => void" @@ -159,17 +159,17 @@ "<", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorInfo", + "section": "def-public.FatalErrorInfo", "text": "FatalErrorInfo" }, ">, [], unknown>; } & ", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" } ], 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 bfecccf712759..bf44e93e6e4f6 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_test_helpers_kbn_server.devdocs.json index e9578b982f2f3..2d81e0bd33ee1 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.devdocs.json +++ b/api_docs/kbn_core_test_helpers_kbn_server.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRoot", + "id": "def-server.createRoot", "type": "Function", "tags": [], "label": "createRoot", @@ -34,9 +26,9 @@ ">) => ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -46,7 +38,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRoot.$1", + "id": "def-server.createRoot.$1", "type": "Object", "tags": [], "label": "settings", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRoot.$2", + "id": "def-server.createRoot.$2", "type": "Object", "tags": [], "label": "cliArgs", @@ -84,7 +76,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithCorePlugins", + "id": "def-server.createRootWithCorePlugins", "type": "Function", "tags": [], "label": "createRootWithCorePlugins", @@ -97,9 +89,9 @@ ">, customKibanaVersion: string | undefined) => ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -109,7 +101,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithCorePlugins.$1", + "id": "def-server.createRootWithCorePlugins.$1", "type": "Object", "tags": [], "label": "settings", @@ -126,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithCorePlugins.$2", + "id": "def-server.createRootWithCorePlugins.$2", "type": "Object", "tags": [], "label": "cliArgs", @@ -143,7 +135,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithCorePlugins.$3", + "id": "def-server.createRootWithCorePlugins.$3", "type": "string", "tags": [], "label": "customKibanaVersion", @@ -162,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithSettings", + "id": "def-server.createRootWithSettings", "type": "Function", "tags": [], "label": "createRootWithSettings", @@ -173,9 +165,9 @@ ">, customKibanaVersion: string | undefined) => ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -185,7 +177,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithSettings.$1", + "id": "def-server.createRootWithSettings.$1", "type": "Object", "tags": [], "label": "settings", @@ -200,7 +192,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithSettings.$2", + "id": "def-server.createRootWithSettings.$2", "type": "Object", "tags": [], "label": "cliArgs", @@ -217,7 +209,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createRootWithSettings.$3", + "id": "def-server.createRootWithSettings.$3", "type": "string", "tags": [], "label": "customKibanaVersion", @@ -236,7 +228,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServerlessInstances", + "id": "def-server.createTestServerlessInstances", "type": "Function", "tags": [ "note" @@ -257,7 +249,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServerlessInstances.$1", + "id": "def-server.createTestServerlessInstances.$1", "type": "Object", "tags": [], "label": "{\n adjustTimeout,\n kibana = {},\n}", @@ -268,7 +260,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServerlessInstances.$1.kibana", + "id": "def-server.createTestServerlessInstances.$1.kibana", "type": "Object", "tags": [], "label": "kibana", @@ -284,7 +276,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServerlessInstances.$1.adjustTimeout", + "id": "def-server.createTestServerlessInstances.$1.adjustTimeout", "type": "Function", "tags": [], "label": "adjustTimeout", @@ -298,7 +290,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServerlessInstances.$1.adjustTimeout.$1", + "id": "def-server.createTestServerlessInstances.$1.adjustTimeout.$1", "type": "number", "tags": [], "label": "timeout", @@ -322,7 +314,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServers", + "id": "def-server.createTestServers", "type": "Function", "tags": [ "prop", @@ -344,9 +336,9 @@ "> | undefined; kbn?: { [key: string]: any; plugins?: { [key: string]: any; paths: string[]; } | undefined; } | undefined; users?: { username: string; password: string; roles: string[]; }[] | undefined; } | undefined; }) => ", { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.TestUtils", + "section": "def-server.TestUtils", "text": "TestUtils" } ], @@ -356,7 +348,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServers.$1", + "id": "def-server.createTestServers.$1", "type": "Object", "tags": [], "label": "{\n adjustTimeout,\n settings = {},\n}", @@ -367,7 +359,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServers.$1.adjustTimeout", + "id": "def-server.createTestServers.$1.adjustTimeout", "type": "Function", "tags": [], "label": "adjustTimeout", @@ -381,7 +373,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServers.$1.adjustTimeout.$1", + "id": "def-server.createTestServers.$1.adjustTimeout.$1", "type": "number", "tags": [], "label": "timeout", @@ -399,7 +391,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.createTestServers.$1.settings", + "id": "def-server.createTestServers.$1.settings", "type": "Object", "tags": [], "label": "settings", @@ -427,7 +419,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.getSupertest", + "id": "def-server.getSupertest", "type": "Function", "tags": [], "label": "getSupertest", @@ -438,17 +430,17 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", method: ", { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.HttpMethod", + "section": "def-server.HttpMethod", "text": "HttpMethod" }, ", path: string) => ", @@ -461,7 +453,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.getSupertest.$1", + "id": "def-server.getSupertest.$1", "type": "Object", "tags": [], "label": "root", @@ -469,9 +461,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -482,7 +474,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.getSupertest.$2", + "id": "def-server.getSupertest.$2", "type": "CompoundType", "tags": [], "label": "method", @@ -490,9 +482,9 @@ "signature": [ { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.HttpMethod", + "section": "def-server.HttpMethod", "text": "HttpMethod" } ], @@ -503,7 +495,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.getSupertest.$3", + "id": "def-server.getSupertest.$3", "type": "string", "tags": [], "label": "path", @@ -524,7 +516,7 @@ "interfaces": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils", + "id": "def-server.TestElasticsearchUtils", "type": "Interface", "tags": [], "label": "TestElasticsearchUtils", @@ -535,7 +527,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils.stop", + "id": "def-server.TestElasticsearchUtils.stop", "type": "Function", "tags": [], "label": "stop", @@ -551,7 +543,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils.es", + "id": "def-server.TestElasticsearchUtils.es", "type": "Any", "tags": [], "label": "es", @@ -565,7 +557,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils.hosts", + "id": "def-server.TestElasticsearchUtils.hosts", "type": "Array", "tags": [], "label": "hosts", @@ -579,7 +571,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils.username", + "id": "def-server.TestElasticsearchUtils.username", "type": "string", "tags": [], "label": "username", @@ -590,7 +582,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestElasticsearchUtils.password", + "id": "def-server.TestElasticsearchUtils.password", "type": "string", "tags": [], "label": "password", @@ -604,7 +596,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestKibanaUtils", + "id": "def-server.TestKibanaUtils", "type": "Interface", "tags": [], "label": "TestKibanaUtils", @@ -615,7 +607,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestKibanaUtils.root", + "id": "def-server.TestKibanaUtils.root", "type": "Object", "tags": [], "label": "root", @@ -623,9 +615,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -635,7 +627,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestKibanaUtils.coreSetup", + "id": "def-server.TestKibanaUtils.coreSetup", "type": "Object", "tags": [], "label": "coreSetup", @@ -649,7 +641,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestKibanaUtils.coreStart", + "id": "def-server.TestKibanaUtils.coreStart", "type": "Object", "tags": [], "label": "coreStart", @@ -663,7 +655,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestKibanaUtils.stop", + "id": "def-server.TestKibanaUtils.stop", "type": "Function", "tags": [], "label": "stop", @@ -682,7 +674,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestUtils", + "id": "def-server.TestUtils", "type": "Interface", "tags": [], "label": "TestUtils", @@ -693,7 +685,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestUtils.startES", + "id": "def-server.TestUtils.startES", "type": "Function", "tags": [], "label": "startES", @@ -702,9 +694,9 @@ "() => Promise<", { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.TestElasticsearchUtils", + "section": "def-server.TestElasticsearchUtils", "text": "TestElasticsearchUtils" }, ">" @@ -717,7 +709,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestUtils.startKibana", + "id": "def-server.TestUtils.startKibana", "type": "Function", "tags": [], "label": "startKibana", @@ -726,9 +718,9 @@ "(abortSignal?: AbortSignal | undefined) => Promise<", { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.TestKibanaUtils", + "section": "def-server.TestKibanaUtils", "text": "TestKibanaUtils" }, ">" @@ -739,7 +731,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestUtils.startKibana.$1", + "id": "def-server.TestUtils.startKibana.$1", "type": "Object", "tags": [], "label": "abortSignal", @@ -763,7 +755,7 @@ "misc": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.HttpMethod", + "id": "def-server.HttpMethod", "type": "Type", "tags": [], "label": "HttpMethod", @@ -778,7 +770,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestServerlessESUtils", + "id": "def-server.TestServerlessESUtils", "type": "Type", "tags": [], "label": "TestServerlessESUtils", @@ -787,9 +779,9 @@ "Pick<", { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.TestElasticsearchUtils", + "section": "def-server.TestElasticsearchUtils", "text": "TestElasticsearchUtils" }, ", \"stop\" | \"es\"> & { getClient: () => ", @@ -803,7 +795,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.TestServerlessKibanaUtils", + "id": "def-server.TestServerlessKibanaUtils", "type": "Type", "tags": [], "label": "TestServerlessKibanaUtils", @@ -811,9 +803,9 @@ "signature": [ { "pluginId": "@kbn/core-test-helpers-kbn-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreTestHelpersKbnServerPluginApi", - "section": "def-common.TestKibanaUtils", + "section": "def-server.TestKibanaUtils", "text": "TestKibanaUtils" } ], @@ -826,7 +818,7 @@ "objects": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request", + "id": "def-server.request", "type": "Object", "tags": [], "label": "request", @@ -837,7 +829,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.delete", + "id": "def-server.request.delete", "type": "Function", "tags": [], "label": "delete", @@ -846,9 +838,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -861,7 +853,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.delete.$1", + "id": "def-server.request.delete.$1", "type": "Object", "tags": [], "label": "root", @@ -869,9 +861,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -882,7 +874,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.delete.$2", + "id": "def-server.request.delete.$2", "type": "string", "tags": [], "label": "path", @@ -900,7 +892,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.get", + "id": "def-server.request.get", "type": "Function", "tags": [], "label": "get", @@ -909,9 +901,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -924,7 +916,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.get.$1", + "id": "def-server.request.get.$1", "type": "Object", "tags": [], "label": "root", @@ -932,9 +924,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -945,7 +937,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.get.$2", + "id": "def-server.request.get.$2", "type": "string", "tags": [], "label": "path", @@ -963,7 +955,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.head", + "id": "def-server.request.head", "type": "Function", "tags": [], "label": "head", @@ -972,9 +964,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -987,7 +979,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.head.$1", + "id": "def-server.request.head.$1", "type": "Object", "tags": [], "label": "root", @@ -995,9 +987,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -1008,7 +1000,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.head.$2", + "id": "def-server.request.head.$2", "type": "string", "tags": [], "label": "path", @@ -1026,7 +1018,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.post", + "id": "def-server.request.post", "type": "Function", "tags": [], "label": "post", @@ -1035,9 +1027,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -1050,7 +1042,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.post.$1", + "id": "def-server.request.post.$1", "type": "Object", "tags": [], "label": "root", @@ -1058,9 +1050,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -1071,7 +1063,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.post.$2", + "id": "def-server.request.post.$2", "type": "string", "tags": [], "label": "path", @@ -1089,7 +1081,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.put", + "id": "def-server.request.put", "type": "Function", "tags": [], "label": "put", @@ -1098,9 +1090,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -1113,7 +1105,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.put.$1", + "id": "def-server.request.put.$1", "type": "Object", "tags": [], "label": "root", @@ -1121,9 +1113,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -1134,7 +1126,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.put.$2", + "id": "def-server.request.put.$2", "type": "string", "tags": [], "label": "path", @@ -1152,7 +1144,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.patch", + "id": "def-server.request.patch", "type": "Function", "tags": [], "label": "patch", @@ -1161,9 +1153,9 @@ "(root: ", { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" }, ", path: string) => ", @@ -1176,7 +1168,7 @@ "children": [ { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.patch.$1", + "id": "def-server.request.patch.$1", "type": "Object", "tags": [], "label": "root", @@ -1184,9 +1176,9 @@ "signature": [ { "pluginId": "@kbn/core-root-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-common.Root", + "section": "def-server.Root", "text": "Root" } ], @@ -1197,7 +1189,7 @@ }, { "parentPluginId": "@kbn/core-test-helpers-kbn-server", - "id": "def-common.request.patch.$2", + "id": "def-server.request.patch.$2", "type": "string", "tags": [], "label": "path", @@ -1217,5 +1209,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index 9d62dead0bfcc..a22e5119f1c83 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 62 | 1 | 55 | 1 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_test_helpers_model_versions.devdocs.json b/api_docs/kbn_core_test_helpers_model_versions.devdocs.json index f77cfd048a4d8..79077594ab491 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.devdocs.json +++ b/api_docs/kbn_core_test_helpers_model_versions.devdocs.json @@ -58,9 +58,9 @@ "({ type, }: { type: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "; }) => ", @@ -97,9 +97,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -268,9 +268,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -290,9 +290,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -382,9 +382,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsBulkCreateObject", + "section": "def-server.SavedObjectsBulkCreateObject", "text": "SavedObjectsBulkCreateObject" }, "[] | undefined" @@ -545,9 +545,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index d56739046e3ad..a63a87c75e64a 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_test_helpers_so_type_serializer.devdocs.json index df070b1f4b526..a1b83b53bba23 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.devdocs.json +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.devdocs.json @@ -32,9 +32,9 @@ "(soType: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => ", @@ -60,9 +60,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -87,9 +87,9 @@ "(soType: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, ") => string" @@ -108,9 +108,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" 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 a3361ff7f5669..a876e2f9614e3 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_test_helpers_test_utils.devdocs.json index 062b442c0c8d1..6737fb615cf78 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.devdocs.json +++ b/api_docs/kbn_core_test_helpers_test_utils.devdocs.json @@ -30,9 +30,9 @@ "(name: string) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -71,9 +71,9 @@ "(createOptions: { name: string; hide?: boolean | undefined; hideFromHttpApis?: boolean | undefined; }) => ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsType", + "section": "def-server.SavedObjectsType", "text": "SavedObjectsType" }, "" @@ -153,17 +153,17 @@ "; handlerContext: { savedObjects: { client: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ">; typeRegistry: jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectTypeRegistry", + "section": "def-server.ISavedObjectTypeRegistry", "text": "ISavedObjectTypeRegistry" }, " & Pick<", @@ -171,49 +171,49 @@ ", \"registerType\">>; getClient: () => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ">; getExporter: () => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsExporter", + "section": "def-server.ISavedObjectsExporter", "text": "ISavedObjectsExporter" }, ">; getImporter: () => jest.Mocked<", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.ISavedObjectsImporter", + "section": "def-server.ISavedObjectsImporter", "text": "ISavedObjectsImporter" }, ">; }; elasticsearch: { client: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchClientServerMocksPluginApi", - "section": "def-common.ScopedClusterClientMock", + "section": "def-server.ScopedClusterClientMock", "text": "ScopedClusterClientMock" }, "; }; uiSettings: { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }; deprecations: { client: jest.Mocked<", { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.DeprecationsClient", + "section": "def-server.DeprecationsClient", "text": "DeprecationsClient" }, ">; }; }; }>" diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index af677cc5d1bd8..15130aaa99c29 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_theme_browser.devdocs.json index 0986187fd6c1a..532e555e774aa 100644 --- a/api_docs/kbn_core_theme_browser.devdocs.json +++ b/api_docs/kbn_core_theme_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-theme-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.CoreTheme", + "id": "def-public.CoreTheme", "type": "Interface", "tags": [], "label": "CoreTheme", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.CoreTheme.darkMode", + "id": "def-public.CoreTheme.darkMode", "type": "boolean", "tags": [], "label": "darkMode", @@ -51,7 +35,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.ThemeServiceSetup", + "id": "def-public.ThemeServiceSetup", "type": "Interface", "tags": [], "label": "ThemeServiceSetup", @@ -62,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.ThemeServiceSetup.theme$", + "id": "def-public.ThemeServiceSetup.theme$", "type": "Object", "tags": [], "label": "theme$", @@ -74,9 +58,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -87,7 +71,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.ThemeServiceSetup.getTheme", + "id": "def-public.ThemeServiceSetup.getTheme", "type": "Function", "tags": [], "label": "getTheme", @@ -98,9 +82,9 @@ "() => ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" } ], @@ -118,7 +102,7 @@ "misc": [ { "parentPluginId": "@kbn/core-theme-browser", - "id": "def-common.ThemeServiceStart", + "id": "def-public.ThemeServiceStart", "type": "Type", "tags": [], "label": "ThemeServiceStart", @@ -126,9 +110,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -139,5 +123,21 @@ } ], "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_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index be71c55c81160..97c7526bc3dfd 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 2 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_theme_browser_mocks.devdocs.json b/api_docs/kbn_core_theme_browser_mocks.devdocs.json index fff0ee16833a2..29a22f47d3f64 100644 --- a/api_docs/kbn_core_theme_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_theme_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-theme-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock", + "id": "def-public.themeServiceMock", "type": "Object", "tags": [], "label": "themeServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.create", + "id": "def-public.themeServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createSetupContract", + "id": "def-public.themeServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,17 +45,17 @@ "(theme?: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ") => jest.Mocked<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ">" @@ -83,7 +67,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createSetupContract.$1", + "id": "def-public.themeServiceMock.createSetupContract.$1", "type": "Object", "tags": [], "label": "theme", @@ -91,9 +75,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" } ], @@ -105,7 +89,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createStartContract", + "id": "def-public.themeServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -114,17 +98,17 @@ "(theme?: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ") => jest.Mocked<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ">" @@ -136,7 +120,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createStartContract.$1", + "id": "def-public.themeServiceMock.createStartContract.$1", "type": "Object", "tags": [], "label": "theme", @@ -144,9 +128,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" } ], @@ -158,7 +142,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createTheme", + "id": "def-public.themeServiceMock.createTheme", "type": "Function", "tags": [], "label": "createTheme", @@ -167,9 +151,9 @@ "() => ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" } ], @@ -181,7 +165,7 @@ }, { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createTheme$", + "id": "def-public.themeServiceMock.createTheme$", "type": "Function", "tags": [], "label": "createTheme$", @@ -190,9 +174,9 @@ "(theme?: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ") => ", @@ -200,9 +184,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" @@ -214,7 +198,7 @@ "children": [ { "parentPluginId": "@kbn/core-theme-browser-mocks", - "id": "def-common.themeServiceMock.createTheme$.$1", + "id": "def-public.themeServiceMock.createTheme$.$1", "type": "Object", "tags": [], "label": "theme", @@ -222,9 +206,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" } ], @@ -238,5 +222,21 @@ "initialIsOpen": false } ] + }, + "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_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 2ed66d456686e..d51a5f91ea1f5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 9 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_ui_settings_browser.devdocs.json b/api_docs/kbn_core_ui_settings_browser.devdocs.json index 65cf0692ff7bb..c938dfe76cea1 100644 --- a/api_docs/kbn_core_ui_settings_browser.devdocs.json +++ b/api_docs/kbn_core_ui_settings_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-ui-settings-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient", + "id": "def-public.IUiSettingsClient", "type": "Interface", "tags": [], "label": "IUiSettingsClient", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get", + "id": "def-public.IUiSettingsClient.get", "type": "Function", "tags": [], "label": "get", @@ -51,7 +35,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get.$1", + "id": "def-public.IUiSettingsClient.get.$1", "type": "string", "tags": [], "label": "key", @@ -66,7 +50,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get.$2", + "id": "def-public.IUiSettingsClient.get.$2", "type": "Uncategorized", "tags": [], "label": "defaultOverride", @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get$", + "id": "def-public.IUiSettingsClient.get$", "type": "Function", "tags": [], "label": "get$", @@ -102,7 +86,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get$.$1", + "id": "def-public.IUiSettingsClient.get$.$1", "type": "string", "tags": [], "label": "key", @@ -117,7 +101,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.get$.$2", + "id": "def-public.IUiSettingsClient.get$.$2", "type": "Uncategorized", "tags": [], "label": "defaultOverride", @@ -135,7 +119,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.IUiSettingsClient.getAll", + "id": "def-public.IUiSettingsClient.getAll", "type": "Function", "tags": [], "label": "getAll", @@ -146,9 +130,9 @@ "() => Readonly", @@ -556,9 +540,9 @@ "[key: string]: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.PublicUiSettingsParams", + "section": "def-public.PublicUiSettingsParams", "text": "PublicUiSettingsParams" }, " & ", @@ -583,7 +567,7 @@ "misc": [ { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.PublicUiSettingsParams", + "id": "def-public.PublicUiSettingsParams", "type": "Type", "tags": [], "label": "PublicUiSettingsParams", @@ -638,7 +622,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser", - "id": "def-common.SettingsSetup", + "id": "def-public.SettingsSetup", "type": "Type", "tags": [], "label": "SettingsSetup", @@ -646,9 +630,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.SettingsStart", + "section": "def-public.SettingsStart", "text": "SettingsStart" } ], @@ -659,5 +643,21 @@ } ], "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_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 78b240e15d1cb..25091fc4f7343 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 33 | 2 | 20 | 1 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_ui_settings_browser_internal.devdocs.json b/api_docs/kbn_core_ui_settings_browser_internal.devdocs.json index c4ff0d9c22d32..1e5ff23495bb3 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.devdocs.json +++ b/api_docs/kbn_core_ui_settings_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-ui-settings-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient", + "id": "def-public.UiSettingsClient", "type": "Class", "tags": [], "label": "UiSettingsClient", @@ -28,9 +12,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserInternalPluginApi", - "section": "def-common.UiSettingsClient", + "section": "def-public.UiSettingsClient", "text": "UiSettingsClient" }, " extends ", @@ -42,7 +26,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient.Unnamed", + "id": "def-public.UiSettingsClient.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -56,7 +40,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient.Unnamed.$1", + "id": "def-public.UiSettingsClient.Unnamed.$1", "type": "Object", "tags": [], "label": "params", @@ -74,7 +58,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient.update", + "id": "def-public.UiSettingsClient.update", "type": "Function", "tags": [], "label": "update", @@ -88,7 +72,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient.update.$1", + "id": "def-public.UiSettingsClient.update.$1", "type": "string", "tags": [], "label": "key", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsClient.update.$2", + "id": "def-public.UiSettingsClient.update.$2", "type": "Any", "tags": [], "label": "newVal", @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsService", + "id": "def-public.UiSettingsService", "type": "Class", "tags": [ "Internal", @@ -138,7 +122,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsService.setup", + "id": "def-public.UiSettingsService.setup", "type": "Function", "tags": [], "label": "setup", @@ -149,9 +133,9 @@ ") => ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -161,7 +145,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsService.setup.$1", + "id": "def-public.UiSettingsService.setup.$1", "type": "Object", "tags": [], "label": "{ http, injectedMetadata }", @@ -179,7 +163,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsService.start", + "id": "def-public.UiSettingsService.start", "type": "Function", "tags": [], "label": "start", @@ -188,9 +172,9 @@ "() => ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -202,7 +186,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-internal", - "id": "def-common.UiSettingsService.stop", + "id": "def-public.UiSettingsService.stop", "type": "Function", "tags": [], "label": "stop", @@ -225,5 +209,21 @@ "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_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index ad94bbd5bc753..65d7d2fbb08fc 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 11 | 1 | 11 | 3 | -## Common +## Client ### Classes - + diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.devdocs.json b/api_docs/kbn_core_ui_settings_browser_mocks.devdocs.json index cc729a537edb9..c4510c060fe02 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_ui_settings_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-ui-settings-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.settingsServiceMock", + "id": "def-public.settingsServiceMock", "type": "Object", "tags": [], "label": "settingsServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.settingsServiceMock.create", + "id": "def-public.settingsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.settingsServiceMock.createSetupContract", + "id": "def-public.settingsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -61,17 +45,17 @@ "() => { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; globalClient: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }" @@ -84,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.settingsServiceMock.createStartContract", + "id": "def-public.settingsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -93,17 +77,17 @@ "() => { client: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; globalClient: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">; }" @@ -119,7 +103,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.uiSettingsServiceMock", + "id": "def-public.uiSettingsServiceMock", "type": "Object", "tags": [], "label": "uiSettingsServiceMock", @@ -130,7 +114,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.uiSettingsServiceMock.create", + "id": "def-public.uiSettingsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -146,7 +130,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.uiSettingsServiceMock.createSetupContract", + "id": "def-public.uiSettingsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -155,9 +139,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">" @@ -170,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-browser-mocks", - "id": "def-common.uiSettingsServiceMock.createStartContract", + "id": "def-public.uiSettingsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -179,9 +163,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ">" @@ -196,5 +180,21 @@ "initialIsOpen": false } ] + }, + "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_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 5545fcd6daa7d..4557399025ed0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_ui_settings_common.devdocs.json b/api_docs/kbn_core_ui_settings_common.devdocs.json index 28ba7bd34797b..83a41545ecaf4 100644 --- a/api_docs/kbn_core_ui_settings_common.devdocs.json +++ b/api_docs/kbn_core_ui_settings_common.devdocs.json @@ -124,9 +124,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, " | undefined" diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index c85b18d91aefe..c490d3445ef8a 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_ui_settings_server.devdocs.json index 9e30b6a09d822..fd56c4c986632 100644 --- a/api_docs/kbn_core_ui_settings_server.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient", + "id": "def-server.IUiSettingsClient", "type": "Interface", "tags": [], "label": "IUiSettingsClient", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.getRegistered", + "id": "def-server.IUiSettingsClient.getRegistered", "type": "Function", "tags": [], "label": "getRegistered", @@ -61,7 +53,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.get", + "id": "def-server.IUiSettingsClient.get", "type": "Function", "tags": [], "label": "get", @@ -85,7 +77,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.get.$1", + "id": "def-server.IUiSettingsClient.get.$1", "type": "string", "tags": [], "label": "key", @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.get.$2", + "id": "def-server.IUiSettingsClient.get.$2", "type": "Object", "tags": [], "label": "context", @@ -125,7 +117,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.getAll", + "id": "def-server.IUiSettingsClient.getAll", "type": "Function", "tags": [], "label": "getAll", @@ -149,7 +141,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.getAll.$1", + "id": "def-server.IUiSettingsClient.getAll.$1", "type": "Object", "tags": [], "label": "context", @@ -174,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.getUserProvided", + "id": "def-server.IUiSettingsClient.getUserProvided", "type": "Function", "tags": [], "label": "getUserProvided", @@ -200,7 +192,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.setMany", + "id": "def-server.IUiSettingsClient.setMany", "type": "Function", "tags": [], "label": "setMany", @@ -216,7 +208,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.setMany.$1", + "id": "def-server.IUiSettingsClient.setMany.$1", "type": "Object", "tags": [], "label": "changes", @@ -234,7 +226,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.set", + "id": "def-server.IUiSettingsClient.set", "type": "Function", "tags": [], "label": "set", @@ -250,7 +242,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.set.$1", + "id": "def-server.IUiSettingsClient.set.$1", "type": "string", "tags": [], "label": "key", @@ -265,7 +257,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.set.$2", + "id": "def-server.IUiSettingsClient.set.$2", "type": "Any", "tags": [], "label": "value", @@ -283,7 +275,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.remove", + "id": "def-server.IUiSettingsClient.remove", "type": "Function", "tags": [], "label": "remove", @@ -299,7 +291,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.remove.$1", + "id": "def-server.IUiSettingsClient.remove.$1", "type": "string", "tags": [], "label": "key", @@ -317,7 +309,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.removeMany", + "id": "def-server.IUiSettingsClient.removeMany", "type": "Function", "tags": [], "label": "removeMany", @@ -333,7 +325,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.removeMany.$1", + "id": "def-server.IUiSettingsClient.removeMany.$1", "type": "Array", "tags": [], "label": "keys", @@ -348,7 +340,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.removeMany.$2", + "id": "def-server.IUiSettingsClient.removeMany.$2", "type": "Object", "tags": [], "label": "options", @@ -359,7 +351,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.removeMany.$2.validateKeys", + "id": "def-server.IUiSettingsClient.removeMany.$2.validateKeys", "type": "CompoundType", "tags": [], "label": "validateKeys", @@ -373,7 +365,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.removeMany.$2.handleWriteErrors", + "id": "def-server.IUiSettingsClient.removeMany.$2.handleWriteErrors", "type": "CompoundType", "tags": [], "label": "handleWriteErrors", @@ -392,7 +384,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.isOverridden", + "id": "def-server.IUiSettingsClient.isOverridden", "type": "Function", "tags": [], "label": "isOverridden", @@ -408,7 +400,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.isOverridden.$1", + "id": "def-server.IUiSettingsClient.isOverridden.$1", "type": "string", "tags": [], "label": "key", @@ -426,7 +418,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.isSensitive", + "id": "def-server.IUiSettingsClient.isSensitive", "type": "Function", "tags": [], "label": "isSensitive", @@ -442,7 +434,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.isSensitive.$1", + "id": "def-server.IUiSettingsClient.isSensitive.$1", "type": "string", "tags": [], "label": "key", @@ -460,7 +452,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.validate", + "id": "def-server.IUiSettingsClient.validate", "type": "Function", "tags": [], "label": "validate", @@ -476,7 +468,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.validate.$1", + "id": "def-server.IUiSettingsClient.validate.$1", "type": "string", "tags": [], "label": "key", @@ -491,7 +483,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.IUiSettingsClient.validate.$2", + "id": "def-server.IUiSettingsClient.validate.$2", "type": "Unknown", "tags": [], "label": "value", @@ -512,7 +504,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsRequestHandlerContext", + "id": "def-server.UiSettingsRequestHandlerContext", "type": "Interface", "tags": [], "label": "UiSettingsRequestHandlerContext", @@ -525,7 +517,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsRequestHandlerContext.client", + "id": "def-server.UiSettingsRequestHandlerContext.client", "type": "Object", "tags": [], "label": "client", @@ -533,9 +525,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -545,7 +537,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsRequestHandlerContext.globalClient", + "id": "def-server.UiSettingsRequestHandlerContext.globalClient", "type": "Object", "tags": [], "label": "globalClient", @@ -553,9 +545,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -568,7 +560,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup", + "id": "def-server.UiSettingsServiceSetup", "type": "Interface", "tags": [], "label": "UiSettingsServiceSetup", @@ -579,7 +571,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.register", + "id": "def-server.UiSettingsServiceSetup.register", "type": "Function", "tags": [], "label": "register", @@ -603,7 +595,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.register.$1", + "id": "def-server.UiSettingsServiceSetup.register.$1", "type": "Object", "tags": [], "label": "settings", @@ -629,7 +621,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.registerGlobal", + "id": "def-server.UiSettingsServiceSetup.registerGlobal", "type": "Function", "tags": [], "label": "registerGlobal", @@ -653,7 +645,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.registerGlobal.$1", + "id": "def-server.UiSettingsServiceSetup.registerGlobal.$1", "type": "Object", "tags": [], "label": "settings", @@ -679,7 +671,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.setAllowlist", + "id": "def-server.UiSettingsServiceSetup.setAllowlist", "type": "Function", "tags": [], "label": "setAllowlist", @@ -695,7 +687,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceSetup.setAllowlist.$1", + "id": "def-server.UiSettingsServiceSetup.setAllowlist.$1", "type": "Array", "tags": [], "label": "keys", @@ -716,7 +708,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceStart", + "id": "def-server.UiSettingsServiceStart", "type": "Interface", "tags": [], "label": "UiSettingsServiceStart", @@ -727,7 +719,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceStart.asScopedToClient", + "id": "def-server.UiSettingsServiceStart.asScopedToClient", "type": "Function", "tags": [], "label": "asScopedToClient", @@ -738,17 +730,17 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -758,7 +750,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceStart.asScopedToClient.$1", + "id": "def-server.UiSettingsServiceStart.asScopedToClient.$1", "type": "Object", "tags": [], "label": "savedObjectsClient", @@ -766,9 +758,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -782,7 +774,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceStart.globalAsScopedToClient", + "id": "def-server.UiSettingsServiceStart.globalAsScopedToClient", "type": "Function", "tags": [], "label": "globalAsScopedToClient", @@ -793,17 +785,17 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -813,7 +805,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server", - "id": "def-common.UiSettingsServiceStart.globalAsScopedToClient.$1", + "id": "def-server.UiSettingsServiceStart.globalAsScopedToClient.$1", "type": "Object", "tags": [], "label": "savedObjectsClient", @@ -821,9 +813,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -842,5 +834,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index 8e0a154f2f306..e9c5f129f9147 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 42 | 1 | 24 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json index 266a2a84a2b9f..5b281b398dc45 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsClient", + "id": "def-server.UiSettingsClient", "type": "Class", "tags": [], "label": "UiSettingsClient", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerInternalPluginApi", - "section": "def-common.UiSettingsClient", + "section": "def-server.UiSettingsClient", "text": "UiSettingsClient" }, " extends ", @@ -42,7 +34,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsClient.Unnamed", + "id": "def-server.UiSettingsClient.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -56,7 +48,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsClient.Unnamed.$1", + "id": "def-server.UiSettingsClient.Unnamed.$1", "type": "Object", "tags": [], "label": "options", @@ -77,7 +69,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient", + "id": "def-server.UiSettingsGlobalClient", "type": "Class", "tags": [], "label": "UiSettingsGlobalClient", @@ -87,9 +79,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerInternalPluginApi", - "section": "def-common.UiSettingsGlobalClient", + "section": "def-server.UiSettingsGlobalClient", "text": "UiSettingsGlobalClient" }, " extends ", @@ -101,7 +93,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.Unnamed", + "id": "def-server.UiSettingsGlobalClient.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -115,7 +107,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.Unnamed.$1", + "id": "def-server.UiSettingsGlobalClient.Unnamed.$1", "type": "Object", "tags": [], "label": "options", @@ -133,7 +125,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.setMany", + "id": "def-server.UiSettingsGlobalClient.setMany", "type": "Function", "tags": [], "label": "setMany", @@ -147,7 +139,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.setMany.$1", + "id": "def-server.UiSettingsGlobalClient.setMany.$1", "type": "Object", "tags": [], "label": "changes", @@ -162,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.setMany.$2", + "id": "def-server.UiSettingsGlobalClient.setMany.$2", "type": "Object", "tags": [], "label": "options", @@ -173,7 +165,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.setMany.$2.validateKeys", + "id": "def-server.UiSettingsGlobalClient.setMany.$2.validateKeys", "type": "CompoundType", "tags": [], "label": "validateKeys", @@ -192,7 +184,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.set", + "id": "def-server.UiSettingsGlobalClient.set", "type": "Function", "tags": [], "label": "set", @@ -206,7 +198,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.set.$1", + "id": "def-server.UiSettingsGlobalClient.set.$1", "type": "string", "tags": [], "label": "key", @@ -221,7 +213,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.UiSettingsGlobalClient.set.$2", + "id": "def-server.UiSettingsGlobalClient.set.$2", "type": "Any", "tags": [], "label": "value", @@ -244,7 +236,7 @@ "functions": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.createOrUpgradeSavedConfig", + "id": "def-server.createOrUpgradeSavedConfig", "type": "Function", "tags": [], "label": "createOrUpgradeSavedConfig", @@ -258,7 +250,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.createOrUpgradeSavedConfig.$1", + "id": "def-server.createOrUpgradeSavedConfig.$1", "type": "Object", "tags": [], "label": "options", @@ -282,7 +274,7 @@ "objects": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.uiSettingsConfig", + "id": "def-server.uiSettingsConfig", "type": "Object", "tags": [], "label": "uiSettingsConfig", @@ -293,7 +285,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.uiSettingsConfig.path", + "id": "def-server.uiSettingsConfig.path", "type": "string", "tags": [], "label": "path", @@ -304,7 +296,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.uiSettingsConfig.schema", + "id": "def-server.uiSettingsConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -341,7 +333,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.uiSettingsConfig.deprecations", + "id": "def-server.uiSettingsConfig.deprecations", "type": "Function", "tags": [], "label": "deprecations", @@ -372,7 +364,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-internal", - "id": "def-common.uiSettingsConfig.deprecations.$1", + "id": "def-server.uiSettingsConfig.deprecations.$1", "type": "Object", "tags": [], "label": "factory", @@ -396,5 +388,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index b31971ee4308f..b5eb1863821f9 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 20 | 1 | 19 | 3 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + diff --git a/api_docs/kbn_core_ui_settings_server_mocks.devdocs.json b/api_docs/kbn_core_ui_settings_server_mocks.devdocs.json index f8ab365595589..b16f1b9bd37e8 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock", + "id": "def-server.uiSettingsServiceMock", "type": "Object", "tags": [], "label": "uiSettingsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock.createPrebootContract", + "id": "def-server.uiSettingsServiceMock.createPrebootContract", "type": "Function", "tags": [], "label": "createPrebootContract", @@ -54,7 +46,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock.createSetupContract", + "id": "def-server.uiSettingsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -63,9 +55,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceSetup", + "section": "def-server.UiSettingsServiceSetup", "text": "UiSettingsServiceSetup" }, ">" @@ -78,7 +70,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock.createStartContract", + "id": "def-server.uiSettingsServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -87,9 +79,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceStart", + "section": "def-server.UiSettingsServiceStart", "text": "UiSettingsServiceStart" }, ">" @@ -102,7 +94,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock.createClient", + "id": "def-server.uiSettingsServiceMock.createClient", "type": "Function", "tags": [], "label": "createClient", @@ -111,9 +103,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" }, ">" @@ -126,7 +118,7 @@ }, { "parentPluginId": "@kbn/core-ui-settings-server-mocks", - "id": "def-common.uiSettingsServiceMock.create", + "id": "def-server.uiSettingsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -144,5 +136,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index 5f4f36e51a3b3..989b8bb0e5224 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_usage_data_server.devdocs.json b/api_docs/kbn_core_usage_data_server.devdocs.json index 58b8adb6f7c82..3071e12fefa09 100644 --- a/api_docs/kbn_core_usage_data_server.devdocs.json +++ b/api_docs/kbn_core_usage_data_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData", + "id": "def-server.CoreConfigUsageData", "type": "Interface", "tags": [], "label": "CoreConfigUsageData", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData.elasticsearch", + "id": "def-server.CoreConfigUsageData.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -49,7 +41,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData.http", + "id": "def-server.CoreConfigUsageData.http", "type": "Object", "tags": [], "label": "http", @@ -63,7 +55,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData.logging", + "id": "def-server.CoreConfigUsageData.logging", "type": "Object", "tags": [], "label": "logging", @@ -77,7 +69,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData.savedObjects", + "id": "def-server.CoreConfigUsageData.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -91,7 +83,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreConfigUsageData.deprecatedKeys", + "id": "def-server.CoreConfigUsageData.deprecatedKeys", "type": "Object", "tags": [], "label": "deprecatedKeys", @@ -108,7 +100,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreEnvironmentUsageData", + "id": "def-server.CoreEnvironmentUsageData", "type": "Interface", "tags": [], "label": "CoreEnvironmentUsageData", @@ -121,7 +113,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreEnvironmentUsageData.memory", + "id": "def-server.CoreEnvironmentUsageData.memory", "type": "Object", "tags": [], "label": "memory", @@ -138,7 +130,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementCounterParams", + "id": "def-server.CoreIncrementCounterParams", "type": "Interface", "tags": [], "label": "CoreIncrementCounterParams", @@ -149,7 +141,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementCounterParams.counterName", + "id": "def-server.CoreIncrementCounterParams.counterName", "type": "string", "tags": [], "label": "counterName", @@ -162,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementCounterParams.counterType", + "id": "def-server.CoreIncrementCounterParams.counterType", "type": "string", "tags": [], "label": "counterType", @@ -178,7 +170,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementCounterParams.incrementBy", + "id": "def-server.CoreIncrementCounterParams.incrementBy", "type": "number", "tags": [], "label": "incrementBy", @@ -197,7 +189,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreServicesUsageData", + "id": "def-server.CoreServicesUsageData", "type": "Interface", "tags": [], "label": "CoreServicesUsageData", @@ -210,7 +202,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreServicesUsageData.savedObjects", + "id": "def-server.CoreServicesUsageData.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -227,7 +219,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageCounter", + "id": "def-server.CoreUsageCounter", "type": "Interface", "tags": [], "label": "CoreUsageCounter", @@ -240,7 +232,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageData", + "id": "def-server.CoreUsageData", "type": "Interface", "tags": [], "label": "CoreUsageData", @@ -250,17 +242,17 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageData", + "section": "def-server.CoreUsageData", "text": "CoreUsageData" }, " extends ", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageStats", + "section": "def-server.CoreUsageStats", "text": "CoreUsageStats" } ], @@ -270,7 +262,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageData.config", + "id": "def-server.CoreUsageData.config", "type": "Object", "tags": [], "label": "config", @@ -278,9 +270,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreConfigUsageData", + "section": "def-server.CoreConfigUsageData", "text": "CoreConfigUsageData" } ], @@ -290,7 +282,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageData.services", + "id": "def-server.CoreUsageData.services", "type": "Object", "tags": [], "label": "services", @@ -298,9 +290,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreServicesUsageData", + "section": "def-server.CoreServicesUsageData", "text": "CoreServicesUsageData" } ], @@ -310,7 +302,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageData.environment", + "id": "def-server.CoreUsageData.environment", "type": "Object", "tags": [], "label": "environment", @@ -318,9 +310,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreEnvironmentUsageData", + "section": "def-server.CoreEnvironmentUsageData", "text": "CoreEnvironmentUsageData" } ], @@ -333,7 +325,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageDataSetup", + "id": "def-server.CoreUsageDataSetup", "type": "Interface", "tags": [ "note" @@ -348,7 +340,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageDataSetup.registerUsageCounter", + "id": "def-server.CoreUsageDataSetup.registerUsageCounter", "type": "Function", "tags": [], "label": "registerUsageCounter", @@ -359,9 +351,9 @@ "(usageCounter: ", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageCounter", + "section": "def-server.CoreUsageCounter", "text": "CoreUsageCounter" }, ") => void" @@ -372,7 +364,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageDataSetup.registerUsageCounter.$1", + "id": "def-server.CoreUsageDataSetup.registerUsageCounter.$1", "type": "Object", "tags": [], "label": "usageCounter", @@ -380,9 +372,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageCounter", + "section": "def-server.CoreUsageCounter", "text": "CoreUsageCounter" } ], @@ -399,7 +391,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageDataStart", + "id": "def-server.CoreUsageDataStart", "type": "Interface", "tags": [ "note" @@ -414,7 +406,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageDataStart.getConfigsUsageData", + "id": "def-server.CoreUsageDataStart.getConfigsUsageData", "type": "Function", "tags": [], "label": "getConfigsUsageData", @@ -423,9 +415,9 @@ "() => Promise<", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.ConfigUsageData", + "section": "def-server.ConfigUsageData", "text": "ConfigUsageData" }, ">" @@ -441,7 +433,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats", + "id": "def-server.CoreUsageStats", "type": "Interface", "tags": [], "label": "CoreUsageStats", @@ -452,7 +444,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.total'", @@ -466,7 +458,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.default.total'", @@ -480,7 +472,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.yes'", @@ -494,7 +486,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.default.kibanaRequest.no'", @@ -508,7 +500,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.custom.total'", @@ -522,7 +514,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.yes'", @@ -536,7 +528,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkCreate.namespace.custom.kibanaRequest.no'", @@ -550,7 +542,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.total'", @@ -564,7 +556,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.default.total'", @@ -578,7 +570,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.yes'", @@ -592,7 +584,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.default.kibanaRequest.no'", @@ -606,7 +598,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.custom.total'", @@ -620,7 +612,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.yes'", @@ -634,7 +626,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkGet.namespace.custom.kibanaRequest.no'", @@ -648,7 +640,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.total'", @@ -662,7 +654,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.default.total'", @@ -676,7 +668,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.yes'", @@ -690,7 +682,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.default.kibanaRequest.no'", @@ -704,7 +696,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.custom.total'", @@ -718,7 +710,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.yes'", @@ -732,7 +724,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkResolve.namespace.custom.kibanaRequest.no'", @@ -746,7 +738,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.total'", @@ -760,7 +752,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.default.total'", @@ -774,7 +766,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.yes'", @@ -788,7 +780,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.default.kibanaRequest.no'", @@ -802,7 +794,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.custom.total'", @@ -816,7 +808,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.yes'", @@ -830,7 +822,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkUpdate.namespace.custom.kibanaRequest.no'", @@ -844,7 +836,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.total'", @@ -858,7 +850,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.default.total'", @@ -872,7 +864,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.yes'", @@ -886,7 +878,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.default.kibanaRequest.no'", @@ -900,7 +892,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.custom.total'", @@ -914,7 +906,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.yes'", @@ -928,7 +920,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsBulkDelete.namespace.custom.kibanaRequest.no'", @@ -942,7 +934,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.total'", @@ -956,7 +948,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.default.total'", @@ -970,7 +962,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.yes'", @@ -984,7 +976,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.default.kibanaRequest.no'", @@ -998,7 +990,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.custom.total'", @@ -1012,7 +1004,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.yes'", @@ -1026,7 +1018,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsCreate.namespace.custom.kibanaRequest.no'", @@ -1040,7 +1032,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.total'", @@ -1054,7 +1046,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.default.total'", @@ -1068,7 +1060,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.yes'", @@ -1082,7 +1074,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.default.kibanaRequest.no'", @@ -1096,7 +1088,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.custom.total'", @@ -1110,7 +1102,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.yes'", @@ -1124,7 +1116,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsDelete.namespace.custom.kibanaRequest.no'", @@ -1138,7 +1130,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.total'", @@ -1152,7 +1144,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.default.total'", @@ -1166,7 +1158,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.default.kibanaRequest.yes'", @@ -1180,7 +1172,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.default.kibanaRequest.no'", @@ -1194,7 +1186,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.custom.total'", @@ -1208,7 +1200,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.yes'", @@ -1222,7 +1214,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsFind.namespace.custom.kibanaRequest.no'", @@ -1236,7 +1228,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.total'", @@ -1250,7 +1242,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.default.total'", @@ -1264,7 +1256,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.default.kibanaRequest.yes'", @@ -1278,7 +1270,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.default.kibanaRequest.no'", @@ -1292,7 +1284,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.custom.total'", @@ -1306,7 +1298,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.yes'", @@ -1320,7 +1312,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsGet.namespace.custom.kibanaRequest.no'", @@ -1334,7 +1326,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.total'", @@ -1348,7 +1340,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.default.total'", @@ -1362,7 +1354,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.yes'", @@ -1376,7 +1368,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.default.kibanaRequest.no'", @@ -1390,7 +1382,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.custom.total'", @@ -1404,7 +1396,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.yes'", @@ -1418,7 +1410,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolve.namespace.custom.kibanaRequest.no'", @@ -1432,7 +1424,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.total'", @@ -1446,7 +1438,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.default.total'", @@ -1460,7 +1452,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.yes'", @@ -1474,7 +1466,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.default.kibanaRequest.no'", @@ -1488,7 +1480,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.custom.total'", @@ -1502,7 +1494,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.yes'", @@ -1516,7 +1508,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsUpdate.namespace.custom.kibanaRequest.no'", @@ -1530,7 +1522,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.total'", @@ -1544,7 +1536,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.default.total'", @@ -1558,7 +1550,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.default.kibanaRequest.yes'", @@ -1572,7 +1564,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.default.kibanaRequest.no'", @@ -1586,7 +1578,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.custom.total'", @@ -1600,7 +1592,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.yes'", @@ -1614,7 +1606,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.namespace.custom.kibanaRequest.no'", @@ -1628,7 +1620,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.createNewCopiesEnabled.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.createNewCopiesEnabled.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.createNewCopiesEnabled.yes'", @@ -1642,7 +1634,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.createNewCopiesEnabled.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.createNewCopiesEnabled.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.createNewCopiesEnabled.no'", @@ -1656,7 +1648,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.compatibilityModeEnabled.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.compatibilityModeEnabled.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.compatibilityModeEnabled.yes'", @@ -1670,7 +1662,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.compatibilityModeEnabled.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.compatibilityModeEnabled.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.compatibilityModeEnabled.no'", @@ -1684,7 +1676,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.overwriteEnabled.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.overwriteEnabled.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.overwriteEnabled.yes'", @@ -1698,7 +1690,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsImport.overwriteEnabled.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsImport.overwriteEnabled.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsImport.overwriteEnabled.no'", @@ -1712,7 +1704,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.total'", @@ -1726,7 +1718,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.default.total'", @@ -1740,7 +1732,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.yes'", @@ -1754,7 +1746,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.default.kibanaRequest.no'", @@ -1768,7 +1760,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.custom.total'", @@ -1782,7 +1774,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.yes'", @@ -1796,7 +1788,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.namespace.custom.kibanaRequest.no'", @@ -1810,7 +1802,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.yes'", @@ -1824,7 +1816,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsResolveImportErrors.createNewCopiesEnabled.no'", @@ -1838,7 +1830,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.total'", @@ -1852,7 +1844,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.default.total'", @@ -1866,7 +1858,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.default.kibanaRequest.yes'", @@ -1880,7 +1872,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.default.kibanaRequest.no'", @@ -1894,7 +1886,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.custom.total'", @@ -1908,7 +1900,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.yes'", @@ -1922,7 +1914,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.namespace.custom.kibanaRequest.no'", @@ -1936,7 +1928,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.allTypesSelected.yes", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.allTypesSelected.yes", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.allTypesSelected.yes'", @@ -1950,7 +1942,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.savedObjectsExport.allTypesSelected.no", + "id": "def-server.CoreUsageStats.apiCalls.savedObjectsExport.allTypesSelected.no", "type": "number", "tags": [], "label": "'apiCalls.savedObjectsExport.allTypesSelected.no'", @@ -1964,7 +1956,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.total'", @@ -1978,7 +1970,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.default.total'", @@ -1992,7 +1984,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.yes'", @@ -2006,7 +1998,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.default.kibanaRequest.no'", @@ -2020,7 +2012,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.custom.total'", @@ -2034,7 +2026,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.yes'", @@ -2048,7 +2040,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardExport.namespace.custom.kibanaRequest.no'", @@ -2062,7 +2054,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.total'", @@ -2076,7 +2068,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.default.total'", @@ -2090,7 +2082,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.yes'", @@ -2104,7 +2096,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.default.kibanaRequest.no'", @@ -2118,7 +2110,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.total", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.total", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.custom.total'", @@ -2132,7 +2124,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.yes", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.yes", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.yes'", @@ -2146,7 +2138,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.no", + "id": "def-server.CoreUsageStats.apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.no", "type": "number", "tags": [], "label": "'apiCalls.legacyDashboardImport.namespace.custom.kibanaRequest.no'", @@ -2160,7 +2152,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.savedObjectsRepository.resolvedOutcome.exactMatch", + "id": "def-server.CoreUsageStats.savedObjectsRepository.resolvedOutcome.exactMatch", "type": "number", "tags": [], "label": "'savedObjectsRepository.resolvedOutcome.exactMatch'", @@ -2174,7 +2166,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.savedObjectsRepository.resolvedOutcome.aliasMatch", + "id": "def-server.CoreUsageStats.savedObjectsRepository.resolvedOutcome.aliasMatch", "type": "number", "tags": [], "label": "'savedObjectsRepository.resolvedOutcome.aliasMatch'", @@ -2188,7 +2180,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.savedObjectsRepository.resolvedOutcome.conflict", + "id": "def-server.CoreUsageStats.savedObjectsRepository.resolvedOutcome.conflict", "type": "number", "tags": [], "label": "'savedObjectsRepository.resolvedOutcome.conflict'", @@ -2202,7 +2194,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.savedObjectsRepository.resolvedOutcome.notFound", + "id": "def-server.CoreUsageStats.savedObjectsRepository.resolvedOutcome.notFound", "type": "number", "tags": [], "label": "'savedObjectsRepository.resolvedOutcome.notFound'", @@ -2216,7 +2208,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreUsageStats.savedObjectsRepository.resolvedOutcome.total", + "id": "def-server.CoreUsageStats.savedObjectsRepository.resolvedOutcome.total", "type": "number", "tags": [], "label": "'savedObjectsRepository.resolvedOutcome.total'", @@ -2236,7 +2228,7 @@ "misc": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.ConfigUsageData", + "id": "def-server.ConfigUsageData", "type": "Type", "tags": [], "label": "ConfigUsageData", @@ -2253,7 +2245,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementUsageCounter", + "id": "def-server.CoreIncrementUsageCounter", "type": "Type", "tags": [], "label": "CoreIncrementUsageCounter", @@ -2262,9 +2254,9 @@ "(params: ", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreIncrementCounterParams", + "section": "def-server.CoreIncrementCounterParams", "text": "CoreIncrementCounterParams" }, ") => void" @@ -2276,7 +2268,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server", - "id": "def-common.CoreIncrementUsageCounter.$1", + "id": "def-server.CoreIncrementUsageCounter.$1", "type": "Object", "tags": [], "label": "params", @@ -2284,9 +2276,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreIncrementCounterParams", + "section": "def-server.CoreIncrementCounterParams", "text": "CoreIncrementCounterParams" } ], @@ -2299,5 +2291,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index 152f5c6f9189f..8ac8b4dca7857 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 155 | 0 | 144 | 0 | -## Common +## Server ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_usage_data_server_internal.devdocs.json b/api_docs/kbn_core_usage_data_server_internal.devdocs.json index 7ac8b71516133..793e3c65b04dc 100644 --- a/api_docs/kbn_core_usage_data_server_internal.devdocs.json +++ b/api_docs/kbn_core_usage_data_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService", + "id": "def-server.CoreUsageDataService", "type": "Class", "tags": [], "label": "CoreUsageDataService", @@ -28,9 +20,9 @@ "signature": [ { "pluginId": "@kbn/core-usage-data-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerInternalPluginApi", - "section": "def-common.CoreUsageDataService", + "section": "def-server.CoreUsageDataService", "text": "CoreUsageDataService" }, " implements ", @@ -40,9 +32,9 @@ ", ", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageDataStart", + "section": "def-server.CoreUsageDataStart", "text": "CoreUsageDataStart" }, ">" @@ -53,7 +45,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.Unnamed", + "id": "def-server.CoreUsageDataService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -67,7 +59,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.Unnamed.$1", + "id": "def-server.CoreUsageDataService.Unnamed.$1", "type": "Object", "tags": [], "label": "core", @@ -85,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.setup", + "id": "def-server.CoreUsageDataService.setup", "type": "Function", "tags": [], "label": "setup", @@ -102,7 +94,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.setup.$1", + "id": "def-server.CoreUsageDataService.setup.$1", "type": "Object", "tags": [], "label": "{ http, metrics, savedObjectsStartPromise, changedDeprecatedConfigPath$ }", @@ -120,7 +112,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.start", + "id": "def-server.CoreUsageDataService.start", "type": "Function", "tags": [], "label": "start", @@ -131,17 +123,17 @@ ") => { getCoreUsageData: () => Promise<", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageData", + "section": "def-server.CoreUsageData", "text": "CoreUsageData" }, ">; getConfigsUsageData: () => Promise<", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.ConfigUsageData", + "section": "def-server.ConfigUsageData", "text": "ConfigUsageData" }, ">; }" @@ -152,7 +144,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.start.$1", + "id": "def-server.CoreUsageDataService.start.$1", "type": "Object", "tags": [], "label": "{ savedObjects, elasticsearch, exposedConfigsToUsage }", @@ -170,7 +162,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-internal", - "id": "def-common.CoreUsageDataService.stop", + "id": "def-server.CoreUsageDataService.stop", "type": "Function", "tags": [], "label": "stop", @@ -193,5 +185,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index 51a04ea98715b..9ed7e93b247ca 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 2 | -## Common +## Server ### Classes - + diff --git a/api_docs/kbn_core_usage_data_server_mocks.devdocs.json b/api_docs/kbn_core_usage_data_server_mocks.devdocs.json index b96ca62e45b33..7ab368476bc35 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.devdocs.json +++ b/api_docs/kbn_core_usage_data_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageDataServiceMock", + "id": "def-server.coreUsageDataServiceMock", "type": "Object", "tags": [], "label": "coreUsageDataServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageDataServiceMock.create", + "id": "def-server.coreUsageDataServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -53,9 +45,9 @@ "<", { "pluginId": "@kbn/core-usage-data-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerInternalPluginApi", - "section": "def-common.CoreUsageDataService", + "section": "def-server.CoreUsageDataService", "text": "CoreUsageDataService" }, ">>" @@ -68,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageDataServiceMock.createSetupContract", + "id": "def-server.coreUsageDataServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -87,7 +79,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageDataServiceMock.createSetupContract.$1", + "id": "def-server.coreUsageDataServiceMock.createSetupContract.$1", "type": "CompoundType", "tags": [], "label": "usageStatsClient", @@ -96,9 +88,9 @@ "{ getUsageStats: jest.MockInstance, [], unknown>; incrementSavedObjectsBulkCreate: jest.MockInstance, [options: ", @@ -144,7 +136,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageDataServiceMock.createStartContract", + "id": "def-server.coreUsageDataServiceMock.createStartContract", "type": "Function", "tags": [], "label": "createStartContract", @@ -153,9 +145,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-usage-data-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-common.CoreUsageDataStart", + "section": "def-server.CoreUsageDataStart", "text": "CoreUsageDataStart" }, ">" @@ -171,7 +163,7 @@ }, { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageStatsClientMock", + "id": "def-server.coreUsageStatsClientMock", "type": "Object", "tags": [], "label": "coreUsageStatsClientMock", @@ -182,7 +174,7 @@ "children": [ { "parentPluginId": "@kbn/core-usage-data-server-mocks", - "id": "def-common.coreUsageStatsClientMock.create", + "id": "def-server.coreUsageStatsClientMock.create", "type": "Function", "tags": [], "label": "create", @@ -202,5 +194,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index f456ce10ff0d1..32d8aaeff0fd2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_user_profile_browser.devdocs.json b/api_docs/kbn_core_user_profile_browser.devdocs.json index b49c0ec1dd750..4e581b84ce4be 100644 --- a/api_docs/kbn_core_user_profile_browser.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/core-user-profile-browser", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.GetUserProfileResponse", + "id": "def-public.GetUserProfileResponse", "type": "Interface", "tags": [], "label": "GetUserProfileResponse", @@ -30,9 +14,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.GetUserProfileResponse", + "section": "def-public.GetUserProfileResponse", "text": "GetUserProfileResponse" }, " extends ", @@ -59,7 +43,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.GetUserProfileResponse.user", + "id": "def-public.GetUserProfileResponse.user", "type": "CompoundType", "tags": [], "label": "user", @@ -93,7 +77,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileBulkGetParams", + "id": "def-public.UserProfileBulkGetParams", "type": "Interface", "tags": [], "label": "UserProfileBulkGetParams", @@ -106,7 +90,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileBulkGetParams.uids", + "id": "def-public.UserProfileBulkGetParams.uids", "type": "Object", "tags": [], "label": "uids", @@ -122,7 +106,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileBulkGetParams.dataPath", + "id": "def-public.UserProfileBulkGetParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -141,7 +125,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileGetCurrentParams", + "id": "def-public.UserProfileGetCurrentParams", "type": "Interface", "tags": [], "label": "UserProfileGetCurrentParams", @@ -154,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileGetCurrentParams.dataPath", + "id": "def-public.UserProfileGetCurrentParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -170,7 +154,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService", + "id": "def-public.UserProfileService", "type": "Interface", "tags": [], "label": "UserProfileService", @@ -181,7 +165,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.getUserProfile$", + "id": "def-public.UserProfileService.getUserProfile$", "type": "Function", "tags": [], "label": "getUserProfile$", @@ -209,7 +193,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.getCurrent", + "id": "def-public.UserProfileService.getCurrent", "type": "Function", "tags": [], "label": "getCurrent", @@ -228,17 +212,17 @@ ">(params?: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileGetCurrentParams", + "section": "def-public.UserProfileGetCurrentParams", "text": "UserProfileGetCurrentParams" }, " | undefined) => Promise<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.GetUserProfileResponse", + "section": "def-public.GetUserProfileResponse", "text": "GetUserProfileResponse" }, ">" @@ -249,7 +233,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.getCurrent.$1", + "id": "def-public.UserProfileService.getCurrent.$1", "type": "Object", "tags": [], "label": "params", @@ -259,9 +243,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileGetCurrentParams", + "section": "def-public.UserProfileGetCurrentParams", "text": "UserProfileGetCurrentParams" }, " | undefined" @@ -276,7 +260,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.bulkGet", + "id": "def-public.UserProfileService.bulkGet", "type": "Function", "tags": [], "label": "bulkGet", @@ -295,9 +279,9 @@ ">(params: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-public.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" }, ") => Promise<", @@ -316,7 +300,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.bulkGet.$1", + "id": "def-public.UserProfileService.bulkGet.$1", "type": "Object", "tags": [], "label": "params", @@ -326,9 +310,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-public.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" } ], @@ -342,7 +326,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.suggest", + "id": "def-public.UserProfileService.suggest", "type": "Function", "tags": [], "label": "suggest", @@ -361,9 +345,9 @@ ">(path: string, params: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileSuggestParams", + "section": "def-public.UserProfileSuggestParams", "text": "UserProfileSuggestParams" }, ") => Promise<", @@ -382,7 +366,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.suggest.$1", + "id": "def-public.UserProfileService.suggest.$1", "type": "string", "tags": [], "label": "path", @@ -399,7 +383,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.suggest.$2", + "id": "def-public.UserProfileService.suggest.$2", "type": "Object", "tags": [], "label": "params", @@ -409,9 +393,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileSuggestParams", + "section": "def-public.UserProfileSuggestParams", "text": "UserProfileSuggestParams" } ], @@ -425,7 +409,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.update", + "id": "def-public.UserProfileService.update", "type": "Function", "tags": [], "label": "update", @@ -449,7 +433,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.update.$1", + "id": "def-public.UserProfileService.update.$1", "type": "Uncategorized", "tags": [], "label": "data", @@ -469,7 +453,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.partialUpdate", + "id": "def-public.UserProfileService.partialUpdate", "type": "Function", "tags": [], "label": "partialUpdate", @@ -493,7 +477,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileService.partialUpdate.$1", + "id": "def-public.UserProfileService.partialUpdate.$1", "type": "Uncategorized", "tags": [], "label": "data", @@ -516,7 +500,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileServiceSetup", + "id": "def-public.UserProfileServiceSetup", "type": "Interface", "tags": [], "label": "UserProfileServiceSetup", @@ -529,7 +513,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileServiceSetup.registerUserProfileDelegate", + "id": "def-public.UserProfileServiceSetup.registerUserProfileDelegate", "type": "Function", "tags": [], "label": "registerUserProfileDelegate", @@ -540,9 +524,9 @@ "(delegate: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.CoreUserProfileDelegateContract", + "section": "def-public.CoreUserProfileDelegateContract", "text": "CoreUserProfileDelegateContract" }, ") => void" @@ -553,7 +537,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileServiceSetup.registerUserProfileDelegate.$1", + "id": "def-public.UserProfileServiceSetup.registerUserProfileDelegate.$1", "type": "CompoundType", "tags": [], "label": "delegate", @@ -561,9 +545,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.CoreUserProfileDelegateContract", + "section": "def-public.CoreUserProfileDelegateContract", "text": "CoreUserProfileDelegateContract" } ], @@ -580,7 +564,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileSuggestParams", + "id": "def-public.UserProfileSuggestParams", "type": "Interface", "tags": [], "label": "UserProfileSuggestParams", @@ -593,7 +577,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileSuggestParams.name", + "id": "def-public.UserProfileSuggestParams.name", "type": "string", "tags": [], "label": "name", @@ -606,7 +590,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileSuggestParams.size", + "id": "def-public.UserProfileSuggestParams.size", "type": "number", "tags": [], "label": "size", @@ -622,7 +606,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileSuggestParams.dataPath", + "id": "def-public.UserProfileSuggestParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -644,7 +628,7 @@ "misc": [ { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.CoreUserProfileDelegateContract", + "id": "def-public.CoreUserProfileDelegateContract", "type": "Type", "tags": [], "label": "CoreUserProfileDelegateContract", @@ -653,9 +637,9 @@ "Omit<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ", \"getUserProfile$\"> & { userProfile$: ", @@ -677,7 +661,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser", - "id": "def-common.UserProfileServiceStart", + "id": "def-public.UserProfileServiceStart", "type": "Type", "tags": [], "label": "UserProfileServiceStart", @@ -687,9 +671,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" } ], @@ -700,5 +684,21 @@ } ], "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_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index cc04474c23998..f492220754ffb 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 29 | 0 | 4 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_browser_internal.devdocs.json b/api_docs/kbn_core_user_profile_browser_internal.devdocs.json index 347e0ca211fb5..65bbfc8371264 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser_internal.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/core-user-profile-browser-internal", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService", + "id": "def-public.UserProfileService", "type": "Class", "tags": [], "label": "UserProfileService", @@ -28,9 +12,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser-internal", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserInternalPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, " implements ", @@ -38,17 +22,17 @@ "<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ", ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ">" @@ -59,7 +43,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService.Unnamed", + "id": "def-public.UserProfileService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -73,7 +57,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService.Unnamed.$1", + "id": "def-public.UserProfileService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -91,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService.setup", + "id": "def-public.UserProfileService.setup", "type": "Function", "tags": [], "label": "setup", @@ -100,9 +84,9 @@ "() => ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -114,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService.start", + "id": "def-public.UserProfileService.start", "type": "Function", "tags": [], "label": "start", @@ -123,9 +107,9 @@ "() => ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" } ], @@ -137,7 +121,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.UserProfileService.stop", + "id": "def-public.UserProfileService.stop", "type": "Function", "tags": [], "label": "stop", @@ -161,7 +145,7 @@ "misc": [ { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.InternalUserProfileServiceSetup", + "id": "def-public.InternalUserProfileServiceSetup", "type": "Type", "tags": [], "label": "InternalUserProfileServiceSetup", @@ -169,9 +153,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -182,7 +166,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-internal", - "id": "def-common.InternalUserProfileServiceStart", + "id": "def-public.InternalUserProfileServiceStart", "type": "Type", "tags": [], "label": "InternalUserProfileServiceStart", @@ -190,9 +174,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" } ], @@ -203,5 +187,21 @@ } ], "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_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 49c0955db6762..1de9aed7cfb7e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 8 | 0 | -## Common +## Client ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json b/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json index f7fa73e0ed88b..962de43e7c2a1 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json @@ -1,22 +1,6 @@ { "id": "@kbn/core-user-profile-browser-mocks", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +9,7 @@ "objects": [ { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock", + "id": "def-public.userProfileServiceMock", "type": "Object", "tags": [], "label": "userProfileServiceMock", @@ -36,7 +20,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock.create", + "id": "def-public.userProfileServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +36,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock.createSetup", + "id": "def-public.userProfileServiceMock.createSetup", "type": "Function", "tags": [], "label": "createSetup", @@ -61,9 +45,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">" @@ -76,7 +60,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock.createStart", + "id": "def-public.userProfileServiceMock.createStart", "type": "Function", "tags": [], "label": "createStart", @@ -85,9 +69,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ">" @@ -100,7 +84,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock.createInternalSetup", + "id": "def-public.userProfileServiceMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -109,9 +93,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-public.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">" @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-browser-mocks", - "id": "def-common.userProfileServiceMock.createInternalStart", + "id": "def-public.userProfileServiceMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -133,9 +117,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ">" @@ -150,5 +134,21 @@ "initialIsOpen": false } ] + }, + "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_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index fba5c2515b34f..c88354d0cfda2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 6 | 0 | 6 | 0 | -## Common +## Client ### Objects - + diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index f17ebc2f73336..dc1ecdb354af6 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_core_user_profile_server.devdocs.json index cee68e2171a4a..b7182a2016c61 100644 --- a/api_docs/kbn_core_user_profile_server.devdocs.json +++ b/api_docs/kbn_core_user_profile_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileBulkGetParams", + "id": "def-server.UserProfileBulkGetParams", "type": "Interface", "tags": [], "label": "UserProfileBulkGetParams", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileBulkGetParams.uids", + "id": "def-server.UserProfileBulkGetParams.uids", "type": "Object", "tags": [], "label": "uids", @@ -51,7 +43,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileBulkGetParams.dataPath", + "id": "def-server.UserProfileBulkGetParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -70,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileGetCurrentParams", + "id": "def-server.UserProfileGetCurrentParams", "type": "Interface", "tags": [], "label": "UserProfileGetCurrentParams", @@ -83,7 +75,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileGetCurrentParams.request", + "id": "def-server.UserProfileGetCurrentParams.request", "type": "Object", "tags": [], "label": "request", @@ -93,9 +85,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -106,7 +98,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileGetCurrentParams.dataPath", + "id": "def-server.UserProfileGetCurrentParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -125,7 +117,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequestHandlerContext", + "id": "def-server.UserProfileRequestHandlerContext", "type": "Interface", "tags": [], "label": "UserProfileRequestHandlerContext", @@ -136,7 +128,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequestHandlerContext.getCurrent", + "id": "def-server.UserProfileRequestHandlerContext.getCurrent", "type": "Function", "tags": [], "label": "getCurrent", @@ -174,7 +166,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequestHandlerContext.getCurrent.$1", + "id": "def-server.UserProfileRequestHandlerContext.getCurrent.$1", "type": "Object", "tags": [], "label": "options", @@ -185,7 +177,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequestHandlerContext.getCurrent.$1.dataPath", + "id": "def-server.UserProfileRequestHandlerContext.getCurrent.$1.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -207,7 +199,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequiredPrivileges", + "id": "def-server.UserProfileRequiredPrivileges", "type": "Interface", "tags": [], "label": "UserProfileRequiredPrivileges", @@ -220,7 +212,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequiredPrivileges.spaceId", + "id": "def-server.UserProfileRequiredPrivileges.spaceId", "type": "string", "tags": [], "label": "spaceId", @@ -233,7 +225,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileRequiredPrivileges.privileges", + "id": "def-server.UserProfileRequiredPrivileges.privileges", "type": "Object", "tags": [], "label": "privileges", @@ -252,7 +244,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService", + "id": "def-server.UserProfileService", "type": "Interface", "tags": [], "label": "UserProfileService", @@ -265,7 +257,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.getCurrent", + "id": "def-server.UserProfileService.getCurrent", "type": "Function", "tags": [], "label": "getCurrent", @@ -292,9 +284,9 @@ ">(params: ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileGetCurrentParams", + "section": "def-server.UserProfileGetCurrentParams", "text": "UserProfileGetCurrentParams" }, ") => Promise<", @@ -313,7 +305,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.getCurrent.$1", + "id": "def-server.UserProfileService.getCurrent.$1", "type": "Object", "tags": [], "label": "params", @@ -323,9 +315,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileGetCurrentParams", + "section": "def-server.UserProfileGetCurrentParams", "text": "UserProfileGetCurrentParams" } ], @@ -339,7 +331,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.bulkGet", + "id": "def-server.UserProfileService.bulkGet", "type": "Function", "tags": [], "label": "bulkGet", @@ -358,9 +350,9 @@ ">(params: ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-server.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" }, ") => Promise<", @@ -379,7 +371,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.bulkGet.$1", + "id": "def-server.UserProfileService.bulkGet.$1", "type": "Object", "tags": [], "label": "params", @@ -389,9 +381,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileBulkGetParams", + "section": "def-server.UserProfileBulkGetParams", "text": "UserProfileBulkGetParams" } ], @@ -405,7 +397,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.suggest", + "id": "def-server.UserProfileService.suggest", "type": "Function", "tags": [], "label": "suggest", @@ -424,9 +416,9 @@ ">(params: ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileSuggestParams", + "section": "def-server.UserProfileSuggestParams", "text": "UserProfileSuggestParams" }, ") => Promise<", @@ -445,7 +437,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileService.suggest.$1", + "id": "def-server.UserProfileService.suggest.$1", "type": "Object", "tags": [], "label": "params", @@ -455,9 +447,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileSuggestParams", + "section": "def-server.UserProfileSuggestParams", "text": "UserProfileSuggestParams" } ], @@ -474,7 +466,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileServiceSetup", + "id": "def-server.UserProfileServiceSetup", "type": "Interface", "tags": [], "label": "UserProfileServiceSetup", @@ -487,7 +479,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileServiceSetup.registerUserProfileDelegate", + "id": "def-server.UserProfileServiceSetup.registerUserProfileDelegate", "type": "Function", "tags": [], "label": "registerUserProfileDelegate", @@ -498,9 +490,9 @@ "(delegate: ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.CoreUserProfileDelegateContract", + "section": "def-server.CoreUserProfileDelegateContract", "text": "CoreUserProfileDelegateContract" }, ") => void" @@ -511,7 +503,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileServiceSetup.registerUserProfileDelegate.$1", + "id": "def-server.UserProfileServiceSetup.registerUserProfileDelegate.$1", "type": "CompoundType", "tags": [], "label": "delegate", @@ -519,9 +511,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.CoreUserProfileDelegateContract", + "section": "def-server.CoreUserProfileDelegateContract", "text": "CoreUserProfileDelegateContract" } ], @@ -538,7 +530,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams", + "id": "def-server.UserProfileSuggestParams", "type": "Interface", "tags": [], "label": "UserProfileSuggestParams", @@ -551,7 +543,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams.name", + "id": "def-server.UserProfileSuggestParams.name", "type": "string", "tags": [], "label": "name", @@ -567,7 +559,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams.hint", + "id": "def-server.UserProfileSuggestParams.hint", "type": "Object", "tags": [], "label": "hint", @@ -583,7 +575,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams.size", + "id": "def-server.UserProfileSuggestParams.size", "type": "number", "tags": [], "label": "size", @@ -599,7 +591,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams.dataPath", + "id": "def-server.UserProfileSuggestParams.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -615,7 +607,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.UserProfileSuggestParams.requiredPrivileges", + "id": "def-server.UserProfileSuggestParams.requiredPrivileges", "type": "Object", "tags": [], "label": "requiredPrivileges", @@ -625,9 +617,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequiredPrivileges", + "section": "def-server.UserProfileRequiredPrivileges", "text": "UserProfileRequiredPrivileges" }, " | undefined" @@ -644,7 +636,7 @@ "misc": [ { "parentPluginId": "@kbn/core-user-profile-server", - "id": "def-common.CoreUserProfileDelegateContract", + "id": "def-server.CoreUserProfileDelegateContract", "type": "Type", "tags": [], "label": "CoreUserProfileDelegateContract", @@ -652,9 +644,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" }, " & { update + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_server_internal.devdocs.json b/api_docs/kbn_core_user_profile_server_internal.devdocs.json index c5edb8b7c3797..6730f7baa82d4 100644 --- a/api_docs/kbn_core_user_profile_server_internal.devdocs.json +++ b/api_docs/kbn_core_user_profile_server_internal.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext", + "id": "def-server.CoreUserProfileRouteHandlerContext", "type": "Class", "tags": [], "label": "CoreUserProfileRouteHandlerContext", @@ -28,17 +20,17 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.CoreUserProfileRouteHandlerContext", + "section": "def-server.CoreUserProfileRouteHandlerContext", "text": "CoreUserProfileRouteHandlerContext" }, " implements ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequestHandlerContext", + "section": "def-server.UserProfileRequestHandlerContext", "text": "UserProfileRequestHandlerContext" } ], @@ -48,7 +40,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.Unnamed", + "id": "def-server.CoreUserProfileRouteHandlerContext.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -62,7 +54,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.Unnamed.$1", + "id": "def-server.CoreUserProfileRouteHandlerContext.Unnamed.$1", "type": "CompoundType", "tags": [], "label": "userProfileStart", @@ -70,9 +62,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.InternalUserProfileServiceStart", + "section": "def-server.InternalUserProfileServiceStart", "text": "InternalUserProfileServiceStart" } ], @@ -83,7 +75,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.Unnamed.$2", + "id": "def-server.CoreUserProfileRouteHandlerContext.Unnamed.$2", "type": "Object", "tags": [], "label": "request", @@ -91,9 +83,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -108,7 +100,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.getCurrent", + "id": "def-server.CoreUserProfileRouteHandlerContext.getCurrent", "type": "Function", "tags": [], "label": "getCurrent", @@ -146,7 +138,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.getCurrent.$1", + "id": "def-server.CoreUserProfileRouteHandlerContext.getCurrent.$1", "type": "Object", "tags": [], "label": "{\n dataPath,\n }", @@ -157,7 +149,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.CoreUserProfileRouteHandlerContext.getCurrent.$1.dataPath", + "id": "def-server.CoreUserProfileRouteHandlerContext.getCurrent.$1.dataPath", "type": "string", "tags": [], "label": "dataPath", @@ -179,7 +171,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService", + "id": "def-server.UserProfileService", "type": "Class", "tags": [], "label": "UserProfileService", @@ -187,9 +179,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" }, " implements ", @@ -197,17 +189,17 @@ "<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ", ", { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.InternalUserProfileServiceStart", + "section": "def-server.InternalUserProfileServiceStart", "text": "InternalUserProfileServiceStart" }, ">" @@ -218,7 +210,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService.Unnamed", + "id": "def-server.UserProfileService.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -232,7 +224,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService.Unnamed.$1", + "id": "def-server.UserProfileService.Unnamed.$1", "type": "Object", "tags": [], "label": "coreContext", @@ -250,7 +242,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService.setup", + "id": "def-server.UserProfileService.setup", "type": "Function", "tags": [], "label": "setup", @@ -259,9 +251,9 @@ "() => ", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -273,7 +265,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService.start", + "id": "def-server.UserProfileService.start", "type": "Function", "tags": [], "label": "start", @@ -282,9 +274,9 @@ "() => ", { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.InternalUserProfileServiceStart", + "section": "def-server.InternalUserProfileServiceStart", "text": "InternalUserProfileServiceStart" } ], @@ -296,7 +288,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.UserProfileService.stop", + "id": "def-server.UserProfileService.stop", "type": "Function", "tags": [], "label": "stop", @@ -320,7 +312,7 @@ "misc": [ { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.InternalUserProfileServiceSetup", + "id": "def-server.InternalUserProfileServiceSetup", "type": "Type", "tags": [], "label": "InternalUserProfileServiceSetup", @@ -328,9 +320,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" } ], @@ -341,7 +333,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-internal", - "id": "def-common.InternalUserProfileServiceStart", + "id": "def-server.InternalUserProfileServiceStart", "type": "Type", "tags": [], "label": "InternalUserProfileServiceStart", @@ -349,17 +341,17 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" }, " & Pick<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.CoreUserProfileDelegateContract", + "section": "def-server.CoreUserProfileDelegateContract", "text": "CoreUserProfileDelegateContract" }, ", \"update\">" @@ -371,5 +363,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index cf41e4d7e4d41..afbd09ee0880b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 15 | 0 | 15 | 0 | -## Common +## Server ### Classes - + ### Consts, variables and types - + diff --git a/api_docs/kbn_core_user_profile_server_mocks.devdocs.json b/api_docs/kbn_core_user_profile_server_mocks.devdocs.json index ed450a95abe05..6573e41e87682 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.devdocs.json +++ b/api_docs/kbn_core_user_profile_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock", + "id": "def-server.userProfileServiceMock", "type": "Object", "tags": [], "label": "userProfileServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.create", + "id": "def-server.userProfileServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -52,7 +44,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.createSetup", + "id": "def-server.userProfileServiceMock.createSetup", "type": "Function", "tags": [], "label": "createSetup", @@ -61,9 +53,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">" @@ -76,7 +68,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.createStart", + "id": "def-server.userProfileServiceMock.createStart", "type": "Function", "tags": [], "label": "createStart", @@ -85,9 +77,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" }, ">" @@ -100,7 +92,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.createInternalSetup", + "id": "def-server.userProfileServiceMock.createInternalSetup", "type": "Function", "tags": [], "label": "createInternalSetup", @@ -109,9 +101,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileServiceSetup", + "section": "def-server.UserProfileServiceSetup", "text": "UserProfileServiceSetup" }, ">" @@ -124,7 +116,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.createInternalStart", + "id": "def-server.userProfileServiceMock.createInternalStart", "type": "Function", "tags": [], "label": "createInternalStart", @@ -133,9 +125,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-common.InternalUserProfileServiceStart", + "section": "def-server.InternalUserProfileServiceStart", "text": "InternalUserProfileServiceStart" }, ">" @@ -148,7 +140,7 @@ }, { "parentPluginId": "@kbn/core-user-profile-server-mocks", - "id": "def-common.userProfileServiceMock.createRequestHandlerContext", + "id": "def-server.userProfileServiceMock.createRequestHandlerContext", "type": "Function", "tags": [], "label": "createRequestHandlerContext", @@ -157,9 +149,9 @@ "() => jest.Mocked<", { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequestHandlerContext", + "section": "def-server.UserProfileRequestHandlerContext", "text": "UserProfileRequestHandlerContext" }, ">" @@ -174,5 +166,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 83950b7c98474..12c687c7a3ec3 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 7 | 0 | 7 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_core_user_settings_server.devdocs.json b/api_docs/kbn_core_user_settings_server.devdocs.json index 08435a1e9f79d..f9c11764256fa 100644 --- a/api_docs/kbn_core_user_settings_server.devdocs.json +++ b/api_docs/kbn_core_user_settings_server.devdocs.json @@ -9,20 +9,12 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/core-user-settings-server", - "id": "def-common.UserSettingsServiceSetup", + "id": "def-server.UserSettingsServiceSetup", "type": "Interface", "tags": [], "label": "UserSettingsServiceSetup", @@ -37,5 +29,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index dbea14e23ec9f..8feccbd569c9d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- |-------------------|-----------|------------------------|-----------------| | 1 | 0 | 1 | 0 | -## Common +## Server ### Interfaces - + diff --git a/api_docs/kbn_core_user_settings_server_mocks.devdocs.json b/api_docs/kbn_core_user_settings_server_mocks.devdocs.json index 1a125bb0fc7fa..ac338317476b1 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.devdocs.json +++ b/api_docs/kbn_core_user_settings_server_mocks.devdocs.json @@ -9,14 +9,6 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [], @@ -25,7 +17,7 @@ "objects": [ { "parentPluginId": "@kbn/core-user-settings-server-mocks", - "id": "def-common.userSettingsServiceMock", + "id": "def-server.userSettingsServiceMock", "type": "Object", "tags": [], "label": "userSettingsServiceMock", @@ -36,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/core-user-settings-server-mocks", - "id": "def-common.userSettingsServiceMock.create", + "id": "def-server.userSettingsServiceMock.create", "type": "Function", "tags": [], "label": "create", @@ -62,7 +54,7 @@ }, { "parentPluginId": "@kbn/core-user-settings-server-mocks", - "id": "def-common.userSettingsServiceMock.createSetupContract", + "id": "def-server.userSettingsServiceMock.createSetupContract", "type": "Function", "tags": [], "label": "createSetupContract", @@ -82,5 +74,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index a5ebda9370685..18fb5f3290913 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana- |-------------------|-----------|------------------------|-----------------| | 3 | 0 | 3 | 0 | -## Common +## Server ### Objects - + diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 4ed215e526706..cf45ae7352f6f 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-29 +date: 2024-07-30 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 71ad98a3512f5..4f4df96dc058a 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-29 +date: 2024-07-30 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 ce3180212971a..3656307aa3169 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.devdocs.json b/api_docs/kbn_custom_integrations.devdocs.json index 931ffe65e4a92..e86cfe2858ef9 100644 --- a/api_docs/kbn_custom_integrations.devdocs.json +++ b/api_docs/kbn_custom_integrations.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/custom-integrations", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.ConnectedCustomIntegrationsButton", + "id": "def-public.ConnectedCustomIntegrationsButton", "type": "Function", "tags": [], "label": "ConnectedCustomIntegrationsButton", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.ConnectedCustomIntegrationsButton.$1", + "id": "def-public.ConnectedCustomIntegrationsButton.$1", "type": "Object", "tags": [], "label": "{\n isDisabled,\n onClick,\n testSubj = 'customIntegrationsPackageConnectedButton',\n}", @@ -54,7 +38,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.ConnectedCustomIntegrationsForm", + "id": "def-public.ConnectedCustomIntegrationsForm", "type": "Function", "tags": [], "label": "ConnectedCustomIntegrationsForm", @@ -68,7 +52,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.ConnectedCustomIntegrationsForm.$1", + "id": "def-public.ConnectedCustomIntegrationsForm.$1", "type": "Object", "tags": [], "label": "{ testSubjects }", @@ -87,7 +71,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.CustomIntegrationsProvider", + "id": "def-public.CustomIntegrationsProvider", "type": "Function", "tags": [], "label": "CustomIntegrationsProvider", @@ -102,7 +86,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.CustomIntegrationsProvider.$1", + "id": "def-public.CustomIntegrationsProvider.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -116,7 +100,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.CustomIntegrationsProvider.$2", + "id": "def-public.CustomIntegrationsProvider.$2", "type": "Any", "tags": [], "label": "context", @@ -133,7 +117,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.useConsumerCustomIntegrations", + "id": "def-public.useConsumerCustomIntegrations", "type": "Function", "tags": [], "label": "useConsumerCustomIntegrations", @@ -152,7 +136,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.useCustomIntegrations", + "id": "def-public.useCustomIntegrations", "type": "Function", "tags": [], "label": "useCustomIntegrations", @@ -237,7 +221,7 @@ "interfaces": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks", + "id": "def-public.Callbacks", "type": "Interface", "tags": [], "label": "Callbacks", @@ -248,7 +232,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCreation", + "id": "def-public.Callbacks.onIntegrationCreation", "type": "Function", "tags": [], "label": "onIntegrationCreation", @@ -262,7 +246,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCreation.$1", + "id": "def-public.Callbacks.onIntegrationCreation.$1", "type": "Object", "tags": [], "label": "integrationOptions", @@ -280,7 +264,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCleanup", + "id": "def-public.Callbacks.onIntegrationCleanup", "type": "Function", "tags": [], "label": "onIntegrationCleanup", @@ -294,7 +278,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCleanup.$1", + "id": "def-public.Callbacks.onIntegrationCleanup.$1", "type": "string", "tags": [], "label": "integrationName", @@ -312,7 +296,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCleanupFailed", + "id": "def-public.Callbacks.onIntegrationCleanupFailed", "type": "Function", "tags": [], "label": "onIntegrationCleanupFailed", @@ -328,7 +312,7 @@ "children": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.Callbacks.onIntegrationCleanupFailed.$1", + "id": "def-public.Callbacks.onIntegrationCleanupFailed.$1", "type": "Object", "tags": [], "label": "error", @@ -352,7 +336,7 @@ "misc": [ { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.CustomIntegrationOptions", + "id": "def-public.CustomIntegrationOptions", "type": "Type", "tags": [], "label": "CustomIntegrationOptions", @@ -367,7 +351,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.DispatchableEvents", + "id": "def-public.DispatchableEvents", "type": "Type", "tags": [], "label": "DispatchableEvents", @@ -382,7 +366,7 @@ }, { "parentPluginId": "@kbn/custom-integrations", - "id": "def-common.InitialState", + "id": "def-public.InitialState", "type": "Type", "tags": [], "label": "InitialState", @@ -400,5 +384,21 @@ } ], "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_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index 76ef7f128dafb..33a4fc36aa951 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux |-------------------|-----------|------------------------|-----------------| | 19 | 0 | 17 | 6 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index a5385cb9cb6d8..8338c1566fe14 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-29 +date: 2024-07-30 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 de5c112e7b57b..ec67616da44be 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-29 +date: 2024-07-30 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 1ece773f42e47..0a8804e3254ad 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_data_stream_adapter.devdocs.json index f9c2ca34a11ec..a0a17ac923c1c 100644 --- a/api_docs/kbn_data_stream_adapter.devdocs.json +++ b/api_docs/kbn_data_stream_adapter.devdocs.json @@ -1009,17 +1009,17 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, " | Promise<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ">" diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 87ae32e00b180..b61e72a504b87 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-29 +date: 2024-07-30 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 0b212b1ac160a..350a63de1c200 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-29 +date: 2024-07-30 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 f8fa1edec04e8..ab1f4beb20355 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-29 +date: 2024-07-30 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 81d5147f22403..6a79517353f93 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-29 +date: 2024-07-30 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 6249ade777524..49d2cf5bba999 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-29 +date: 2024-07-30 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 fd542b093659f..d8893663836c2 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-29 +date: 2024-07-30 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 ce9e05bc90fa8..deceabb187ea3 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-29 +date: 2024-07-30 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 0a970d8c4a65a..d39000f177b65 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-29 +date: 2024-07-30 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 69b9b82bb0aa4..c5627292935c9 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-29 +date: 2024-07-30 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 c89fa5d84c38e..668632c443f04 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-29 +date: 2024-07-30 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 90a787952f88a..d9d84085de2ea 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-29 +date: 2024-07-30 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 047b2fc725dce..02646cc5498a5 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_default_nav_analytics.devdocs.json index 828b2559cb140..75d36230b8aba 100644 --- a/api_docs/kbn_default_nav_analytics.devdocs.json +++ b/api_docs/kbn_default_nav_analytics.devdocs.json @@ -32,9 +32,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", @@ -64,9 +64,9 @@ "> & { children: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 779bb226b01ed..01766ea6d2e1e 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_default_nav_devtools.devdocs.json index a07788d9d9287..bcd3e3cd3f355 100644 --- a/api_docs/kbn_default_nav_devtools.devdocs.json +++ b/api_docs/kbn_default_nav_devtools.devdocs.json @@ -32,9 +32,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", @@ -64,9 +64,9 @@ "> & { children: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 4c62cce829927..f84d6b4ef130b 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_default_nav_management.devdocs.json index 0266105d9f44a..601fbb8252081 100644 --- a/api_docs/kbn_default_nav_management.devdocs.json +++ b/api_docs/kbn_default_nav_management.devdocs.json @@ -32,9 +32,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", @@ -64,9 +64,9 @@ "> & { children: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index 9bb391bbcbc80..2907d109b82a2 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_default_nav_ml.devdocs.json index fe1e75e737bdd..4fe6bb317c90f 100644 --- a/api_docs/kbn_default_nav_ml.devdocs.json +++ b/api_docs/kbn_default_nav_ml.devdocs.json @@ -32,9 +32,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", @@ -64,9 +64,9 @@ "> & { children: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NodeDefinition", + "section": "def-public.NodeDefinition", "text": "NodeDefinition" }, "<", diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index cad281b560f4f..a1640483bb55d 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-29 +date: 2024-07-30 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 508004b9a68b8..c367e2a24159a 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-29 +date: 2024-07-30 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 6a90d78ada5ea..9a4dbbdc0ba1f 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-29 +date: 2024-07-30 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 733abaedbf468..87fadad7315e0 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-29 +date: 2024-07-30 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 1d190f9dd5cb8..1cc92fbd7b6f7 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-29 +date: 2024-07-30 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 8585358507af9..de9e46c1279bd 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -1274,9 +1274,9 @@ "({\n uiSettings,\n isEsqlMode,\n}: { uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, "; isEsqlMode: boolean; }) => boolean" @@ -1306,9 +1306,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index 91d1119f5b246..ae860bdd81f04 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index efb36f030eeda..fac12be5cbdd8 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-29 +date: 2024-07-30 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 e7c7130e66580..d6752d9764c52 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-29 +date: 2024-07-30 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 825d78275936a..6703932518c0c 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-29 +date: 2024-07-30 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.mdx b/api_docs/kbn_ebt.mdx index 96b5eaade3b16..e825e553407c3 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-29 +date: 2024-07-30 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 e1b866f5f3044..028ac1f15b769 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-29 +date: 2024-07-30 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 b6a7af40c9175..7dae2becc4f1d 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-29 +date: 2024-07-30 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 2669925a10857..e9beb5fe7f3f5 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_elastic_assistant.devdocs.json index 882ad55f601f7..3d4b510be8d61 100644 --- a/api_docs/kbn_elastic_assistant.devdocs.json +++ b/api_docs/kbn_elastic_assistant.devdocs.json @@ -199,9 +199,9 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", conversationsActions: ", @@ -215,9 +215,9 @@ ", toasts?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined) => Promise<", @@ -244,9 +244,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -286,9 +286,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined" @@ -313,17 +313,17 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", prompts: { create?: { name: string; content: string; promptType: \"system\" | \"quick\"; consumer?: string | undefined; color?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; update?: { id: string; consumer?: string | undefined; color?: string | undefined; content?: string | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[] | undefined; delete?: { ids?: string[] | undefined; query?: string | undefined; } | undefined; }, toasts?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined) => Promise<{ attributes: { results: { created: { id: string; name: string; content: string; promptType: \"system\" | \"quick\"; namespace?: string | undefined; consumer?: string | undefined; timestamp?: string | undefined; color?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[]; updated: { id: string; name: string; content: string; promptType: \"system\" | \"quick\"; namespace?: string | undefined; consumer?: string | undefined; timestamp?: string | undefined; color?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[]; skipped: { id: string; skip_reason: \"PROMPT_FIELD_NOT_MODIFIED\"; name?: string | undefined; }[]; deleted: string[]; }; summary: { total: number; succeeded: number; failed: number; skipped: number; }; errors?: { message: string; status_code: number; prompts: { id: string; name?: string | undefined; }[]; err_code?: string | undefined; }[] | undefined; }; message?: string | undefined; success?: boolean | undefined; status_code?: number | undefined; prompts_count?: number | undefined; } | undefined>" @@ -342,9 +342,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -378,9 +378,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined" @@ -498,17 +498,17 @@ "({ http, signal, toasts, }: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; toasts: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, "; signal?: AbortSignal | undefined; }) => Promise<{ page: number; perPage: number; total: number; data: { id: string; name: string; content: string; promptType: \"system\" | \"quick\"; namespace?: string | undefined; consumer?: string | undefined; timestamp?: string | undefined; color?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; categories?: string[] | undefined; isDefault?: boolean | undefined; isNewConversationDefault?: boolean | undefined; }[]; }>" @@ -538,9 +538,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -558,9 +558,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -601,17 +601,17 @@ "({ http, signal, toasts, }: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; toasts?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined; signal?: AbortSignal | undefined; }) => Promise<", @@ -643,9 +643,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -663,9 +663,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, " | undefined" @@ -1107,9 +1107,9 @@ "[], ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ">" diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 9171299d20951..f397b7724d5ea 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-29 +date: 2024-07-30 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 7f488f729a192..d96f3a87acb32 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-29 +date: 2024-07-30 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.mdx b/api_docs/kbn_entities_schema.mdx index 50731231f8b31..28e449ac36dcc 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-29 +date: 2024-07-30 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 78f4eb3db96a9..3741d90dbfb40 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-29 +date: 2024-07-30 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 2bc27c54e1624..0ce84c2bd3f9a 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-29 +date: 2024-07-30 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 bb2756b28c1bd..16fe81f5e6610 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-29 +date: 2024-07-30 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 7e81e40410869..9a6485000b800 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-29 +date: 2024-07-30 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 ab7988f3c1f96..6ec771de3757d 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-29 +date: 2024-07-30 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 c574155d41a51..b51b1adf4a827 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-29 +date: 2024-07-30 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 ffe8a5c550c6e..b3fe2cb3cc01d 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-29 +date: 2024-07-30 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 a9a3d6d78b185..0b4bb34704723 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_esql_validation_autocomplete.devdocs.json index c919ec593f739..7bf05bdd643e7 100644 --- a/api_docs/kbn_esql_validation_autocomplete.devdocs.json +++ b/api_docs/kbn_esql_validation_autocomplete.devdocs.json @@ -481,7 +481,41 @@ "section": "def-common.ESQLAst", "text": "ESQLAst" }, - ", offset: number) => { type: \"list\"; command: ", + ", offset: number) => { type: \"value\"; command: ", + { + "pluginId": "@kbn/esql-ast", + "scope": "common", + "docId": "kibKbnEsqlAstPluginApi", + "section": "def-common.ESQLCommand", + "text": "ESQLCommand" + }, + " | ", + { + "pluginId": "@kbn/esql-ast", + "scope": "common", + "docId": "kibKbnEsqlAstPluginApi", + "section": "def-common.ESQLAstMetricsCommand", + "text": "ESQLAstMetricsCommand" + }, + "; node: ", + "ESQLStringLiteral", + "; option: ", + { + "pluginId": "@kbn/esql-ast", + "scope": "common", + "docId": "kibKbnEsqlAstPluginApi", + "section": "def-common.ESQLCommandOption", + "text": "ESQLCommandOption" + }, + " | undefined; setting: ", + { + "pluginId": "@kbn/esql-ast", + "scope": "common", + "docId": "kibKbnEsqlAstPluginApi", + "section": "def-common.ESQLCommandMode", + "text": "ESQLCommandMode" + }, + " | undefined; } | { type: \"list\"; command: ", { "pluginId": "@kbn/esql-ast", "scope": "common", @@ -632,8 +666,6 @@ " | ", "ESQLNullLiteral", " | ", - "ESQLStringLiteral", - " | ", { "pluginId": "@kbn/esql-ast", "scope": "common", @@ -752,8 +784,6 @@ " | ", "ESQLNullLiteral", " | ", - "ESQLStringLiteral", - " | ", { "pluginId": "@kbn/esql-ast", "scope": "common", @@ -856,8 +886,6 @@ " | ", "ESQLNullLiteral", " | ", - "ESQLStringLiteral", - " | ", { "pluginId": "@kbn/esql-ast", "scope": "common", @@ -968,8 +996,6 @@ " | ", "ESQLNullLiteral", " | ", - "ESQLStringLiteral", - " | ", { "pluginId": "@kbn/esql-ast", "scope": "common", diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 7865e85eafe5a..7524fb40d93d3 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-29 +date: 2024-07-30 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 8384c21b6f792..7adc41bb2d365 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-29 +date: 2024-07-30 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 f39e1667fd108..e162e8f683b99 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-29 +date: 2024-07-30 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 03676fabf217e..54d3d59a26f2f 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-29 +date: 2024-07-30 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 0321fa4924150..0ac5958a62ffe 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-29 +date: 2024-07-30 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 a1ff8da40f742..39ddf2b1b30d6 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-29 +date: 2024-07-30 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 d2dee24a0d182..f06f9fe91c939 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-29 +date: 2024-07-30 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 16bfe043661cf..0bfcc21b863b2 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-29 +date: 2024-07-30 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 1c185496e29ea..07b6c73e8d784 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-29 +date: 2024-07-30 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 23910c4de08a5..463b02da480e3 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-29 +date: 2024-07-30 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 d051e41241e02..cba6d292f4a09 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-29 +date: 2024-07-30 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 dc1fc2799a8c4..1e7038202483b 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-29 +date: 2024-07-30 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 eac9463549661..5bfd89555b096 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-29 +date: 2024-07-30 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 0252ae2ad4764..39487e88e5bd8 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-29 +date: 2024-07-30 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 d2feb98d93360..6831bbb9d35e4 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-29 +date: 2024-07-30 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 0548ddbe94f07..8006a8f68b046 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-29 +date: 2024-07-30 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 8da82f7aeff5d..c527ec19cf439 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-29 +date: 2024-07-30 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 49405e8c8f7cd..9f1ff3825390a 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-29 +date: 2024-07-30 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 d21fea7e14fb9..f758c27f1d0b4 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-29 +date: 2024-07-30 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 dfae1f0bebab4..c3d8f8d592816 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-29 +date: 2024-07-30 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 f4a3a286f8c23..3acc9911e9055 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-29 +date: 2024-07-30 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 5facffde00c49..518da5f7c64bf 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-29 +date: 2024-07-30 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 fcf52f3ba4148..6ab52418dd426 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_management.devdocs.json b/api_docs/kbn_index_management.devdocs.json index 2d7019685e48e..832be8d962d1e 100644 --- a/api_docs/kbn_index_management.devdocs.json +++ b/api_docs/kbn_index_management.devdocs.json @@ -1288,9 +1288,9 @@ "(deps: { history: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "; }) => React.FC<", @@ -1328,9 +1328,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" diff --git a/api_docs/kbn_index_management.mdx b/api_docs/kbn_index_management.mdx index 4e9c1d84881c5..a495efdd6dee0 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-29 +date: 2024-07-30 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 3f8ea29054f06..e8f3987321994 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-29 +date: 2024-07-30 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 513d432a217d6..a5b98138e6cd0 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-29 +date: 2024-07-30 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 0b85574afda43..6cf23602107a2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.devdocs.json b/api_docs/kbn_io_ts_utils.devdocs.json index 62c84e6da030d..dfbb21237595a 100644 --- a/api_docs/kbn_io_ts_utils.devdocs.json +++ b/api_docs/kbn_io_ts_utils.devdocs.json @@ -100,9 +100,9 @@ ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationFunction", + "section": "def-server.RouteValidationFunction", "text": "RouteValidationFunction" }, "" diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index f6bf783787d75..ec3d050e37d64 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-29 +date: 2024-07-30 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 ef1411c1072d8..90e80b5089e3a 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-29 +date: 2024-07-30 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 cd1c2172af699..527823332b9ec 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-29 +date: 2024-07-30 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 b4b4527ac6263..bbeb9b1caa126 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-29 +date: 2024-07-30 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 6ff7bef65ecdd..a05accb19e3ec 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-29 +date: 2024-07-30 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 f201e0655f6b1..96889fefc6a7a 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-29 +date: 2024-07-30 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 585a46c5b5586..a28e09f59c0d5 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-29 +date: 2024-07-30 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 08ca7855d83d2..fde59ef7756b6 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-29 +date: 2024-07-30 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 fb729a2080799..53152ff1695ce 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-29 +date: 2024-07-30 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 6198175d5548d..63249f34599c0 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-29 +date: 2024-07-30 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 50448ac3edd2d..e5ce3d8bdaaff 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-29 +date: 2024-07-30 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 6eb25318d868c..a0212de91d3cb 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-29 +date: 2024-07-30 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 1ed553b3ad83f..c7cccc81b7c89 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-29 +date: 2024-07-30 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 ada0d3c3b8c5e..2ee6b9f37481b 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-29 +date: 2024-07-30 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 ce1bce26b0405..477f69979cd83 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_management_settings_application.devdocs.json index dfa4290116323..1c7c1a74e4ce1 100644 --- a/api_docs/kbn_management_settings_application.devdocs.json +++ b/api_docs/kbn_management_settings_application.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-application", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.KibanaSettingsApplication", + "id": "def-public.KibanaSettingsApplication", "type": "Function", "tags": [], "label": "KibanaSettingsApplication", @@ -30,9 +14,9 @@ "({ docLinks, i18n, notifications, settings, theme, history, sectionRegistry, application, chrome, }: ", { "pluginId": "@kbn/management-settings-application", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsApplicationPluginApi", - "section": "def-common.SettingsApplicationKibanaDependencies", + "section": "def-public.SettingsApplicationKibanaDependencies", "text": "SettingsApplicationKibanaDependencies" }, ") => JSX.Element" @@ -43,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.KibanaSettingsApplication.$1", + "id": "def-public.KibanaSettingsApplication.$1", "type": "CompoundType", "tags": [], "label": "{\n docLinks,\n i18n,\n notifications,\n settings,\n theme,\n history,\n sectionRegistry,\n application,\n chrome,\n}", @@ -51,9 +35,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-application", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsApplicationPluginApi", - "section": "def-common.SettingsApplicationKibanaDependencies", + "section": "def-public.SettingsApplicationKibanaDependencies", "text": "SettingsApplicationKibanaDependencies" } ], @@ -68,7 +52,7 @@ }, { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplication", + "id": "def-public.SettingsApplication", "type": "Function", "tags": [], "label": "SettingsApplication", @@ -87,7 +71,7 @@ }, { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationKibanaProvider", + "id": "def-public.SettingsApplicationKibanaProvider", "type": "Function", "tags": [], "label": "SettingsApplicationKibanaProvider", @@ -98,9 +82,9 @@ "({ children, ...dependencies }: React.PropsWithChildren>) => JSX.Element" @@ -111,7 +95,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationKibanaProvider.$1", + "id": "def-public.SettingsApplicationKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{ children, ...dependencies }", @@ -120,9 +104,9 @@ "React.PropsWithChildren>" @@ -138,7 +122,7 @@ }, { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationProvider", + "id": "def-public.SettingsApplicationProvider", "type": "Function", "tags": [], "label": "SettingsApplicationProvider", @@ -149,9 +133,9 @@ "({ children, ...services }: React.PropsWithChildren>) => JSX.Element" @@ -162,7 +146,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationProvider.$1", + "id": "def-public.SettingsApplicationProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...services\n}", @@ -171,9 +155,9 @@ "React.PropsWithChildren>" @@ -193,7 +177,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationKibanaDependencies", + "id": "def-public.SettingsApplicationKibanaDependencies", "type": "Type", "tags": [], "label": "SettingsApplicationKibanaDependencies", @@ -203,17 +187,17 @@ " & KibanaDependencies & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.KibanaDependencies", + "section": "def-public.KibanaDependencies", "text": "KibanaDependencies" }, " & ", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputKibanaDependencies", + "section": "def-public.FieldInputKibanaDependencies", "text": "FieldInputKibanaDependencies" } ], @@ -224,7 +208,7 @@ }, { "parentPluginId": "@kbn/management-settings-application", - "id": "def-common.SettingsApplicationServices", + "id": "def-public.SettingsApplicationServices", "type": "Type", "tags": [], "label": "SettingsApplicationServices", @@ -234,17 +218,17 @@ " & ", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputServices", + "section": "def-public.FieldInputServices", "text": "FieldInputServices" }, " & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.Services", + "section": "def-public.Services", "text": "Services" }, " & ", @@ -257,5 +241,21 @@ } ], "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_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 4aef36b8d202a..0b4b39112dd49 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 9 | 0 | 6 | 2 | -## Common +## Client ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_field_category.devdocs.json b/api_docs/kbn_management_settings_components_field_category.devdocs.json index d34dc048ac6d3..248ccaf7e5712 100644 --- a/api_docs/kbn_management_settings_components_field_category.devdocs.json +++ b/api_docs/kbn_management_settings_components_field_category.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-components-field-category", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategories", + "id": "def-public.FieldCategories", "type": "Function", "tags": [], "label": "FieldCategories", @@ -32,9 +16,9 @@ "({ categorizedFields, categoryCounts, unsavedChanges, onClearQuery, isSavingEnabled, onFieldChange, }: ", { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoriesProps", + "section": "def-public.FieldCategoriesProps", "text": "FieldCategoriesProps" }, ") => JSX.Element" @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategories.$1", + "id": "def-public.FieldCategories.$1", "type": "Object", "tags": [], "label": "{\n categorizedFields,\n categoryCounts,\n unsavedChanges = {},\n onClearQuery,\n isSavingEnabled,\n onFieldChange,\n}", @@ -53,9 +37,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoriesProps", + "section": "def-public.FieldCategoriesProps", "text": "FieldCategoriesProps" } ], @@ -70,7 +54,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategory", + "id": "def-public.FieldCategory", "type": "Function", "tags": [], "label": "FieldCategory", @@ -81,9 +65,9 @@ "(props: ", { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoryProps", + "section": "def-public.FieldCategoryProps", "text": "FieldCategoryProps" }, ") => JSX.Element" @@ -94,7 +78,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategory.$1", + "id": "def-public.FieldCategory.$1", "type": "Object", "tags": [], "label": "props", @@ -104,9 +88,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoryProps", + "section": "def-public.FieldCategoryProps", "text": "FieldCategoryProps" } ], @@ -121,7 +105,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryKibanaProvider", + "id": "def-public.FieldCategoryKibanaProvider", "type": "Function", "tags": [], "label": "FieldCategoryKibanaProvider", @@ -132,9 +116,9 @@ "React.FunctionComponent>" @@ -146,7 +130,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryKibanaProvider.$1", + "id": "def-public.FieldCategoryKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -160,7 +144,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryKibanaProvider.$2", + "id": "def-public.FieldCategoryKibanaProvider.$2", "type": "Any", "tags": [], "label": "context", @@ -177,7 +161,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProvider", + "id": "def-public.FieldCategoryProvider", "type": "Function", "tags": [], "label": "FieldCategoryProvider", @@ -188,9 +172,9 @@ "({ children, ...services }: ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProviderProps", + "section": "def-public.FieldRowProviderProps", "text": "FieldRowProviderProps" }, ") => JSX.Element" @@ -202,7 +186,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProvider.$1", + "id": "def-public.FieldCategoryProvider.$1", "type": "Object", "tags": [], "label": "__0", @@ -210,9 +194,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProviderProps", + "section": "def-public.FieldRowProviderProps", "text": "FieldRowProviderProps" } ], @@ -227,7 +211,7 @@ "interfaces": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.ClearQueryLinkProps", + "id": "def-public.ClearQueryLinkProps", "type": "Interface", "tags": [], "label": "ClearQueryLinkProps", @@ -240,7 +224,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.ClearQueryLinkProps.fieldCount", + "id": "def-public.ClearQueryLinkProps.fieldCount", "type": "number", "tags": [], "label": "fieldCount", @@ -253,7 +237,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.ClearQueryLinkProps.displayCount", + "id": "def-public.ClearQueryLinkProps.displayCount", "type": "number", "tags": [], "label": "displayCount", @@ -266,7 +250,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.ClearQueryLinkProps.onClearQuery", + "id": "def-public.ClearQueryLinkProps.onClearQuery", "type": "Function", "tags": [], "label": "onClearQuery", @@ -287,7 +271,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoriesProps", + "id": "def-public.FieldCategoriesProps", "type": "Interface", "tags": [], "label": "FieldCategoriesProps", @@ -297,25 +281,25 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoriesProps", + "section": "def-public.FieldCategoriesProps", "text": "FieldCategoriesProps" }, " extends Pick<", { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoryProps", + "section": "def-public.FieldCategoryProps", "text": "FieldCategoryProps" }, ", \"onClearQuery\">,Pick<", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProps", + "section": "def-public.FieldRowProps", "text": "FieldRowProps" }, ", \"onFieldChange\" | \"isSavingEnabled\">" @@ -326,7 +310,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoriesProps.categorizedFields", + "id": "def-public.FieldCategoriesProps.categorizedFields", "type": "Object", "tags": [], "label": "categorizedFields", @@ -336,9 +320,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.CategorizedFields", + "section": "def-public.CategorizedFields", "text": "CategorizedFields" } ], @@ -348,7 +332,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoriesProps.categoryCounts", + "id": "def-public.FieldCategoriesProps.categoryCounts", "type": "Object", "tags": [], "label": "categoryCounts", @@ -356,9 +340,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.CategoryCounts", + "section": "def-public.CategoryCounts", "text": "CategoryCounts" } ], @@ -368,7 +352,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoriesProps.unsavedChanges", + "id": "def-public.FieldCategoriesProps.unsavedChanges", "type": "Object", "tags": [], "label": "unsavedChanges", @@ -378,9 +362,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChanges", + "section": "def-public.UnsavedFieldChanges", "text": "UnsavedFieldChanges" }, " | undefined" @@ -394,7 +378,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProps", + "id": "def-public.FieldCategoryProps", "type": "Interface", "tags": [], "label": "FieldCategoryProps", @@ -404,17 +388,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoryProps", + "section": "def-public.FieldCategoryProps", "text": "FieldCategoryProps" }, " extends Pick<", { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.ClearQueryLinkProps", + "section": "def-public.ClearQueryLinkProps", "text": "ClearQueryLinkProps" }, ", \"onClearQuery\" | \"fieldCount\">" @@ -425,7 +409,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProps.category", + "id": "def-public.FieldCategoryProps.category", "type": "string", "tags": [], "label": "category", @@ -438,7 +422,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProps.children", + "id": "def-public.FieldCategoryProps.children", "type": "CompoundType", "tags": [], "label": "children", @@ -449,17 +433,17 @@ "React.ReactElement<", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProps", + "section": "def-public.FieldRowProps", "text": "FieldRowProps" }, ", \"FieldRow\"> | React.ReactElement<", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProps", + "section": "def-public.FieldRowProps", "text": "FieldRowProps" }, ", \"FieldRow\">[]" @@ -473,7 +457,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProviderProps", + "id": "def-public.FieldCategoryProviderProps", "type": "Interface", "tags": [], "label": "FieldCategoryProviderProps", @@ -483,17 +467,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-category", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldCategoryPluginApi", - "section": "def-common.FieldCategoryProviderProps", + "section": "def-public.FieldCategoryProviderProps", "text": "FieldCategoryProviderProps" }, " extends ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowServices", + "section": "def-public.FieldRowServices", "text": "FieldRowServices" } ], @@ -503,7 +487,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryProviderProps.children", + "id": "def-public.FieldCategoryProviderProps.children", "type": "CompoundType", "tags": [], "label": "children", @@ -523,7 +507,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryKibanaDependencies", + "id": "def-public.FieldCategoryKibanaDependencies", "type": "Type", "tags": [], "label": "FieldCategoryKibanaDependencies", @@ -533,17 +517,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.KibanaDependencies", + "section": "def-public.KibanaDependencies", "text": "KibanaDependencies" }, " & ", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputKibanaDependencies", + "section": "def-public.FieldInputKibanaDependencies", "text": "FieldInputKibanaDependencies" } ], @@ -554,7 +538,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-category", - "id": "def-common.FieldCategoryServices", + "id": "def-public.FieldCategoryServices", "type": "Type", "tags": [], "label": "FieldCategoryServices", @@ -564,17 +548,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputServices", + "section": "def-public.FieldInputServices", "text": "FieldInputServices" }, " & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.Services", + "section": "def-public.Services", "text": "Services" } ], @@ -585,5 +569,21 @@ } ], "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_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index bb489fb834231..f9523b14733db 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 24 | 0 | 4 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_field_input.devdocs.json b/api_docs/kbn_management_settings_components_field_input.devdocs.json index 7c4b24c35c62e..3abc828e87b69 100644 --- a/api_docs/kbn_management_settings_components_field_input.devdocs.json +++ b/api_docs/kbn_management_settings_components_field_input.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-components-field-input", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInput", + "id": "def-public.FieldInput", "type": "Function", "tags": [], "label": "FieldInput", @@ -32,9 +16,9 @@ "React.ForwardRefExoticComponent<", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputProps", + "section": "def-public.FieldInputProps", "text": "FieldInputProps" }, "<", @@ -48,9 +32,9 @@ "> & React.RefAttributes<", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ResetInputRef", + "section": "def-public.ResetInputRef", "text": "ResetInputRef" }, ">>" @@ -62,7 +46,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInput.$1", + "id": "def-public.FieldInput.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -83,7 +67,7 @@ "interfaces": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputKibanaDependencies", + "id": "def-public.FieldInputKibanaDependencies", "type": "Interface", "tags": [], "label": "FieldInputKibanaDependencies", @@ -96,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputKibanaDependencies.notifications", + "id": "def-public.FieldInputKibanaDependencies.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -107,9 +91,9 @@ "{ toasts: Pick<", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, ", \"addDanger\">; }" @@ -120,7 +104,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputKibanaDependencies.settings", + "id": "def-public.FieldInputKibanaDependencies.settings", "type": "Object", "tags": [], "label": "settings", @@ -129,9 +113,9 @@ "{ client: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, "; }" @@ -145,7 +129,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps", + "id": "def-public.FieldInputProps", "type": "Interface", "tags": [], "label": "FieldInputProps", @@ -155,9 +139,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputProps", + "section": "def-public.FieldInputProps", "text": "FieldInputProps" }, "" @@ -168,7 +152,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.field", + "id": "def-public.FieldInputProps.field", "type": "Object", "tags": [], "label": "field", @@ -184,7 +168,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.unsavedChange", + "id": "def-public.FieldInputProps.unsavedChange", "type": "Object", "tags": [], "label": "unsavedChange", @@ -194,9 +178,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -207,7 +191,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.onInputChange", + "id": "def-public.FieldInputProps.onInputChange", "type": "Function", "tags": [], "label": "onInputChange", @@ -218,9 +202,9 @@ "(change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined) => void" @@ -232,7 +216,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.onInputChange.$1", + "id": "def-public.FieldInputProps.onInputChange.$1", "type": "Object", "tags": [], "label": "change", @@ -240,9 +224,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -255,7 +239,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.isSavingEnabled", + "id": "def-public.FieldInputProps.isSavingEnabled", "type": "boolean", "tags": [], "label": "isSavingEnabled", @@ -268,7 +252,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputProps.isInvalid", + "id": "def-public.FieldInputProps.isInvalid", "type": "CompoundType", "tags": [], "label": "isInvalid", @@ -287,7 +271,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices", + "id": "def-public.FieldInputServices", "type": "Interface", "tags": [], "label": "FieldInputServices", @@ -300,7 +284,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices.showDanger", + "id": "def-public.FieldInputServices.showDanger", "type": "Function", "tags": [], "label": "showDanger", @@ -316,7 +300,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices.showDanger.$1", + "id": "def-public.FieldInputServices.showDanger.$1", "type": "string", "tags": [], "label": "value", @@ -336,7 +320,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices.validateChange", + "id": "def-public.FieldInputServices.validateChange", "type": "Function", "tags": [], "label": "validateChange", @@ -352,7 +336,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices.validateChange.$1", + "id": "def-public.FieldInputServices.validateChange.$1", "type": "string", "tags": [], "label": "key", @@ -367,7 +351,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.FieldInputServices.validateChange.$2", + "id": "def-public.FieldInputServices.validateChange.$2", "type": "Any", "tags": [], "label": "value", @@ -388,7 +372,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps", + "id": "def-public.InputProps", "type": "Interface", "tags": [], "label": "InputProps", @@ -398,9 +382,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.InputProps", + "section": "def-public.InputProps", "text": "InputProps" }, "" @@ -411,7 +395,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps.field", + "id": "def-public.InputProps.field", "type": "Object", "tags": [], "label": "field", @@ -420,17 +404,17 @@ "{ id: string; type: T; defaultValue?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined; name: string; isOverridden: boolean; ariaAttributes: { ariaLabel: string; ariaDescribedBy?: string | undefined; }; savedValue?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined; }" @@ -441,7 +425,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps.unsavedChange", + "id": "def-public.InputProps.unsavedChange", "type": "Object", "tags": [], "label": "unsavedChange", @@ -449,9 +433,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -462,7 +446,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps.isSavingEnabled", + "id": "def-public.InputProps.isSavingEnabled", "type": "boolean", "tags": [], "label": "isSavingEnabled", @@ -473,7 +457,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps.onInputChange", + "id": "def-public.InputProps.onInputChange", "type": "Function", "tags": [], "label": "onInputChange", @@ -484,9 +468,9 @@ "(change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined) => void" @@ -498,7 +482,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-input", - "id": "def-common.InputProps.onInputChange.$1", + "id": "def-public.InputProps.onInputChange.$1", "type": "Object", "tags": [], "label": "change", @@ -506,9 +490,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -526,5 +510,21 @@ "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_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 9aaa37a938519..43ecd63b82a0d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 24 | 1 | 9 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_management_settings_components_field_row.devdocs.json b/api_docs/kbn_management_settings_components_field_row.devdocs.json index 2320153fb9b6e..e9428d2ec8988 100644 --- a/api_docs/kbn_management_settings_components_field_row.devdocs.json +++ b/api_docs/kbn_management_settings_components_field_row.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-components-field-row", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRow", + "id": "def-public.FieldRow", "type": "Function", "tags": [], "label": "FieldRow", @@ -32,9 +16,9 @@ "(props: ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProps", + "section": "def-public.FieldRowProps", "text": "FieldRowProps" }, ") => JSX.Element" @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRow.$1", + "id": "def-public.FieldRow.$1", "type": "Object", "tags": [], "label": "props", @@ -55,9 +39,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProps", + "section": "def-public.FieldRowProps", "text": "FieldRowProps" } ], @@ -72,7 +56,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowKibanaProvider", + "id": "def-public.FieldRowKibanaProvider", "type": "Function", "tags": [], "label": "FieldRowKibanaProvider", @@ -83,9 +67,9 @@ "({ children, docLinks, notifications, settings, }: React.PropsWithChildren>) => JSX.Element" @@ -96,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowKibanaProvider.$1", + "id": "def-public.FieldRowKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n docLinks,\n notifications,\n settings,\n}", @@ -105,9 +89,9 @@ "React.PropsWithChildren>" @@ -123,7 +107,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProvider", + "id": "def-public.FieldRowProvider", "type": "Function", "tags": [], "label": "FieldRowProvider", @@ -134,9 +118,9 @@ "({ children, ...services }: ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProviderProps", + "section": "def-public.FieldRowProviderProps", "text": "FieldRowProviderProps" }, ") => JSX.Element" @@ -147,7 +131,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProvider.$1", + "id": "def-public.FieldRowProvider.$1", "type": "Object", "tags": [], "label": "{ children, ...services }", @@ -155,9 +139,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProviderProps", + "section": "def-public.FieldRowProviderProps", "text": "FieldRowProviderProps" } ], @@ -174,7 +158,7 @@ "interfaces": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps", + "id": "def-public.FieldRowProps", "type": "Interface", "tags": [], "label": "FieldRowProps", @@ -187,7 +171,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.field", + "id": "def-public.FieldRowProps.field", "type": "Object", "tags": [], "label": "field", @@ -211,7 +195,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.isSavingEnabled", + "id": "def-public.FieldRowProps.isSavingEnabled", "type": "boolean", "tags": [], "label": "isSavingEnabled", @@ -224,7 +208,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.onFieldChange", + "id": "def-public.FieldRowProps.onFieldChange", "type": "Function", "tags": [], "label": "onFieldChange", @@ -235,9 +219,9 @@ "(id: string, change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<", @@ -257,7 +241,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.onFieldChange.$1", + "id": "def-public.FieldRowProps.onFieldChange.$1", "type": "string", "tags": [], "label": "id", @@ -268,7 +252,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.onFieldChange.$2", + "id": "def-public.FieldRowProps.onFieldChange.$2", "type": "Object", "tags": [], "label": "change", @@ -276,9 +260,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -291,7 +275,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.onClear", + "id": "def-public.FieldRowProps.onClear", "type": "Function", "tags": [], "label": "onClear", @@ -307,7 +291,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.onClear.$1", + "id": "def-public.FieldRowProps.onClear.$1", "type": "string", "tags": [], "label": "id", @@ -327,7 +311,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProps.unsavedChange", + "id": "def-public.FieldRowProps.unsavedChange", "type": "Object", "tags": [], "label": "unsavedChange", @@ -337,9 +321,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<", @@ -361,7 +345,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProviderProps", + "id": "def-public.FieldRowProviderProps", "type": "Interface", "tags": [], "label": "FieldRowProviderProps", @@ -371,17 +355,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowProviderProps", + "section": "def-public.FieldRowProviderProps", "text": "FieldRowProviderProps" }, " extends ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.FieldRowServices", + "section": "def-public.FieldRowServices", "text": "FieldRowServices" } ], @@ -391,7 +375,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowProviderProps.children", + "id": "def-public.FieldRowProviderProps.children", "type": "CompoundType", "tags": [], "label": "children", @@ -408,7 +392,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.KibanaDependencies", + "id": "def-public.KibanaDependencies", "type": "Interface", "tags": [], "label": "KibanaDependencies", @@ -421,7 +405,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.KibanaDependencies.docLinks", + "id": "def-public.KibanaDependencies.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -438,7 +422,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.Services", + "id": "def-public.Services", "type": "Interface", "tags": [], "label": "Services", @@ -451,7 +435,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.Services.links", + "id": "def-public.Services.links", "type": "Object", "tags": [], "label": "links", @@ -471,7 +455,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowKibanaDependencies", + "id": "def-public.FieldRowKibanaDependencies", "type": "Type", "tags": [], "label": "FieldRowKibanaDependencies", @@ -481,17 +465,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.KibanaDependencies", + "section": "def-public.KibanaDependencies", "text": "KibanaDependencies" }, " & ", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputKibanaDependencies", + "section": "def-public.FieldInputKibanaDependencies", "text": "FieldInputKibanaDependencies" } ], @@ -502,7 +486,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-field-row", - "id": "def-common.FieldRowServices", + "id": "def-public.FieldRowServices", "type": "Type", "tags": [], "label": "FieldRowServices", @@ -512,17 +496,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputServices", + "section": "def-public.FieldInputServices", "text": "FieldInputServices" }, " & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.Services", + "section": "def-public.Services", "text": "Services" } ], @@ -533,5 +517,21 @@ } ], "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_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index f975f93c42f5a..9b76cc6ac9712 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 23 | 0 | 7 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_components_form.devdocs.json b/api_docs/kbn_management_settings_components_form.devdocs.json index 3fefc2f54a30a..32a2c89100f0e 100644 --- a/api_docs/kbn_management_settings_components_form.devdocs.json +++ b/api_docs/kbn_management_settings_components_form.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-components-form", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.Form", + "id": "def-public.Form", "type": "Function", "tags": [], "label": "Form", @@ -39,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.Form.$1", + "id": "def-public.Form.$1", "type": "Object", "tags": [], "label": "props", @@ -60,7 +44,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormKibanaProvider", + "id": "def-public.FormKibanaProvider", "type": "Function", "tags": [], "label": "FormKibanaProvider", @@ -71,9 +55,9 @@ "({ children, ...deps }: React.PropsWithChildren>) => JSX.Element" @@ -84,7 +68,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormKibanaProvider.$1", + "id": "def-public.FormKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...deps\n}", @@ -93,9 +77,9 @@ "React.PropsWithChildren>" @@ -111,7 +95,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormProvider", + "id": "def-public.FormProvider", "type": "Function", "tags": [], "label": "FormProvider", @@ -129,7 +113,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormProvider.$1", + "id": "def-public.FormProvider.$1", "type": "Object", "tags": [], "label": "{ children, ...services }", @@ -152,7 +136,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormKibanaDependencies", + "id": "def-public.FormKibanaDependencies", "type": "Type", "tags": [], "label": "FormKibanaDependencies", @@ -163,17 +147,17 @@ "KibanaDependencies & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.KibanaDependencies", + "section": "def-public.KibanaDependencies", "text": "KibanaDependencies" }, " & ", { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputKibanaDependencies", + "section": "def-public.FieldInputKibanaDependencies", "text": "FieldInputKibanaDependencies" } ], @@ -184,7 +168,7 @@ }, { "parentPluginId": "@kbn/management-settings-components-form", - "id": "def-common.FormServices", + "id": "def-public.FormServices", "type": "Type", "tags": [], "label": "FormServices", @@ -194,17 +178,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-components-field-input", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldInputPluginApi", - "section": "def-common.FieldInputServices", + "section": "def-public.FieldInputServices", "text": "FieldInputServices" }, " & ", { "pluginId": "@kbn/management-settings-components-field-row", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsComponentsFieldRowPluginApi", - "section": "def-common.Services", + "section": "def-public.Services", "text": "Services" }, " & ", @@ -217,5 +201,21 @@ } ], "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_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index 5f23d28a16a03..835af503e1698 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 2 | 3 | -## Common +## Client ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_field_definition.devdocs.json b/api_docs/kbn_management_settings_field_definition.devdocs.json index e59cf26132890..d41e305c3b0c7 100644 --- a/api_docs/kbn_management_settings_field_definition.devdocs.json +++ b/api_docs/kbn_management_settings_field_definition.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-field-definition", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.getFieldDefinition", + "id": "def-public.getFieldDefinition", "type": "Function", "tags": [], "label": "getFieldDefinition", @@ -40,17 +24,17 @@ ">(parameters: GetDefinitionParams) => ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, " | null>" @@ -61,7 +45,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.getFieldDefinition.$1", + "id": "def-public.getFieldDefinition.$1", "type": "Object", "tags": [], "label": "parameters", @@ -82,7 +66,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.getFieldDefinitions", + "id": "def-public.getFieldDefinitions", "type": "Function", "tags": [], "label": "getFieldDefinitions", @@ -93,9 +77,9 @@ "(settings: Record>, client: SettingsClient) => ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -130,7 +114,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.getFieldDefinitions.$1", + "id": "def-public.getFieldDefinitions.$1", "type": "Object", "tags": [], "label": "settings", @@ -141,9 +125,9 @@ "Record d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ArrayFieldDefinition", + "section": "def-public.ArrayFieldDefinition", "text": "ArrayFieldDefinition" } ], @@ -209,7 +193,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isArrayFieldDefinition.$1", + "id": "def-public.isArrayFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -230,7 +214,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isArrayFieldUnsavedChange", + "id": "def-public.isArrayFieldUnsavedChange", "type": "Function", "tags": [], "label": "isArrayFieldUnsavedChange", @@ -241,9 +225,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ArrayUnsavedFieldChange", + "section": "def-public.ArrayUnsavedFieldChange", "text": "ArrayUnsavedFieldChange" } ], @@ -253,7 +237,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isArrayFieldUnsavedChange.$1", + "id": "def-public.isArrayFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -274,7 +258,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isBooleanFieldDefinition", + "id": "def-public.isBooleanFieldDefinition", "type": "Function", "tags": [], "label": "isBooleanFieldDefinition", @@ -285,9 +269,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.BooleanFieldDefinition", + "section": "def-public.BooleanFieldDefinition", "text": "BooleanFieldDefinition" } ], @@ -297,7 +281,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isBooleanFieldDefinition.$1", + "id": "def-public.isBooleanFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -318,7 +302,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isBooleanFieldUnsavedChange", + "id": "def-public.isBooleanFieldUnsavedChange", "type": "Function", "tags": [], "label": "isBooleanFieldUnsavedChange", @@ -329,9 +313,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.BooleanUnsavedFieldChange", + "section": "def-public.BooleanUnsavedFieldChange", "text": "BooleanUnsavedFieldChange" } ], @@ -341,7 +325,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isBooleanFieldUnsavedChange.$1", + "id": "def-public.isBooleanFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -362,7 +346,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isColorFieldDefinition", + "id": "def-public.isColorFieldDefinition", "type": "Function", "tags": [], "label": "isColorFieldDefinition", @@ -373,9 +357,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ColorFieldDefinition", + "section": "def-public.ColorFieldDefinition", "text": "ColorFieldDefinition" } ], @@ -385,7 +369,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isColorFieldDefinition.$1", + "id": "def-public.isColorFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -406,7 +390,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isColorFieldUnsavedChange", + "id": "def-public.isColorFieldUnsavedChange", "type": "Function", "tags": [], "label": "isColorFieldUnsavedChange", @@ -417,9 +401,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ColorUnsavedFieldChange", + "section": "def-public.ColorUnsavedFieldChange", "text": "ColorUnsavedFieldChange" } ], @@ -429,7 +413,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isColorFieldUnsavedChange.$1", + "id": "def-public.isColorFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -450,7 +434,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isImageFieldDefinition", + "id": "def-public.isImageFieldDefinition", "type": "Function", "tags": [], "label": "isImageFieldDefinition", @@ -461,9 +445,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ImageFieldDefinition", + "section": "def-public.ImageFieldDefinition", "text": "ImageFieldDefinition" } ], @@ -473,7 +457,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isImageFieldDefinition.$1", + "id": "def-public.isImageFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -494,7 +478,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isImageFieldUnsavedChange", + "id": "def-public.isImageFieldUnsavedChange", "type": "Function", "tags": [], "label": "isImageFieldUnsavedChange", @@ -505,9 +489,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ImageUnsavedFieldChange", + "section": "def-public.ImageUnsavedFieldChange", "text": "ImageUnsavedFieldChange" } ], @@ -517,7 +501,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isImageFieldUnsavedChange.$1", + "id": "def-public.isImageFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -538,7 +522,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isJsonFieldDefinition", + "id": "def-public.isJsonFieldDefinition", "type": "Function", "tags": [], "label": "isJsonFieldDefinition", @@ -549,9 +533,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.JsonFieldDefinition", + "section": "def-public.JsonFieldDefinition", "text": "JsonFieldDefinition" } ], @@ -561,7 +545,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isJsonFieldDefinition.$1", + "id": "def-public.isJsonFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -582,7 +566,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isJsonFieldUnsavedChange", + "id": "def-public.isJsonFieldUnsavedChange", "type": "Function", "tags": [], "label": "isJsonFieldUnsavedChange", @@ -593,9 +577,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.JsonUnsavedFieldChange", + "section": "def-public.JsonUnsavedFieldChange", "text": "JsonUnsavedFieldChange" } ], @@ -605,7 +589,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isJsonFieldUnsavedChange.$1", + "id": "def-public.isJsonFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -626,7 +610,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isMarkdownFieldDefinition", + "id": "def-public.isMarkdownFieldDefinition", "type": "Function", "tags": [], "label": "isMarkdownFieldDefinition", @@ -637,9 +621,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.MarkdownFieldDefinition", + "section": "def-public.MarkdownFieldDefinition", "text": "MarkdownFieldDefinition" } ], @@ -649,7 +633,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isMarkdownFieldDefinition.$1", + "id": "def-public.isMarkdownFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -670,7 +654,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isMarkdownFieldUnsavedChange", + "id": "def-public.isMarkdownFieldUnsavedChange", "type": "Function", "tags": [], "label": "isMarkdownFieldUnsavedChange", @@ -681,9 +665,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.MarkdownUnsavedFieldChange", + "section": "def-public.MarkdownUnsavedFieldChange", "text": "MarkdownUnsavedFieldChange" } ], @@ -693,7 +677,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isMarkdownFieldUnsavedChange.$1", + "id": "def-public.isMarkdownFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -714,7 +698,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isNumberFieldDefinition", + "id": "def-public.isNumberFieldDefinition", "type": "Function", "tags": [], "label": "isNumberFieldDefinition", @@ -725,9 +709,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.NumberFieldDefinition", + "section": "def-public.NumberFieldDefinition", "text": "NumberFieldDefinition" } ], @@ -737,7 +721,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isNumberFieldDefinition.$1", + "id": "def-public.isNumberFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -758,7 +742,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isNumberFieldUnsavedChange", + "id": "def-public.isNumberFieldUnsavedChange", "type": "Function", "tags": [], "label": "isNumberFieldUnsavedChange", @@ -769,9 +753,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.NumberUnsavedFieldChange", + "section": "def-public.NumberUnsavedFieldChange", "text": "NumberUnsavedFieldChange" } ], @@ -781,7 +765,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isNumberFieldUnsavedChange.$1", + "id": "def-public.isNumberFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -802,7 +786,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isSelectFieldDefinition", + "id": "def-public.isSelectFieldDefinition", "type": "Function", "tags": [], "label": "isSelectFieldDefinition", @@ -813,9 +797,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.SelectFieldDefinition", + "section": "def-public.SelectFieldDefinition", "text": "SelectFieldDefinition" } ], @@ -825,7 +809,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isSelectFieldDefinition.$1", + "id": "def-public.isSelectFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -846,7 +830,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isSelectFieldUnsavedChange", + "id": "def-public.isSelectFieldUnsavedChange", "type": "Function", "tags": [], "label": "isSelectFieldUnsavedChange", @@ -857,9 +841,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.SelectUnsavedFieldChange", + "section": "def-public.SelectUnsavedFieldChange", "text": "SelectUnsavedFieldChange" } ], @@ -869,7 +853,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isSelectFieldUnsavedChange.$1", + "id": "def-public.isSelectFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -890,7 +874,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isStringFieldDefinition", + "id": "def-public.isStringFieldDefinition", "type": "Function", "tags": [], "label": "isStringFieldDefinition", @@ -901,9 +885,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.StringFieldDefinition", + "section": "def-public.StringFieldDefinition", "text": "StringFieldDefinition" } ], @@ -913,7 +897,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isStringFieldDefinition.$1", + "id": "def-public.isStringFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -934,7 +918,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isStringFieldUnsavedChange", + "id": "def-public.isStringFieldUnsavedChange", "type": "Function", "tags": [], "label": "isStringFieldUnsavedChange", @@ -945,9 +929,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.StringUnsavedFieldChange", + "section": "def-public.StringUnsavedFieldChange", "text": "StringUnsavedFieldChange" } ], @@ -957,7 +941,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isStringFieldUnsavedChange.$1", + "id": "def-public.isStringFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -978,7 +962,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isUndefinedFieldDefinition", + "id": "def-public.isUndefinedFieldDefinition", "type": "Function", "tags": [], "label": "isUndefinedFieldDefinition", @@ -989,9 +973,9 @@ "(d: Definition) => d is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UndefinedFieldDefinition", + "section": "def-public.UndefinedFieldDefinition", "text": "UndefinedFieldDefinition" } ], @@ -1001,7 +985,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isUndefinedFieldDefinition.$1", + "id": "def-public.isUndefinedFieldDefinition.$1", "type": "Object", "tags": [], "label": "d", @@ -1022,7 +1006,7 @@ }, { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isUndefinedFieldUnsavedChange", + "id": "def-public.isUndefinedFieldUnsavedChange", "type": "Function", "tags": [], "label": "isUndefinedFieldUnsavedChange", @@ -1033,9 +1017,9 @@ "(c?: Change | undefined) => c is ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UndefinedUnsavedFieldChange", + "section": "def-public.UndefinedUnsavedFieldChange", "text": "UndefinedUnsavedFieldChange" } ], @@ -1045,7 +1029,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-field-definition", - "id": "def-common.isUndefinedFieldUnsavedChange.$1", + "id": "def-public.isUndefinedFieldUnsavedChange.$1", "type": "Object", "tags": [], "label": "c", @@ -1069,5 +1053,21 @@ "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_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index b5af9584b5381..6b0529faa2437 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 45 | 0 | 0 | 0 | -## Common +## Client ### Functions - + diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index fd92bb525d003..8acc03b273087 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_management_settings_section_registry.devdocs.json index a8d81440a139d..39c92c25f9399 100644 --- a/api_docs/kbn_management_settings_section_registry.devdocs.json +++ b/api_docs/kbn_management_settings_section_registry.devdocs.json @@ -1,26 +1,10 @@ { "id": "@kbn/management-settings-section-registry", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry", + "id": "def-public.SectionRegistry", "type": "Class", "tags": [], "label": "SectionRegistry", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup", + "id": "def-public.SectionRegistry.setup", "type": "Object", "tags": [], "label": "setup", @@ -44,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addSpaceSection", + "id": "def-public.SectionRegistry.setup.addSpaceSection", "type": "Function", "tags": [], "label": "addSpaceSection", @@ -60,7 +44,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addSpaceSection.$1", + "id": "def-public.SectionRegistry.setup.addSpaceSection.$1", "type": "CompoundType", "tags": [], "label": "Component", @@ -75,7 +59,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addSpaceSection.$2", + "id": "def-public.SectionRegistry.setup.addSpaceSection.$2", "type": "Function", "tags": [], "label": "queryMatch", @@ -93,7 +77,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addGlobalSection", + "id": "def-public.SectionRegistry.setup.addGlobalSection", "type": "Function", "tags": [], "label": "addGlobalSection", @@ -109,7 +93,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addGlobalSection.$1", + "id": "def-public.SectionRegistry.setup.addGlobalSection.$1", "type": "CompoundType", "tags": [], "label": "Component", @@ -124,7 +108,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.setup.addGlobalSection.$2", + "id": "def-public.SectionRegistry.setup.addGlobalSection.$2", "type": "Function", "tags": [], "label": "queryMatch", @@ -144,7 +128,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.start", + "id": "def-public.SectionRegistry.start", "type": "Object", "tags": [], "label": "start", @@ -155,7 +139,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.start.getGlobalSections", + "id": "def-public.SectionRegistry.start.getGlobalSections", "type": "Function", "tags": [], "label": "getGlobalSections", @@ -166,9 +150,9 @@ "() => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]" @@ -181,7 +165,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistry.start.getSpacesSections", + "id": "def-public.SectionRegistry.start.getSpacesSections", "type": "Function", "tags": [], "label": "getSpacesSections", @@ -192,9 +176,9 @@ "() => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]" @@ -215,7 +199,7 @@ "interfaces": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryComponentProps", + "id": "def-public.RegistryComponentProps", "type": "Interface", "tags": [], "label": "RegistryComponentProps", @@ -228,7 +212,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryComponentProps.toasts", + "id": "def-public.RegistryComponentProps.toasts", "type": "Object", "tags": [], "label": "toasts", @@ -236,9 +220,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -248,7 +232,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryComponentProps.enableSaving", + "id": "def-public.RegistryComponentProps.enableSaving", "type": "Object", "tags": [], "label": "enableSaving", @@ -265,7 +249,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryEntry", + "id": "def-public.RegistryEntry", "type": "Interface", "tags": [], "label": "RegistryEntry", @@ -278,7 +262,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryEntry.Component", + "id": "def-public.RegistryEntry.Component", "type": "CompoundType", "tags": [], "label": "Component", @@ -287,17 +271,17 @@ "React.ComponentClass<", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryComponentProps", + "section": "def-public.RegistryComponentProps", "text": "RegistryComponentProps" }, ", any> | React.FunctionComponent<", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryComponentProps", + "section": "def-public.RegistryComponentProps", "text": "RegistryComponentProps" }, ">" @@ -308,7 +292,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryEntry.queryMatch", + "id": "def-public.RegistryEntry.queryMatch", "type": "Function", "tags": [], "label": "queryMatch", @@ -323,7 +307,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.RegistryEntry.queryMatch.$1", + "id": "def-public.RegistryEntry.queryMatch.$1", "type": "string", "tags": [], "label": "term", @@ -342,7 +326,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistrySetup", + "id": "def-public.SectionRegistrySetup", "type": "Type", "tags": [], "label": "SectionRegistrySetup", @@ -359,7 +343,7 @@ }, { "parentPluginId": "@kbn/management-settings-section-registry", - "id": "def-common.SectionRegistryStart", + "id": "def-public.SectionRegistryStart", "type": "Type", "tags": [], "label": "SectionRegistryStart", @@ -370,17 +354,17 @@ "{ getGlobalSections: () => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]; getSpacesSections: () => ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]; }" @@ -392,5 +376,21 @@ } ], "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_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index 9095c000b1384..6af5bf8b2821e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/ |-------------------|-----------|------------------------|-----------------| | 20 | 0 | 11 | 0 | -## Common +## Client ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_types.devdocs.json b/api_docs/kbn_management_settings_types.devdocs.json index 613c085d5a7a8..4ae9026a187f5 100644 --- a/api_docs/kbn_management_settings_types.devdocs.json +++ b/api_docs/kbn_management_settings_types.devdocs.json @@ -1,28 +1,12 @@ { "id": "@kbn/management-settings-types", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [], "interfaces": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.CategorizedFields", + "id": "def-public.CategorizedFields", "type": "Interface", "tags": [], "label": "CategorizedFields", @@ -33,7 +17,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.CategorizedFields.Unnamed", + "id": "def-public.CategorizedFields.Unnamed", "type": "IndexSignature", "tags": [], "label": "[category: string]: { count: number; fields: FieldDefinition[]; }", @@ -42,9 +26,9 @@ "[category: string]: { count: number; fields: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -66,7 +50,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.CategoryCounts", + "id": "def-public.CategoryCounts", "type": "Interface", "tags": [], "label": "CategoryCounts", @@ -77,7 +61,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.CategoryCounts.Unnamed", + "id": "def-public.CategoryCounts.Unnamed", "type": "IndexSignature", "tags": [], "label": "[category: string]: number", @@ -94,7 +78,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition", + "id": "def-public.FieldDefinition", "type": "Interface", "tags": [], "label": "FieldDefinition", @@ -104,9 +88,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "" @@ -117,7 +101,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.ariaAttributes", + "id": "def-public.FieldDefinition.ariaAttributes", "type": "Object", "tags": [], "label": "ariaAttributes", @@ -133,7 +117,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.categories", + "id": "def-public.FieldDefinition.categories", "type": "Array", "tags": [], "label": "categories", @@ -149,7 +133,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.defaultValue", + "id": "def-public.FieldDefinition.defaultValue", "type": "Uncategorized", "tags": [], "label": "defaultValue", @@ -165,7 +149,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.defaultValueDisplay", + "id": "def-public.FieldDefinition.defaultValueDisplay", "type": "string", "tags": [], "label": "defaultValueDisplay", @@ -178,7 +162,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.deprecation", + "id": "def-public.FieldDefinition.deprecation", "type": "Object", "tags": [ "see" @@ -203,7 +187,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.description", + "id": "def-public.FieldDefinition.description", "type": "CompoundType", "tags": [], "label": "description", @@ -219,7 +203,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.displayName", + "id": "def-public.FieldDefinition.displayName", "type": "string", "tags": [], "label": "displayName", @@ -232,7 +216,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.groupId", + "id": "def-public.FieldDefinition.groupId", "type": "string", "tags": [], "label": "groupId", @@ -245,7 +229,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.id", + "id": "def-public.FieldDefinition.id", "type": "string", "tags": [], "label": "id", @@ -258,7 +242,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.isCustom", + "id": "def-public.FieldDefinition.isCustom", "type": "boolean", "tags": [], "label": "isCustom", @@ -271,7 +255,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.isDefaultValue", + "id": "def-public.FieldDefinition.isDefaultValue", "type": "boolean", "tags": [], "label": "isDefaultValue", @@ -284,7 +268,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.isOverridden", + "id": "def-public.FieldDefinition.isOverridden", "type": "boolean", "tags": [], "label": "isOverridden", @@ -297,7 +281,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.isReadOnly", + "id": "def-public.FieldDefinition.isReadOnly", "type": "boolean", "tags": [], "label": "isReadOnly", @@ -310,7 +294,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.metric", + "id": "def-public.FieldDefinition.metric", "type": "Object", "tags": [], "label": "metric", @@ -326,7 +310,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.name", + "id": "def-public.FieldDefinition.name", "type": "string", "tags": [], "label": "name", @@ -339,7 +323,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.options", + "id": "def-public.FieldDefinition.options", "type": "Object", "tags": [], "label": "options", @@ -355,7 +339,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.order", + "id": "def-public.FieldDefinition.order", "type": "number", "tags": [], "label": "order", @@ -371,7 +355,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.requiresPageReload", + "id": "def-public.FieldDefinition.requiresPageReload", "type": "boolean", "tags": [], "label": "requiresPageReload", @@ -384,7 +368,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.savedValue", + "id": "def-public.FieldDefinition.savedValue", "type": "Uncategorized", "tags": [], "label": "savedValue", @@ -400,7 +384,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.type", + "id": "def-public.FieldDefinition.type", "type": "Uncategorized", "tags": [ "see" @@ -418,7 +402,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.FieldDefinition.unsavedFieldId", + "id": "def-public.FieldDefinition.unsavedFieldId", "type": "string", "tags": [], "label": "unsavedFieldId", @@ -434,7 +418,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SelectFieldDefinition", + "id": "def-public.SelectFieldDefinition", "type": "Interface", "tags": [], "label": "SelectFieldDefinition", @@ -444,17 +428,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.SelectFieldDefinition", + "section": "def-public.SelectFieldDefinition", "text": "SelectFieldDefinition" }, " extends ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"select\", string | null>" @@ -465,7 +449,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SelectFieldDefinition.options", + "id": "def-public.SelectFieldDefinition.options", "type": "Object", "tags": [], "label": "options", @@ -484,7 +468,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingsCapabilities", + "id": "def-public.SettingsCapabilities", "type": "Interface", "tags": [], "label": "SettingsCapabilities", @@ -495,7 +479,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingsCapabilities.spaceSettings", + "id": "def-public.SettingsCapabilities.spaceSettings", "type": "Object", "tags": [], "label": "spaceSettings", @@ -509,7 +493,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingsCapabilities.globalSettings", + "id": "def-public.SettingsCapabilities.globalSettings", "type": "Object", "tags": [], "label": "globalSettings", @@ -526,7 +510,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingsTabs", + "id": "def-public.SettingsTabs", "type": "Interface", "tags": [], "label": "SettingsTabs", @@ -537,7 +521,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingsTabs.Unnamed", + "id": "def-public.SettingsTabs.Unnamed", "type": "IndexSignature", "tags": [], "label": "[id: string]: { name: string; fields: FieldDefinition[]; categoryCounts: CategoryCounts; callOutTitle: string; callOutText: string; sections: RegistryEntry[]; isSavingEnabled: boolean; }", @@ -546,9 +530,9 @@ "[id: string]: { name: string; fields: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -562,17 +546,17 @@ ", string | number | boolean | (string | number)[] | null | undefined>[]; categoryCounts: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.CategoryCounts", + "section": "def-public.CategoryCounts", "text": "CategoryCounts" }, "; callOutTitle: string; callOutText: string; sections: ", { "pluginId": "@kbn/management-settings-section-registry", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsSectionRegistryPluginApi", - "section": "def-common.RegistryEntry", + "section": "def-public.RegistryEntry", "text": "RegistryEntry" }, "[]; isSavingEnabled: boolean; }" @@ -586,7 +570,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UiSettingMetadata", + "id": "def-public.UiSettingMetadata", "type": "Interface", "tags": [], "label": "UiSettingMetadata", @@ -596,17 +580,17 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, " extends ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSetting", + "section": "def-public.UiSetting", "text": "UiSetting" }, "" @@ -617,7 +601,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UiSettingMetadata.type", + "id": "def-public.UiSettingMetadata.type", "type": "Uncategorized", "tags": [ "see" @@ -635,7 +619,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UiSettingMetadata.value", + "id": "def-public.UiSettingMetadata.value", "type": "Uncategorized", "tags": [], "label": "value", @@ -651,7 +635,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UiSettingMetadata.userValue", + "id": "def-public.UiSettingMetadata.userValue", "type": "Uncategorized", "tags": [], "label": "userValue", @@ -670,7 +654,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChange", + "id": "def-public.UnsavedFieldChange", "type": "Interface", "tags": [], "label": "UnsavedFieldChange", @@ -680,9 +664,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "" @@ -693,7 +677,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChange.type", + "id": "def-public.UnsavedFieldChange.type", "type": "Uncategorized", "tags": [ "see" @@ -711,7 +695,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChange.error", + "id": "def-public.UnsavedFieldChange.error", "type": "CompoundType", "tags": [], "label": "error", @@ -727,7 +711,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChange.isInvalid", + "id": "def-public.UnsavedFieldChange.isInvalid", "type": "CompoundType", "tags": [], "label": "isInvalid", @@ -743,7 +727,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChange.unsavedValue", + "id": "def-public.UnsavedFieldChange.unsavedValue", "type": "CompoundType", "tags": [], "label": "unsavedValue", @@ -753,9 +737,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined" @@ -772,7 +756,7 @@ "misc": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ArrayFieldDefinition", + "id": "def-public.ArrayFieldDefinition", "type": "Type", "tags": [], "label": "ArrayFieldDefinition", @@ -782,9 +766,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"array\", (string | number)[] | null>" @@ -796,7 +780,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ArraySettingType", + "id": "def-public.ArraySettingType", "type": "Type", "tags": [], "label": "ArraySettingType", @@ -813,7 +797,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ArrayUiSettingMetadata", + "id": "def-public.ArrayUiSettingMetadata", "type": "Type", "tags": [], "label": "ArrayUiSettingMetadata", @@ -823,9 +807,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"array\", (string | number)[] | null>" @@ -837,7 +821,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ArrayUnsavedFieldChange", + "id": "def-public.ArrayUnsavedFieldChange", "type": "Type", "tags": [], "label": "ArrayUnsavedFieldChange", @@ -847,9 +831,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"array\">" @@ -861,7 +845,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.BooleanFieldDefinition", + "id": "def-public.BooleanFieldDefinition", "type": "Type", "tags": [], "label": "BooleanFieldDefinition", @@ -871,9 +855,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"boolean\", boolean | null>" @@ -885,7 +869,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.BooleanSettingType", + "id": "def-public.BooleanSettingType", "type": "Type", "tags": [], "label": "BooleanSettingType", @@ -902,7 +886,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.BooleanUiSettingMetadata", + "id": "def-public.BooleanUiSettingMetadata", "type": "Type", "tags": [], "label": "BooleanUiSettingMetadata", @@ -912,9 +896,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"boolean\", boolean | null>" @@ -926,7 +910,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.BooleanUnsavedFieldChange", + "id": "def-public.BooleanUnsavedFieldChange", "type": "Type", "tags": [], "label": "BooleanUnsavedFieldChange", @@ -936,9 +920,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"boolean\">" @@ -950,7 +934,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ColorFieldDefinition", + "id": "def-public.ColorFieldDefinition", "type": "Type", "tags": [], "label": "ColorFieldDefinition", @@ -960,9 +944,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"color\", string | null>" @@ -974,7 +958,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ColorUiSettingMetadata", + "id": "def-public.ColorUiSettingMetadata", "type": "Type", "tags": [], "label": "ColorUiSettingMetadata", @@ -984,9 +968,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"color\", string | null>" @@ -998,7 +982,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ColorUnsavedFieldChange", + "id": "def-public.ColorUnsavedFieldChange", "type": "Type", "tags": [], "label": "ColorUnsavedFieldChange", @@ -1008,9 +992,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"color\">" @@ -1022,7 +1006,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ImageFieldDefinition", + "id": "def-public.ImageFieldDefinition", "type": "Type", "tags": [], "label": "ImageFieldDefinition", @@ -1032,9 +1016,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"image\", string | null>" @@ -1046,7 +1030,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ImageUiSettingMetadata", + "id": "def-public.ImageUiSettingMetadata", "type": "Type", "tags": [], "label": "ImageUiSettingMetadata", @@ -1056,9 +1040,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"image\", string | null>" @@ -1070,7 +1054,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ImageUnsavedFieldChange", + "id": "def-public.ImageUnsavedFieldChange", "type": "Type", "tags": [], "label": "ImageUnsavedFieldChange", @@ -1080,9 +1064,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"image\">" @@ -1094,7 +1078,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.JsonFieldDefinition", + "id": "def-public.JsonFieldDefinition", "type": "Type", "tags": [], "label": "JsonFieldDefinition", @@ -1104,9 +1088,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"json\", string | null>" @@ -1118,7 +1102,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.JsonUiSettingMetadata", + "id": "def-public.JsonUiSettingMetadata", "type": "Type", "tags": [], "label": "JsonUiSettingMetadata", @@ -1128,9 +1112,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"json\", string | null>" @@ -1142,7 +1126,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.JsonUnsavedFieldChange", + "id": "def-public.JsonUnsavedFieldChange", "type": "Type", "tags": [], "label": "JsonUnsavedFieldChange", @@ -1152,9 +1136,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"json\">" @@ -1166,7 +1150,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.KnownTypeToMetadata", + "id": "def-public.KnownTypeToMetadata", "type": "Type", "tags": [], "label": "KnownTypeToMetadata", @@ -1177,81 +1161,81 @@ "T extends \"array\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ArrayUiSettingMetadata", + "section": "def-public.ArrayUiSettingMetadata", "text": "ArrayUiSettingMetadata" }, " : T extends \"boolean\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.BooleanUiSettingMetadata", + "section": "def-public.BooleanUiSettingMetadata", "text": "BooleanUiSettingMetadata" }, " : T extends \"color\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ColorUiSettingMetadata", + "section": "def-public.ColorUiSettingMetadata", "text": "ColorUiSettingMetadata" }, " : T extends \"image\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.ImageUiSettingMetadata", + "section": "def-public.ImageUiSettingMetadata", "text": "ImageUiSettingMetadata" }, " : T extends \"json\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.JsonUiSettingMetadata", + "section": "def-public.JsonUiSettingMetadata", "text": "JsonUiSettingMetadata" }, " : T extends \"markdown\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.MarkdownUiSettingMetadata", + "section": "def-public.MarkdownUiSettingMetadata", "text": "MarkdownUiSettingMetadata" }, " : T extends \"number\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.NumberUiSettingMetadata", + "section": "def-public.NumberUiSettingMetadata", "text": "NumberUiSettingMetadata" }, " : T extends \"select\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.SelectUiSettingMetadata", + "section": "def-public.SelectUiSettingMetadata", "text": "SelectUiSettingMetadata" }, " : T extends \"string\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.StringUiSettingMetadata", + "section": "def-public.StringUiSettingMetadata", "text": "StringUiSettingMetadata" }, " : T extends \"undefined\" ? ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UndefinedUiSettingMetadata", + "section": "def-public.UndefinedUiSettingMetadata", "text": "UndefinedUiSettingMetadata" }, " : never" @@ -1263,7 +1247,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.KnownTypeToValue", + "id": "def-public.KnownTypeToValue", "type": "Type", "tags": [], "label": "KnownTypeToValue", @@ -1280,7 +1264,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.MarkdownFieldDefinition", + "id": "def-public.MarkdownFieldDefinition", "type": "Type", "tags": [], "label": "MarkdownFieldDefinition", @@ -1290,9 +1274,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"markdown\", string | null>" @@ -1304,7 +1288,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.MarkdownUiSettingMetadata", + "id": "def-public.MarkdownUiSettingMetadata", "type": "Type", "tags": [], "label": "MarkdownUiSettingMetadata", @@ -1314,9 +1298,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"markdown\", string | null>" @@ -1328,7 +1312,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.MarkdownUnsavedFieldChange", + "id": "def-public.MarkdownUnsavedFieldChange", "type": "Type", "tags": [], "label": "MarkdownUnsavedFieldChange", @@ -1338,9 +1322,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"markdown\">" @@ -1352,7 +1336,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.NumberFieldDefinition", + "id": "def-public.NumberFieldDefinition", "type": "Type", "tags": [], "label": "NumberFieldDefinition", @@ -1362,9 +1346,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"number\", number | null>" @@ -1376,7 +1360,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.NumberSettingType", + "id": "def-public.NumberSettingType", "type": "Type", "tags": [], "label": "NumberSettingType", @@ -1393,7 +1377,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.NumberUiSettingMetadata", + "id": "def-public.NumberUiSettingMetadata", "type": "Type", "tags": [], "label": "NumberUiSettingMetadata", @@ -1403,9 +1387,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"number\", number | null>" @@ -1417,7 +1401,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.NumberUnsavedFieldChange", + "id": "def-public.NumberUnsavedFieldChange", "type": "Type", "tags": [], "label": "NumberUnsavedFieldChange", @@ -1427,9 +1411,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"number\">" @@ -1441,7 +1425,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.OnFieldChangeFn", + "id": "def-public.OnFieldChangeFn", "type": "Type", "tags": [], "label": "OnFieldChangeFn", @@ -1452,9 +1436,9 @@ "(id: string, change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined) => void" @@ -1466,7 +1450,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.OnFieldChangeFn.$1", + "id": "def-public.OnFieldChangeFn.$1", "type": "string", "tags": [], "label": "id", @@ -1479,7 +1463,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.OnFieldChangeFn.$2", + "id": "def-public.OnFieldChangeFn.$2", "type": "Object", "tags": [], "label": "change", @@ -1489,9 +1473,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -1505,7 +1489,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.OnInputChangeFn", + "id": "def-public.OnInputChangeFn", "type": "Type", "tags": [], "label": "OnInputChangeFn", @@ -1516,9 +1500,9 @@ "(change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined) => void" @@ -1530,7 +1514,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.OnInputChangeFn.$1", + "id": "def-public.OnInputChangeFn.$1", "type": "Object", "tags": [], "label": "change", @@ -1540,9 +1524,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -1556,7 +1540,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.ResetInputRef", + "id": "def-public.ResetInputRef", "type": "Type", "tags": [], "label": "ResetInputRef", @@ -1573,7 +1557,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SelectUiSettingMetadata", + "id": "def-public.SelectUiSettingMetadata", "type": "Type", "tags": [], "label": "SelectUiSettingMetadata", @@ -1583,9 +1567,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"select\", string | null>" @@ -1597,7 +1581,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SelectUnsavedFieldChange", + "id": "def-public.SelectUnsavedFieldChange", "type": "Type", "tags": [], "label": "SelectUnsavedFieldChange", @@ -1607,9 +1591,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"select\">" @@ -1621,7 +1605,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.SettingType", + "id": "def-public.SettingType", "type": "Type", "tags": [], "label": "SettingType", @@ -1638,7 +1622,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.StringFieldDefinition", + "id": "def-public.StringFieldDefinition", "type": "Type", "tags": [], "label": "StringFieldDefinition", @@ -1648,9 +1632,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"string\", string | null>" @@ -1662,7 +1646,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.StringSettingType", + "id": "def-public.StringSettingType", "type": "Type", "tags": [], "label": "StringSettingType", @@ -1679,7 +1663,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.StringUiSettingMetadata", + "id": "def-public.StringUiSettingMetadata", "type": "Type", "tags": [], "label": "StringUiSettingMetadata", @@ -1689,9 +1673,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"string\", string | null>" @@ -1703,7 +1687,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.StringUnsavedFieldChange", + "id": "def-public.StringUnsavedFieldChange", "type": "Type", "tags": [], "label": "StringUnsavedFieldChange", @@ -1713,9 +1697,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"string\">" @@ -1727,7 +1711,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UiSetting", + "id": "def-public.UiSetting", "type": "Type", "tags": [], "label": "UiSetting", @@ -1737,9 +1721,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.PublicUiSettingsParams", + "section": "def-public.PublicUiSettingsParams", "text": "PublicUiSettingsParams" }, " & ", @@ -1759,7 +1743,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UndefinedFieldDefinition", + "id": "def-public.UndefinedFieldDefinition", "type": "Type", "tags": [], "label": "UndefinedFieldDefinition", @@ -1769,9 +1753,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<\"undefined\", null | undefined>" @@ -1783,7 +1767,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UndefinedSettingType", + "id": "def-public.UndefinedSettingType", "type": "Type", "tags": [], "label": "UndefinedSettingType", @@ -1800,7 +1784,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UndefinedUiSettingMetadata", + "id": "def-public.UndefinedUiSettingMetadata", "type": "Type", "tags": [], "label": "UndefinedUiSettingMetadata", @@ -1810,9 +1794,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<\"undefined\", null | undefined>" @@ -1824,7 +1808,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UndefinedUnsavedFieldChange", + "id": "def-public.UndefinedUnsavedFieldChange", "type": "Type", "tags": [], "label": "UndefinedUnsavedFieldChange", @@ -1834,9 +1818,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<\"undefined\">" @@ -1848,7 +1832,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.UnsavedFieldChanges", + "id": "def-public.UnsavedFieldChanges", "type": "Type", "tags": [], "label": "UnsavedFieldChanges", @@ -1857,9 +1841,9 @@ "{ [x: string]: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, "<", @@ -1879,7 +1863,7 @@ }, { "parentPluginId": "@kbn/management-settings-types", - "id": "def-common.Value", + "id": "def-public.Value", "type": "Type", "tags": [], "label": "Value", @@ -1896,5 +1880,21 @@ } ], "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_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index 522f794fd5c45..c3b277d5c2133 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 88 | 0 | 10 | 0 | -## Common +## Client ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_management_settings_utilities.devdocs.json b/api_docs/kbn_management_settings_utilities.devdocs.json index 2473fd5ea16f5..8c6fc7bcd6e3f 100644 --- a/api_docs/kbn_management_settings_utilities.devdocs.json +++ b/api_docs/kbn_management_settings_utilities.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/management-settings-utilities", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.categorizeFields", + "id": "def-public.categorizeFields", "type": "Function", "tags": [], "label": "categorizeFields", @@ -30,9 +14,9 @@ "(fields: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -46,9 +30,9 @@ ", string | number | boolean | (string | number)[] | null | undefined>[]) => ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.CategorizedFields", + "section": "def-public.CategorizedFields", "text": "CategorizedFields" } ], @@ -58,7 +42,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.categorizeFields.$1", + "id": "def-public.categorizeFields.$1", "type": "Array", "tags": [], "label": "fields", @@ -66,9 +50,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -92,7 +76,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getCategoryCounts", + "id": "def-public.getCategoryCounts", "type": "Function", "tags": [], "label": "getCategoryCounts", @@ -103,9 +87,9 @@ "(fields: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -119,9 +103,9 @@ ", string | number | boolean | (string | number)[] | null | undefined>[]) => ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.CategoryCounts", + "section": "def-public.CategoryCounts", "text": "CategoryCounts" } ], @@ -131,7 +115,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getCategoryCounts.$1", + "id": "def-public.getCategoryCounts.$1", "type": "Array", "tags": [], "label": "fields", @@ -141,9 +125,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, "<", @@ -169,7 +153,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getCategoryName", + "id": "def-public.getCategoryName", "type": "Function", "tags": [], "label": "getCategoryName", @@ -183,7 +167,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getCategoryName.$1", + "id": "def-public.getCategoryName.$1", "type": "string", "tags": [], "label": "category", @@ -202,7 +186,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -218,7 +202,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -235,7 +219,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -256,7 +240,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -272,7 +256,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -289,7 +273,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -310,7 +294,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -326,7 +310,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -343,7 +327,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -364,7 +348,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -380,7 +364,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -397,7 +381,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -418,7 +402,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -434,7 +418,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -451,7 +435,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -472,7 +456,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -488,7 +472,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -505,7 +489,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -526,7 +510,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -542,7 +526,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -559,7 +543,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -580,7 +564,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -596,7 +580,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -613,7 +597,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -634,7 +618,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -650,7 +634,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -667,7 +651,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -688,7 +672,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -704,7 +688,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -721,7 +705,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -742,7 +726,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue", + "id": "def-public.getFieldInputValue", "type": "Function", "tags": [], "label": "getFieldInputValue", @@ -753,9 +737,9 @@ "(field: F, change: C | undefined) => (boolean | ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined)[]" @@ -766,7 +750,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$1", + "id": "def-public.getFieldInputValue.$1", "type": "Object", "tags": [], "label": "field", @@ -783,7 +767,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.getFieldInputValue.$2", + "id": "def-public.getFieldInputValue.$2", "type": "Object", "tags": [], "label": "change", @@ -804,7 +788,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.hasUnsavedChange", + "id": "def-public.hasUnsavedChange", "type": "Function", "tags": [], "label": "hasUnsavedChange", @@ -823,25 +807,25 @@ ">(field: Pick<", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, " | null>, \"defaultValue\" | \"savedValue\">, unsavedChange?: Pick<", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, ", \"unsavedValue\"> | undefined) => boolean" @@ -852,7 +836,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.hasUnsavedChange.$1", + "id": "def-public.hasUnsavedChange.$1", "type": "Object", "tags": [], "label": "field", @@ -863,17 +847,17 @@ "Pick<", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.FieldDefinition", + "section": "def-public.FieldDefinition", "text": "FieldDefinition" }, " | null>, \"defaultValue\" | \"savedValue\">" @@ -885,7 +869,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.hasUnsavedChange.$2", + "id": "def-public.hasUnsavedChange.$2", "type": "Object", "tags": [], "label": "unsavedChange", @@ -896,9 +880,9 @@ "Pick<", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, ", \"unsavedValue\"> | undefined" @@ -914,7 +898,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isFieldDefaultValue", + "id": "def-public.isFieldDefaultValue", "type": "Function", "tags": [], "label": "isFieldDefaultValue", @@ -930,7 +914,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isFieldDefaultValue.$1", + "id": "def-public.isFieldDefaultValue.$1", "type": "Object", "tags": [], "label": "field", @@ -947,7 +931,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isFieldDefaultValue.$2", + "id": "def-public.isFieldDefaultValue.$2", "type": "Object", "tags": [], "label": "change", @@ -968,7 +952,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isSettingDefaultValue", + "id": "def-public.isSettingDefaultValue", "type": "Function", "tags": [], "label": "isSettingDefaultValue", @@ -979,9 +963,9 @@ "(setting: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<", @@ -995,9 +979,9 @@ ", string | number | boolean | (string | number)[] | null | undefined>, userValue?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.Value", + "section": "def-public.Value", "text": "Value" }, ") => boolean" @@ -1008,7 +992,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isSettingDefaultValue.$1", + "id": "def-public.isSettingDefaultValue.$1", "type": "Object", "tags": [], "label": "setting", @@ -1018,9 +1002,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UiSettingMetadata", + "section": "def-public.UiSettingMetadata", "text": "UiSettingMetadata" }, "<", @@ -1040,7 +1024,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.isSettingDefaultValue.$2", + "id": "def-public.isSettingDefaultValue.$2", "type": "CompoundType", "tags": [], "label": "userValue", @@ -1050,9 +1034,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.Value", + "section": "def-public.Value", "text": "Value" } ], @@ -1069,7 +1053,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.normalizeSettings", + "id": "def-public.normalizeSettings", "type": "Function", "tags": [], "label": "normalizeSettings", @@ -1080,9 +1064,9 @@ "(rawSettings: RawSettings) => Record(params: ", { "pluginId": "@kbn/management-settings-utilities", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsUtilitiesPluginApi", - "section": "def-common.UseUpdateParameters", + "section": "def-public.UseUpdateParameters", "text": "UseUpdateParameters" }, ") => ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.OnInputChangeFn", + "section": "def-public.OnInputChangeFn", "text": "OnInputChangeFn" }, "" @@ -1164,7 +1148,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.useUpdate.$1", + "id": "def-public.useUpdate.$1", "type": "Object", "tags": [], "label": "params", @@ -1174,9 +1158,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-utilities", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsUtilitiesPluginApi", - "section": "def-common.UseUpdateParameters", + "section": "def-public.UseUpdateParameters", "text": "UseUpdateParameters" }, "" @@ -1196,7 +1180,7 @@ "interfaces": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.UseUpdateParameters", + "id": "def-public.UseUpdateParameters", "type": "Interface", "tags": [], "label": "UseUpdateParameters", @@ -1204,9 +1188,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-utilities", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsUtilitiesPluginApi", - "section": "def-common.UseUpdateParameters", + "section": "def-public.UseUpdateParameters", "text": "UseUpdateParameters" }, "" @@ -1217,7 +1201,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.UseUpdateParameters.onInputChange", + "id": "def-public.UseUpdateParameters.onInputChange", "type": "Function", "tags": [], "label": "onInputChange", @@ -1228,9 +1212,9 @@ "(change?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined) => void" @@ -1242,7 +1226,7 @@ "children": [ { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.UseUpdateParameters.onInputChange.$1", + "id": "def-public.UseUpdateParameters.onInputChange.$1", "type": "Object", "tags": [], "label": "change", @@ -1250,9 +1234,9 @@ "signature": [ { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.UnsavedFieldChange", + "section": "def-public.UnsavedFieldChange", "text": "UnsavedFieldChange" }, " | undefined" @@ -1265,7 +1249,7 @@ }, { "parentPluginId": "@kbn/management-settings-utilities", - "id": "def-common.UseUpdateParameters.field", + "id": "def-public.UseUpdateParameters.field", "type": "Object", "tags": [], "label": "field", @@ -1276,17 +1260,17 @@ "{ defaultValue?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined; savedValue?: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.KnownTypeToValue", + "section": "def-public.KnownTypeToValue", "text": "KnownTypeToValue" }, " | null | undefined; }" @@ -1302,5 +1286,21 @@ "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_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index d8dfdf4c094f8..18d3b7b6669c5 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 56 | 0 | 6 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index 334acc1c21ac3..817d0e0d4dba0 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-29 +date: 2024-07-30 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 0f3fc23cfb0cb..568be497d64c3 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-29 +date: 2024-07-30 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 6d8014e6e71a9..eb91be891e0d6 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-29 +date: 2024-07-30 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 5504da9c7b8fd..4a1dced5d0be5 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-29 +date: 2024-07-30 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 2aaa2ba81c302..5fa59874cc31c 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-29 +date: 2024-07-30 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 caa9dcf6c32f5..a81a9dd9a020b 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_category_validator.devdocs.json index 85ecf12a71576..701517ae7cecc 100644 --- a/api_docs/kbn_ml_category_validator.devdocs.json +++ b/api_docs/kbn_ml_category_validator.devdocs.json @@ -34,9 +34,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, ") => { validateCategoryExamples: (indexPatternTitle: string, query: ", @@ -111,9 +111,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" } ], diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index f0cea58d4bd6a..48bc0f2f2c82e 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-29 +date: 2024-07-30 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 ce7de88e42df0..5953aaae49da4 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-29 +date: 2024-07-30 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 48f096ac9c792..92052f202d30c 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_data_grid.devdocs.json index 14fcad6d9b0ad..4dc6995834844 100644 --- a/api_docs/kbn_ml_data_grid.devdocs.json +++ b/api_docs/kbn_ml_data_grid.devdocs.json @@ -829,9 +829,9 @@ "(e: unknown, toastNotifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, ") => void" @@ -869,9 +869,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -2515,9 +2515,9 @@ "signature": [ { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.TimeRange", + "section": "def-public.TimeRange", "text": "TimeRange" }, " | undefined" diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index 31eaa886e0c2e..2f3a154543fb2 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_date_picker.devdocs.json index c07148653d9d9..092772ed4e32d 100644 --- a/api_docs/kbn_ml_date_picker.devdocs.json +++ b/api_docs/kbn_ml_date_picker.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/ml-date-picker", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerContextProvider", + "id": "def-public.DatePickerContextProvider", "type": "Function", "tags": [ "type" @@ -34,9 +18,9 @@ "(props: React.PropsWithChildren>) => JSX.Element" @@ -47,7 +31,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerContextProvider.$1", + "id": "def-public.DatePickerContextProvider.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -58,9 +42,9 @@ "React.PropsWithChildren>" @@ -78,7 +62,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerWrapper", + "id": "def-public.DatePickerWrapper", "type": "Function", "tags": [ "type" @@ -96,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerWrapper.$1", + "id": "def-public.DatePickerWrapper.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -119,7 +103,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelector", + "id": "def-public.FullTimeRangeSelector", "type": "Function", "tags": [ "type" @@ -132,9 +116,9 @@ "(props: React.PropsWithChildren<", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.FullTimeRangeSelectorProps", + "section": "def-public.FullTimeRangeSelectorProps", "text": "FullTimeRangeSelectorProps" }, ">) => JSX.Element" @@ -145,7 +129,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelector.$1", + "id": "def-public.FullTimeRangeSelector.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -156,9 +140,9 @@ "React.PropsWithChildren<", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.FullTimeRangeSelectorProps", + "section": "def-public.FullTimeRangeSelectorProps", "text": "FullTimeRangeSelectorProps" }, ">" @@ -176,7 +160,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.getTimeFieldRange", + "id": "def-public.getTimeFieldRange", "type": "Function", "tags": [], "label": "getTimeFieldRange", @@ -187,9 +171,9 @@ "(options: GetTimeFieldRangeOptions) => Promise<", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.GetTimeFieldRangeResponse", + "section": "def-public.GetTimeFieldRangeResponse", "text": "GetTimeFieldRangeResponse" }, ">" @@ -200,7 +184,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.getTimeFieldRange.$1", + "id": "def-public.getTimeFieldRange.$1", "type": "Object", "tags": [], "label": "options", @@ -223,7 +207,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.getTimeFilterRange", + "id": "def-public.getTimeFilterRange", "type": "Function", "tags": [], "label": "getTimeFilterRange", @@ -242,9 +226,9 @@ ") => ", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.TimeRange", + "section": "def-public.TimeRange", "text": "TimeRange" } ], @@ -254,7 +238,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.getTimeFilterRange.$1", + "id": "def-public.getTimeFilterRange.$1", "type": "Object", "tags": [], "label": "timefilter", @@ -283,7 +267,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useRefresh", + "id": "def-public.useRefresh", "type": "Function", "tags": [], "label": "useRefresh", @@ -294,9 +278,9 @@ "() => ", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.Refresh", + "section": "def-public.Refresh", "text": "Refresh" }, " | undefined" @@ -310,7 +294,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useRefreshIntervalUpdates", + "id": "def-public.useRefreshIntervalUpdates", "type": "Function", "tags": [], "label": "useRefreshIntervalUpdates", @@ -338,7 +322,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useTimefilter", + "id": "def-public.useTimefilter", "type": "Function", "tags": [], "label": "useTimefilter", @@ -361,7 +345,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useTimefilter.$1", + "id": "def-public.useTimefilter.$1", "type": "Object", "tags": [], "label": "options", @@ -384,7 +368,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useTimeRangeUpdates", + "id": "def-public.useTimeRangeUpdates", "type": "Function", "tags": [], "label": "useTimeRangeUpdates", @@ -407,7 +391,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.useTimeRangeUpdates.$1", + "id": "def-public.useTimeRangeUpdates.$1", "type": "boolean", "tags": [], "label": "absolute", @@ -432,7 +416,7 @@ "interfaces": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies", + "id": "def-public.DatePickerDependencies", "type": "Interface", "tags": [], "label": "DatePickerDependencies", @@ -445,7 +429,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.data", + "id": "def-public.DatePickerDependencies.data", "type": "Object", "tags": [], "label": "data", @@ -467,7 +451,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.http", + "id": "def-public.DatePickerDependencies.http", "type": "Object", "tags": [], "label": "http", @@ -477,9 +461,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -489,7 +473,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.notifications", + "id": "def-public.DatePickerDependencies.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -499,9 +483,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsSetup", + "section": "def-public.NotificationsSetup", "text": "NotificationsSetup" } ], @@ -511,7 +495,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.theme", + "id": "def-public.DatePickerDependencies.theme", "type": "Object", "tags": [], "label": "theme", @@ -521,9 +505,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -533,7 +517,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.uiSettings", + "id": "def-public.DatePickerDependencies.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -543,9 +527,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -555,7 +539,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.uiSettingsKeys", + "id": "def-public.DatePickerDependencies.uiSettingsKeys", "type": "Object", "tags": [], "label": "uiSettingsKeys", @@ -571,7 +555,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.i18n", + "id": "def-public.DatePickerDependencies.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -581,9 +565,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -593,7 +577,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.DatePickerDependencies.showFrozenDataTierChoice", + "id": "def-public.DatePickerDependencies.showFrozenDataTierChoice", "type": "CompoundType", "tags": [], "label": "showFrozenDataTierChoice", @@ -612,7 +596,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps", + "id": "def-public.FullTimeRangeSelectorProps", "type": "Interface", "tags": [], "label": "FullTimeRangeSelectorProps", @@ -625,7 +609,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.frozenDataPreference", + "id": "def-public.FullTimeRangeSelectorProps.frozenDataPreference", "type": "CompoundType", "tags": [], "label": "frozenDataPreference", @@ -641,7 +625,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.setFrozenDataPreference", + "id": "def-public.FullTimeRangeSelectorProps.setFrozenDataPreference", "type": "Function", "tags": [], "label": "setFrozenDataPreference", @@ -652,9 +636,9 @@ "(value: ", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.FrozenTierPreference", + "section": "def-public.FrozenTierPreference", "text": "FrozenTierPreference" }, " | undefined) => void" @@ -665,7 +649,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.setFrozenDataPreference.$1", + "id": "def-public.FullTimeRangeSelectorProps.setFrozenDataPreference.$1", "type": "CompoundType", "tags": [], "label": "value", @@ -675,9 +659,9 @@ "signature": [ { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.FrozenTierPreference", + "section": "def-public.FrozenTierPreference", "text": "FrozenTierPreference" }, " | undefined" @@ -692,7 +676,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.timefilter", + "id": "def-public.FullTimeRangeSelectorProps.timefilter", "type": "Object", "tags": [], "label": "timefilter", @@ -876,7 +860,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.dataView", + "id": "def-public.FullTimeRangeSelectorProps.dataView", "type": "Object", "tags": [], "label": "dataView", @@ -898,7 +882,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.disabled", + "id": "def-public.FullTimeRangeSelectorProps.disabled", "type": "boolean", "tags": [], "label": "disabled", @@ -911,7 +895,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.query", + "id": "def-public.FullTimeRangeSelectorProps.query", "type": "Object", "tags": [], "label": "query", @@ -928,7 +912,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.callback", + "id": "def-public.FullTimeRangeSelectorProps.callback", "type": "Function", "tags": [], "label": "callback", @@ -939,9 +923,9 @@ "((value: ", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.GetTimeFieldRangeResponse", + "section": "def-public.GetTimeFieldRangeResponse", "text": "GetTimeFieldRangeResponse" }, ") => void) | undefined" @@ -952,7 +936,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.callback.$1", + "id": "def-public.FullTimeRangeSelectorProps.callback.$1", "type": "Object", "tags": [], "label": "value", @@ -962,9 +946,9 @@ "signature": [ { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.GetTimeFieldRangeResponse", + "section": "def-public.GetTimeFieldRangeResponse", "text": "GetTimeFieldRangeResponse" } ], @@ -978,7 +962,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FullTimeRangeSelectorProps.apiPath", + "id": "def-public.FullTimeRangeSelectorProps.apiPath", "type": "CompoundType", "tags": [], "label": "apiPath", @@ -988,9 +972,9 @@ "signature": [ { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.SetFullTimeRangeApiPath", + "section": "def-public.SetFullTimeRangeApiPath", "text": "SetFullTimeRangeApiPath" }, " | undefined" @@ -1004,7 +988,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.GetTimeFieldRangeResponse", + "id": "def-public.GetTimeFieldRangeResponse", "type": "Interface", "tags": [], "label": "GetTimeFieldRangeResponse", @@ -1017,7 +1001,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.GetTimeFieldRangeResponse.success", + "id": "def-public.GetTimeFieldRangeResponse.success", "type": "boolean", "tags": [], "label": "success", @@ -1030,7 +1014,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.GetTimeFieldRangeResponse.start", + "id": "def-public.GetTimeFieldRangeResponse.start", "type": "Object", "tags": [], "label": "start", @@ -1046,7 +1030,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.GetTimeFieldRangeResponse.end", + "id": "def-public.GetTimeFieldRangeResponse.end", "type": "Object", "tags": [], "label": "end", @@ -1065,7 +1049,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.Refresh", + "id": "def-public.Refresh", "type": "Interface", "tags": [], "label": "Refresh", @@ -1078,7 +1062,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.Refresh.lastRefresh", + "id": "def-public.Refresh.lastRefresh", "type": "number", "tags": [], "label": "lastRefresh", @@ -1091,7 +1075,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.Refresh.timeRange", + "id": "def-public.Refresh.timeRange", "type": "Object", "tags": [], "label": "timeRange", @@ -1110,7 +1094,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.TimeRange", + "id": "def-public.TimeRange", "type": "Interface", "tags": [], "label": "TimeRange", @@ -1123,7 +1107,7 @@ "children": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.TimeRange.from", + "id": "def-public.TimeRange.from", "type": "number", "tags": [], "label": "from", @@ -1136,7 +1120,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.TimeRange.to", + "id": "def-public.TimeRange.to", "type": "number", "tags": [], "label": "to", @@ -1155,7 +1139,7 @@ "misc": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FrozenTierPreference", + "id": "def-public.FrozenTierPreference", "type": "Type", "tags": [], "label": "FrozenTierPreference", @@ -1172,7 +1156,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.SetFullTimeRangeApiPath", + "id": "def-public.SetFullTimeRangeApiPath", "type": "Type", "tags": [], "label": "SetFullTimeRangeApiPath", @@ -1191,7 +1175,7 @@ "objects": [ { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.FROZEN_TIER_PREFERENCE", + "id": "def-public.FROZEN_TIER_PREFERENCE", "type": "Object", "tags": [], "label": "FROZEN_TIER_PREFERENCE", @@ -1208,7 +1192,7 @@ }, { "parentPluginId": "@kbn/ml-date-picker", - "id": "def-common.mlTimefilterRefresh$", + "id": "def-public.mlTimefilterRefresh$", "type": "Object", "tags": [], "label": "mlTimefilterRefresh$", @@ -1220,9 +1204,9 @@ "<", { "pluginId": "@kbn/ml-date-picker", - "scope": "common", + "scope": "public", "docId": "kibKbnMlDatePickerPluginApi", - "section": "def-common.Refresh", + "section": "def-public.Refresh", "text": "Refresh" }, ">" @@ -1233,5 +1217,21 @@ "initialIsOpen": false } ] + }, + "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_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index f0e1aa45f8c2d..15e8e31cc4929 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi |-------------------|-----------|------------------------|-----------------| | 50 | 0 | 0 | 0 | -## Common +## Client ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index 0c948241ab90b..0820902eebf50 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_error_utils.devdocs.json index 20a36ccb1a796..dc3e72ba8815f 100644 --- a/api_docs/kbn_ml_error_utils.devdocs.json +++ b/api_docs/kbn_ml_error_utils.devdocs.json @@ -520,9 +520,9 @@ " extends ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, "" diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index 9632a98748f78..91cde24aa1572 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-29 +date: 2024-07-30 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 28fa362b71e1f..0492a8c4d55dc 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-29 +date: 2024-07-30 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 921e85ba05caa..52d46119bb597 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-29 +date: 2024-07-30 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 12a1bef386dd8..3f729c19edea1 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_kibana_theme.devdocs.json index f8b71d98e1951..3be69bc9b957c 100644 --- a/api_docs/kbn_ml_kibana_theme.devdocs.json +++ b/api_docs/kbn_ml_kibana_theme.devdocs.json @@ -32,9 +32,9 @@ "(theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ") => { euiTheme: { euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }; }" @@ -53,9 +53,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -83,9 +83,9 @@ "(theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, ") => boolean" @@ -104,9 +104,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index d7a48b5a3d52a..05acf92620392 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-29 +date: 2024-07-30 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 4cfc2d473cb06..35c0cdcaf1fba 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-29 +date: 2024-07-30 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 70329dba206f6..e43404163b252 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-29 +date: 2024-07-30 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 c033dfe6f9fc0..cbe095e8f6776 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-29 +date: 2024-07-30 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 22aa6c57f6a17..4160c05104e8a 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-29 +date: 2024-07-30 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 117351ecab9d4..d781f8d1fd695 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_route_utils.devdocs.json index 772e811fd9f77..5fdddb76ef656 100644 --- a/api_docs/kbn_ml_route_utils.devdocs.json +++ b/api_docs/kbn_ml_route_utils.devdocs.json @@ -32,9 +32,9 @@ "(coreStart: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", name: string, id: string | undefined, type: string) => ", @@ -62,9 +62,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index bf8624eec9d5a..6ac9948b64e5a 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-29 +date: 2024-07-30 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 62f2a052e7834..802f112e5b786 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-29 +date: 2024-07-30 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 cdf8c36ebab82..089cb9d26cc77 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ml_time_buckets.devdocs.json index 8ae68f092fd2b..34126310879bc 100644 --- a/api_docs/kbn_ml_time_buckets.devdocs.json +++ b/api_docs/kbn_ml_time_buckets.devdocs.json @@ -470,9 +470,9 @@ "(uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ") => ", @@ -500,9 +500,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index bb24e9f303992..3a2589c1e09d6 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-29 +date: 2024-07-30 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 67e8c258a0f5f..33ba67927f01f 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-29 +date: 2024-07-30 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 06e362f6fccb6..7923d043bfe56 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-29 +date: 2024-07-30 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 1231e450f3bf0..e619bec88b297 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-29 +date: 2024-07-30 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 174db18f42ec6..e494c022fda3e 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-29 +date: 2024-07-30 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 820173a037ba5..a169f6d3eaea4 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-29 +date: 2024-07-30 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 6d0676494204e..74677a50f0f9d 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-29 +date: 2024-07-30 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 749fe48dd1e7d..aed9c57e4429d 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-29 +date: 2024-07-30 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_rule_utils.mdx b/api_docs/kbn_observability_alerting_rule_utils.mdx index 8e5b653c4fc4b..61a06badbcfcd 100644 --- a/api_docs/kbn_observability_alerting_rule_utils.mdx +++ b/api_docs/kbn_observability_alerting_rule_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-rule-utils title: "@kbn/observability-alerting-rule-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-rule-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-rule-utils'] --- import kbnObservabilityAlertingRuleUtilsObj from './kbn_observability_alerting_rule_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index d240374159f3a..8befee371b647 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-29 +date: 2024-07-30 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 3e7bf265dad46..fd9a44e6e4870 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-29 +date: 2024-07-30 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 466481a8cb583..c96e1227f6630 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-29 +date: 2024-07-30 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 a3ece8349ec73..52db2e344d696 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-29 +date: 2024-07-30 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 8042e3fd16f7e..e9c631e0fcdb6 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-29 +date: 2024-07-30 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 9bfabb4120564..aaf34a043360c 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-29 +date: 2024-07-30 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 7ee316999031f..23de28ae427d0 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-29 +date: 2024-07-30 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 497a1203d15ce..74c9bc0d8f95a 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-29 +date: 2024-07-30 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 b90ae49b2953d..e96e23af38a86 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-29 +date: 2024-07-30 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 248795a916bd8..c931fce0bd6f9 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-29 +date: 2024-07-30 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 f024dfc942ce2..7e18755c7f970 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-29 +date: 2024-07-30 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 9cb89c88ce116..2512de06ab7c7 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.devdocs.json b/api_docs/kbn_presentation_containers.devdocs.json index eb572c472f428..0ab83e67e79ef 100644 --- a/api_docs/kbn_presentation_containers.devdocs.json +++ b/api_docs/kbn_presentation_containers.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/presentation-containers", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanAddNewPanel", + "id": "def-public.apiCanAddNewPanel", "type": "Function", "tags": [], "label": "apiCanAddNewPanel", @@ -32,9 +16,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.CanAddNewPanel", + "section": "def-public.CanAddNewPanel", "text": "CanAddNewPanel" } ], @@ -44,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanAddNewPanel.$1", + "id": "def-public.apiCanAddNewPanel.$1", "type": "Unknown", "tags": [], "label": "api", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanDuplicatePanels", + "id": "def-public.apiCanDuplicatePanels", "type": "Function", "tags": [], "label": "apiCanDuplicatePanels", @@ -72,9 +56,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.CanDuplicatePanels", + "section": "def-public.CanDuplicatePanels", "text": "CanDuplicatePanels" } ], @@ -84,7 +68,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanDuplicatePanels.$1", + "id": "def-public.apiCanDuplicatePanels.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanExpandPanels", + "id": "def-public.apiCanExpandPanels", "type": "Function", "tags": [], "label": "apiCanExpandPanels", @@ -112,9 +96,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.CanExpandPanels", + "section": "def-public.CanExpandPanels", "text": "CanExpandPanels" } ], @@ -124,7 +108,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiCanExpandPanels.$1", + "id": "def-public.apiCanExpandPanels.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -143,7 +127,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasRuntimeChildState", + "id": "def-public.apiHasRuntimeChildState", "type": "Function", "tags": [], "label": "apiHasRuntimeChildState", @@ -152,9 +136,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasRuntimeChildState", + "section": "def-public.HasRuntimeChildState", "text": "HasRuntimeChildState" }, "" @@ -165,7 +149,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasRuntimeChildState.$1", + "id": "def-public.apiHasRuntimeChildState.$1", "type": "Unknown", "tags": [], "label": "api", @@ -184,7 +168,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSaveNotification", + "id": "def-public.apiHasSaveNotification", "type": "Function", "tags": [], "label": "apiHasSaveNotification", @@ -193,9 +177,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSaveNotification", + "section": "def-public.HasSaveNotification", "text": "HasSaveNotification" } ], @@ -205,7 +189,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSaveNotification.$1", + "id": "def-public.apiHasSaveNotification.$1", "type": "Unknown", "tags": [], "label": "api", @@ -224,7 +208,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSerializableState", + "id": "def-public.apiHasSerializableState", "type": "Function", "tags": [], "label": "apiHasSerializableState", @@ -233,9 +217,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializableState", + "section": "def-public.HasSerializableState", "text": "HasSerializableState" }, "" @@ -246,7 +230,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSerializableState.$1", + "id": "def-public.apiHasSerializableState.$1", "type": "Unknown", "tags": [], "label": "api", @@ -265,7 +249,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSerializedChildState", + "id": "def-public.apiHasSerializedChildState", "type": "Function", "tags": [], "label": "apiHasSerializedChildState", @@ -274,9 +258,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializedChildState", + "section": "def-public.HasSerializedChildState", "text": "HasSerializedChildState" }, "" @@ -287,7 +271,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiHasSerializedChildState.$1", + "id": "def-public.apiHasSerializedChildState.$1", "type": "Unknown", "tags": [], "label": "api", @@ -306,7 +290,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiIsPresentationContainer", + "id": "def-public.apiIsPresentationContainer", "type": "Function", "tags": [], "label": "apiIsPresentationContainer", @@ -315,9 +299,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" } ], @@ -327,7 +311,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.apiIsPresentationContainer.$1", + "id": "def-public.apiIsPresentationContainer.$1", "type": "Unknown", "tags": [], "label": "api", @@ -346,7 +330,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.canTrackContentfulRender", + "id": "def-public.canTrackContentfulRender", "type": "Function", "tags": [], "label": "canTrackContentfulRender", @@ -355,9 +339,9 @@ "(root: unknown) => root is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.TrackContentfulRender", + "section": "def-public.TrackContentfulRender", "text": "TrackContentfulRender" } ], @@ -367,7 +351,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.canTrackContentfulRender.$1", + "id": "def-public.canTrackContentfulRender.$1", "type": "Unknown", "tags": [], "label": "root", @@ -386,7 +370,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis", + "id": "def-public.combineCompatibleChildrenApis", "type": "Function", "tags": [], "label": "combineCompatibleChildrenApis", @@ -402,7 +386,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis.$1", + "id": "def-public.combineCompatibleChildrenApis.$1", "type": "Unknown", "tags": [], "label": "api", @@ -417,7 +401,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis.$2", + "id": "def-public.combineCompatibleChildrenApis.$2", "type": "Uncategorized", "tags": [], "label": "observableKey", @@ -432,7 +416,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis.$3", + "id": "def-public.combineCompatibleChildrenApis.$3", "type": "Function", "tags": [], "label": "isCompatible", @@ -447,7 +431,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis.$4", + "id": "def-public.combineCompatibleChildrenApis.$4", "type": "Uncategorized", "tags": [], "label": "emptyState", @@ -462,7 +446,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.combineCompatibleChildrenApis.$5", + "id": "def-public.combineCompatibleChildrenApis.$5", "type": "Function", "tags": [], "label": "flattenMethod", @@ -481,7 +465,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.getContainerParentFromAPI", + "id": "def-public.getContainerParentFromAPI", "type": "Function", "tags": [], "label": "getContainerParentFromAPI", @@ -490,9 +474,9 @@ "(api: unknown) => ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, " | undefined" @@ -503,7 +487,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.getContainerParentFromAPI.$1", + "id": "def-public.getContainerParentFromAPI.$1", "type": "Unknown", "tags": [], "label": "api", @@ -522,7 +506,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.listenForCompatibleApi", + "id": "def-public.listenForCompatibleApi", "type": "Function", "tags": [], "label": "listenForCompatibleApi", @@ -536,7 +520,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.listenForCompatibleApi.$1", + "id": "def-public.listenForCompatibleApi.$1", "type": "Unknown", "tags": [], "label": "parent", @@ -551,7 +535,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.listenForCompatibleApi.$2", + "id": "def-public.listenForCompatibleApi.$2", "type": "Function", "tags": [], "label": "isCompatible", @@ -566,7 +550,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.listenForCompatibleApi.$3", + "id": "def-public.listenForCompatibleApi.$3", "type": "Function", "tags": [], "label": "apiFound", @@ -585,7 +569,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.tracksOverlays", + "id": "def-public.tracksOverlays", "type": "Function", "tags": [], "label": "tracksOverlays", @@ -594,9 +578,9 @@ "(root: unknown) => root is ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.TracksOverlays", + "section": "def-public.TracksOverlays", "text": "TracksOverlays" } ], @@ -606,7 +590,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.tracksOverlays.$1", + "id": "def-public.tracksOverlays.$1", "type": "Unknown", "tags": [], "label": "root", @@ -627,7 +611,7 @@ "interfaces": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanAddNewPanel", + "id": "def-public.CanAddNewPanel", "type": "Interface", "tags": [], "label": "CanAddNewPanel", @@ -640,7 +624,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanAddNewPanel.addNewPanel", + "id": "def-public.CanAddNewPanel.addNewPanel", "type": "Function", "tags": [], "label": "addNewPanel", @@ -649,9 +633,9 @@ "(panel: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, ", displaySuccessMessage?: boolean | undefined) => Promise" @@ -662,7 +646,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanAddNewPanel.addNewPanel.$1", + "id": "def-public.CanAddNewPanel.addNewPanel.$1", "type": "Object", "tags": [], "label": "panel", @@ -670,9 +654,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, "" @@ -684,7 +668,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanAddNewPanel.addNewPanel.$2", + "id": "def-public.CanAddNewPanel.addNewPanel.$2", "type": "CompoundType", "tags": [], "label": "displaySuccessMessage", @@ -705,7 +689,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanDuplicatePanels", + "id": "def-public.CanDuplicatePanels", "type": "Interface", "tags": [], "label": "CanDuplicatePanels", @@ -716,7 +700,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanDuplicatePanels.duplicatePanel", + "id": "def-public.CanDuplicatePanels.duplicatePanel", "type": "Function", "tags": [], "label": "duplicatePanel", @@ -730,7 +714,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanDuplicatePanels.duplicatePanel.$1", + "id": "def-public.CanDuplicatePanels.duplicatePanel.$1", "type": "string", "tags": [], "label": "panelId", @@ -751,7 +735,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanExpandPanels", + "id": "def-public.CanExpandPanels", "type": "Interface", "tags": [], "label": "CanExpandPanels", @@ -762,7 +746,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanExpandPanels.expandPanel", + "id": "def-public.CanExpandPanels.expandPanel", "type": "Function", "tags": [], "label": "expandPanel", @@ -776,7 +760,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanExpandPanels.expandPanel.$1", + "id": "def-public.CanExpandPanels.expandPanel.$1", "type": "string", "tags": [], "label": "panelId", @@ -794,7 +778,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.CanExpandPanels.expandedPanelId", + "id": "def-public.CanExpandPanels.expandedPanelId", "type": "Object", "tags": [], "label": "expandedPanelId", @@ -961,7 +945,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasRuntimeChildState", + "id": "def-public.HasRuntimeChildState", "type": "Interface", "tags": [], "label": "HasRuntimeChildState", @@ -969,9 +953,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasRuntimeChildState", + "section": "def-public.HasRuntimeChildState", "text": "HasRuntimeChildState" }, "" @@ -982,7 +966,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasRuntimeChildState.getRuntimeStateForChild", + "id": "def-public.HasRuntimeChildState.getRuntimeStateForChild", "type": "Function", "tags": [], "label": "getRuntimeStateForChild", @@ -996,7 +980,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasRuntimeChildState.getRuntimeStateForChild.$1", + "id": "def-public.HasRuntimeChildState.getRuntimeStateForChild.$1", "type": "string", "tags": [], "label": "childId", @@ -1017,7 +1001,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSaveNotification", + "id": "def-public.HasSaveNotification", "type": "Interface", "tags": [], "label": "HasSaveNotification", @@ -1028,7 +1012,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSaveNotification.saveNotification$", + "id": "def-public.HasSaveNotification.saveNotification$", "type": "Object", "tags": [], "label": "saveNotification$", @@ -1046,7 +1030,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSerializableState", + "id": "def-public.HasSerializableState", "type": "Interface", "tags": [], "label": "HasSerializableState", @@ -1054,9 +1038,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializableState", + "section": "def-public.HasSerializableState", "text": "HasSerializableState" }, "" @@ -1067,7 +1051,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSerializableState.serializeState", + "id": "def-public.HasSerializableState.serializeState", "type": "Function", "tags": [], "label": "serializeState", @@ -1086,9 +1070,9 @@ "<", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, ">" @@ -1104,7 +1088,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSerializedChildState", + "id": "def-public.HasSerializedChildState", "type": "Interface", "tags": [], "label": "HasSerializedChildState", @@ -1112,9 +1096,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSerializedChildState", + "section": "def-public.HasSerializedChildState", "text": "HasSerializedChildState" }, "" @@ -1125,7 +1109,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSerializedChildState.getSerializedStateForChild", + "id": "def-public.HasSerializedChildState.getSerializedStateForChild", "type": "Function", "tags": [], "label": "getSerializedStateForChild", @@ -1134,9 +1118,9 @@ "(childId: string) => ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, " | undefined" @@ -1147,7 +1131,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSerializedChildState.getSerializedStateForChild.$1", + "id": "def-public.HasSerializedChildState.getSerializedStateForChild.$1", "type": "string", "tags": [], "label": "childId", @@ -1168,7 +1152,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSnapshottableState", + "id": "def-public.HasSnapshottableState", "type": "Interface", "tags": [], "label": "HasSnapshottableState", @@ -1176,9 +1160,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.HasSnapshottableState", + "section": "def-public.HasSnapshottableState", "text": "HasSnapshottableState" }, "" @@ -1189,7 +1173,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.HasSnapshottableState.snapshotRuntimeState", + "id": "def-public.HasSnapshottableState.snapshotRuntimeState", "type": "Function", "tags": [], "label": "snapshotRuntimeState", @@ -1210,7 +1194,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PanelPackage", + "id": "def-public.PanelPackage", "type": "Interface", "tags": [], "label": "PanelPackage", @@ -1218,9 +1202,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, "" @@ -1231,7 +1215,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PanelPackage.panelType", + "id": "def-public.PanelPackage.panelType", "type": "string", "tags": [], "label": "panelType", @@ -1242,7 +1226,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PanelPackage.initialState", + "id": "def-public.PanelPackage.initialState", "type": "Uncategorized", "tags": [], "label": "initialState", @@ -1259,7 +1243,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer", + "id": "def-public.PresentationContainer", "type": "Interface", "tags": [], "label": "PresentationContainer", @@ -1267,17 +1251,17 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, " extends ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.CanAddNewPanel", + "section": "def-public.CanAddNewPanel", "text": "CanAddNewPanel" } ], @@ -1287,7 +1271,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.removePanel", + "id": "def-public.PresentationContainer.removePanel", "type": "Function", "tags": [], "label": "removePanel", @@ -1303,7 +1287,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.removePanel.$1", + "id": "def-public.PresentationContainer.removePanel.$1", "type": "string", "tags": [], "label": "panelId", @@ -1321,7 +1305,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.canRemovePanels", + "id": "def-public.PresentationContainer.canRemovePanels", "type": "Function", "tags": [], "label": "canRemovePanels", @@ -1339,7 +1323,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.replacePanel", + "id": "def-public.PresentationContainer.replacePanel", "type": "Function", "tags": [], "label": "replacePanel", @@ -1350,9 +1334,9 @@ "(idToRemove: string, newPanel: ", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, ") => Promise" @@ -1363,7 +1347,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.replacePanel.$1", + "id": "def-public.PresentationContainer.replacePanel.$1", "type": "string", "tags": [], "label": "idToRemove", @@ -1378,7 +1362,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.replacePanel.$2", + "id": "def-public.PresentationContainer.replacePanel.$2", "type": "Object", "tags": [], "label": "newPanel", @@ -1386,9 +1370,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PanelPackage", + "section": "def-public.PanelPackage", "text": "PanelPackage" }, "" @@ -1403,7 +1387,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.getPanelCount", + "id": "def-public.PresentationContainer.getPanelCount", "type": "Function", "tags": [], "label": "getPanelCount", @@ -1421,7 +1405,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.PresentationContainer.children$", + "id": "def-public.PresentationContainer.children$", "type": "Object", "tags": [], "label": "children$", @@ -1590,7 +1574,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.SerializedPanelState", + "id": "def-public.SerializedPanelState", "type": "Interface", "tags": [], "label": "SerializedPanelState", @@ -1600,9 +1584,9 @@ "signature": [ { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.SerializedPanelState", + "section": "def-public.SerializedPanelState", "text": "SerializedPanelState" }, "" @@ -1613,7 +1597,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.SerializedPanelState.references", + "id": "def-public.SerializedPanelState.references", "type": "Array", "tags": [], "label": "references", @@ -1634,7 +1618,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.SerializedPanelState.rawState", + "id": "def-public.SerializedPanelState.rawState", "type": "Uncategorized", "tags": [], "label": "rawState", @@ -1651,7 +1635,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TrackContentfulRender", + "id": "def-public.TrackContentfulRender", "type": "Interface", "tags": [], "label": "TrackContentfulRender", @@ -1662,7 +1646,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TrackContentfulRender.trackContentfulRender", + "id": "def-public.TrackContentfulRender.trackContentfulRender", "type": "Function", "tags": [], "label": "trackContentfulRender", @@ -1683,7 +1667,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksOverlays", + "id": "def-public.TracksOverlays", "type": "Interface", "tags": [], "label": "TracksOverlays", @@ -1694,7 +1678,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksOverlays.openOverlay", + "id": "def-public.TracksOverlays.openOverlay", "type": "Function", "tags": [], "label": "openOverlay", @@ -1703,9 +1687,9 @@ "(ref: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, ", options?: TracksOverlaysOptions | undefined) => void" @@ -1716,7 +1700,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksOverlays.openOverlay.$1", + "id": "def-public.TracksOverlays.openOverlay.$1", "type": "Object", "tags": [], "label": "ref", @@ -1724,9 +1708,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -1737,7 +1721,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksOverlays.openOverlay.$2", + "id": "def-public.TracksOverlays.openOverlay.$2", "type": "Object", "tags": [], "label": "options", @@ -1755,7 +1739,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksOverlays.clearOverlays", + "id": "def-public.TracksOverlays.clearOverlays", "type": "Function", "tags": [], "label": "clearOverlays", @@ -1774,7 +1758,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksQueryPerformance", + "id": "def-public.TracksQueryPerformance", "type": "Interface", "tags": [], "label": "TracksQueryPerformance", @@ -1785,7 +1769,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksQueryPerformance.firstLoad", + "id": "def-public.TracksQueryPerformance.firstLoad", "type": "boolean", "tags": [], "label": "firstLoad", @@ -1796,7 +1780,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksQueryPerformance.creationStartTime", + "id": "def-public.TracksQueryPerformance.creationStartTime", "type": "number", "tags": [], "label": "creationStartTime", @@ -1810,7 +1794,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksQueryPerformance.creationEndTime", + "id": "def-public.TracksQueryPerformance.creationEndTime", "type": "number", "tags": [], "label": "creationEndTime", @@ -1824,7 +1808,7 @@ }, { "parentPluginId": "@kbn/presentation-containers", - "id": "def-common.TracksQueryPerformance.lastLoadStartTime", + "id": "def-public.TracksQueryPerformance.lastLoadStartTime", "type": "number", "tags": [], "label": "lastLoadStartTime", @@ -1843,5 +1827,21 @@ "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_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 0d36b25d59781..5efbf5383f768 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib |-------------------|-----------|------------------------|-----------------| | 82 | 0 | 71 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_presentation_publishing.devdocs.json b/api_docs/kbn_presentation_publishing.devdocs.json index 55ccc64bd07dd..9fe667edc9f38 100644 --- a/api_docs/kbn_presentation_publishing.devdocs.json +++ b/api_docs/kbn_presentation_publishing.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/presentation-publishing", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiCanAccessViewMode", + "id": "def-public.apiCanAccessViewMode", "type": "Function", "tags": [], "label": "apiCanAccessViewMode", @@ -32,9 +16,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.CanAccessViewMode", + "section": "def-public.CanAccessViewMode", "text": "CanAccessViewMode" } ], @@ -44,7 +28,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiCanAccessViewMode.$1", + "id": "def-public.apiCanAccessViewMode.$1", "type": "Unknown", "tags": [], "label": "api", @@ -63,7 +47,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasAppContext", + "id": "def-public.apiHasAppContext", "type": "Function", "tags": [], "label": "apiHasAppContext", @@ -72,9 +56,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasAppContext", + "section": "def-public.HasAppContext", "text": "HasAppContext" } ], @@ -84,7 +68,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasAppContext.$1", + "id": "def-public.apiHasAppContext.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -103,7 +87,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasDisableTriggers", + "id": "def-public.apiHasDisableTriggers", "type": "Function", "tags": [], "label": "apiHasDisableTriggers", @@ -112,9 +96,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasDisableTriggers", + "section": "def-public.HasDisableTriggers", "text": "HasDisableTriggers" } ], @@ -124,7 +108,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasDisableTriggers.$1", + "id": "def-public.apiHasDisableTriggers.$1", "type": "Unknown", "tags": [], "label": "api", @@ -143,7 +127,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasExecutionContext", + "id": "def-public.apiHasExecutionContext", "type": "Function", "tags": [], "label": "apiHasExecutionContext", @@ -152,9 +136,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasExecutionContext", + "section": "def-public.HasExecutionContext", "text": "HasExecutionContext" } ], @@ -164,7 +148,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasExecutionContext.$1", + "id": "def-public.apiHasExecutionContext.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -183,7 +167,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasInPlaceLibraryTransforms", + "id": "def-public.apiHasInPlaceLibraryTransforms", "type": "Function", "tags": [], "label": "apiHasInPlaceLibraryTransforms", @@ -192,9 +176,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasInPlaceLibraryTransforms", + "section": "def-public.HasInPlaceLibraryTransforms", "text": "HasInPlaceLibraryTransforms" }, "" @@ -205,7 +189,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasInPlaceLibraryTransforms.$1", + "id": "def-public.apiHasInPlaceLibraryTransforms.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -224,7 +208,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasLegacyLibraryTransforms", + "id": "def-public.apiHasLegacyLibraryTransforms", "type": "Function", "tags": [ "deprecated" @@ -235,9 +219,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasLegacyLibraryTransforms", + "section": "def-public.HasLegacyLibraryTransforms", "text": "HasLegacyLibraryTransforms" } ], @@ -265,7 +249,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasLegacyLibraryTransforms.$1", + "id": "def-public.apiHasLegacyLibraryTransforms.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -284,7 +268,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasLibraryTransforms", + "id": "def-public.apiHasLibraryTransforms", "type": "Function", "tags": [], "label": "apiHasLibraryTransforms", @@ -293,9 +277,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasLibraryTransforms", + "section": "def-public.HasLibraryTransforms", "text": "HasLibraryTransforms" }, "" @@ -306,7 +290,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasLibraryTransforms.$1", + "id": "def-public.apiHasLibraryTransforms.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -325,7 +309,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasParentApi", + "id": "def-public.apiHasParentApi", "type": "Function", "tags": [], "label": "apiHasParentApi", @@ -336,9 +320,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, "" @@ -349,7 +333,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasParentApi.$1", + "id": "def-public.apiHasParentApi.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -368,7 +352,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasSupportedTriggers", + "id": "def-public.apiHasSupportedTriggers", "type": "Function", "tags": [], "label": "apiHasSupportedTriggers", @@ -377,9 +361,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasSupportedTriggers", + "section": "def-public.HasSupportedTriggers", "text": "HasSupportedTriggers" } ], @@ -389,7 +373,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasSupportedTriggers.$1", + "id": "def-public.apiHasSupportedTriggers.$1", "type": "Unknown", "tags": [], "label": "api", @@ -408,7 +392,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasType", + "id": "def-public.apiHasType", "type": "Function", "tags": [], "label": "apiHasType", @@ -417,9 +401,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "" @@ -430,7 +414,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasType.$1", + "id": "def-public.apiHasType.$1", "type": "Unknown", "tags": [], "label": "api", @@ -449,7 +433,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasUniqueId", + "id": "def-public.apiHasUniqueId", "type": "Function", "tags": [], "label": "apiHasUniqueId", @@ -458,9 +442,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasUniqueId", + "section": "def-public.HasUniqueId", "text": "HasUniqueId" } ], @@ -470,7 +454,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiHasUniqueId.$1", + "id": "def-public.apiHasUniqueId.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -489,7 +473,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiIsOfType", + "id": "def-public.apiIsOfType", "type": "Function", "tags": [], "label": "apiIsOfType", @@ -498,9 +482,9 @@ "(api: unknown, typeToCheck: T) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "" @@ -511,7 +495,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiIsOfType.$1", + "id": "def-public.apiIsOfType.$1", "type": "Unknown", "tags": [], "label": "api", @@ -526,7 +510,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiIsOfType.$2", + "id": "def-public.apiIsOfType.$2", "type": "Uncategorized", "tags": [], "label": "typeToCheck", @@ -545,7 +529,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesBlockingError", + "id": "def-public.apiPublishesBlockingError", "type": "Function", "tags": [], "label": "apiPublishesBlockingError", @@ -554,9 +538,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesBlockingError", + "section": "def-public.PublishesBlockingError", "text": "PublishesBlockingError" } ], @@ -566,7 +550,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesBlockingError.$1", + "id": "def-public.apiPublishesBlockingError.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -585,7 +569,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDataLoading", + "id": "def-public.apiPublishesDataLoading", "type": "Function", "tags": [], "label": "apiPublishesDataLoading", @@ -594,9 +578,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDataLoading", + "section": "def-public.PublishesDataLoading", "text": "PublishesDataLoading" } ], @@ -606,7 +590,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDataLoading.$1", + "id": "def-public.apiPublishesDataLoading.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -625,7 +609,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDataViews", + "id": "def-public.apiPublishesDataViews", "type": "Function", "tags": [], "label": "apiPublishesDataViews", @@ -634,9 +618,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDataViews", + "section": "def-public.PublishesDataViews", "text": "PublishesDataViews" } ], @@ -646,7 +630,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDataViews.$1", + "id": "def-public.apiPublishesDataViews.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -665,7 +649,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDisabledActionIds", + "id": "def-public.apiPublishesDisabledActionIds", "type": "Function", "tags": [], "label": "apiPublishesDisabledActionIds", @@ -676,9 +660,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDisabledActionIds", + "section": "def-public.PublishesDisabledActionIds", "text": "PublishesDisabledActionIds" } ], @@ -688,7 +672,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesDisabledActionIds.$1", + "id": "def-public.apiPublishesDisabledActionIds.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -707,7 +691,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesFilters", + "id": "def-public.apiPublishesFilters", "type": "Function", "tags": [], "label": "apiPublishesFilters", @@ -716,9 +700,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" } ], @@ -728,7 +712,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesFilters.$1", + "id": "def-public.apiPublishesFilters.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -747,7 +731,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPanelDescription", + "id": "def-public.apiPublishesPanelDescription", "type": "Function", "tags": [], "label": "apiPublishesPanelDescription", @@ -756,9 +740,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelDescription", + "section": "def-public.PublishesPanelDescription", "text": "PublishesPanelDescription" } ], @@ -768,7 +752,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPanelDescription.$1", + "id": "def-public.apiPublishesPanelDescription.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -787,7 +771,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPanelTitle", + "id": "def-public.apiPublishesPanelTitle", "type": "Function", "tags": [], "label": "apiPublishesPanelTitle", @@ -796,9 +780,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" } ], @@ -808,7 +792,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPanelTitle.$1", + "id": "def-public.apiPublishesPanelTitle.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -827,7 +811,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPartialUnifiedSearch", + "id": "def-public.apiPublishesPartialUnifiedSearch", "type": "Function", "tags": [], "label": "apiPublishesPartialUnifiedSearch", @@ -836,9 +820,9 @@ "(unknownApi: unknown) => unknownApi is Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesUnifiedSearch", + "section": "def-public.PublishesUnifiedSearch", "text": "PublishesUnifiedSearch" }, ">" @@ -849,7 +833,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPartialUnifiedSearch.$1", + "id": "def-public.apiPublishesPartialUnifiedSearch.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -868,7 +852,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPhaseEvents", + "id": "def-public.apiPublishesPhaseEvents", "type": "Function", "tags": [], "label": "apiPublishesPhaseEvents", @@ -877,9 +861,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPhaseEvents", + "section": "def-public.PublishesPhaseEvents", "text": "PublishesPhaseEvents" } ], @@ -889,7 +873,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesPhaseEvents.$1", + "id": "def-public.apiPublishesPhaseEvents.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -908,7 +892,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesSavedObjectId", + "id": "def-public.apiPublishesSavedObjectId", "type": "Function", "tags": [], "label": "apiPublishesSavedObjectId", @@ -919,9 +903,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesSavedObjectId", + "section": "def-public.PublishesSavedObjectId", "text": "PublishesSavedObjectId" } ], @@ -931,7 +915,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesSavedObjectId.$1", + "id": "def-public.apiPublishesSavedObjectId.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -950,7 +934,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesTimeRange", + "id": "def-public.apiPublishesTimeRange", "type": "Function", "tags": [], "label": "apiPublishesTimeRange", @@ -959,9 +943,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" } ], @@ -971,7 +955,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesTimeRange.$1", + "id": "def-public.apiPublishesTimeRange.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -990,7 +974,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesTimeslice", + "id": "def-public.apiPublishesTimeslice", "type": "Function", "tags": [], "label": "apiPublishesTimeslice", @@ -999,9 +983,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeslice", + "section": "def-public.PublishesTimeslice", "text": "PublishesTimeslice" } ], @@ -1011,7 +995,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesTimeslice.$1", + "id": "def-public.apiPublishesTimeslice.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1030,7 +1014,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesUnifiedSearch", + "id": "def-public.apiPublishesUnifiedSearch", "type": "Function", "tags": [], "label": "apiPublishesUnifiedSearch", @@ -1039,9 +1023,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesUnifiedSearch", + "section": "def-public.PublishesUnifiedSearch", "text": "PublishesUnifiedSearch" } ], @@ -1051,7 +1035,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesUnifiedSearch.$1", + "id": "def-public.apiPublishesUnifiedSearch.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1070,7 +1054,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesUnsavedChanges", + "id": "def-public.apiPublishesUnsavedChanges", "type": "Function", "tags": [], "label": "apiPublishesUnsavedChanges", @@ -1079,9 +1063,9 @@ "(api: unknown) => api is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesUnsavedChanges", + "section": "def-public.PublishesUnsavedChanges", "text": "PublishesUnsavedChanges" } ], @@ -1091,7 +1075,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesUnsavedChanges.$1", + "id": "def-public.apiPublishesUnsavedChanges.$1", "type": "Unknown", "tags": [], "label": "api", @@ -1110,7 +1094,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesViewMode", + "id": "def-public.apiPublishesViewMode", "type": "Function", "tags": [], "label": "apiPublishesViewMode", @@ -1121,9 +1105,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesViewMode", + "section": "def-public.PublishesViewMode", "text": "PublishesViewMode" } ], @@ -1133,7 +1117,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesViewMode.$1", + "id": "def-public.apiPublishesViewMode.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1152,7 +1136,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritablePanelDescription", + "id": "def-public.apiPublishesWritablePanelDescription", "type": "Function", "tags": [], "label": "apiPublishesWritablePanelDescription", @@ -1161,9 +1145,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesWritablePanelDescription", + "section": "def-public.PublishesWritablePanelDescription", "text": "PublishesWritablePanelDescription" } ], @@ -1173,7 +1157,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritablePanelDescription.$1", + "id": "def-public.apiPublishesWritablePanelDescription.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1192,7 +1176,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritablePanelTitle", + "id": "def-public.apiPublishesWritablePanelTitle", "type": "Function", "tags": [], "label": "apiPublishesWritablePanelTitle", @@ -1201,9 +1185,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesWritablePanelTitle", + "section": "def-public.PublishesWritablePanelTitle", "text": "PublishesWritablePanelTitle" } ], @@ -1213,7 +1197,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritablePanelTitle.$1", + "id": "def-public.apiPublishesWritablePanelTitle.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1232,7 +1216,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritableUnifiedSearch", + "id": "def-public.apiPublishesWritableUnifiedSearch", "type": "Function", "tags": [], "label": "apiPublishesWritableUnifiedSearch", @@ -1241,9 +1225,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesWritableUnifiedSearch", + "section": "def-public.PublishesWritableUnifiedSearch", "text": "PublishesWritableUnifiedSearch" } ], @@ -1253,7 +1237,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritableUnifiedSearch.$1", + "id": "def-public.apiPublishesWritableUnifiedSearch.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1272,7 +1256,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritableViewMode", + "id": "def-public.apiPublishesWritableViewMode", "type": "Function", "tags": [], "label": "apiPublishesWritableViewMode", @@ -1281,9 +1265,9 @@ "(unknownApi: unknown) => unknownApi is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesWritableViewMode", + "section": "def-public.PublishesWritableViewMode", "text": "PublishesWritableViewMode" } ], @@ -1293,7 +1277,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.apiPublishesWritableViewMode.$1", + "id": "def-public.apiPublishesWritableViewMode.$1", "type": "Unknown", "tags": [], "label": "unknownApi", @@ -1312,7 +1296,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.areTriggersDisabled", + "id": "def-public.areTriggersDisabled", "type": "Function", "tags": [], "label": "areTriggersDisabled", @@ -1326,7 +1310,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.areTriggersDisabled.$1", + "id": "def-public.areTriggersDisabled.$1", "type": "Unknown", "tags": [], "label": "api", @@ -1345,7 +1329,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.fetch$", + "id": "def-public.fetch$", "type": "Function", "tags": [], "label": "fetch$", @@ -1356,9 +1340,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.FetchContext", + "section": "def-public.FetchContext", "text": "FetchContext" }, ">" @@ -1369,7 +1353,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.fetch$.$1", + "id": "def-public.fetch$.$1", "type": "Unknown", "tags": [], "label": "api", @@ -1388,7 +1372,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getInheritedViewMode", + "id": "def-public.getInheritedViewMode", "type": "Function", "tags": [], "label": "getInheritedViewMode", @@ -1399,17 +1383,17 @@ "(api?: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.CanAccessViewMode", + "section": "def-public.CanAccessViewMode", "text": "CanAccessViewMode" }, " | undefined) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined" @@ -1420,7 +1404,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getInheritedViewMode.$1", + "id": "def-public.getInheritedViewMode.$1", "type": "CompoundType", "tags": [], "label": "api", @@ -1428,9 +1412,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.CanAccessViewMode", + "section": "def-public.CanAccessViewMode", "text": "CanAccessViewMode" }, " | undefined" @@ -1446,7 +1430,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getInitialValuesFromComparators", + "id": "def-public.getInitialValuesFromComparators", "type": "Function", "tags": [], "label": "getInitialValuesFromComparators", @@ -1455,9 +1439,9 @@ "(comparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, ", comparatorKeys: (keyof StateType)[]) => Partial" @@ -1468,7 +1452,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getInitialValuesFromComparators.$1", + "id": "def-public.getInitialValuesFromComparators.$1", "type": "Object", "tags": [], "label": "comparators", @@ -1476,9 +1460,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, "" @@ -1490,7 +1474,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getInitialValuesFromComparators.$2", + "id": "def-public.getInitialValuesFromComparators.$2", "type": "Array", "tags": [], "label": "comparatorKeys", @@ -1509,7 +1493,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getPanelDescription", + "id": "def-public.getPanelDescription", "type": "Function", "tags": [], "label": "getPanelDescription", @@ -1518,9 +1502,9 @@ "(api: Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelDescription", + "section": "def-public.PublishesPanelDescription", "text": "PublishesPanelDescription" }, ">) => string | undefined" @@ -1531,7 +1515,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getPanelDescription.$1", + "id": "def-public.getPanelDescription.$1", "type": "Object", "tags": [], "label": "api", @@ -1540,9 +1524,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelDescription", + "section": "def-public.PublishesPanelDescription", "text": "PublishesPanelDescription" }, ">" @@ -1558,7 +1542,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getPanelTitle", + "id": "def-public.getPanelTitle", "type": "Function", "tags": [], "label": "getPanelTitle", @@ -1567,9 +1551,9 @@ "(api: Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, ">) => string | undefined" @@ -1580,7 +1564,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getPanelTitle.$1", + "id": "def-public.getPanelTitle.$1", "type": "Object", "tags": [], "label": "api", @@ -1589,9 +1573,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, ">" @@ -1607,7 +1591,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getUnchangingComparator", + "id": "def-public.getUnchangingComparator", "type": "Function", "tags": [], "label": "getUnchangingComparator", @@ -1618,9 +1602,9 @@ "() => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ComparatorDefinition", + "section": "def-public.ComparatorDefinition", "text": "ComparatorDefinition" }, "" @@ -1634,7 +1618,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getViewModeSubject", + "id": "def-public.getViewModeSubject", "type": "Function", "tags": [], "label": "getViewModeSubject", @@ -1643,25 +1627,25 @@ "(api?: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.CanAccessViewMode", + "section": "def-public.CanAccessViewMode", "text": "CanAccessViewMode" }, " | undefined) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, "> | undefined" @@ -1672,7 +1656,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.getViewModeSubject.$1", + "id": "def-public.getViewModeSubject.$1", "type": "CompoundType", "tags": [], "label": "api", @@ -1680,9 +1664,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.CanAccessViewMode", + "section": "def-public.CanAccessViewMode", "text": "CanAccessViewMode" }, " | undefined" @@ -1698,7 +1682,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.hasBlockingError", + "id": "def-public.hasBlockingError", "type": "Function", "tags": [], "label": "hasBlockingError", @@ -1712,7 +1696,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.hasBlockingError.$1", + "id": "def-public.hasBlockingError.$1", "type": "Unknown", "tags": [], "label": "api", @@ -1731,7 +1715,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.hasEditCapabilities", + "id": "def-public.hasEditCapabilities", "type": "Function", "tags": [], "label": "hasEditCapabilities", @@ -1742,9 +1726,9 @@ "(root: unknown) => root is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasEditCapabilities", + "section": "def-public.HasEditCapabilities", "text": "HasEditCapabilities" } ], @@ -1754,7 +1738,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.hasEditCapabilities.$1", + "id": "def-public.hasEditCapabilities.$1", "type": "Unknown", "tags": [], "label": "root", @@ -1773,7 +1757,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.initializeTimeRange", + "id": "def-public.initializeTimeRange", "type": "Function", "tags": [], "label": "initializeTimeRange", @@ -1782,17 +1766,17 @@ "(rawState: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTimeRange", + "section": "def-public.SerializedTimeRange", "text": "SerializedTimeRange" }, ") => { serialize: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTimeRange", + "section": "def-public.SerializedTimeRange", "text": "SerializedTimeRange" }, "; api: ", @@ -1800,17 +1784,17 @@ "; comparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTimeRange", + "section": "def-public.SerializedTimeRange", "text": "SerializedTimeRange" }, ">; }" @@ -1821,7 +1805,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.initializeTimeRange.$1", + "id": "def-public.initializeTimeRange.$1", "type": "Object", "tags": [], "label": "rawState", @@ -1829,9 +1813,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTimeRange", + "section": "def-public.SerializedTimeRange", "text": "SerializedTimeRange" } ], @@ -1846,7 +1830,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.initializeTitles", + "id": "def-public.initializeTitles", "type": "Function", "tags": [], "label": "initializeTitles", @@ -1855,9 +1839,9 @@ "(rawState: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, ") => { titlesApi: ", @@ -1865,25 +1849,25 @@ "; titleComparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, ">; serializeTitles: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, "; }" @@ -1894,7 +1878,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.initializeTitles.$1", + "id": "def-public.initializeTitles.$1", "type": "Object", "tags": [], "label": "rawState", @@ -1902,9 +1886,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" } ], @@ -1919,7 +1903,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.runComparators", + "id": "def-public.runComparators", "type": "Function", "tags": [], "label": "runComparators", @@ -1928,9 +1912,9 @@ "(comparators: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, ", comparatorKeys: (keyof StateType)[], lastSavedState: StateType | undefined, latestState: Partial) => Partial | undefined" @@ -1941,7 +1925,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.runComparators.$1", + "id": "def-public.runComparators.$1", "type": "Object", "tags": [], "label": "comparators", @@ -1949,9 +1933,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.StateComparators", + "section": "def-public.StateComparators", "text": "StateComparators" }, "" @@ -1963,7 +1947,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.runComparators.$2", + "id": "def-public.runComparators.$2", "type": "Array", "tags": [], "label": "comparatorKeys", @@ -1978,7 +1962,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.runComparators.$3", + "id": "def-public.runComparators.$3", "type": "Uncategorized", "tags": [], "label": "lastSavedState", @@ -1993,7 +1977,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.runComparators.$4", + "id": "def-public.runComparators.$4", "type": "Object", "tags": [], "label": "latestState", @@ -2012,7 +1996,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.stateHasTitles", + "id": "def-public.stateHasTitles", "type": "Function", "tags": [], "label": "stateHasTitles", @@ -2021,9 +2005,9 @@ "(state: unknown) => state is ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" } ], @@ -2033,7 +2017,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.stateHasTitles.$1", + "id": "def-public.stateHasTitles.$1", "type": "Unknown", "tags": [], "label": "state", @@ -2052,7 +2036,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useBatchedOptionalPublishingSubjects", + "id": "def-public.useBatchedOptionalPublishingSubjects", "type": "Function", "tags": [], "label": "useBatchedOptionalPublishingSubjects", @@ -2072,7 +2056,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useBatchedOptionalPublishingSubjects.$1", + "id": "def-public.useBatchedOptionalPublishingSubjects.$1", "type": "Object", "tags": [], "label": "subjects", @@ -2093,7 +2077,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useBatchedPublishingSubjects", + "id": "def-public.useBatchedPublishingSubjects", "type": "Function", "tags": [], "label": "useBatchedPublishingSubjects", @@ -2104,9 +2088,9 @@ "[]>(...subjects_0: SubjectsType) => ", @@ -2119,7 +2103,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useBatchedPublishingSubjects.$1", + "id": "def-public.useBatchedPublishingSubjects.$1", "type": "Object", "tags": [], "label": "subjects", @@ -2140,7 +2124,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useFetchContext", + "id": "def-public.useFetchContext", "type": "Function", "tags": [], "label": "useFetchContext", @@ -2149,9 +2133,9 @@ "(api: unknown) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.FetchContext", + "section": "def-public.FetchContext", "text": "FetchContext" } ], @@ -2161,7 +2145,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useFetchContext.$1", + "id": "def-public.useFetchContext.$1", "type": "Unknown", "tags": [], "label": "api", @@ -2180,7 +2164,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useInheritedViewMode", + "id": "def-public.useInheritedViewMode", "type": "Function", "tags": [], "label": "useInheritedViewMode", @@ -2191,25 +2175,25 @@ "(api: ApiType | undefined) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined" @@ -2220,7 +2204,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useInheritedViewMode.$1", + "id": "def-public.useInheritedViewMode.$1", "type": "Uncategorized", "tags": [], "label": "api", @@ -2239,7 +2223,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.usePublishingSubject", + "id": "def-public.usePublishingSubject", "type": "Function", "tags": [], "label": "usePublishingSubject", @@ -2250,9 +2234,9 @@ "(state: T) => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "" @@ -2263,7 +2247,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.usePublishingSubject.$1", + "id": "def-public.usePublishingSubject.$1", "type": "Uncategorized", "tags": [], "label": "state", @@ -2284,7 +2268,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useSearchApi", + "id": "def-public.useSearchApi", "type": "Function", "tags": [], "label": "useSearchApi", @@ -2370,7 +2354,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useSearchApi.$1", + "id": "def-public.useSearchApi.$1", "type": "Object", "tags": [], "label": "{\n filters,\n query,\n timeRange,\n}", @@ -2381,7 +2365,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useSearchApi.$1.filters", + "id": "def-public.useSearchApi.$1.filters", "type": "Array", "tags": [], "label": "filters", @@ -2402,7 +2386,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useSearchApi.$1.query", + "id": "def-public.useSearchApi.$1.query", "type": "CompoundType", "tags": [], "label": "query", @@ -2431,7 +2415,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useSearchApi.$1.timeRange", + "id": "def-public.useSearchApi.$1.timeRange", "type": "Object", "tags": [], "label": "timeRange", @@ -2458,7 +2442,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useStateFromPublishingSubject", + "id": "def-public.useStateFromPublishingSubject", "type": "Function", "tags": [], "label": "useStateFromPublishingSubject", @@ -2469,17 +2453,17 @@ " | undefined = ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined>(subject: SubjectType) => ", @@ -2492,7 +2476,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.useStateFromPublishingSubject.$1", + "id": "def-public.useStateFromPublishingSubject.$1", "type": "Uncategorized", "tags": [], "label": "subject", @@ -2515,7 +2499,7 @@ "interfaces": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.EmbeddableApiContext", + "id": "def-public.EmbeddableApiContext", "type": "Interface", "tags": [], "label": "EmbeddableApiContext", @@ -2526,7 +2510,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.EmbeddableApiContext.embeddable", + "id": "def-public.EmbeddableApiContext.embeddable", "type": "Unknown", "tags": [], "label": "embeddable", @@ -2545,7 +2529,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.EmbeddableAppContext", + "id": "def-public.EmbeddableAppContext", "type": "Interface", "tags": [], "label": "EmbeddableAppContext", @@ -2556,7 +2540,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.EmbeddableAppContext.getCurrentPath", + "id": "def-public.EmbeddableAppContext.getCurrentPath", "type": "Function", "tags": [], "label": "getCurrentPath", @@ -2574,7 +2558,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.EmbeddableAppContext.currentAppId", + "id": "def-public.EmbeddableAppContext.currentAppId", "type": "string", "tags": [], "label": "currentAppId", @@ -2588,7 +2572,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext", + "id": "def-public.FetchContext", "type": "Interface", "tags": [], "label": "FetchContext", @@ -2599,7 +2583,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.isReload", + "id": "def-public.FetchContext.isReload", "type": "boolean", "tags": [], "label": "isReload", @@ -2610,7 +2594,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.filters", + "id": "def-public.FetchContext.filters", "type": "Array", "tags": [], "label": "filters", @@ -2631,7 +2615,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.query", + "id": "def-public.FetchContext.query", "type": "CompoundType", "tags": [], "label": "query", @@ -2660,7 +2644,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.searchSessionId", + "id": "def-public.FetchContext.searchSessionId", "type": "string", "tags": [], "label": "searchSessionId", @@ -2674,7 +2658,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.timeRange", + "id": "def-public.FetchContext.timeRange", "type": "Object", "tags": [], "label": "timeRange", @@ -2695,7 +2679,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.FetchContext.timeslice", + "id": "def-public.FetchContext.timeslice", "type": "Object", "tags": [], "label": "timeslice", @@ -2712,7 +2696,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasAppContext", + "id": "def-public.HasAppContext", "type": "Interface", "tags": [], "label": "HasAppContext", @@ -2723,7 +2707,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasAppContext.getAppContext", + "id": "def-public.HasAppContext.getAppContext", "type": "Function", "tags": [], "label": "getAppContext", @@ -2732,9 +2716,9 @@ "() => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableAppContext", + "section": "def-public.EmbeddableAppContext", "text": "EmbeddableAppContext" } ], @@ -2749,7 +2733,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasDisableTriggers", + "id": "def-public.HasDisableTriggers", "type": "Interface", "tags": [], "label": "HasDisableTriggers", @@ -2760,7 +2744,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasDisableTriggers.disableTriggers", + "id": "def-public.HasDisableTriggers.disableTriggers", "type": "boolean", "tags": [], "label": "disableTriggers", @@ -2774,7 +2758,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasEditCapabilities", + "id": "def-public.HasEditCapabilities", "type": "Interface", "tags": [], "label": "HasEditCapabilities", @@ -2784,17 +2768,17 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasEditCapabilities", + "section": "def-public.HasEditCapabilities", "text": "HasEditCapabilities" }, " extends ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasTypeDisplayName", + "section": "def-public.HasTypeDisplayName", "text": "HasTypeDisplayName" } ], @@ -2804,7 +2788,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasEditCapabilities.onEdit", + "id": "def-public.HasEditCapabilities.onEdit", "type": "Function", "tags": [], "label": "onEdit", @@ -2820,7 +2804,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasEditCapabilities.isEditingEnabled", + "id": "def-public.HasEditCapabilities.isEditingEnabled", "type": "Function", "tags": [], "label": "isEditingEnabled", @@ -2836,7 +2820,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasEditCapabilities.getEditHref", + "id": "def-public.HasEditCapabilities.getEditHref", "type": "Function", "tags": [], "label": "getEditHref", @@ -2855,7 +2839,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasExecutionContext", + "id": "def-public.HasExecutionContext", "type": "Interface", "tags": [], "label": "HasExecutionContext", @@ -2866,7 +2850,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasExecutionContext.executionContext", + "id": "def-public.HasExecutionContext.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -2891,7 +2875,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms", + "id": "def-public.HasInPlaceLibraryTransforms", "type": "Interface", "tags": [], "label": "HasInPlaceLibraryTransforms", @@ -2901,9 +2885,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasInPlaceLibraryTransforms", + "section": "def-public.HasInPlaceLibraryTransforms", "text": "HasInPlaceLibraryTransforms" }, " extends Partial,DuplicateTitleCheck" @@ -2914,7 +2898,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms.libraryId$", + "id": "def-public.HasInPlaceLibraryTransforms.libraryId$", "type": "Object", "tags": [], "label": "libraryId$", @@ -3080,7 +3064,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms.saveToLibrary", + "id": "def-public.HasInPlaceLibraryTransforms.saveToLibrary", "type": "Function", "tags": [], "label": "saveToLibrary", @@ -3096,7 +3080,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms.saveToLibrary.$1", + "id": "def-public.HasInPlaceLibraryTransforms.saveToLibrary.$1", "type": "string", "tags": [], "label": "title", @@ -3116,7 +3100,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms.getByValueRuntimeSnapshot", + "id": "def-public.HasInPlaceLibraryTransforms.getByValueRuntimeSnapshot", "type": "Function", "tags": [], "label": "getByValueRuntimeSnapshot", @@ -3134,7 +3118,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasInPlaceLibraryTransforms.unlinkFromLibrary", + "id": "def-public.HasInPlaceLibraryTransforms.unlinkFromLibrary", "type": "Function", "tags": [], "label": "unlinkFromLibrary", @@ -3155,7 +3139,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms", + "id": "def-public.HasLibraryTransforms", "type": "Interface", "tags": [ "deprecated" @@ -3165,9 +3149,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasLibraryTransforms", + "section": "def-public.HasLibraryTransforms", "text": "HasLibraryTransforms" }, " extends LibraryTransformGuards,DuplicateTitleCheck" @@ -3212,7 +3196,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms.saveToLibrary", + "id": "def-public.HasLibraryTransforms.saveToLibrary", "type": "Function", "tags": [], "label": "saveToLibrary", @@ -3228,7 +3212,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms.saveToLibrary.$1", + "id": "def-public.HasLibraryTransforms.saveToLibrary.$1", "type": "string", "tags": [], "label": "title", @@ -3248,7 +3232,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms.getByReferenceState", + "id": "def-public.HasLibraryTransforms.getByReferenceState", "type": "Function", "tags": [], "label": "getByReferenceState", @@ -3264,7 +3248,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms.getByReferenceState.$1", + "id": "def-public.HasLibraryTransforms.getByReferenceState.$1", "type": "string", "tags": [], "label": "libraryId", @@ -3284,7 +3268,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLibraryTransforms.getByValueState", + "id": "def-public.HasLibraryTransforms.getByValueState", "type": "Function", "tags": [], "label": "getByValueState", @@ -3307,7 +3291,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasParentApi", + "id": "def-public.HasParentApi", "type": "Interface", "tags": [], "label": "HasParentApi", @@ -3315,9 +3299,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, "" @@ -3328,7 +3312,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasParentApi.parentApi", + "id": "def-public.HasParentApi.parentApi", "type": "Uncategorized", "tags": [], "label": "parentApi", @@ -3345,7 +3329,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasSupportedTriggers", + "id": "def-public.HasSupportedTriggers", "type": "Interface", "tags": [], "label": "HasSupportedTriggers", @@ -3356,7 +3340,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasSupportedTriggers.supportedTriggers", + "id": "def-public.HasSupportedTriggers.supportedTriggers", "type": "Function", "tags": [], "label": "supportedTriggers", @@ -3375,7 +3359,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasType", + "id": "def-public.HasType", "type": "Interface", "tags": [], "label": "HasType", @@ -3383,9 +3367,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "" @@ -3396,7 +3380,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasType.type", + "id": "def-public.HasType.type", "type": "Uncategorized", "tags": [], "label": "type", @@ -3413,7 +3397,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasTypeDisplayName", + "id": "def-public.HasTypeDisplayName", "type": "Interface", "tags": [], "label": "HasTypeDisplayName", @@ -3424,7 +3408,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasTypeDisplayName.getTypeDisplayName", + "id": "def-public.HasTypeDisplayName.getTypeDisplayName", "type": "Function", "tags": [], "label": "getTypeDisplayName", @@ -3440,7 +3424,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasTypeDisplayName.getTypeDisplayNameLowerCase", + "id": "def-public.HasTypeDisplayName.getTypeDisplayNameLowerCase", "type": "Function", "tags": [], "label": "getTypeDisplayNameLowerCase", @@ -3459,7 +3443,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasUniqueId", + "id": "def-public.HasUniqueId", "type": "Interface", "tags": [], "label": "HasUniqueId", @@ -3470,7 +3454,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasUniqueId.uuid", + "id": "def-public.HasUniqueId.uuid", "type": "string", "tags": [], "label": "uuid", @@ -3484,7 +3468,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEvent", + "id": "def-public.PhaseEvent", "type": "Interface", "tags": [], "label": "PhaseEvent", @@ -3495,7 +3479,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEvent.id", + "id": "def-public.PhaseEvent.id", "type": "string", "tags": [], "label": "id", @@ -3506,7 +3490,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEvent.status", + "id": "def-public.PhaseEvent.status", "type": "CompoundType", "tags": [], "label": "status", @@ -3520,7 +3504,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEvent.error", + "id": "def-public.PhaseEvent.error", "type": "CompoundType", "tags": [], "label": "error", @@ -3541,7 +3525,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEvent.timeToEvent", + "id": "def-public.PhaseEvent.timeToEvent", "type": "number", "tags": [], "label": "timeToEvent", @@ -3555,7 +3539,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesBlockingError", + "id": "def-public.PublishesBlockingError", "type": "Interface", "tags": [], "label": "PublishesBlockingError", @@ -3566,7 +3550,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesBlockingError.blockingError", + "id": "def-public.PublishesBlockingError.blockingError", "type": "Object", "tags": [], "label": "blockingError", @@ -3733,7 +3717,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDataLoading", + "id": "def-public.PublishesDataLoading", "type": "Interface", "tags": [], "label": "PublishesDataLoading", @@ -3744,7 +3728,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDataLoading.dataLoading", + "id": "def-public.PublishesDataLoading.dataLoading", "type": "Object", "tags": [], "label": "dataLoading", @@ -3911,7 +3895,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDataViews", + "id": "def-public.PublishesDataViews", "type": "Interface", "tags": [], "label": "PublishesDataViews", @@ -3922,7 +3906,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDataViews.dataViews", + "id": "def-public.PublishesDataViews.dataViews", "type": "Object", "tags": [], "label": "dataViews", @@ -4289,7 +4273,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDisabledActionIds", + "id": "def-public.PublishesDisabledActionIds", "type": "Interface", "tags": [], "label": "PublishesDisabledActionIds", @@ -4300,7 +4284,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDisabledActionIds.disabledActionIds", + "id": "def-public.PublishesDisabledActionIds.disabledActionIds", "type": "Object", "tags": [], "label": "disabledActionIds", @@ -4464,7 +4448,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesDisabledActionIds.getAllTriggersDisabled", + "id": "def-public.PublishesDisabledActionIds.getAllTriggersDisabled", "type": "Function", "tags": [], "label": "getAllTriggersDisabled", @@ -4483,7 +4467,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesFilters", + "id": "def-public.PublishesFilters", "type": "Interface", "tags": [], "label": "PublishesFilters", @@ -4494,7 +4478,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesFilters.filters$", + "id": "def-public.PublishesFilters.filters$", "type": "Object", "tags": [], "label": "filters$", @@ -4861,7 +4845,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelDescription", + "id": "def-public.PublishesPanelDescription", "type": "Interface", "tags": [], "label": "PublishesPanelDescription", @@ -4872,7 +4856,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelDescription.panelDescription", + "id": "def-public.PublishesPanelDescription.panelDescription", "type": "Object", "tags": [], "label": "panelDescription", @@ -5036,7 +5020,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelDescription.defaultPanelDescription", + "id": "def-public.PublishesPanelDescription.defaultPanelDescription", "type": "Object", "tags": [], "label": "defaultPanelDescription", @@ -5044,9 +5028,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined" @@ -5060,7 +5044,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelTitle", + "id": "def-public.PublishesPanelTitle", "type": "Interface", "tags": [], "label": "PublishesPanelTitle", @@ -5071,7 +5055,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelTitle.panelTitle", + "id": "def-public.PublishesPanelTitle.panelTitle", "type": "Object", "tags": [], "label": "panelTitle", @@ -5235,7 +5219,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelTitle.hidePanelTitle", + "id": "def-public.PublishesPanelTitle.hidePanelTitle", "type": "Object", "tags": [], "label": "hidePanelTitle", @@ -5399,7 +5383,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPanelTitle.defaultPanelTitle", + "id": "def-public.PublishesPanelTitle.defaultPanelTitle", "type": "Object", "tags": [], "label": "defaultPanelTitle", @@ -5407,9 +5391,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined" @@ -5423,7 +5407,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPhaseEvents", + "id": "def-public.PublishesPhaseEvents", "type": "Interface", "tags": [], "label": "PublishesPhaseEvents", @@ -5434,7 +5418,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesPhaseEvents.phase$", + "id": "def-public.PublishesPhaseEvents.phase$", "type": "Object", "tags": [], "label": "phase$", @@ -5445,33 +5429,33 @@ " | undefined; readonly value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined; error: (err: any) => void; forEach: { (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void): Promise; (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined; closed: boolean; pipe: { (): ", @@ -5479,9 +5463,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (op1: ", @@ -5489,9 +5473,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>): ", @@ -5501,9 +5485,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5515,9 +5499,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5531,9 +5515,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5549,9 +5533,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5569,9 +5553,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5591,9 +5575,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5615,9 +5599,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5641,9 +5625,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5669,9 +5653,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, A>, op2: ", @@ -5699,9 +5683,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", @@ -5709,9 +5693,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined, R>) => ", @@ -5721,9 +5705,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; operator: ", @@ -5731,9 +5715,9 @@ " | undefined; subscribe: { (observerOrNext?: Partial<", @@ -5741,17 +5725,17 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>> | ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void) | undefined): ", @@ -5759,9 +5743,9 @@ "; (next?: ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", @@ -5769,25 +5753,25 @@ "; }; toPromise: { (): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (PromiseCtor: PromiseConstructor): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; }; }" @@ -5801,7 +5785,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesSavedObjectId", + "id": "def-public.PublishesSavedObjectId", "type": "Interface", "tags": [], "label": "PublishesSavedObjectId", @@ -5814,7 +5798,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesSavedObjectId.savedObjectId", + "id": "def-public.PublishesSavedObjectId.savedObjectId", "type": "Object", "tags": [], "label": "savedObjectId", @@ -5981,7 +5965,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesTimeRange", + "id": "def-public.PublishesTimeRange", "type": "Interface", "tags": [], "label": "PublishesTimeRange", @@ -5989,17 +5973,17 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " extends Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeslice", + "section": "def-public.PublishesTimeslice", "text": "PublishesTimeslice" }, ">" @@ -6010,7 +5994,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesTimeRange.timeRange$", + "id": "def-public.PublishesTimeRange.timeRange$", "type": "Object", "tags": [], "label": "timeRange$", @@ -6374,7 +6358,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesTimeRange.timeRestore$", + "id": "def-public.PublishesTimeRange.timeRestore$", "type": "Object", "tags": [], "label": "timeRestore$", @@ -6382,9 +6366,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined" @@ -6398,7 +6382,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesTimeslice", + "id": "def-public.PublishesTimeslice", "type": "Interface", "tags": [], "label": "PublishesTimeslice", @@ -6409,7 +6393,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesTimeslice.timeslice$", + "id": "def-public.PublishesTimeslice.timeslice$", "type": "Object", "tags": [], "label": "timeslice$", @@ -6576,7 +6560,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesUnsavedChanges", + "id": "def-public.PublishesUnsavedChanges", "type": "Interface", "tags": [], "label": "PublishesUnsavedChanges", @@ -6587,7 +6571,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesUnsavedChanges.unsavedChanges", + "id": "def-public.PublishesUnsavedChanges.unsavedChanges", "type": "Object", "tags": [], "label": "unsavedChanges", @@ -6751,7 +6735,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesUnsavedChanges.resetUnsavedChanges", + "id": "def-public.PublishesUnsavedChanges.resetUnsavedChanges", "type": "Function", "tags": [], "label": "resetUnsavedChanges", @@ -6770,7 +6754,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesViewMode", + "id": "def-public.PublishesViewMode", "type": "Interface", "tags": [], "label": "PublishesViewMode", @@ -6783,7 +6767,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesViewMode.viewMode", + "id": "def-public.PublishesViewMode.viewMode", "type": "Object", "tags": [], "label": "viewMode", @@ -6794,33 +6778,33 @@ " | undefined; readonly value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, "; error: (err: any) => void; forEach: { (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void): Promise; (next: (value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void, promiseCtor: PromiseConstructorLike): Promise; }; complete: () => void; getValue: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, "; closed: boolean; pipe: { (): ", @@ -6828,9 +6812,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">; (op1: ", @@ -6838,9 +6822,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>): ", @@ -6850,9 +6834,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6864,9 +6848,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6880,9 +6864,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6898,9 +6882,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6918,9 +6902,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6940,9 +6924,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6964,9 +6948,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -6990,9 +6974,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -7018,9 +7002,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", A>, op2: ", @@ -7048,9 +7032,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: (operator: ", @@ -7058,9 +7042,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ", R>) => ", @@ -7070,9 +7054,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">; operator: ", @@ -7080,9 +7064,9 @@ " | undefined; subscribe: { (observerOrNext?: Partial<", @@ -7090,17 +7074,17 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">> | ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void) | undefined): ", @@ -7108,9 +7092,9 @@ "; (next?: ((value: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ", @@ -7118,25 +7102,25 @@ "; }; toPromise: { (): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; (PromiseCtor: PromiseConstructor): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, " | undefined>; }; }" @@ -7150,7 +7134,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTimeRange", + "id": "def-public.SerializedTimeRange", "type": "Interface", "tags": [], "label": "SerializedTimeRange", @@ -7161,7 +7145,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTimeRange.timeRange", + "id": "def-public.SerializedTimeRange.timeRange", "type": "Object", "tags": [], "label": "timeRange", @@ -7185,7 +7169,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTitles", + "id": "def-public.SerializedTitles", "type": "Interface", "tags": [], "label": "SerializedTitles", @@ -7196,7 +7180,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTitles.title", + "id": "def-public.SerializedTitles.title", "type": "string", "tags": [], "label": "title", @@ -7210,7 +7194,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTitles.description", + "id": "def-public.SerializedTitles.description", "type": "string", "tags": [], "label": "description", @@ -7224,7 +7208,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.SerializedTitles.hidePanelTitles", + "id": "def-public.SerializedTitles.hidePanelTitles", "type": "CompoundType", "tags": [], "label": "hidePanelTitles", @@ -7244,7 +7228,7 @@ "misc": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.CanAccessViewMode", + "id": "def-public.CanAccessViewMode", "type": "Type", "tags": [], "label": "CanAccessViewMode", @@ -7255,25 +7239,25 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesViewMode", + "section": "def-public.PublishesViewMode", "text": "PublishesViewMode" }, "> | Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, ">>" @@ -7285,7 +7269,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorDefinition", + "id": "def-public.ComparatorDefinition", "type": "Type", "tags": [], "label": "ComparatorDefinition", @@ -7294,17 +7278,17 @@ "[", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, ", (value: StateType[KeyType]) => void, (", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ComparatorFunction", + "section": "def-public.ComparatorFunction", "text": "ComparatorFunction" }, " | undefined)?]" @@ -7316,7 +7300,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorFunction", + "id": "def-public.ComparatorFunction", "type": "Type", "tags": [], "label": "ComparatorFunction", @@ -7331,7 +7315,7 @@ "children": [ { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorFunction.$1", + "id": "def-public.ComparatorFunction.$1", "type": "Uncategorized", "tags": [], "label": "last", @@ -7345,7 +7329,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorFunction.$2", + "id": "def-public.ComparatorFunction.$2", "type": "Uncategorized", "tags": [], "label": "current", @@ -7359,7 +7343,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorFunction.$3", + "id": "def-public.ComparatorFunction.$3", "type": "Object", "tags": [], "label": "lastState", @@ -7373,7 +7357,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ComparatorFunction.$4", + "id": "def-public.ComparatorFunction.$4", "type": "Object", "tags": [], "label": "currentState", @@ -7390,7 +7374,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.HasLegacyLibraryTransforms", + "id": "def-public.HasLegacyLibraryTransforms", "type": "Type", "tags": [ "deprecated" @@ -7401,9 +7385,9 @@ "Pick<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasLibraryTransforms", + "section": "def-public.HasLibraryTransforms", "text": "HasLibraryTransforms" }, ", \"canLinkToLibrary\" | \"canUnlinkFromLibrary\"> & { linkToLibrary: () => Promise; unlinkFromLibrary: () => Promise; }" @@ -7441,7 +7425,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PhaseEventType", + "id": "def-public.PhaseEventType", "type": "Type", "tags": [], "label": "PhaseEventType", @@ -7458,7 +7442,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesUnifiedSearch", + "id": "def-public.PublishesUnifiedSearch", "type": "Type", "tags": [], "label": "PublishesUnifiedSearch", @@ -7466,25 +7450,25 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -7512,7 +7496,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesWritablePanelDescription", + "id": "def-public.PublishesWritablePanelDescription", "type": "Type", "tags": [], "label": "PublishesWritablePanelDescription", @@ -7520,9 +7504,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelDescription", + "section": "def-public.PublishesPanelDescription", "text": "PublishesPanelDescription" }, " & { setPanelDescription: (newTitle: string | undefined) => void; }" @@ -7534,7 +7518,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesWritablePanelTitle", + "id": "def-public.PublishesWritablePanelTitle", "type": "Type", "tags": [], "label": "PublishesWritablePanelTitle", @@ -7542,9 +7526,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, " & { setPanelTitle: (newTitle: string | undefined) => void; setHidePanelTitle: (hide: boolean | undefined) => void; }" @@ -7556,7 +7540,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesWritableUnifiedSearch", + "id": "def-public.PublishesWritableUnifiedSearch", "type": "Type", "tags": [], "label": "PublishesWritableUnifiedSearch", @@ -7564,25 +7548,25 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -7634,7 +7618,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishesWritableViewMode", + "id": "def-public.PublishesWritableViewMode", "type": "Type", "tags": [], "label": "PublishesWritableViewMode", @@ -7644,17 +7628,17 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesViewMode", + "section": "def-public.PublishesViewMode", "text": "PublishesViewMode" }, " & { setViewMode: (viewMode: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ") => void; }" @@ -7666,7 +7650,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.PublishingSubject", + "id": "def-public.PublishingSubject", "type": "Type", "tags": [], "label": "PublishingSubject", @@ -7833,7 +7817,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.StateComparators", + "id": "def-public.StateComparators", "type": "Type", "tags": [], "label": "StateComparators", @@ -7842,9 +7826,9 @@ "{ [KeyType in keyof Required]: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ComparatorDefinition", + "section": "def-public.ComparatorDefinition", "text": "ComparatorDefinition" }, "; }" @@ -7856,7 +7840,7 @@ }, { "parentPluginId": "@kbn/presentation-publishing", - "id": "def-common.ViewMode", + "id": "def-public.ViewMode", "type": "Type", "tags": [], "label": "ViewMode", @@ -7871,5 +7855,21 @@ } ], "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_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 531ed377098b4..d22bb4bb5b15c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib |-------------------|-----------|------------------------|-----------------| | 216 | 0 | 181 | 5 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 764c65cd18e18..5e4664ebef5be 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-29 +date: 2024-07-30 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 d50d29b9b78d3..f1e6943b74537 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-29 +date: 2024-07-30 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 c12cde6517cbe..06245468a9446 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-29 +date: 2024-07-30 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 caf56726cf547..5f5f8c00062ef 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_react_kibana_context_common.devdocs.json index 615ce58f262f4..d3b60e47425cb 100644 --- a/api_docs/kbn_react_kibana_context_common.devdocs.json +++ b/api_docs/kbn_react_kibana_context_common.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/react-kibana-context-common", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.getColorMode", + "id": "def-public.getColorMode", "type": "Function", "tags": [], "label": "getColorMode", @@ -32,9 +16,9 @@ "(theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.KibanaTheme", + "section": "def-public.KibanaTheme", "text": "KibanaTheme" }, ") => ", @@ -46,7 +30,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.getColorMode.$1", + "id": "def-public.getColorMode.$1", "type": "Object", "tags": [], "label": "theme", @@ -56,9 +40,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.KibanaTheme", + "section": "def-public.KibanaTheme", "text": "KibanaTheme" } ], @@ -77,7 +61,7 @@ "interfaces": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.KibanaTheme", + "id": "def-public.KibanaTheme", "type": "Interface", "tags": [], "label": "KibanaTheme", @@ -90,7 +74,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.KibanaTheme.darkMode", + "id": "def-public.KibanaTheme.darkMode", "type": "boolean", "tags": [], "label": "darkMode", @@ -106,7 +90,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.ThemeServiceStart", + "id": "def-public.ThemeServiceStart", "type": "Interface", "tags": [], "label": "ThemeServiceStart", @@ -119,7 +103,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.ThemeServiceStart.theme$", + "id": "def-public.ThemeServiceStart.theme$", "type": "Object", "tags": [], "label": "theme$", @@ -129,9 +113,9 @@ "<", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.KibanaTheme", + "section": "def-public.KibanaTheme", "text": "KibanaTheme" }, ">" @@ -149,7 +133,7 @@ "objects": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.defaultTheme", + "id": "def-public.defaultTheme", "type": "Object", "tags": [], "label": "defaultTheme", @@ -162,7 +146,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-common", - "id": "def-common.defaultTheme.darkMode", + "id": "def-public.defaultTheme.darkMode", "type": "boolean", "tags": [], "label": "darkMode", @@ -178,5 +162,21 @@ "initialIsOpen": false } ] + }, + "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_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index 0b2d7d61ebbf4..87bfdf8fbfa62 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 8 | 0 | 2 | 0 | -## Common +## Client ### Objects - + ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_context_render.devdocs.json b/api_docs/kbn_react_kibana_context_render.devdocs.json index 1b5ec5d49bd69..934552542af49 100644 --- a/api_docs/kbn_react_kibana_context_render.devdocs.json +++ b/api_docs/kbn_react_kibana_context_render.devdocs.json @@ -87,25 +87,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics?: Pick<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ", \"reportEvent\"> | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" }, "; modify?: ", diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 7fa18c00fe342..828d9c34639d5 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_react_kibana_context_root.devdocs.json index 400c634fcfb41..fbab61142d754 100644 --- a/api_docs/kbn_react_kibana_context_root.devdocs.json +++ b/api_docs/kbn_react_kibana_context_root.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/react-kibana-context-root", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaEuiProvider", + "id": "def-public.KibanaEuiProvider", "type": "Function", "tags": [], "label": "KibanaEuiProvider", @@ -32,9 +16,9 @@ "({ theme: { theme$ }, globalStyles: globalStylesProp, colorMode: colorModeProp, modify, children, }: React.PropsWithChildren>) => JSX.Element" @@ -45,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaEuiProvider.$1", + "id": "def-public.KibanaEuiProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n theme: { theme$ },\n globalStyles: globalStylesProp,\n colorMode: colorModeProp,\n modify,\n children,\n}", @@ -54,9 +38,9 @@ "React.PropsWithChildren>" @@ -72,7 +56,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaRootContextProvider", + "id": "def-public.KibanaRootContextProvider", "type": "Function", "tags": [], "label": "KibanaRootContextProvider", @@ -83,9 +67,9 @@ "({ children, i18n, ...props }: React.PropsWithChildren>) => JSX.Element" @@ -96,7 +80,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaRootContextProvider.$1", + "id": "def-public.KibanaRootContextProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n i18n,\n ...props\n}", @@ -105,9 +89,9 @@ "React.PropsWithChildren>" @@ -125,7 +109,7 @@ "interfaces": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaEuiProviderProps", + "id": "def-public.KibanaEuiProviderProps", "type": "Interface", "tags": [], "label": "KibanaEuiProviderProps", @@ -135,9 +119,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-root", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextRootPluginApi", - "section": "def-common.KibanaEuiProviderProps", + "section": "def-public.KibanaEuiProviderProps", "text": "KibanaEuiProviderProps" }, " extends Pick<", @@ -150,7 +134,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaEuiProviderProps.theme", + "id": "def-public.KibanaEuiProviderProps.theme", "type": "Object", "tags": [], "label": "theme", @@ -158,9 +142,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" } ], @@ -170,7 +154,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaEuiProviderProps.globalStyles", + "id": "def-public.KibanaEuiProviderProps.globalStyles", "type": "CompoundType", "tags": [], "label": "globalStyles", @@ -187,7 +171,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaRootContextProviderProps", + "id": "def-public.KibanaRootContextProviderProps", "type": "Interface", "tags": [], "label": "KibanaRootContextProviderProps", @@ -197,17 +181,17 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-root", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextRootPluginApi", - "section": "def-common.KibanaRootContextProviderProps", + "section": "def-public.KibanaRootContextProviderProps", "text": "KibanaRootContextProviderProps" }, " extends ", { "pluginId": "@kbn/react-kibana-context-root", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextRootPluginApi", - "section": "def-common.KibanaEuiProviderProps", + "section": "def-public.KibanaEuiProviderProps", "text": "KibanaEuiProviderProps" } ], @@ -217,7 +201,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaRootContextProviderProps.i18n", + "id": "def-public.KibanaRootContextProviderProps.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -227,9 +211,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -239,7 +223,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-root", - "id": "def-common.KibanaRootContextProviderProps.analytics", + "id": "def-public.KibanaRootContextProviderProps.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -250,9 +234,9 @@ "Pick<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ", \"reportEvent\"> | undefined" @@ -268,5 +252,21 @@ "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_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index 51ea1f2a6a3ee..d903430276fc8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 10 | 0 | 4 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index 70ce46a8026a4..d4d79a59d3500 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_react_kibana_context_theme.devdocs.json index ab365a3344e3e..d972bd111941a 100644 --- a/api_docs/kbn_react_kibana_context_theme.devdocs.json +++ b/api_docs/kbn_react_kibana_context_theme.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/react-kibana-context-theme", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaThemeProvider", + "id": "def-public.KibanaThemeProvider", "type": "Function", "tags": [], "label": "KibanaThemeProvider", @@ -32,9 +16,9 @@ "({ theme, children, ...props }: ", { "pluginId": "@kbn/react-kibana-context-theme", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextThemePluginApi", - "section": "def-common.KibanaThemeProviderProps", + "section": "def-public.KibanaThemeProviderProps", "text": "KibanaThemeProviderProps" }, ") => JSX.Element" @@ -46,7 +30,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaThemeProvider.$1", + "id": "def-public.KibanaThemeProvider.$1", "type": "Object", "tags": [], "label": "__0", @@ -54,9 +38,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-theme", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextThemePluginApi", - "section": "def-common.KibanaThemeProviderProps", + "section": "def-public.KibanaThemeProviderProps", "text": "KibanaThemeProviderProps" } ], @@ -69,7 +53,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.wrapWithTheme", + "id": "def-public.wrapWithTheme", "type": "Function", "tags": [], "label": "wrapWithTheme", @@ -80,9 +64,9 @@ "(node: React.ReactNode, theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" }, ") => JSX.Element" @@ -93,7 +77,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.wrapWithTheme.$1", + "id": "def-public.wrapWithTheme.$1", "type": "CompoundType", "tags": [], "label": "node", @@ -110,7 +94,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.wrapWithTheme.$2", + "id": "def-public.wrapWithTheme.$2", "type": "Object", "tags": [], "label": "theme", @@ -120,9 +104,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" } ], @@ -139,7 +123,7 @@ "interfaces": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaTheme", + "id": "def-public.KibanaTheme", "type": "Interface", "tags": [], "label": "KibanaTheme", @@ -152,7 +136,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaTheme.darkMode", + "id": "def-public.KibanaTheme.darkMode", "type": "boolean", "tags": [], "label": "darkMode", @@ -168,7 +152,7 @@ }, { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaThemeProviderProps", + "id": "def-public.KibanaThemeProviderProps", "type": "Interface", "tags": [], "label": "KibanaThemeProviderProps", @@ -178,9 +162,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-theme", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextThemePluginApi", - "section": "def-common.KibanaThemeProviderProps", + "section": "def-public.KibanaThemeProviderProps", "text": "KibanaThemeProviderProps" }, " extends EuiProps<{}>" @@ -191,7 +175,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.KibanaThemeProviderProps.theme", + "id": "def-public.KibanaThemeProviderProps.theme", "type": "Object", "tags": [], "label": "theme", @@ -201,9 +185,9 @@ "signature": [ { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" } ], @@ -220,7 +204,7 @@ "objects": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.defaultTheme", + "id": "def-public.defaultTheme", "type": "Object", "tags": [], "label": "defaultTheme", @@ -233,7 +217,7 @@ "children": [ { "parentPluginId": "@kbn/react-kibana-context-theme", - "id": "def-common.defaultTheme.darkMode", + "id": "def-public.defaultTheme.darkMode", "type": "boolean", "tags": [], "label": "darkMode", @@ -249,5 +233,21 @@ "initialIsOpen": false } ] + }, + "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_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index b63155d08fb7c..50d5930dd7498 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 11 | 0 | 2 | 0 | -## Common +## Client ### Objects - + ### Functions - + ### Interfaces - + diff --git a/api_docs/kbn_react_kibana_mount.devdocs.json b/api_docs/kbn_react_kibana_mount.devdocs.json index babdbb97c056f..b26c6e53f7459 100644 --- a/api_docs/kbn_react_kibana_mount.devdocs.json +++ b/api_docs/kbn_react_kibana_mount.devdocs.json @@ -91,9 +91,9 @@ ") => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -185,9 +185,9 @@ "(mountPoint: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined) => void" @@ -206,9 +206,9 @@ "signature": [ { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined" @@ -252,25 +252,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics?: Pick<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ", \"reportEvent\"> | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" }, "; }" diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 47b5dfdf0e802..25287d1e5121a 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-29 +date: 2024-07-30 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 5fdda42a1d04b..153ba757ecfba 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-29 +date: 2024-07-30 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 b9450612f45e1..1960e76d166d9 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_repo_linter.devdocs.json index eba413018b93f..7d2207691af37 100644 --- a/api_docs/kbn_repo_linter.devdocs.json +++ b/api_docs/kbn_repo_linter.devdocs.json @@ -228,15 +228,7 @@ "label": "getTsProject", "description": [], "signature": [ - "() => ", - { - "pluginId": "@kbn/ts-projects", - "scope": "common", - "docId": "kibKbnTsProjectsPluginApi", - "section": "def-common.TsProject", - "text": "TsProject" - }, - " | undefined" + "() => any" ], "path": "packages/kbn-repo-linter/lib/lint_target.ts", "deprecated": false, @@ -252,9 +244,7 @@ "label": "getPkg", "description": [], "signature": [ - "() => ", - "Package", - " | undefined" + "() => any" ], "path": "packages/kbn-repo-linter/lib/lint_target.ts", "deprecated": false, diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index 98ffd5a2313fe..ea46ec643dd22 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-29 +date: 2024-07-30 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 3cfaf2e2fee12..d0aee250e0c51 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-29 +date: 2024-07-30 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 99d934f572bd8..3c64cbb29283d 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-29 +date: 2024-07-30 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 aa4ef53220c96..d78d79e1d7160 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_csv_share_panel.devdocs.json index b5bcf48f37e39..ef9cac6807088 100644 --- a/api_docs/kbn_reporting_csv_share_panel.devdocs.json +++ b/api_docs/kbn_reporting_csv_share_panel.devdocs.json @@ -28,9 +28,9 @@ "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, ">" @@ -196,9 +196,9 @@ "(context: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, ") => Promise" @@ -217,9 +217,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" } ], @@ -242,9 +242,9 @@ "(context: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, ") => Promise" @@ -263,9 +263,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" } ], diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index aa81ee6d99f40..f56f53b5e2903 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_export_types_csv.devdocs.json index f016232a76dab..42fd45ce66450 100644 --- a/api_docs/kbn_reporting_export_types_csv.devdocs.json +++ b/api_docs/kbn_reporting_export_types_csv.devdocs.json @@ -163,9 +163,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -187,9 +187,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -564,9 +564,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -588,9 +588,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -650,9 +650,9 @@ ", req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", @@ -739,9 +739,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -912,9 +912,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -936,9 +936,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -980,9 +980,9 @@ ", req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<{ title: string; objectType: \"search\"; pagingStrategy: \"scroll\" | \"pit\"; version: string; layout?: { id?: ", @@ -1057,9 +1057,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index 64d88b02cb222..fa26c2a100285 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-29 +date: 2024-07-30 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 ddb2de8450986..0fa7d009c6822 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_export_types_pdf.devdocs.json index 722f19df9f31e..3a4986f51971f 100644 --- a/api_docs/kbn_reporting_export_types_pdf.devdocs.json +++ b/api_docs/kbn_reporting_export_types_pdf.devdocs.json @@ -171,9 +171,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -195,9 +195,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -592,9 +592,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -616,9 +616,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index d0a67da2aa6a2..5ad0e4c52f15f 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_export_types_pdf_common.devdocs.json index bbb24d39fd57b..df7ca4132c4f8 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.devdocs.json +++ b/api_docs/kbn_reporting_export_types_pdf_common.devdocs.json @@ -221,6 +221,14 @@ "deprecated": true, "trackAdoption": false, "references": [ + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/reporting_api_integration/services/scenarios.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/reporting_api_integration/services/scenarios.ts" + }, { "plugin": "@kbn/reporting-export-types-pdf", "path": "packages/kbn-reporting/export_types/pdf/printable_pdf.ts" diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index d4364b3010976..152a44ba6ef65 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_export_types_png.devdocs.json index 3e2f7774afc75..aba2f914b2974 100644 --- a/api_docs/kbn_reporting_export_types_png.devdocs.json +++ b/api_docs/kbn_reporting_export_types_png.devdocs.json @@ -171,9 +171,9 @@ "[core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", config: Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; capture: Readonly<{} & { maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -195,9 +195,9 @@ ", context: ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 8e280f2f1568a..1788b1e47ef21 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-29 +date: 2024-07-30 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 0b9f021ec16ea..790c9cb7e87fc 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-29 +date: 2024-07-30 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 e4b75695029b9..85b34a9afae6b 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_reporting_public.devdocs.json index 76ca0bd88d956..7fce7fe5bf0c1 100644 --- a/api_docs/kbn_reporting_public.devdocs.json +++ b/api_docs/kbn_reporting_public.devdocs.json @@ -766,9 +766,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -787,9 +787,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -1325,9 +1325,9 @@ ") => Promise<", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpResponse", + "section": "def-public.HttpResponse", "text": "HttpResponse" }, ">" @@ -1573,9 +1573,9 @@ "; http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; }>>) => JSX.Element" @@ -1603,9 +1603,9 @@ "; http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; }>>" @@ -1699,9 +1699,9 @@ " & ", @@ -1828,9 +1828,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1848,9 +1848,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" } ], @@ -1868,9 +1868,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -1888,9 +1888,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index f06cd6b1352db..96117d9ae219b 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.devdocs.json b/api_docs/kbn_reporting_server.devdocs.json index 1a84ea86e3e2a..e9786a2dc0459 100644 --- a/api_docs/kbn_reporting_server.devdocs.json +++ b/api_docs/kbn_reporting_server.devdocs.json @@ -103,9 +103,9 @@ "(jobParams: JobParamsType, context: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.CustomRequestHandlerContext", + "section": "def-server.CustomRequestHandlerContext", "text": "CustomRequestHandlerContext" }, "<{ reporting: ", @@ -119,9 +119,9 @@ " | null; }>, req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise>" @@ -155,9 +155,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { reporting: Promise<", @@ -184,9 +184,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -353,17 +353,17 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.HttpServiceSetup", + "section": "def-server.HttpServiceSetup", "text": "HttpServiceSetup" }, "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">" @@ -396,9 +396,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -462,9 +462,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; protocol?: string | undefined; port?: number | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { duration: string; size: number; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", @@ -560,17 +560,17 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ") => ", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -588,9 +588,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -613,9 +613,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", logger?: ", @@ -629,9 +629,9 @@ ") => Promise<", { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-server.IUiSettingsClient", "text": "IUiSettingsClient" }, ">" @@ -650,9 +650,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -697,9 +697,9 @@ "(headers: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.Headers", + "section": "def-server.Headers", "text": "Headers" }, ", spaceId: string | undefined, logger?: ", @@ -713,9 +713,9 @@ ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -734,9 +734,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.Headers", + "section": "def-server.Headers", "text": "Headers" } ], @@ -1101,9 +1101,9 @@ "{ set: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", requestSpecificBasePath: string) => void; }" @@ -1157,9 +1157,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceStart", + "section": "def-server.SavedObjectsServiceStart", "text": "SavedObjectsServiceStart" } ], @@ -1177,9 +1177,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUiSettingsServerPluginApi", - "section": "def-common.UiSettingsServiceStart", + "section": "def-server.UiSettingsServiceStart", "text": "UiSettingsServiceStart" } ], @@ -1197,9 +1197,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IClusterClient", + "section": "def-server.IClusterClient", "text": "IClusterClient" } ], @@ -1453,9 +1453,9 @@ "(jobParams: JobParamsType, context: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.CustomRequestHandlerContext", + "section": "def-server.CustomRequestHandlerContext", "text": "CustomRequestHandlerContext" }, "<{ reporting: ", @@ -1469,9 +1469,9 @@ " | null; }>, req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise>" @@ -1505,9 +1505,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { reporting: Promise<", @@ -1534,9 +1534,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index 96c5af1e88c2e..27af5a2c3a766 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; diff --git a/api_docs/kbn_resizable_layout.devdocs.json b/api_docs/kbn_resizable_layout.devdocs.json index 597aa3f48a4f5..c2cf3ccc8a98b 100644 --- a/api_docs/kbn_resizable_layout.devdocs.json +++ b/api_docs/kbn_resizable_layout.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/resizable-layout", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayout", + "id": "def-public.ResizableLayout", "type": "Function", "tags": [], "label": "ResizableLayout", @@ -30,9 +14,9 @@ "React.ForwardRefExoticComponent<", { "pluginId": "@kbn/resizable-layout", - "scope": "common", + "scope": "public", "docId": "kibKbnResizableLayoutPluginApi", - "section": "def-common.ResizableLayoutProps", + "section": "def-public.ResizableLayoutProps", "text": "ResizableLayoutProps" }, " & ", @@ -52,7 +36,7 @@ "children": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayout.$1", + "id": "def-public.ResizableLayout.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -71,7 +55,7 @@ "interfaces": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps", + "id": "def-public.ResizableLayoutProps", "type": "Interface", "tags": [], "label": "ResizableLayoutProps", @@ -82,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.className", + "id": "def-public.ResizableLayoutProps.className", "type": "string", "tags": [], "label": "className", @@ -98,7 +82,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.mode", + "id": "def-public.ResizableLayoutProps.mode", "type": "Enum", "tags": [], "label": "mode", @@ -108,9 +92,9 @@ "signature": [ { "pluginId": "@kbn/resizable-layout", - "scope": "common", + "scope": "public", "docId": "kibKbnResizableLayoutPluginApi", - "section": "def-common.ResizableLayoutMode", + "section": "def-public.ResizableLayoutMode", "text": "ResizableLayoutMode" } ], @@ -120,7 +104,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.direction", + "id": "def-public.ResizableLayoutProps.direction", "type": "Enum", "tags": [], "label": "direction", @@ -130,9 +114,9 @@ "signature": [ { "pluginId": "@kbn/resizable-layout", - "scope": "common", + "scope": "public", "docId": "kibKbnResizableLayoutPluginApi", - "section": "def-common.ResizableLayoutDirection", + "section": "def-public.ResizableLayoutDirection", "text": "ResizableLayoutDirection" } ], @@ -142,7 +126,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.container", + "id": "def-public.ResizableLayoutProps.container", "type": "CompoundType", "tags": [], "label": "container", @@ -158,7 +142,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.fixedPanelSize", + "id": "def-public.ResizableLayoutProps.fixedPanelSize", "type": "number", "tags": [], "label": "fixedPanelSize", @@ -171,7 +155,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.minFixedPanelSize", + "id": "def-public.ResizableLayoutProps.minFixedPanelSize", "type": "number", "tags": [], "label": "minFixedPanelSize", @@ -184,7 +168,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.minFlexPanelSize", + "id": "def-public.ResizableLayoutProps.minFlexPanelSize", "type": "number", "tags": [], "label": "minFlexPanelSize", @@ -197,7 +181,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.fixedPanel", + "id": "def-public.ResizableLayoutProps.fixedPanel", "type": "Object", "tags": [], "label": "fixedPanel", @@ -213,7 +197,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.flexPanel", + "id": "def-public.ResizableLayoutProps.flexPanel", "type": "Object", "tags": [], "label": "flexPanel", @@ -229,7 +213,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.resizeButtonClassName", + "id": "def-public.ResizableLayoutProps.resizeButtonClassName", "type": "string", "tags": [], "label": "resizeButtonClassName", @@ -245,7 +229,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.datatestsubj", + "id": "def-public.ResizableLayoutProps.datatestsubj", "type": "string", "tags": [], "label": "['data-test-subj']", @@ -261,7 +245,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.onFixedPanelSizeChange", + "id": "def-public.ResizableLayoutProps.onFixedPanelSizeChange", "type": "Function", "tags": [], "label": "onFixedPanelSizeChange", @@ -277,7 +261,7 @@ "children": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutProps.onFixedPanelSizeChange.$1", + "id": "def-public.ResizableLayoutProps.onFixedPanelSizeChange.$1", "type": "number", "tags": [], "label": "fixedPanelSize", @@ -300,7 +284,7 @@ "enums": [ { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutDirection", + "id": "def-public.ResizableLayoutDirection", "type": "Enum", "tags": [], "label": "ResizableLayoutDirection", @@ -312,7 +296,7 @@ }, { "parentPluginId": "@kbn/resizable-layout", - "id": "def-common.ResizableLayoutMode", + "id": "def-public.ResizableLayoutMode", "type": "Enum", "tags": [], "label": "ResizableLayoutMode", @@ -325,5 +309,21 @@ ], "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_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index 37a8fac32453a..1c1e5d2934a89 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k |-------------------|-----------|------------------------|-----------------| | 18 | 0 | 5 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + ### Enums - + diff --git a/api_docs/kbn_response_ops_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index a5f411da6b22e..c27839b45ea41 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-29 +date: 2024-07-30 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 b80bf429430bb..4bb4d9ac2b3eb 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-29 +date: 2024-07-30 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 7e3ae1e625434..6ad738e9b689e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rollup'] --- import kbnRollupObj from './kbn_rollup.devdocs.json'; diff --git a/api_docs/kbn_router_to_openapispec.devdocs.json b/api_docs/kbn_router_to_openapispec.devdocs.json index c7fb0ec866aad..f199b8bf07c20 100644 --- a/api_docs/kbn_router_to_openapispec.devdocs.json +++ b/api_docs/kbn_router_to_openapispec.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/router-to-openapispec", - "id": "def-common.generateOpenApiDocument", + "id": "def-server.generateOpenApiDocument", "type": "Function", "tags": [], "label": "generateOpenApiDocument", @@ -32,17 +24,17 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">[]; versionedRouters: ", { "pluginId": "@kbn/core-http-router-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-common.CoreVersionedRouter", + "section": "def-server.CoreVersionedRouter", "text": "CoreVersionedRouter" }, "[]; }, opts: ", @@ -57,7 +49,7 @@ "children": [ { "parentPluginId": "@kbn/router-to-openapispec", - "id": "def-common.generateOpenApiDocument.$1", + "id": "def-server.generateOpenApiDocument.$1", "type": "Object", "tags": [], "label": "appRouters", @@ -68,7 +60,7 @@ "children": [ { "parentPluginId": "@kbn/router-to-openapispec", - "id": "def-common.generateOpenApiDocument.$1.routers", + "id": "def-server.generateOpenApiDocument.$1.routers", "type": "Array", "tags": [], "label": "routers", @@ -78,9 +70,9 @@ "<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RequestHandlerContextBase", + "section": "def-server.RequestHandlerContextBase", "text": "RequestHandlerContextBase" }, ">[]" @@ -91,7 +83,7 @@ }, { "parentPluginId": "@kbn/router-to-openapispec", - "id": "def-common.generateOpenApiDocument.$1.versionedRouters", + "id": "def-server.generateOpenApiDocument.$1.versionedRouters", "type": "Array", "tags": [], "label": "versionedRouters", @@ -99,9 +91,9 @@ "signature": [ { "pluginId": "@kbn/core-http-router-server-internal", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-common.CoreVersionedRouter", + "section": "def-server.CoreVersionedRouter", "text": "CoreVersionedRouter" }, "[]" @@ -114,7 +106,7 @@ }, { "parentPluginId": "@kbn/router-to-openapispec", - "id": "def-common.generateOpenApiDocument.$2", + "id": "def-server.generateOpenApiDocument.$2", "type": "Object", "tags": [], "label": "opts", @@ -136,5 +128,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index 782b8cfa7df2c..7efaac95e0449 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-to-openapispec'] --- import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 1 | -## Common +## Server ### Functions - + diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index b305c705ff894..bd47acaa7fc1d 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-29 +date: 2024-07-30 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 c211de9127e07..46092536c1545 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-29 +date: 2024-07-30 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 6749052d810d1..6af72e2e97953 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-29 +date: 2024-07-30 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 1024d6ea86a71..d010c9f8fec37 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_search_api_panels.devdocs.json index f9e1db164f1ad..0df592a7e0c6f 100644 --- a/api_docs/kbn_search_api_panels.devdocs.json +++ b/api_docs/kbn_search_api_panels.devdocs.json @@ -1177,9 +1177,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" }, " | undefined" diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index b485a5539630e..254448e84b407 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_search_connectors.devdocs.json index 1453845f39d1c..51f17627b7d52 100644 --- a/api_docs/kbn_search_connectors.devdocs.json +++ b/api_docs/kbn_search_connectors.devdocs.json @@ -30,9 +30,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", syncJobId: string) => Promise<", @@ -59,9 +59,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -100,9 +100,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string) => Promise" @@ -121,9 +121,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -162,9 +162,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ") => Promise<", @@ -191,9 +191,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -250,9 +250,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", input: { configuration?: ", @@ -303,9 +303,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -664,9 +664,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", value: string) => Promise<", @@ -693,9 +693,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -734,9 +734,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", id: string) => Promise<", @@ -757,9 +757,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -798,9 +798,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", id: string) => Promise<", @@ -821,9 +821,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -862,9 +862,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string) => Promise<", @@ -891,9 +891,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -932,9 +932,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", indexName: string) => Promise<", @@ -961,9 +961,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1002,9 +1002,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", indexNames?: string[] | undefined, fetchOnlyCrawlers?: boolean | undefined, searchQuery?: string | undefined) => Promise<", @@ -1031,9 +1031,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1102,9 +1102,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId?: string | undefined, from?: number, size?: number, syncJobType?: \"all\" | \"content\" | \"access_control\", syncStatus?: ", @@ -1147,9 +1147,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1588,9 +1588,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, isNative: boolean) => Promise<", @@ -1611,9 +1611,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1667,9 +1667,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", { connectorId, jobType, }: { connectorId: string; jobType?: ", @@ -1696,9 +1696,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -1941,9 +1941,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, apiKeyId: string | null, apiKeySecretId: string | null) => Promise<", @@ -1964,9 +1964,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2035,9 +2035,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, configuration: Record) => Promise<", @@ -2064,9 +2064,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2120,9 +2120,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, indexName: string | null) => Promise<", @@ -2143,9 +2143,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2199,9 +2199,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, connectorUpdates: Partial Promise<", @@ -2410,9 +2410,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2466,9 +2466,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, serviceType: string) => Promise<", @@ -2489,9 +2489,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2545,9 +2545,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, status: ", @@ -2576,9 +2576,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2638,9 +2638,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string) => Promise<", @@ -2667,9 +2667,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], @@ -2708,9 +2708,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", connectorId: string, { advancedSnippet, filteringRules, }: { advancedSnippet: string; filteringRules: ", @@ -2745,9 +2745,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 00f91c857beaf..07836d532f632 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-29 +date: 2024-07-30 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 c13742153a07a..aca6059f7f40e 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_search_index_documents.devdocs.json index a68dcae8b5ffd..a3e6b74732a9a 100644 --- a/api_docs/kbn_search_index_documents.devdocs.json +++ b/api_docs/kbn_search_index_documents.devdocs.json @@ -96,9 +96,9 @@ "(client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", indexName: string, query?: string | undefined, from?: number, size?: number) => Promise<", @@ -127,9 +127,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 53b4d146e008b..1c67bd5f102bc 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_search_response_warnings.devdocs.json index e17c541ee9744..209fb9c6d178e 100644 --- a/api_docs/kbn_search_response_warnings.devdocs.json +++ b/api_docs/kbn_search_response_warnings.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/search-response-warnings", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.getWarningsDescription", + "id": "def-public.getWarningsDescription", "type": "Function", "tags": [], "label": "getWarningsDescription", @@ -37,7 +21,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.getWarningsDescription.$1", + "id": "def-public.getWarningsDescription.$1", "type": "Array", "tags": [], "label": "warnings", @@ -57,7 +41,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.getWarningsTitle", + "id": "def-public.getWarningsTitle", "type": "Function", "tags": [], "label": "getWarningsTitle", @@ -73,7 +57,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.getWarningsTitle.$1", + "id": "def-public.getWarningsTitle.$1", "type": "Array", "tags": [], "label": "warnings", @@ -93,7 +77,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.hasUnsupportedDownsampledAggregationFailure", + "id": "def-public.hasUnsupportedDownsampledAggregationFailure", "type": "Function", "tags": [], "label": "hasUnsupportedDownsampledAggregationFailure", @@ -109,7 +93,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.hasUnsupportedDownsampledAggregationFailure.$1", + "id": "def-public.hasUnsupportedDownsampledAggregationFailure.$1", "type": "Object", "tags": [], "label": "warning", @@ -128,7 +112,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsBadge", + "id": "def-public.SearchResponseWarningsBadge", "type": "Function", "tags": [], "label": "SearchResponseWarningsBadge", @@ -142,7 +126,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsBadge.$1", + "id": "def-public.SearchResponseWarningsBadge.$1", "type": "Object", "tags": [], "label": "props", @@ -161,7 +145,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsBadgePopoverContent", + "id": "def-public.SearchResponseWarningsBadgePopoverContent", "type": "Function", "tags": [], "label": "SearchResponseWarningsBadgePopoverContent", @@ -175,7 +159,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsBadgePopoverContent.$1", + "id": "def-public.SearchResponseWarningsBadgePopoverContent.$1", "type": "Object", "tags": [], "label": "props", @@ -194,7 +178,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsCallout", + "id": "def-public.SearchResponseWarningsCallout", "type": "Function", "tags": [], "label": "SearchResponseWarningsCallout", @@ -208,7 +192,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsCallout.$1", + "id": "def-public.SearchResponseWarningsCallout.$1", "type": "Object", "tags": [], "label": "props", @@ -227,7 +211,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsEmptyPrompt", + "id": "def-public.SearchResponseWarningsEmptyPrompt", "type": "Function", "tags": [], "label": "SearchResponseWarningsEmptyPrompt", @@ -241,7 +225,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarningsEmptyPrompt.$1", + "id": "def-public.SearchResponseWarningsEmptyPrompt.$1", "type": "Object", "tags": [], "label": "props", @@ -260,7 +244,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.ViewDetailsPopover", + "id": "def-public.ViewDetailsPopover", "type": "Function", "tags": [], "label": "ViewDetailsPopover", @@ -274,7 +258,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.ViewDetailsPopover.$1", + "id": "def-public.ViewDetailsPopover.$1", "type": "Object", "tags": [], "label": "props", @@ -297,7 +281,7 @@ "misc": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.SearchResponseWarning", + "id": "def-public.SearchResponseWarning", "type": "Type", "tags": [], "label": "SearchResponseWarning", @@ -314,7 +298,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.WarningHandlerCallback", + "id": "def-public.WarningHandlerCallback", "type": "Type", "tags": [], "label": "WarningHandlerCallback", @@ -339,7 +323,7 @@ "children": [ { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.WarningHandlerCallback.$1", + "id": "def-public.WarningHandlerCallback.$1", "type": "Object", "tags": [], "label": "warning", @@ -353,7 +337,7 @@ }, { "parentPluginId": "@kbn/search-response-warnings", - "id": "def-common.WarningHandlerCallback.$2", + "id": "def-public.WarningHandlerCallback.$2", "type": "Object", "tags": [], "label": "meta", @@ -376,5 +360,21 @@ } ], "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_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 58f7ec20eda0e..1f55956fea689 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; @@ -23,11 +23,11 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k |-------------------|-----------|------------------------|-----------------| | 20 | 0 | 18 | 1 | -## Common +## Client ### Functions - + ### Consts, variables and types - + diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index ca5b543e83572..099488e1d80a6 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_security_api_key_management.devdocs.json index 661a3acf9b5c9..ab85025e82ea0 100644 --- a/api_docs/kbn_security_api_key_management.devdocs.json +++ b/api_docs/kbn_security_api_key_management.devdocs.json @@ -37,9 +37,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -187,9 +187,9 @@ "(apiKey: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -210,9 +210,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -235,9 +235,9 @@ "(apiKey: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -258,9 +258,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -533,9 +533,9 @@ ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -587,9 +587,9 @@ ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -1133,25 +1133,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateCrossClusterAPIKeyParams", + "section": "def-server.CreateCrossClusterAPIKeyParams", "text": "CreateCrossClusterAPIKeyParams" } ], @@ -1204,25 +1204,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyParams", + "section": "def-server.UpdateRestAPIKeyParams", "text": "UpdateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateCrossClusterAPIKeyParams", + "section": "def-server.UpdateCrossClusterAPIKeyParams", "text": "UpdateCrossClusterAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" } ], diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 0382157df1511..874e8799ab17b 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-29 +date: 2024-07-30 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 44a61a3e206b2..8cd10f85b12aa 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-29 +date: 2024-07-30 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 92584a8934b52..ea6972bdbf089 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-29 +date: 2024-07-30 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 df5a662b86409..1307bc613d704 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_security_plugin_types_public.devdocs.json index 257698aef3bd3..5cf42e58fba57 100644 --- a/api_docs/kbn_security_plugin_types_public.devdocs.json +++ b/api_docs/kbn_security_plugin_types_public.devdocs.json @@ -126,9 +126,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.GetUserProfileResponse", + "section": "def-public.GetUserProfileResponse", "text": "GetUserProfileResponse" }, " extends ", @@ -690,9 +690,9 @@ "Omit<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ", \"getUserProfile$\"> & { userProfile$: ", @@ -1066,9 +1066,9 @@ "Omit<", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, ", \"getUserProfile$\"> & { userProfile$: ", diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index 8975572071bda..01ff666d6d37d 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_security_plugin_types_server.devdocs.json index 7650af308a8fd..abb4a1d8b9e5f 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -617,17 +617,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -650,9 +650,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -674,9 +674,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -701,17 +701,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", updateParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -734,9 +734,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -758,9 +758,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -785,33 +785,33 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.GrantAPIKeyResult", + "section": "def-server.GrantAPIKeyResult", "text": "GrantAPIKeyResult" }, " | null>" @@ -832,9 +832,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -856,17 +856,17 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -891,9 +891,9 @@ "(apiKeyPrams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" }, ") => Promise" @@ -914,9 +914,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" } ], @@ -941,25 +941,25 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -980,9 +980,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1004,9 +1004,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -1031,17 +1031,17 @@ "(params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -1062,9 +1062,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -1141,17 +1141,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -1174,9 +1174,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1198,9 +1198,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -1225,17 +1225,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", updateParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -1258,9 +1258,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1282,9 +1282,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -1309,33 +1309,33 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.GrantAPIKeyResult", + "section": "def-server.GrantAPIKeyResult", "text": "GrantAPIKeyResult" }, " | null>" @@ -1356,9 +1356,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1380,17 +1380,17 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -1415,9 +1415,9 @@ "(apiKeyPrams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" }, ") => Promise" @@ -1438,9 +1438,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" } ], @@ -1465,25 +1465,25 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -1504,9 +1504,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1528,9 +1528,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -1555,17 +1555,17 @@ "(params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -1586,9 +1586,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -1661,9 +1661,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " extends ", @@ -1704,9 +1704,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditKibana", + "section": "def-server.AuditKibana", "text": "AuditKibana" }, " | undefined" @@ -1727,9 +1727,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " | undefined" @@ -1753,9 +1753,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " extends ", @@ -1777,9 +1777,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " | undefined" @@ -2007,9 +2007,9 @@ "(event: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined) => void" @@ -2028,9 +2028,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined" @@ -2071,9 +2071,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " extends { body?: { bytes?: number | undefined; content?: string | undefined; } | undefined; bytes?: number | undefined; id?: string | undefined; method?: string | undefined; mime_type?: string | undefined; referrer?: string | undefined; }" @@ -2125,17 +2125,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -2153,9 +2153,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2180,9 +2180,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -2216,9 +2216,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.APIKeys", + "section": "def-server.APIKeys", "text": "APIKeys" } ], @@ -2237,9 +2237,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2266,9 +2266,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2306,9 +2306,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -2327,9 +2327,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2391,9 +2391,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2420,9 +2420,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2444,9 +2444,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2473,9 +2473,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2497,9 +2497,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -2526,9 +2526,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3451,17 +3451,17 @@ "{ [x: string]: { elasticsearch: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ElasticsearchPrivilegesType", + "section": "def-server.ElasticsearchPrivilegesType", "text": "ElasticsearchPrivilegesType" }, " & { [key: string]: unknown; }; kibana: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.KibanaPrivilegesType", + "section": "def-server.KibanaPrivilegesType", "text": "KibanaPrivilegesType" }, "; }; }" @@ -3856,9 +3856,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.GetDeprecationsContext", + "section": "def-server.GetDeprecationsContext", "text": "GetDeprecationsContext" } ], @@ -4430,9 +4430,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" } ], @@ -4807,17 +4807,17 @@ "{ [x: string]: { elasticsearch: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ElasticsearchPrivilegesType", + "section": "def-server.ElasticsearchPrivilegesType", "text": "ElasticsearchPrivilegesType" }, " & { [key: string]: unknown; }; kibana: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.KibanaPrivilegesType", + "section": "def-server.KibanaPrivilegesType", "text": "KibanaPrivilegesType" }, "; }; }" @@ -4902,9 +4902,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5066,9 +5066,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequiredPrivileges", + "section": "def-server.UserProfileRequiredPrivileges", "text": "UserProfileRequiredPrivileges" }, " | undefined" @@ -5219,9 +5219,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5248,9 +5248,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5273,9 +5273,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5302,9 +5302,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5381,9 +5381,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5410,9 +5410,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5434,25 +5434,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateCrossClusterAPIKeyParams", + "section": "def-server.CreateCrossClusterAPIKeyParams", "text": "CreateCrossClusterAPIKeyParams" } ], @@ -5522,25 +5522,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyParams", + "section": "def-server.UpdateRestAPIKeyParams", "text": "UpdateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateCrossClusterAPIKeyParams", + "section": "def-server.UpdateCrossClusterAPIKeyParams", "text": "UpdateCrossClusterAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -5578,9 +5578,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" } ], diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index b7caf072d56da..e310b41df1ccb 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-29 +date: 2024-07-30 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.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 7493594f25130..f80d2c071c730 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -8,7 +8,7 @@ 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] --- import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index 96cbfcc5ef5af..e19e6e1ee366c 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_security_solution_navigation.devdocs.json index d21a9207757fa..50e4bf806e1b4 100644 --- a/api_docs/kbn_security_solution_navigation.devdocs.json +++ b/api_docs/kbn_security_solution_navigation.devdocs.json @@ -233,9 +233,9 @@ "({ core, children, }: React.PropsWithChildren>) => JSX.Element" @@ -255,9 +255,9 @@ "React.PropsWithChildren>" @@ -1043,9 +1043,9 @@ "(param: { url?: string | undefined; appId?: string | undefined; restoreScroll?: boolean | undefined; } & ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, ") => void" @@ -1066,9 +1066,9 @@ "{ url?: string | undefined; appId?: string | undefined; restoreScroll?: boolean | undefined; } & ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" } ], diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 18e1a322fc14b..008f23f09bdad 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-29 +date: 2024-07-30 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 45eacfb9b6496..1e402b7a54b25 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-29 +date: 2024-07-30 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 a39d34b5b1ea9..8be0c96fffd0f 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-29 +date: 2024-07-30 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 6adcd89c849b0..3ee290e61263a 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-29 +date: 2024-07-30 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.mdx b/api_docs/kbn_securitysolution_data_table.mdx index 0cf56bf19016b..8963dbad26426 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table'] --- import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx index b66f3d6a7e8a4..1930f04ab2a50 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs'] --- import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx index 76292c43b17ca..ffeefe64ce0b8 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils'] --- import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx index 2b30538359e26..604444088b9d3 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components'] --- import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx index 76bd7bf38cc7b..6a12e788897fa 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index cd4baf9cf1ece..dd9efb75883db 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json b/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json index 1a57b339887c8..8b77c1af12ea7 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json +++ b/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json @@ -41,9 +41,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -89,9 +89,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -151,9 +151,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -213,9 +213,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -286,9 +286,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -404,9 +404,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1520,9 +1520,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1671,9 +1671,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1736,9 +1736,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1904,9 +1904,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2006,9 +2006,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2068,9 +2068,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2178,9 +2178,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2439,9 +2439,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2473,9 +2473,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index c9c1b478073f6..b042649fa2dce 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index d71302b66f05f..9df0d98a6c411 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types'] --- import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx index b4800f6c28f3e..1105b29cb82e1 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index db820214f9391..c0d9290d06f0a 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index c249e3131cb51..70a2cfd8354d5 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_hooks.devdocs.json b/api_docs/kbn_securitysolution_list_hooks.devdocs.json index aaaaf45a49040..f9d8c624b8d2b 100644 --- a/api_docs/kbn_securitysolution_list_hooks.devdocs.json +++ b/api_docs/kbn_securitysolution_list_hooks.devdocs.json @@ -258,9 +258,9 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ") => ", @@ -286,9 +286,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -393,9 +393,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", CreateListMutationParams, unknown> | undefined) => ", @@ -403,9 +403,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", CreateListMutationParams, unknown>" @@ -426,9 +426,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", CreateListMutationParams, unknown> | undefined" @@ -543,9 +543,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", DeleteListMutationParams, unknown> | undefined) => ", @@ -553,9 +553,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", DeleteListMutationParams, unknown>" @@ -576,9 +576,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", DeleteListMutationParams, unknown> | undefined" @@ -1016,9 +1016,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", PatchListMutationParams, unknown> | undefined) => ", @@ -1026,9 +1026,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", PatchListMutationParams, unknown>" @@ -1049,9 +1049,9 @@ "<{ _version: string | undefined; '@timestamp': string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"binary\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"half_float\" | \"double\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\" | \"date_range\" | \"ip_range\" | \"shape\"; updated_at: string; updated_by: string; value: string; }, ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IHttpFetchError", + "section": "def-public.IHttpFetchError", "text": "IHttpFetchError" }, ", PatchListMutationParams, unknown> | undefined" diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 777495e6d8af8..9630f729db647 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index 4d2d94e6e4492..558eae3413128 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils'] --- import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx index ead0d664e4eea..4d3b80ed95b2b 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules'] --- import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx index 6906ebe9e0a69..d9663ee88241e 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid'] --- import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx index d9bd686959da9..7c5a315a5caba 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils'] --- import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index bf7cf2da588cf..eb5cf4621a174 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools'] --- import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository.devdocs.json b/api_docs/kbn_server_route_repository.devdocs.json index 53541ee357d4d..8d5fb3cd5dfdc 100644 --- a/api_docs/kbn_server_route_repository.devdocs.json +++ b/api_docs/kbn_server_route_repository.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.createServerRouteFactory", + "id": "def-server.createServerRouteFactory", "type": "Function", "tags": [], "label": "createServerRouteFactory", @@ -30,25 +22,25 @@ "() => (route: ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ServerRoute", + "section": "def-server.ServerRoute", "text": "ServerRoute" }, ") => Record>" @@ -62,7 +54,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.decodeRequestParams", + "id": "def-server.decodeRequestParams", "type": "Function", "tags": [], "label": "decodeRequestParams", @@ -78,7 +70,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.decodeRequestParams.$1", + "id": "def-server.decodeRequestParams.$1", "type": "Object", "tags": [], "label": "params", @@ -93,7 +85,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.decodeRequestParams.$2", + "id": "def-server.decodeRequestParams.$2", "type": "Uncategorized", "tags": [], "label": "paramsRt", @@ -112,7 +104,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.formatRequest", + "id": "def-server.formatRequest", "type": "Function", "tags": [], "label": "formatRequest", @@ -120,13 +112,13 @@ "signature": [ "(endpoint: string, pathParams: Record) => { method: Method; pathname: string; version: string; }" ], - "path": "packages/kbn-server-route-repository/src/format_request.ts", + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.formatRequest.$1", + "id": "def-server.formatRequest.$1", "type": "string", "tags": [], "label": "endpoint", @@ -134,14 +126,14 @@ "signature": [ "string" ], - "path": "packages/kbn-server-route-repository/src/format_request.ts", + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.formatRequest.$2", + "id": "def-server.formatRequest.$2", "type": "Object", "tags": [], "label": "pathParams", @@ -149,7 +141,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-server-route-repository/src/format_request.ts", + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -160,7 +152,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.parseEndpoint", + "id": "def-server.parseEndpoint", "type": "Function", "tags": [], "label": "parseEndpoint", @@ -168,13 +160,13 @@ "signature": [ "(endpoint: string) => { method: Method; pathname: string; version: string; }" ], - "path": "packages/kbn-server-route-repository/src/parse_endpoint.ts", + "path": "packages/kbn-server-route-repository-utils/src/parse_endpoint.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.parseEndpoint.$1", + "id": "def-server.parseEndpoint.$1", "type": "string", "tags": [], "label": "endpoint", @@ -182,7 +174,7 @@ "signature": [ "string" ], - "path": "packages/kbn-server-route-repository/src/parse_endpoint.ts", + "path": "packages/kbn-server-route-repository-utils/src/parse_endpoint.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -193,7 +185,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes", + "id": "def-server.registerRoutes", "type": "Function", "tags": [], "label": "registerRoutes", @@ -202,9 +194,9 @@ "({\n core,\n repository,\n logger,\n dependencies,\n}: { core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "; repository: Record Promise; } & ", @@ -225,7 +217,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes.$1", + "id": "def-server.registerRoutes.$1", "type": "Object", "tags": [], "label": "{\n core,\n repository,\n logger,\n dependencies,\n}", @@ -236,7 +228,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes.$1.core", + "id": "def-server.registerRoutes.$1.core", "type": "Object", "tags": [], "label": "core", @@ -244,9 +236,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" @@ -257,7 +249,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes.$1.repository", + "id": "def-server.registerRoutes.$1.repository", "type": "Object", "tags": [], "label": "repository", @@ -273,7 +265,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes.$1.logger", + "id": "def-server.registerRoutes.$1.logger", "type": "Object", "tags": [], "label": "logger", @@ -293,7 +285,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.registerRoutes.$1.dependencies", + "id": "def-server.registerRoutes.$1.dependencies", "type": "Object", "tags": [], "label": "dependencies", @@ -315,7 +307,7 @@ "interfaces": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteState", + "id": "def-server.RouteState", "type": "Interface", "tags": [], "label": "RouteState", @@ -326,7 +318,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteState.Unnamed", + "id": "def-server.RouteState.Unnamed", "type": "IndexSignature", "tags": [], "label": "[endpoint: string]: any", @@ -346,7 +338,7 @@ "misc": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.ClientRequestParamsOf", + "id": "def-server.ClientRequestParamsOf", "type": "Type", "tags": [], "label": "ClientRequestParamsOf", @@ -355,9 +347,9 @@ "TServerRouteRepository[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined | undefined; handler: ({}: any) => Promise; } & ", @@ -365,9 +357,9 @@ " ? TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " ? ClientRequestParamsOfType : {} : never" @@ -379,7 +371,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.DecodedRequestParamsOf", + "id": "def-server.DecodedRequestParamsOf", "type": "Type", "tags": [], "label": "DecodedRequestParamsOf", @@ -388,9 +380,9 @@ "TServerRouteRepository[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined | undefined; handler: ({}: any) => Promise; } & ", @@ -398,9 +390,9 @@ " ? TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " ? DecodedRequestParamsOfType : {} : never" @@ -412,7 +404,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.EndpointOf", + "id": "def-server.EndpointOf", "type": "Type", "tags": [], "label": "EndpointOf", @@ -427,7 +419,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.ReturnOf", + "id": "def-server.ReturnOf", "type": "Type", "tags": [], "label": "ReturnOf", @@ -438,9 +430,9 @@ " ? TReturnType extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -448,9 +440,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" @@ -462,7 +454,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteParamsRT", + "id": "def-server.RouteParamsRT", "type": "Type", "tags": [], "label": "RouteParamsRT", @@ -483,7 +475,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteRepositoryClient", + "id": "def-server.RouteRepositoryClient", "type": "Type", "tags": [], "label": "RouteRepositoryClient", @@ -492,17 +484,17 @@ "(endpoint: TEndpoint, ...args: MaybeOptionalArgs<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions>) => Promise<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ReturnOf", + "section": "def-server.ReturnOf", "text": "ReturnOf" }, ">" @@ -514,7 +506,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteRepositoryClient.$1", + "id": "def-server.RouteRepositoryClient.$1", "type": "Uncategorized", "tags": [], "label": "endpoint", @@ -528,7 +520,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.RouteRepositoryClient.$2", + "id": "def-server.RouteRepositoryClient.$2", "type": "Uncategorized", "tags": [], "label": "args", @@ -538,25 +530,25 @@ "<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions> extends never ? [] | [", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions] : [", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions]" @@ -570,7 +562,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.ServerRoute", + "id": "def-server.ServerRoute", "type": "Type", "tags": [], "label": "ServerRoute", @@ -579,9 +571,9 @@ "ValidateEndpoint extends true ? { endpoint: TEndpoint; params?: TRouteParamsRT | undefined; handler: ({}: TRouteHandlerResources & (TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " ? DecodedRequestParamsOfType : {})) => Promise; } & TRouteCreateOptions : never" @@ -593,7 +585,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.ServerRouteRepository", + "id": "def-server.ServerRouteRepository", "type": "Type", "tags": [], "label": "ServerRouteRepository", @@ -602,9 +594,9 @@ "{ [x: string]: { endpoint: string; params?: ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined; handler: ({}: any) => Promise; } & Record; }" @@ -618,7 +610,7 @@ "objects": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.routeValidationObject", + "id": "def-server.routeValidationObject", "type": "Object", "tags": [], "label": "routeValidationObject", @@ -629,7 +621,7 @@ "children": [ { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.routeValidationObject.body", + "id": "def-server.routeValidationObject.body", "type": "Object", "tags": [], "label": "body", @@ -652,7 +644,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.routeValidationObject.params", + "id": "def-server.routeValidationObject.params", "type": "Object", "tags": [], "label": "params", @@ -673,7 +665,7 @@ }, { "parentPluginId": "@kbn/server-route-repository", - "id": "def-common.routeValidationObject.query", + "id": "def-server.routeValidationObject.query", "type": "Object", "tags": [], "label": "query", @@ -696,5 +688,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index 3bdf0f30b742d..7517f39dbe1b8 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs- |-------------------|-----------|------------------------|-----------------| | 31 | 0 | 30 | 1 | -## Common +## Server ### Objects - + ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_server_route_repository_utils.devdocs.json b/api_docs/kbn_server_route_repository_utils.devdocs.json new file mode 100644 index 0000000000000..5a60cb9e794bb --- /dev/null +++ b/api_docs/kbn_server_route_repository_utils.devdocs.json @@ -0,0 +1,109 @@ +{ + "id": "@kbn/server-route-repository-utils", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/server-route-repository-utils", + "id": "def-common.formatRequest", + "type": "Function", + "tags": [], + "label": "formatRequest", + "description": [], + "signature": [ + "(endpoint: string, pathParams: Record) => { method: Method; pathname: string; version: string; }" + ], + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/server-route-repository-utils", + "id": "def-common.formatRequest.$1", + "type": "string", + "tags": [], + "label": "endpoint", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/server-route-repository-utils", + "id": "def-common.formatRequest.$2", + "type": "Object", + "tags": [], + "label": "pathParams", + "description": [], + "signature": [ + "Record" + ], + "path": "packages/kbn-server-route-repository-utils/src/format_request.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/server-route-repository-utils", + "id": "def-common.parseEndpoint", + "type": "Function", + "tags": [], + "label": "parseEndpoint", + "description": [], + "signature": [ + "(endpoint: string) => { method: Method; pathname: string; version: string; }" + ], + "path": "packages/kbn-server-route-repository-utils/src/parse_endpoint.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/server-route-repository-utils", + "id": "def-common.parseEndpoint.$1", + "type": "string", + "tags": [], + "label": "endpoint", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-server-route-repository-utils/src/parse_endpoint.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx new file mode 100644 index 0000000000000..83b0a3e264edd --- /dev/null +++ b/api_docs/kbn_server_route_repository_utils.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: kibKbnServerRouteRepositoryUtilsPluginApi +slug: /kibana-dev-docs/api/kbn-server-route-repository-utils +title: "@kbn/server-route-repository-utils" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/server-route-repository-utils plugin +date: 2024-07-30 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] +--- +import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; + + + +Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 5 | 0 | 5 | 0 | + +## Common + +### Functions + + diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index 3b32125f685d2..7f022b5306583 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index e908fc1cf84a9..6b004d10d91c8 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index d22b38647a274..c2f9b7aefce10 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher title: "@kbn/serverless-project-switcher" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher'] --- import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index a3b885c7c60ea..19e326b5fa82f 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index 5ecc6c2a0dec1..f9faa1b5ea5d2 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index ad5bd0285550b..83bd175ccef15 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index e8a82bf5a1ccd..653ff2dcec448 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg'] --- import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx index c4097919cc967..1f75fbf7b5c59 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index 6783adf33adf1..ac518aa359a0c 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index 2149e067c588c..db99772ea5042 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar'] --- import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx index 247568bab62fd..6978e9d4038b9 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data'] --- import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx index d474c288b860c..04ec969a2bbdb 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json b/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json index 26b4e5256c00a..cc5d573381a01 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json +++ b/api_docs/kbn_shared_ux_chrome_navigation.devdocs.json @@ -185,9 +185,9 @@ "{ application: { navigateToUrl: (url: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToUrlOptions", + "section": "def-public.NavigateToUrlOptions", "text": "NavigateToUrlOptions" }, " | undefined) => Promise; }; chrome: { recentlyAccessed: { get$: () => ", @@ -195,9 +195,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessedHistoryItem", + "section": "def-public.ChromeRecentlyAccessedHistoryItem", "text": "ChromeRecentlyAccessedHistoryItem" }, "[]>; }; navLinks: { getNavLinks$: () => ", @@ -205,9 +205,9 @@ "; }; getIsSideNavCollapsed$: () => ", @@ -232,9 +232,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, "[][]>" @@ -285,9 +285,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeRecentlyAccessedHistoryItem", + "section": "def-public.ChromeRecentlyAccessedHistoryItem", "text": "ChromeRecentlyAccessedHistoryItem" }, "[]>" @@ -318,9 +318,9 @@ "(url: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToUrlOptions", + "section": "def-public.NavigateToUrlOptions", "text": "NavigateToUrlOptions" }, " | undefined) => Promise" @@ -351,9 +351,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToUrlOptions", + "section": "def-public.NavigateToUrlOptions", "text": "NavigateToUrlOptions" }, " | undefined" @@ -376,9 +376,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, "[][]>" @@ -443,9 +443,9 @@ "Pick<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, ", \"id\" | \"children\" | \"path\" | \"sideNavStatus\"> & { title: React.ReactNode; }" @@ -466,9 +466,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeProjectNavigationNode", + "section": "def-public.ChromeProjectNavigationNode", "text": "ChromeProjectNavigationNode" }, "[][]" @@ -553,9 +553,9 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NavigationTreeDefinitionUI", + "section": "def-public.NavigationTreeDefinitionUI", "text": "NavigationTreeDefinitionUI" }, ">" diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index 399fbbdeed617..53aaa00b4991d 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index b2f1342fff40e..24540524aa12d 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index 417a077ebbf46..8d988d8d9434d 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context'] --- import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx index a24ea7d351660..a4e91f8013304 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image'] --- import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx index 49d04fbabe9e2..ea2dff3601ce4 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks'] --- import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx index eea63cc51fb21..2a47150858bbb 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks'] --- import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx index 015d0cc10a479..709dec8877b2e 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker'] --- import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx index a3dd3845f66ea..af6e32e715a75 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types'] --- import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx index eced5dcd087e7..fc6d5ba82c9cc 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload'] --- import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx index af8afa55194fb..e77b1a6748972 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util'] --- import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app.devdocs.json b/api_docs/kbn_shared_ux_link_redirect_app.devdocs.json index 991ae508b439f..5035b7c940dd1 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.devdocs.json +++ b/api_docs/kbn_shared_ux_link_redirect_app.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/shared-ux-link-redirect-app", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks", + "id": "def-public.RedirectAppLinks", "type": "Function", "tags": [], "label": "RedirectAppLinks", @@ -39,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks.$1", + "id": "def-public.RedirectAppLinks.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...props\n}", @@ -60,7 +44,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks", + "id": "def-public.RedirectAppLinks", "type": "Function", "tags": [], "label": "RedirectAppLinks", @@ -78,7 +62,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks.$1", + "id": "def-public.RedirectAppLinks.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n navigateToUrl,\n currentAppId,\n ...containerProps\n}", @@ -99,7 +83,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks", + "id": "def-public.RedirectAppLinks", "type": "Function", "tags": [], "label": "RedirectAppLinks", @@ -117,7 +101,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinks.$1", + "id": "def-public.RedirectAppLinks.$1", "type": "CompoundType", "tags": [], "label": "{ children, ...props }", @@ -138,7 +122,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksKibanaProvider", + "id": "def-public.RedirectAppLinksKibanaProvider", "type": "Function", "tags": [], "label": "RedirectAppLinksKibanaProvider", @@ -156,7 +140,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksKibanaProvider.$1", + "id": "def-public.RedirectAppLinksKibanaProvider.$1", "type": "CompoundType", "tags": [], "label": "{ children, coreStart }", @@ -177,7 +161,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksProvider", + "id": "def-public.RedirectAppLinksProvider", "type": "Function", "tags": [], "label": "RedirectAppLinksProvider", @@ -195,7 +179,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksProvider.$1", + "id": "def-public.RedirectAppLinksProvider.$1", "type": "CompoundType", "tags": [], "label": "{\n children,\n ...services\n}", @@ -218,7 +202,7 @@ "interfaces": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksKibanaDependencies", + "id": "def-public.RedirectAppLinksKibanaDependencies", "type": "Interface", "tags": [], "label": "RedirectAppLinksKibanaDependencies", @@ -231,7 +215,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksKibanaDependencies.coreStart", + "id": "def-public.RedirectAppLinksKibanaDependencies.coreStart", "type": "Object", "tags": [], "label": "coreStart", @@ -252,7 +236,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksServices", + "id": "def-public.RedirectAppLinksServices", "type": "Interface", "tags": [], "label": "RedirectAppLinksServices", @@ -265,7 +249,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksServices.navigateToUrl", + "id": "def-public.RedirectAppLinksServices.navigateToUrl", "type": "Function", "tags": [], "label": "navigateToUrl", @@ -280,7 +264,7 @@ "children": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksServices.navigateToUrl.$1", + "id": "def-public.RedirectAppLinksServices.navigateToUrl.$1", "type": "string", "tags": [], "label": "url", @@ -293,7 +277,7 @@ }, { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksServices.currentAppId", + "id": "def-public.RedirectAppLinksServices.currentAppId", "type": "string", "tags": [], "label": "currentAppId", @@ -313,7 +297,7 @@ "misc": [ { "parentPluginId": "@kbn/shared-ux-link-redirect-app", - "id": "def-common.RedirectAppLinksProps", + "id": "def-public.RedirectAppLinksProps", "type": "Type", "tags": [], "label": "RedirectAppLinksProps", @@ -334,5 +318,21 @@ } ], "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_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index f2eb9ee894924..5ee8875754489 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 17 | 0 | 9 | 0 | -## Common +## Client ### Functions - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx index e805aab27a789..2b548cdf44f34 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks'] --- import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx index b59636513d5c2..a62a0e3f64501 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown'] --- import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx index 6bdb0b2615f5f..5d147d9d3ad8f 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks'] --- import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx index 1c4d389d98ce7..7fc33afe4095c 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data'] --- import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx index 66bc3dcdf7a68..82d3a565bd168 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks'] --- import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx index 986cc361ccaf7..6dcfd4499e31c 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data'] --- import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx index 24c0e85d3a401..3abf181f237ef 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks'] --- import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx index 631375fcb915f..e9cb82843b23c 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template'] --- import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx index 3f2901d2a2101..97ecc57de6391 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks'] --- import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx index c48abba2eba84..29798ee008fb5 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data'] --- import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx index 986a6ac3c861d..60e8754d39ecb 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config'] --- import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx index 89e67146fd05a..e05836c8c3b64 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks'] --- import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx index 20e0b3cf9f31f..e7cce9c44328e 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks'] --- import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx index 4e855da4b6c66..f5d3a81db63d9 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav'] --- import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx index 217134352fe55..544caa1ac2a42 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views'] --- import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx index a2ede715abe81..f7129123aea6b 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks'] --- import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx index 204754399ed28..dfa6d2c9e8cad 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found'] --- import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index 061848c416e44..3a707a57231b8 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index ad18d57ee52de..9dbd8873f6fe6 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks'] --- import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx index 957ebdb1f7d07..428effe6c8bdc 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config'] --- import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx index 6114086a974bf..f9def6521b381 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock'] --- import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_tabbed_modal.mdx b/api_docs/kbn_shared_ux_tabbed_modal.mdx index 1cac78497f714..0cbd50bc3e8dc 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal title: "@kbn/shared-ux-tabbed-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-tabbed-modal'] --- import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_utility.devdocs.json b/api_docs/kbn_shared_ux_utility.devdocs.json index b75d4b863c6d6..3985e692831c6 100644 --- a/api_docs/kbn_shared_ux_utility.devdocs.json +++ b/api_docs/kbn_shared_ux_utility.devdocs.json @@ -306,9 +306,9 @@ "signature": [ { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, " | undefined" diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index 8262ed0c14c65..53acea9cd62fb 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility'] --- import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index 6b358fd996c41..5e1f1c3ca54ee 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index c4238e8e3ea08..3ccbba58bb577 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index 51a55fa32c281..5828618bacedb 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index 05bca4d0da95b..3f6df94acb634 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std'] --- import kbnStdObj from './kbn_std.devdocs.json'; diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx index c9100c704259b..e85b7a5b7e7b9 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers'] --- import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx index cde6c8f0c635a..bfceebd71cd6e 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_synthetics_e2e.devdocs.json b/api_docs/kbn_synthetics_e2e.devdocs.json new file mode 100644 index 0000000000000..279942a1d8bca --- /dev/null +++ b/api_docs/kbn_synthetics_e2e.devdocs.json @@ -0,0 +1,522 @@ +{ + "id": "@kbn/synthetics-e2e", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner", + "type": "Class", + "tags": [], + "label": "SyntheticsRunner", + "description": [], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.getService", + "type": "Any", + "tags": [], + "label": "getService", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.kibanaUrl", + "type": "string", + "tags": [], + "label": "kibanaUrl", + "description": [], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.testFilesLoaded", + "type": "boolean", + "tags": [], + "label": "testFilesLoaded", + "description": [], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "ArgParams" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.Unnamed.$1", + "type": "Any", + "tags": [], + "label": "getService", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.Unnamed.$2", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "ArgParams" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.setup", + "type": "Function", + "tags": [], + "label": "setup", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.createTestUsers", + "type": "Function", + "tags": [], + "label": "createTestUsers", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestFiles", + "type": "Function", + "tags": [], + "label": "loadTestFiles", + "description": [], + "signature": [ + "(callback: (reload?: boolean | undefined) => Promise, reload?: boolean) => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestFiles.$1", + "type": "Function", + "tags": [], + "label": "callback", + "description": [], + "signature": [ + "(reload?: boolean | undefined) => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestFiles.$2", + "type": "boolean", + "tags": [], + "label": "reload", + "description": [], + "signature": [ + "boolean" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestData", + "type": "Function", + "tags": [], + "label": "loadTestData", + "description": [], + "signature": [ + "(e2eDir: string, dataArchives: string[]) => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestData.$1", + "type": "string", + "tags": [], + "label": "e2eDir", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.loadTestData.$2", + "type": "Array", + "tags": [], + "label": "dataArchives", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.getKibanaUrl", + "type": "Function", + "tags": [], + "label": "getKibanaUrl", + "description": [], + "signature": [ + "() => string" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.getElasticsearchUrl", + "type": "Function", + "tags": [], + "label": "getElasticsearchUrl", + "description": [], + "signature": [ + "() => string" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.run", + "type": "Function", + "tags": [], + "label": "run", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.assertResults", + "type": "Function", + "tags": [], + "label": "assertResults", + "description": [], + "signature": [ + "(results: { [x: string]: ", + "JourneyResult", + "; }) => void" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.assertResults.$1", + "type": "Object", + "tags": [], + "label": "results", + "description": [], + "signature": [ + "{ [x: string]: ", + "JourneyResult", + "; }" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.SyntheticsRunner.cleanUp", + "type": "Function", + "tags": [], + "label": "cleanUp", + "description": [], + "signature": [ + "() => void" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider", + "type": "Function", + "tags": [], + "label": "loginPageProvider", + "description": [], + "signature": [ + "({\n page,\n isRemote = false,\n username = 'elastic',\n password = 'changeme',\n}: { page: ", + "Page", + "; isRemote?: boolean | undefined; username?: string | undefined; password?: string | undefined; }) => { waitForLoadingToFinish(): Promise; loginToKibana(usernameT?: \"editor\" | \"viewer\" | undefined, passwordT?: string | undefined): Promise; }" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider.$1", + "type": "Object", + "tags": [], + "label": "{\n page,\n isRemote = false,\n username = 'elastic',\n password = 'changeme',\n}", + "description": [], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider.$1.page", + "type": "Object", + "tags": [], + "label": "page", + "description": [], + "signature": [ + "Page" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider.$1.isRemote", + "type": "CompoundType", + "tags": [], + "label": "isRemote", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider.$1.username", + "type": "string", + "tags": [], + "label": "username", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.loginPageProvider.$1.password", + "type": "string", + "tags": [], + "label": "password", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.utilsPageProvider", + "type": "Function", + "tags": [], + "label": "utilsPageProvider", + "description": [], + "signature": [ + "({ page }: { page: ", + "Page", + "; }) => { byTestId(testId: string): string; waitForLoadingToFinish(): Promise; assertText({ text }: { text: string; }): Promise; fillByTestSubj(dataTestSubj: string, value: string): Promise; selectByTestSubj(dataTestSubj: string, value: string): Promise; checkByTestSubj(dataTestSubj: string, value: string): Promise; clickByTestSubj(dataTestSubj: string): Promise; findByTestSubj(dataTestSubj: string): Promise<", + "ElementHandle", + ">; findByText(text: string): Promise<", + "ElementHandle", + ">; }" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/utils.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.utilsPageProvider.$1", + "type": "Object", + "tags": [], + "label": "{ page }", + "description": [], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/utils.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.utilsPageProvider.$1.page", + "type": "Object", + "tags": [], + "label": "page", + "description": [], + "signature": [ + "Page" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/page_objects/utils.tsx", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [ + { + "parentPluginId": "@kbn/synthetics-e2e", + "id": "def-common.argv", + "type": "Object", + "tags": [], + "label": "argv", + "description": [], + "signature": [ + "{ [x: string]: unknown; headless: boolean; bail: boolean; grep: undefined; _: string[]; $0: string; }" + ], + "path": "x-pack/plugins/observability_solution/synthetics/e2e/helpers/parse_args_params.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ] + } +} \ No newline at end of file diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx new file mode 100644 index 0000000000000..2cbe52404b1c4 --- /dev/null +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -0,0 +1,36 @@ +--- +#### +#### 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: kibKbnSyntheticsE2ePluginApi +slug: /kibana-dev-docs/api/kbn-synthetics-e2e +title: "@kbn/synthetics-e2e" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/synthetics-e2e plugin +date: 2024-07-30 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] +--- +import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; + + + +Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 32 | 2 | 32 | 0 | + +## Common + +### Objects + + +### Functions + + +### Classes + + diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index 6772a11132eb0..912698c6e2a89 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index 937ab4e226dc7..52fef4a97db09 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 5044f1a18f9ca..df1d222578991 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 7ad68e721126a..f791dee0730c3 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers'] --- import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx index a335179054e0d..196c7e21c21ba 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_text_based_editor.mdx b/api_docs/kbn_text_based_editor.mdx index 9b7487766755f..7c61823e1c52a 100644 --- a/api_docs/kbn_text_based_editor.mdx +++ b/api_docs/kbn_text_based_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-text-based-editor title: "@kbn/text-based-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/text-based-editor plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/text-based-editor'] --- import kbnTextBasedEditorObj from './kbn_text_based_editor.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 1e93cead4e8b7..12b9855699e9a 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- import kbnTimerangeObj from './kbn_timerange.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index 80fb4d8b47a63..2dcdebe389a9d 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2024-07-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 5a4345ddbd963..4d63c69bfa1d2 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 9aa5bd20c4a2d..7c856eb1a2793 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-29 +date: 2024-07-30 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 b2812d0445b93..16ed405fa368a 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-29 +date: 2024-07-30 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 60459163a33ab..df9dc80125a72 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_ui_actions_browser.devdocs.json index 3e2991f568577..6b641dade132c 100644 --- a/api_docs/kbn_ui_actions_browser.devdocs.json +++ b/api_docs/kbn_ui_actions_browser.devdocs.json @@ -436,9 +436,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { rowIndex: number; table: ", diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 37e0b014f699c..ba5f8f7842447 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-29 +date: 2024-07-30 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 5c80bc1358546..e26a7cbc47bf2 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-29 +date: 2024-07-30 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 985b21e5b05d6..223034a5195c7 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_unified_data_table.devdocs.json index f72afa4ba1baf..c778b833f799d 100644 --- a/api_docs/kbn_unified_data_table.devdocs.json +++ b/api_docs/kbn_unified_data_table.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/unified-data-table", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataTableRowControl", + "id": "def-public.DataTableRowControl", "type": "Function", "tags": [], "label": "DataTableRowControl", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataTableRowControl.$1", + "id": "def-public.DataTableRowControl.$1", "type": "Object", "tags": [], "label": "{ children }", @@ -46,7 +30,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataTableRowControl.$1.children", + "id": "def-public.DataTableRowControl.$1.children", "type": "CompoundType", "tags": [], "label": "children", @@ -66,7 +50,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getDisplayedColumns", + "id": "def-public.getDisplayedColumns", "type": "Function", "tags": [], "label": "getDisplayedColumns", @@ -90,7 +74,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getDisplayedColumns.$1", + "id": "def-public.getDisplayedColumns.$1", "type": "Array", "tags": [], "label": "stateColumns", @@ -105,7 +89,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getDisplayedColumns.$2", + "id": "def-public.getDisplayedColumns.$2", "type": "Object", "tags": [], "label": "dataView", @@ -130,7 +114,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRenderCustomToolbarWithElements", + "id": "def-public.getRenderCustomToolbarWithElements", "type": "Function", "tags": [], "label": "getRenderCustomToolbarWithElements", @@ -141,9 +125,9 @@ "({ leftSide, bottomSection, }: { leftSide?: React.ReactElement> | undefined; bottomSection?: React.ReactElement> | undefined; }) => ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbar", + "section": "def-public.UnifiedDataTableRenderCustomToolbar", "text": "UnifiedDataTableRenderCustomToolbar" } ], @@ -153,7 +137,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRenderCustomToolbarWithElements.$1", + "id": "def-public.getRenderCustomToolbarWithElements.$1", "type": "Object", "tags": [], "label": "{\n leftSide,\n bottomSection,\n}", @@ -164,7 +148,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRenderCustomToolbarWithElements.$1.leftSide", + "id": "def-public.getRenderCustomToolbarWithElements.$1.leftSide", "type": "Object", "tags": [], "label": "leftSide", @@ -178,7 +162,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRenderCustomToolbarWithElements.$1.bottomSection", + "id": "def-public.getRenderCustomToolbarWithElements.$1.bottomSection", "type": "Object", "tags": [], "label": "bottomSection", @@ -198,7 +182,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRowsPerPageOptions", + "id": "def-public.getRowsPerPageOptions", "type": "Function", "tags": [], "label": "getRowsPerPageOptions", @@ -212,7 +196,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getRowsPerPageOptions.$1", + "id": "def-public.getRowsPerPageOptions.$1", "type": "number", "tags": [], "label": "currentRowsPerPage", @@ -231,7 +215,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getTextBasedColumnsMeta", + "id": "def-public.getTextBasedColumnsMeta", "type": "Function", "tags": [], "label": "getTextBasedColumnsMeta", @@ -255,7 +239,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.getTextBasedColumnsMeta.$1", + "id": "def-public.getTextBasedColumnsMeta.$1", "type": "Array", "tags": [], "label": "textBasedColumns", @@ -281,7 +265,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.JSONCodeEditorCommonMemoized", + "id": "def-public.JSONCodeEditorCommonMemoized", "type": "Function", "tags": [], "label": "JSONCodeEditorCommonMemoized", @@ -296,7 +280,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.JSONCodeEditorCommonMemoized.$1", + "id": "def-public.JSONCodeEditorCommonMemoized.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -313,7 +297,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.popularizeField", + "id": "def-public.popularizeField", "type": "Function", "tags": [], "label": "popularizeField", @@ -351,7 +335,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.popularizeField.$1", + "id": "def-public.popularizeField.$1", "type": "Object", "tags": [], "label": "dataView", @@ -372,7 +356,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.popularizeField.$2", + "id": "def-public.popularizeField.$2", "type": "string", "tags": [], "label": "fieldName", @@ -387,7 +371,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.popularizeField.$3", + "id": "def-public.popularizeField.$3", "type": "Object", "tags": [], "label": "DataViewsService", @@ -408,7 +392,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.popularizeField.$4", + "id": "def-public.popularizeField.$4", "type": "Object", "tags": [], "label": "capabilities", @@ -433,7 +417,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.renderCustomToolbar", + "id": "def-public.renderCustomToolbar", "type": "Function", "tags": [], "label": "renderCustomToolbar", @@ -442,9 +426,9 @@ "(props: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbarProps", + "section": "def-public.UnifiedDataTableRenderCustomToolbarProps", "text": "UnifiedDataTableRenderCustomToolbarProps" }, ") => React.ReactElement>" @@ -456,7 +440,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.renderCustomToolbar.$1", + "id": "def-public.renderCustomToolbar.$1", "type": "Object", "tags": [], "label": "props", @@ -464,9 +448,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbarProps", + "section": "def-public.UnifiedDataTableRenderCustomToolbarProps", "text": "UnifiedDataTableRenderCustomToolbarProps" } ], @@ -479,7 +463,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettings", + "id": "def-public.RowHeightSettings", "type": "Function", "tags": [], "label": "RowHeightSettings", @@ -488,9 +472,9 @@ "({\n label,\n rowHeight,\n rowHeightLines,\n compressed,\n onChangeRowHeight,\n onChangeRowHeightLines,\n maxRowHeight,\n ['data-test-subj']: dataTestSubj,\n}: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.RowHeightSettingsProps", + "section": "def-public.RowHeightSettingsProps", "text": "RowHeightSettingsProps" }, ") => JSX.Element" @@ -501,7 +485,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettings.$1", + "id": "def-public.RowHeightSettings.$1", "type": "Object", "tags": [], "label": "{\n label,\n rowHeight,\n rowHeightLines,\n compressed,\n onChangeRowHeight,\n onChangeRowHeightLines,\n maxRowHeight,\n ['data-test-subj']: dataTestSubj,\n}", @@ -509,9 +493,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.RowHeightSettingsProps", + "section": "def-public.RowHeightSettingsProps", "text": "RowHeightSettingsProps" } ], @@ -526,7 +510,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTable", + "id": "def-public.UnifiedDataTable", "type": "Function", "tags": [], "label": "UnifiedDataTable", @@ -535,9 +519,9 @@ "({ ariaLabelledBy, columns, columnsMeta, showColumnTokens, configHeaderRowHeight, headerRowHeightState, onUpdateHeaderRowHeight, controlColumnIds, dataView, loadingState, onFilter, onResize, onSetColumns, onSort, rows, searchDescription, searchTitle, settings, showTimeCol, showFullScreenButton, sort, useNewFieldsApi, isSortEnabled, isPaginationEnabled, cellActionsTriggerId, className, rowHeightState, onUpdateRowHeight, maxAllowedSampleSize, sampleSizeState, onUpdateSampleSize, isPlainRecord, rowsPerPageState, onUpdateRowsPerPage, onFieldEdited, services, renderCustomGridBody, renderCustomToolbar, trailingControlColumns, totalHits, onFetchMoreRecords, renderDocumentView, setExpandedDoc, expandedDoc, configRowHeight, showMultiFields, maxDocFieldsDisplayed, externalControlColumns, externalAdditionalControls, rowsPerPageOptions, visibleCellActions, externalCustomRenderers, additionalFieldGroups, consumer, componentsTourSteps, gridStyleOverride, rowLineHeightOverride, cellActionsMetadata, customGridColumnsConfiguration, customControlColumnsConfiguration, enableComparisonMode, cellContext, renderCellPopover, getRowIndicator, }: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableProps", + "section": "def-public.UnifiedDataTableProps", "text": "UnifiedDataTableProps" }, ") => JSX.Element" @@ -548,7 +532,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTable.$1", + "id": "def-public.UnifiedDataTable.$1", "type": "Object", "tags": [], "label": "{\n ariaLabelledBy,\n columns,\n columnsMeta,\n showColumnTokens,\n configHeaderRowHeight,\n headerRowHeightState,\n onUpdateHeaderRowHeight,\n controlColumnIds = CONTROL_COLUMN_IDS_DEFAULT,\n dataView,\n loadingState,\n onFilter,\n onResize,\n onSetColumns,\n onSort,\n rows,\n searchDescription,\n searchTitle,\n settings,\n showTimeCol,\n showFullScreenButton = true,\n sort,\n useNewFieldsApi,\n isSortEnabled = true,\n isPaginationEnabled = true,\n cellActionsTriggerId,\n className,\n rowHeightState,\n onUpdateRowHeight,\n maxAllowedSampleSize,\n sampleSizeState,\n onUpdateSampleSize,\n isPlainRecord = false,\n rowsPerPageState,\n onUpdateRowsPerPage,\n onFieldEdited,\n services,\n renderCustomGridBody,\n renderCustomToolbar,\n trailingControlColumns,\n totalHits,\n onFetchMoreRecords,\n renderDocumentView,\n setExpandedDoc,\n expandedDoc,\n configRowHeight,\n showMultiFields = true,\n maxDocFieldsDisplayed = 50,\n externalControlColumns,\n externalAdditionalControls,\n rowsPerPageOptions,\n visibleCellActions,\n externalCustomRenderers,\n additionalFieldGroups,\n consumer = 'discover',\n componentsTourSteps,\n gridStyleOverride,\n rowLineHeightOverride,\n cellActionsMetadata,\n customGridColumnsConfiguration,\n customControlColumnsConfiguration,\n enableComparisonMode,\n cellContext,\n renderCellPopover,\n getRowIndicator,\n}", @@ -556,9 +540,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableProps", + "section": "def-public.UnifiedDataTableProps", "text": "UnifiedDataTableProps" } ], @@ -573,7 +557,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.useColumns", + "id": "def-public.useColumns", "type": "Function", "tags": [], "label": "useColumns", @@ -587,7 +571,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.useColumns.$1", + "id": "def-public.useColumns.$1", "type": "Object", "tags": [], "label": "{\n capabilities,\n dataView,\n dataViews,\n setAppState,\n useNewFieldsApi,\n columns,\n sort,\n defaultOrder = 'desc',\n}", @@ -608,7 +592,7 @@ "interfaces": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ControlColumns", + "id": "def-public.ControlColumns", "type": "Interface", "tags": [], "label": "ControlColumns", @@ -619,7 +603,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ControlColumns.select", + "id": "def-public.ControlColumns.select", "type": "Object", "tags": [], "label": "select", @@ -633,7 +617,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ControlColumns.openDetails", + "id": "def-public.ControlColumns.openDetails", "type": "Object", "tags": [], "label": "openDetails", @@ -650,7 +634,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ControlColumnsProps", + "id": "def-public.ControlColumnsProps", "type": "Interface", "tags": [], "label": "ControlColumnsProps", @@ -661,7 +645,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ControlColumnsProps.controlColumns", + "id": "def-public.ControlColumnsProps.controlColumns", "type": "Object", "tags": [], "label": "controlColumns", @@ -669,9 +653,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.ControlColumns", + "section": "def-public.ControlColumns", "text": "ControlColumns" } ], @@ -684,7 +668,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomGridColumnProps", + "id": "def-public.CustomGridColumnProps", "type": "Interface", "tags": [], "label": "CustomGridColumnProps", @@ -695,7 +679,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomGridColumnProps.column", + "id": "def-public.CustomGridColumnProps.column", "type": "Object", "tags": [], "label": "column", @@ -709,7 +693,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomGridColumnProps.headerRowHeight", + "id": "def-public.CustomGridColumnProps.headerRowHeight", "type": "number", "tags": [], "label": "headerRowHeight", @@ -726,7 +710,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps", + "id": "def-public.RowHeightSettingsProps", "type": "Interface", "tags": [], "label": "RowHeightSettingsProps", @@ -737,7 +721,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.rowHeight", + "id": "def-public.RowHeightSettingsProps.rowHeight", "type": "CompoundType", "tags": [], "label": "rowHeight", @@ -752,7 +736,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.rowHeightLines", + "id": "def-public.RowHeightSettingsProps.rowHeightLines", "type": "number", "tags": [], "label": "rowHeightLines", @@ -766,7 +750,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.maxRowHeight", + "id": "def-public.RowHeightSettingsProps.maxRowHeight", "type": "number", "tags": [], "label": "maxRowHeight", @@ -780,7 +764,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.label", + "id": "def-public.RowHeightSettingsProps.label", "type": "string", "tags": [], "label": "label", @@ -791,7 +775,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.compressed", + "id": "def-public.RowHeightSettingsProps.compressed", "type": "CompoundType", "tags": [], "label": "compressed", @@ -805,7 +789,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.onChangeRowHeight", + "id": "def-public.RowHeightSettingsProps.onChangeRowHeight", "type": "Function", "tags": [], "label": "onChangeRowHeight", @@ -821,7 +805,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.onChangeRowHeight.$1", + "id": "def-public.RowHeightSettingsProps.onChangeRowHeight.$1", "type": "CompoundType", "tags": [], "label": "newHeightMode", @@ -840,7 +824,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.onChangeRowHeightLines", + "id": "def-public.RowHeightSettingsProps.onChangeRowHeightLines", "type": "Function", "tags": [], "label": "onChangeRowHeightLines", @@ -854,7 +838,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.onChangeRowHeightLines.$1", + "id": "def-public.RowHeightSettingsProps.onChangeRowHeightLines.$1", "type": "number", "tags": [], "label": "newRowHeightLines", @@ -872,7 +856,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.RowHeightSettingsProps.datatestsubj", + "id": "def-public.RowHeightSettingsProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -889,7 +873,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps", + "id": "def-public.UnifiedDataTableProps", "type": "Interface", "tags": [], "label": "UnifiedDataTableProps", @@ -902,7 +886,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.ariaLabelledBy", + "id": "def-public.UnifiedDataTableProps.ariaLabelledBy", "type": "string", "tags": [], "label": "ariaLabelledBy", @@ -915,7 +899,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.className", + "id": "def-public.UnifiedDataTableProps.className", "type": "string", "tags": [], "label": "className", @@ -931,7 +915,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.columns", + "id": "def-public.UnifiedDataTableProps.columns", "type": "Array", "tags": [], "label": "columns", @@ -947,7 +931,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.columnsMeta", + "id": "def-public.UnifiedDataTableProps.columnsMeta", "type": "Object", "tags": [], "label": "columnsMeta", @@ -957,9 +941,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.DataTableColumnsMeta", + "section": "def-public.DataTableColumnsMeta", "text": "DataTableColumnsMeta" }, " | undefined" @@ -970,7 +954,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.showColumnTokens", + "id": "def-public.UnifiedDataTableProps.showColumnTokens", "type": "CompoundType", "tags": [], "label": "showColumnTokens", @@ -986,7 +970,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.configHeaderRowHeight", + "id": "def-public.UnifiedDataTableProps.configHeaderRowHeight", "type": "number", "tags": [], "label": "configHeaderRowHeight", @@ -1002,7 +986,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.headerRowHeightState", + "id": "def-public.UnifiedDataTableProps.headerRowHeightState", "type": "number", "tags": [], "label": "headerRowHeightState", @@ -1018,7 +1002,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateHeaderRowHeight", + "id": "def-public.UnifiedDataTableProps.onUpdateHeaderRowHeight", "type": "Function", "tags": [], "label": "onUpdateHeaderRowHeight", @@ -1034,7 +1018,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateHeaderRowHeight.$1", + "id": "def-public.UnifiedDataTableProps.onUpdateHeaderRowHeight.$1", "type": "number", "tags": [], "label": "headerRowHeight", @@ -1052,7 +1036,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.expandedDoc", + "id": "def-public.UnifiedDataTableProps.expandedDoc", "type": "Object", "tags": [], "label": "expandedDoc", @@ -1075,7 +1059,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.dataView", + "id": "def-public.UnifiedDataTableProps.dataView", "type": "Object", "tags": [], "label": "dataView", @@ -1097,7 +1081,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.loadingState", + "id": "def-public.UnifiedDataTableProps.loadingState", "type": "Enum", "tags": [], "label": "loadingState", @@ -1107,9 +1091,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.DataLoadingState", + "section": "def-public.DataLoadingState", "text": "DataLoadingState" } ], @@ -1119,7 +1103,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onFilter", + "id": "def-public.UnifiedDataTableProps.onFilter", "type": "Function", "tags": [], "label": "onFilter", @@ -1136,7 +1120,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onResize", + "id": "def-public.UnifiedDataTableProps.onResize", "type": "Function", "tags": [], "label": "onResize", @@ -1152,7 +1136,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onResize.$1", + "id": "def-public.UnifiedDataTableProps.onResize.$1", "type": "Object", "tags": [], "label": "colSettings", @@ -1163,7 +1147,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onResize.$1.columnId", + "id": "def-public.UnifiedDataTableProps.onResize.$1.columnId", "type": "string", "tags": [], "label": "columnId", @@ -1174,7 +1158,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onResize.$1.width", + "id": "def-public.UnifiedDataTableProps.onResize.$1.width", "type": "number", "tags": [], "label": "width", @@ -1190,7 +1174,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onSetColumns", + "id": "def-public.UnifiedDataTableProps.onSetColumns", "type": "Function", "tags": [], "label": "onSetColumns", @@ -1206,7 +1190,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onSetColumns.$1", + "id": "def-public.UnifiedDataTableProps.onSetColumns.$1", "type": "Array", "tags": [], "label": "columns", @@ -1221,7 +1205,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onSetColumns.$2", + "id": "def-public.UnifiedDataTableProps.onSetColumns.$2", "type": "boolean", "tags": [], "label": "hideTimeColumn", @@ -1239,7 +1223,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onSort", + "id": "def-public.UnifiedDataTableProps.onSort", "type": "Function", "tags": [], "label": "onSort", @@ -1255,7 +1239,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onSort.$1", + "id": "def-public.UnifiedDataTableProps.onSort.$1", "type": "Array", "tags": [], "label": "sort", @@ -1273,7 +1257,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.rows", + "id": "def-public.UnifiedDataTableProps.rows", "type": "Array", "tags": [], "label": "rows", @@ -1296,7 +1280,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.setExpandedDoc", + "id": "def-public.UnifiedDataTableProps.setExpandedDoc", "type": "Function", "tags": [], "label": "setExpandedDoc", @@ -1320,7 +1304,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.setExpandedDoc.$1", + "id": "def-public.UnifiedDataTableProps.setExpandedDoc.$1", "type": "Object", "tags": [], "label": "doc", @@ -1345,7 +1329,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.settings", + "id": "def-public.UnifiedDataTableProps.settings", "type": "Object", "tags": [], "label": "settings", @@ -1355,9 +1339,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableSettings", + "section": "def-public.UnifiedDataTableSettings", "text": "UnifiedDataTableSettings" }, " | undefined" @@ -1368,7 +1352,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.searchDescription", + "id": "def-public.UnifiedDataTableProps.searchDescription", "type": "string", "tags": [], "label": "searchDescription", @@ -1384,7 +1368,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.searchTitle", + "id": "def-public.UnifiedDataTableProps.searchTitle", "type": "string", "tags": [], "label": "searchTitle", @@ -1400,7 +1384,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.showTimeCol", + "id": "def-public.UnifiedDataTableProps.showTimeCol", "type": "boolean", "tags": [], "label": "showTimeCol", @@ -1413,7 +1397,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.showFullScreenButton", + "id": "def-public.UnifiedDataTableProps.showFullScreenButton", "type": "CompoundType", "tags": [], "label": "showFullScreenButton", @@ -1429,7 +1413,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.isSortEnabled", + "id": "def-public.UnifiedDataTableProps.isSortEnabled", "type": "CompoundType", "tags": [], "label": "isSortEnabled", @@ -1445,7 +1429,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.sort", + "id": "def-public.UnifiedDataTableProps.sort", "type": "Array", "tags": [], "label": "sort", @@ -1455,9 +1439,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.SortOrder", + "section": "def-public.SortOrder", "text": "SortOrder" }, "[]" @@ -1468,7 +1452,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.useNewFieldsApi", + "id": "def-public.UnifiedDataTableProps.useNewFieldsApi", "type": "boolean", "tags": [], "label": "useNewFieldsApi", @@ -1481,7 +1465,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.isPaginationEnabled", + "id": "def-public.UnifiedDataTableProps.isPaginationEnabled", "type": "CompoundType", "tags": [], "label": "isPaginationEnabled", @@ -1497,7 +1481,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.controlColumnIds", + "id": "def-public.UnifiedDataTableProps.controlColumnIds", "type": "Array", "tags": [], "label": "controlColumnIds", @@ -1513,7 +1497,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.configRowHeight", + "id": "def-public.UnifiedDataTableProps.configRowHeight", "type": "number", "tags": [], "label": "configRowHeight", @@ -1529,7 +1513,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.rowHeightState", + "id": "def-public.UnifiedDataTableProps.rowHeightState", "type": "number", "tags": [], "label": "rowHeightState", @@ -1545,7 +1529,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateRowHeight", + "id": "def-public.UnifiedDataTableProps.onUpdateRowHeight", "type": "Function", "tags": [], "label": "onUpdateRowHeight", @@ -1561,7 +1545,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateRowHeight.$1", + "id": "def-public.UnifiedDataTableProps.onUpdateRowHeight.$1", "type": "number", "tags": [], "label": "rowHeight", @@ -1579,7 +1563,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.isPlainRecord", + "id": "def-public.UnifiedDataTableProps.isPlainRecord", "type": "CompoundType", "tags": [], "label": "isPlainRecord", @@ -1595,7 +1579,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.rowsPerPageState", + "id": "def-public.UnifiedDataTableProps.rowsPerPageState", "type": "number", "tags": [], "label": "rowsPerPageState", @@ -1611,7 +1595,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateRowsPerPage", + "id": "def-public.UnifiedDataTableProps.onUpdateRowsPerPage", "type": "Function", "tags": [], "label": "onUpdateRowsPerPage", @@ -1627,7 +1611,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateRowsPerPage.$1", + "id": "def-public.UnifiedDataTableProps.onUpdateRowsPerPage.$1", "type": "number", "tags": [], "label": "rowsPerPage", @@ -1645,7 +1629,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.maxAllowedSampleSize", + "id": "def-public.UnifiedDataTableProps.maxAllowedSampleSize", "type": "number", "tags": [], "label": "maxAllowedSampleSize", @@ -1661,7 +1645,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.sampleSizeState", + "id": "def-public.UnifiedDataTableProps.sampleSizeState", "type": "number", "tags": [], "label": "sampleSizeState", @@ -1674,7 +1658,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateSampleSize", + "id": "def-public.UnifiedDataTableProps.onUpdateSampleSize", "type": "Function", "tags": [], "label": "onUpdateSampleSize", @@ -1690,7 +1674,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onUpdateSampleSize.$1", + "id": "def-public.UnifiedDataTableProps.onUpdateSampleSize.$1", "type": "number", "tags": [], "label": "sampleSize", @@ -1708,7 +1692,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onFieldEdited", + "id": "def-public.UnifiedDataTableProps.onFieldEdited", "type": "Function", "tags": [], "label": "onFieldEdited", @@ -1726,7 +1710,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.cellActionsTriggerId", + "id": "def-public.UnifiedDataTableProps.cellActionsTriggerId", "type": "string", "tags": [], "label": "cellActionsTriggerId", @@ -1742,7 +1726,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.services", + "id": "def-public.UnifiedDataTableProps.services", "type": "Object", "tags": [], "label": "services", @@ -1753,9 +1737,9 @@ "{ theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" }, "; fieldFormats: ", @@ -1769,9 +1753,9 @@ "; uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, "; dataViewFieldEditor?: ", @@ -1785,9 +1769,9 @@ " | undefined; toastNotifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, "; storage: ", @@ -1814,7 +1798,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderDocumentView", + "id": "def-public.UnifiedDataTableProps.renderDocumentView", "type": "Function", "tags": [], "label": "renderDocumentView", @@ -1841,9 +1825,9 @@ "[], displayedColumns: string[], columnsMeta?: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.DataTableColumnsMeta", + "section": "def-public.DataTableColumnsMeta", "text": "DataTableColumnsMeta" }, " | undefined) => JSX.Element | undefined) | undefined" @@ -1854,7 +1838,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderDocumentView.$1", + "id": "def-public.UnifiedDataTableProps.renderDocumentView.$1", "type": "Object", "tags": [], "label": "hit", @@ -1875,7 +1859,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderDocumentView.$2", + "id": "def-public.UnifiedDataTableProps.renderDocumentView.$2", "type": "Array", "tags": [], "label": "displayedRows", @@ -1897,7 +1881,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderDocumentView.$3", + "id": "def-public.UnifiedDataTableProps.renderDocumentView.$3", "type": "Array", "tags": [], "label": "displayedColumns", @@ -1912,7 +1896,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderDocumentView.$4", + "id": "def-public.UnifiedDataTableProps.renderDocumentView.$4", "type": "Object", "tags": [], "label": "columnsMeta", @@ -1920,9 +1904,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.DataTableColumnsMeta", + "section": "def-public.DataTableColumnsMeta", "text": "DataTableColumnsMeta" }, " | undefined" @@ -1937,7 +1921,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.showMultiFields", + "id": "def-public.UnifiedDataTableProps.showMultiFields", "type": "CompoundType", "tags": [], "label": "showMultiFields", @@ -1953,7 +1937,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.maxDocFieldsDisplayed", + "id": "def-public.UnifiedDataTableProps.maxDocFieldsDisplayed", "type": "number", "tags": [], "label": "maxDocFieldsDisplayed", @@ -1969,7 +1953,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.externalControlColumns", + "id": "def-public.UnifiedDataTableProps.externalControlColumns", "type": "Array", "tags": [], "label": "externalControlColumns", @@ -1986,7 +1970,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.totalHits", + "id": "def-public.UnifiedDataTableProps.totalHits", "type": "number", "tags": [], "label": "totalHits", @@ -2002,7 +1986,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.onFetchMoreRecords", + "id": "def-public.UnifiedDataTableProps.onFetchMoreRecords", "type": "Function", "tags": [], "label": "onFetchMoreRecords", @@ -2020,7 +2004,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.externalAdditionalControls", + "id": "def-public.UnifiedDataTableProps.externalAdditionalControls", "type": "CompoundType", "tags": [], "label": "externalAdditionalControls", @@ -2036,7 +2020,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.rowsPerPageOptions", + "id": "def-public.UnifiedDataTableProps.rowsPerPageOptions", "type": "Array", "tags": [], "label": "rowsPerPageOptions", @@ -2052,7 +2036,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderCustomGridBody", + "id": "def-public.UnifiedDataTableProps.renderCustomGridBody", "type": "Function", "tags": [], "label": "renderCustomGridBody", @@ -2070,7 +2054,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderCustomGridBody.$1", + "id": "def-public.UnifiedDataTableProps.renderCustomGridBody.$1", "type": "Object", "tags": [], "label": "args", @@ -2088,7 +2072,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderCustomToolbar", + "id": "def-public.UnifiedDataTableProps.renderCustomToolbar", "type": "Function", "tags": [], "label": "renderCustomToolbar", @@ -2098,9 +2082,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbar", + "section": "def-public.UnifiedDataTableRenderCustomToolbar", "text": "UnifiedDataTableRenderCustomToolbar" }, " | undefined" @@ -2111,7 +2095,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.trailingControlColumns", + "id": "def-public.UnifiedDataTableProps.trailingControlColumns", "type": "Array", "tags": [], "label": "trailingControlColumns", @@ -2128,7 +2112,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.visibleCellActions", + "id": "def-public.UnifiedDataTableProps.visibleCellActions", "type": "number", "tags": [], "label": "visibleCellActions", @@ -2144,7 +2128,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.externalCustomRenderers", + "id": "def-public.UnifiedDataTableProps.externalCustomRenderers", "type": "Object", "tags": [], "label": "externalCustomRenderers", @@ -2154,9 +2138,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.CustomCellRenderer", + "section": "def-public.CustomCellRenderer", "text": "CustomCellRenderer" }, " | undefined" @@ -2167,7 +2151,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.additionalFieldGroups", + "id": "def-public.UnifiedDataTableProps.additionalFieldGroups", "type": "Object", "tags": [], "label": "additionalFieldGroups", @@ -2177,9 +2161,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -2198,7 +2182,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.customGridColumnsConfiguration", + "id": "def-public.UnifiedDataTableProps.customGridColumnsConfiguration", "type": "Object", "tags": [], "label": "customGridColumnsConfiguration", @@ -2208,9 +2192,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.CustomGridColumnsConfiguration", + "section": "def-public.CustomGridColumnsConfiguration", "text": "CustomGridColumnsConfiguration" }, " | undefined" @@ -2221,7 +2205,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.customControlColumnsConfiguration", + "id": "def-public.UnifiedDataTableProps.customControlColumnsConfiguration", "type": "Function", "tags": [], "label": "customControlColumnsConfiguration", @@ -2231,9 +2215,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.CustomControlColumnConfiguration", + "section": "def-public.CustomControlColumnConfiguration", "text": "CustomControlColumnConfiguration" }, " | undefined" @@ -2244,7 +2228,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.consumer", + "id": "def-public.UnifiedDataTableProps.consumer", "type": "string", "tags": [], "label": "consumer", @@ -2260,7 +2244,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.componentsTourSteps", + "id": "def-public.UnifiedDataTableProps.componentsTourSteps", "type": "Object", "tags": [], "label": "componentsTourSteps", @@ -2276,7 +2260,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.gridStyleOverride", + "id": "def-public.UnifiedDataTableProps.gridStyleOverride", "type": "Object", "tags": [], "label": "gridStyleOverride", @@ -2293,7 +2277,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.rowLineHeightOverride", + "id": "def-public.UnifiedDataTableProps.rowLineHeightOverride", "type": "string", "tags": [], "label": "rowLineHeightOverride", @@ -2309,7 +2293,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.enableComparisonMode", + "id": "def-public.UnifiedDataTableProps.enableComparisonMode", "type": "CompoundType", "tags": [], "label": "enableComparisonMode", @@ -2325,7 +2309,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.cellActionsMetadata", + "id": "def-public.UnifiedDataTableProps.cellActionsMetadata", "type": "Object", "tags": [], "label": "cellActionsMetadata", @@ -2341,7 +2325,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.cellContext", + "id": "def-public.UnifiedDataTableProps.cellContext", "type": "Object", "tags": [], "label": "cellContext", @@ -2357,7 +2341,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.renderCellPopover", + "id": "def-public.UnifiedDataTableProps.renderCellPopover", "type": "CompoundType", "tags": [], "label": "renderCellPopover", @@ -2377,7 +2361,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableProps.getRowIndicator", + "id": "def-public.UnifiedDataTableProps.getRowIndicator", "type": "Function", "tags": [], "label": "getRowIndicator", @@ -2406,7 +2390,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableRenderCustomToolbarProps", + "id": "def-public.UnifiedDataTableRenderCustomToolbarProps", "type": "Interface", "tags": [], "label": "UnifiedDataTableRenderCustomToolbarProps", @@ -2417,7 +2401,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableRenderCustomToolbarProps.toolbarProps", + "id": "def-public.UnifiedDataTableRenderCustomToolbarProps.toolbarProps", "type": "Object", "tags": [], "label": "toolbarProps", @@ -2431,7 +2415,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableRenderCustomToolbarProps.gridProps", + "id": "def-public.UnifiedDataTableRenderCustomToolbarProps.gridProps", "type": "Object", "tags": [], "label": "gridProps", @@ -2450,7 +2434,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableSettings", + "id": "def-public.UnifiedDataTableSettings", "type": "Interface", "tags": [], "label": "UnifiedDataTableSettings", @@ -2463,7 +2447,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableSettings.columns", + "id": "def-public.UnifiedDataTableSettings.columns", "type": "Object", "tags": [], "label": "columns", @@ -2472,9 +2456,9 @@ "Record | undefined" @@ -2488,7 +2472,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableSettingsColumn", + "id": "def-public.UnifiedDataTableSettingsColumn", "type": "Interface", "tags": [], "label": "UnifiedDataTableSettingsColumn", @@ -2499,7 +2483,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableSettingsColumn.width", + "id": "def-public.UnifiedDataTableSettingsColumn.width", "type": "number", "tags": [], "label": "width", @@ -2513,7 +2497,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableSettingsColumn.display", + "id": "def-public.UnifiedDataTableSettingsColumn.display", "type": "string", "tags": [], "label": "display", @@ -2534,7 +2518,7 @@ "enums": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataLoadingState", + "id": "def-public.DataLoadingState", "type": "Enum", "tags": [], "label": "DataLoadingState", @@ -2548,7 +2532,7 @@ "misc": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomCellRenderer", + "id": "def-public.CustomCellRenderer", "type": "Type", "tags": [], "label": "CustomCellRenderer", @@ -2557,9 +2541,9 @@ "{ [x: string]: (props: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.DataGridCellValueElementProps", + "section": "def-public.DataGridCellValueElementProps", "text": "DataGridCellValueElementProps" }, ") => React.ReactElement>; }" @@ -2571,7 +2555,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomControlColumnConfiguration", + "id": "def-public.CustomControlColumnConfiguration", "type": "Type", "tags": [], "label": "CustomControlColumnConfiguration", @@ -2580,9 +2564,9 @@ "(props: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.ControlColumnsProps", + "section": "def-public.ControlColumnsProps", "text": "ControlColumnsProps" }, ") => { leadingControlColumns: ", @@ -2598,7 +2582,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomControlColumnConfiguration.$1", + "id": "def-public.CustomControlColumnConfiguration.$1", "type": "Object", "tags": [], "label": "props", @@ -2606,9 +2590,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.ControlColumnsProps", + "section": "def-public.ControlColumnsProps", "text": "ControlColumnsProps" } ], @@ -2621,7 +2605,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.CustomGridColumnsConfiguration", + "id": "def-public.CustomGridColumnsConfiguration", "type": "Type", "tags": [], "label": "CustomGridColumnsConfiguration", @@ -2630,9 +2614,9 @@ "{ [x: string]: (props: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.CustomGridColumnProps", + "section": "def-public.CustomGridColumnProps", "text": "CustomGridColumnProps" }, ") => ", @@ -2646,7 +2630,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataGridCellValueElementProps", + "id": "def-public.DataGridCellValueElementProps", "type": "Type", "tags": [], "label": "DataGridCellValueElementProps", @@ -2686,7 +2670,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.DataTableColumnsMeta", + "id": "def-public.DataTableColumnsMeta", "type": "Type", "tags": [], "label": "DataTableColumnsMeta", @@ -2711,7 +2695,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.OPEN_DETAILS", + "id": "def-public.OPEN_DETAILS", "type": "string", "tags": [], "label": "OPEN_DETAILS", @@ -2726,7 +2710,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.SELECT_ROW", + "id": "def-public.SELECT_ROW", "type": "string", "tags": [], "label": "SELECT_ROW", @@ -2741,7 +2725,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.SortOrder", + "id": "def-public.SortOrder", "type": "Type", "tags": [], "label": "SortOrder", @@ -2756,7 +2740,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableRenderCustomToolbar", + "id": "def-public.UnifiedDataTableRenderCustomToolbar", "type": "Type", "tags": [], "label": "UnifiedDataTableRenderCustomToolbar", @@ -2765,9 +2749,9 @@ "(props: ", { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbarProps", + "section": "def-public.UnifiedDataTableRenderCustomToolbarProps", "text": "UnifiedDataTableRenderCustomToolbarProps" }, ") => React.ReactElement>" @@ -2779,7 +2763,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.UnifiedDataTableRenderCustomToolbar.$1", + "id": "def-public.UnifiedDataTableRenderCustomToolbar.$1", "type": "Object", "tags": [], "label": "props", @@ -2787,9 +2771,9 @@ "signature": [ { "pluginId": "@kbn/unified-data-table", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedDataTablePluginApi", - "section": "def-common.UnifiedDataTableRenderCustomToolbarProps", + "section": "def-public.UnifiedDataTableRenderCustomToolbarProps", "text": "UnifiedDataTableRenderCustomToolbarProps" } ], @@ -2802,7 +2786,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ValueToStringConverter", + "id": "def-public.ValueToStringConverter", "type": "Type", "tags": [], "label": "ValueToStringConverter", @@ -2817,7 +2801,7 @@ "children": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ValueToStringConverter.$1", + "id": "def-public.ValueToStringConverter.$1", "type": "number", "tags": [], "label": "rowIndex", @@ -2828,7 +2812,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ValueToStringConverter.$2", + "id": "def-public.ValueToStringConverter.$2", "type": "string", "tags": [], "label": "columnId", @@ -2839,7 +2823,7 @@ }, { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ValueToStringConverter.$3", + "id": "def-public.ValueToStringConverter.$3", "type": "Object", "tags": [], "label": "options", @@ -2858,7 +2842,7 @@ "objects": [ { "parentPluginId": "@kbn/unified-data-table", - "id": "def-common.ROWS_HEIGHT_OPTIONS", + "id": "def-public.ROWS_HEIGHT_OPTIONS", "type": "Object", "tags": [], "label": "ROWS_HEIGHT_OPTIONS", @@ -2874,5 +2858,21 @@ "initialIsOpen": false } ] + }, + "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_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index 89e72a0452417..ada4bfa43df5e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; @@ -23,20 +23,20 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k |-------------------|-----------|------------------------|-----------------| | 154 | 0 | 81 | 1 | -## Common +## Client ### Objects - + ### Functions - + ### Interfaces - + ### Enums - + ### Consts, variables and types - + diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 5f9ea4564f32e..2f92a3226c7e2 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_unified_field_list.devdocs.json index b843b8a0da188..408aed745f51c 100644 --- a/api_docs/kbn_unified_field_list.devdocs.json +++ b/api_docs/kbn_unified_field_list.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/unified-field-list", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.convertFieldsToFallbackFields", + "id": "def-public.convertFieldsToFallbackFields", "type": "Function", "tags": [], "label": "convertFieldsToFallbackFields", @@ -37,7 +21,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.convertFieldsToFallbackFields.$1", + "id": "def-public.convertFieldsToFallbackFields.$1", "type": "Object", "tags": [], "label": "props", @@ -56,7 +40,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButton", + "id": "def-public.FieldItemButton", "type": "Function", "tags": [ "constructor" @@ -69,9 +53,9 @@ "({\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n withDragIcon,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldItemButtonProps", + "section": "def-public.FieldItemButtonProps", "text": "FieldItemButtonProps" }, ") => JSX.Element" @@ -82,7 +66,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButton.$1", + "id": "def-public.FieldItemButton.$1", "type": "Object", "tags": [], "label": "{\n field,\n fieldSearchHighlight,\n isSelected,\n isActive,\n isEmpty,\n infoIcon,\n className,\n getCustomFieldType,\n dataTestSubj,\n size,\n withDragIcon,\n onClick,\n shouldAlwaysShowAction,\n buttonAddFieldToWorkspaceProps,\n buttonRemoveFieldFromWorkspaceProps,\n onAddFieldToWorkspace,\n onRemoveFieldFromWorkspace,\n ...otherProps\n}", @@ -90,9 +74,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldItemButtonProps", + "section": "def-public.FieldItemButtonProps", "text": "FieldItemButtonProps" }, "" @@ -108,7 +92,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldList", + "id": "def-public.FieldList", "type": "Function", "tags": [ "constructor" @@ -121,9 +105,9 @@ "({ \"data-test-subj\": dataTestSubject, isProcessing, prepend, append, className, children, }: React.PropsWithChildren>) => JSX.Element" @@ -134,7 +118,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldList.$1", + "id": "def-public.FieldList.$1", "type": "CompoundType", "tags": [], "label": "{\n 'data-test-subj': dataTestSubject = 'fieldList',\n isProcessing,\n prepend,\n append,\n className,\n children,\n}", @@ -143,9 +127,9 @@ "React.PropsWithChildren>" @@ -161,7 +145,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFilters", + "id": "def-public.FieldListFilters", "type": "Function", "tags": [], "label": "FieldListFilters", @@ -186,9 +170,9 @@ ">(props: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListFiltersProps", + "section": "def-public.FieldListFiltersProps", "text": "FieldListFiltersProps" }, ") => JSX.Element" @@ -200,7 +184,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFilters.$1", + "id": "def-public.FieldListFilters.$1", "type": "Object", "tags": [], "label": "props", @@ -208,9 +192,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListFiltersProps", + "section": "def-public.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" @@ -224,7 +208,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGrouped", + "id": "def-public.FieldListGrouped", "type": "Function", "tags": [], "label": "FieldListGrouped", @@ -249,9 +233,9 @@ ">(props: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListGroupedProps", + "section": "def-public.FieldListGroupedProps", "text": "FieldListGroupedProps" }, ") => JSX.Element" @@ -263,7 +247,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGrouped.$1", + "id": "def-public.FieldListGrouped.$1", "type": "Object", "tags": [], "label": "props", @@ -271,9 +255,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListGroupedProps", + "section": "def-public.FieldListGroupedProps", "text": "FieldListGroupedProps" }, "" @@ -287,7 +271,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopover", + "id": "def-public.FieldPopover", "type": "Function", "tags": [], "label": "FieldPopover", @@ -296,9 +280,9 @@ "({ isOpen, closePopover, renderHeader, renderContent, ...otherPopoverProps }: React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldPopoverProps", + "section": "def-public.FieldPopoverProps", "text": "FieldPopoverProps" }, ">) => JSX.Element" @@ -309,7 +293,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopover.$1", + "id": "def-public.FieldPopover.$1", "type": "CompoundType", "tags": [], "label": "{\n isOpen,\n closePopover,\n renderHeader,\n renderContent,\n ...otherPopoverProps\n}", @@ -318,9 +302,9 @@ "React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldPopoverProps", + "section": "def-public.FieldPopoverProps", "text": "FieldPopoverProps" }, ">" @@ -336,7 +320,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverFooter", + "id": "def-public.FieldPopoverFooter", "type": "Function", "tags": [], "label": "FieldPopoverFooter", @@ -345,9 +329,9 @@ "(props: React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldVisualizeButtonProps", + "section": "def-public.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" }, ">) => JSX.Element" @@ -358,7 +342,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverFooter.$1", + "id": "def-public.FieldPopoverFooter.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -367,9 +351,9 @@ "React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldVisualizeButtonProps", + "section": "def-public.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" }, ">" @@ -385,7 +369,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeader", + "id": "def-public.FieldPopoverHeader", "type": "Function", "tags": [], "label": "FieldPopoverHeader", @@ -394,9 +378,9 @@ "({ field, closePopover, buttonAddFieldToWorkspaceProps, buttonAddFilterProps, buttonEditFieldProps, buttonDeleteFieldProps, onAddFieldToWorkspace, onAddFilter, onEditField, onDeleteField, services, }: React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldPopoverHeaderProps", + "section": "def-public.FieldPopoverHeaderProps", "text": "FieldPopoverHeaderProps" }, ">) => JSX.Element | null" @@ -407,7 +391,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeader.$1", + "id": "def-public.FieldPopoverHeader.$1", "type": "CompoundType", "tags": [], "label": "{\n field,\n closePopover,\n buttonAddFieldToWorkspaceProps,\n buttonAddFilterProps,\n buttonEditFieldProps,\n buttonDeleteFieldProps,\n onAddFieldToWorkspace,\n onAddFilter,\n onEditField,\n onDeleteField,\n services,\n}", @@ -416,9 +400,9 @@ "React.PropsWithChildren<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldPopoverHeaderProps", + "section": "def-public.FieldPopoverHeaderProps", "text": "FieldPopoverHeaderProps" }, ">" @@ -434,7 +418,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStats", + "id": "def-public.FieldStats", "type": "Function", "tags": [], "label": "FieldStats", @@ -443,9 +427,9 @@ "React.FunctionComponent<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsProps", + "section": "def-public.FieldStatsProps", "text": "FieldStatsProps" }, ">" @@ -457,7 +441,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStats.$1", + "id": "def-public.FieldStats.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -471,7 +455,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStats.$2", + "id": "def-public.FieldStats.$2", "type": "Any", "tags": [], "label": "context", @@ -488,7 +472,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucket", + "id": "def-public.FieldTopValuesBucket", "type": "Function", "tags": [], "label": "FieldTopValuesBucket", @@ -497,9 +481,9 @@ "React.FunctionComponent<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldTopValuesBucketProps", + "section": "def-public.FieldTopValuesBucketProps", "text": "FieldTopValuesBucketProps" }, ">" @@ -511,7 +495,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucket.$1", + "id": "def-public.FieldTopValuesBucket.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -525,7 +509,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucket.$2", + "id": "def-public.FieldTopValuesBucket.$2", "type": "Any", "tags": [], "label": "context", @@ -542,7 +526,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButton", + "id": "def-public.FieldVisualizeButton", "type": "Function", "tags": [], "label": "FieldVisualizeButton", @@ -551,9 +535,9 @@ "React.FunctionComponent<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldVisualizeButtonProps", + "section": "def-public.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" }, ">" @@ -565,7 +549,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButton.$1", + "id": "def-public.FieldVisualizeButton.$1", "type": "CompoundType", "tags": [], "label": "props", @@ -579,7 +563,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButton.$2", + "id": "def-public.FieldVisualizeButton.$2", "type": "Any", "tags": [], "label": "context", @@ -596,7 +580,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAllFallbackFields", + "id": "def-public.getAllFallbackFields", "type": "Function", "tags": [], "label": "getAllFallbackFields", @@ -607,9 +591,9 @@ "(additionalFieldGroups?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -628,7 +612,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAllFallbackFields.$1", + "id": "def-public.getAllFallbackFields.$1", "type": "Object", "tags": [], "label": "additionalFieldGroups", @@ -636,9 +620,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -662,7 +646,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFields", + "id": "def-public.getAssociatedSmartFields", "type": "Function", "tags": [], "label": "getAssociatedSmartFields", @@ -673,9 +657,9 @@ "(fieldName: string, additionalFieldGroups?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -694,7 +678,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFields.$1", + "id": "def-public.getAssociatedSmartFields.$1", "type": "string", "tags": [], "label": "fieldName", @@ -709,7 +693,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFields.$2", + "id": "def-public.getAssociatedSmartFields.$2", "type": "Object", "tags": [], "label": "additionalFieldGroups", @@ -717,9 +701,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -743,7 +727,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFieldsAsString", + "id": "def-public.getAssociatedSmartFieldsAsString", "type": "Function", "tags": [], "label": "getAssociatedSmartFieldsAsString", @@ -754,9 +738,9 @@ "(fieldName: string, additionalFieldGroups?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -775,7 +759,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFieldsAsString.$1", + "id": "def-public.getAssociatedSmartFieldsAsString.$1", "type": "string", "tags": [], "label": "fieldName", @@ -790,7 +774,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFieldsAsString.$2", + "id": "def-public.getAssociatedSmartFieldsAsString.$2", "type": "Object", "tags": [], "label": "additionalFieldGroups", @@ -798,9 +782,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "<", @@ -820,7 +804,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getAssociatedSmartFieldsAsString.$3", + "id": "def-public.getAssociatedSmartFieldsAsString.$3", "type": "string", "tags": [], "label": "delimiter", @@ -839,7 +823,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getSearchMode", + "id": "def-public.getSearchMode", "type": "Function", "tags": [], "label": "getSearchMode", @@ -866,9 +850,9 @@ " | undefined) => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.SearchMode", + "section": "def-public.SearchMode", "text": "SearchMode" }, " | undefined" @@ -879,7 +863,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getSearchMode.$1", + "id": "def-public.getSearchMode.$1", "type": "CompoundType", "tags": [], "label": "query", @@ -913,7 +897,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation", + "id": "def-public.getVisualizeInformation", "type": "Function", "tags": [], "label": "getVisualizeInformation", @@ -956,9 +940,9 @@ "[]) => Promise<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.VisualizeInformation", + "section": "def-public.VisualizeInformation", "text": "VisualizeInformation" }, " | undefined>" @@ -969,7 +953,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation.$1", + "id": "def-public.getVisualizeInformation.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -990,7 +974,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation.$2", + "id": "def-public.getVisualizeInformation.$2", "type": "Object", "tags": [], "label": "field", @@ -1011,7 +995,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation.$3", + "id": "def-public.getVisualizeInformation.$3", "type": "Object", "tags": [], "label": "dataView", @@ -1033,7 +1017,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation.$4", + "id": "def-public.getVisualizeInformation.$4", "type": "Array", "tags": [], "label": "contextualFields", @@ -1048,7 +1032,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.getVisualizeInformation.$5", + "id": "def-public.getVisualizeInformation.$5", "type": "Array", "tags": [], "label": "multiFields", @@ -1074,7 +1058,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.hasQuerySubscriberData", + "id": "def-public.hasQuerySubscriberData", "type": "Function", "tags": [], "label": "hasQuerySubscriberData", @@ -1085,9 +1069,9 @@ "(result: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.QuerySubscriberResult", + "section": "def-public.QuerySubscriberResult", "text": "QuerySubscriberResult" }, ") => result is { query: ", @@ -1117,9 +1101,9 @@ "[]; fromDate: string; toDate: string; searchMode: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.SearchMode", + "section": "def-public.SearchMode", "text": "SearchMode" }, "; }" @@ -1130,7 +1114,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.hasQuerySubscriberData.$1", + "id": "def-public.hasQuerySubscriberData.$1", "type": "Object", "tags": [], "label": "result", @@ -1138,9 +1122,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.QuerySubscriberResult", + "section": "def-public.QuerySubscriberResult", "text": "QuerySubscriberResult" } ], @@ -1155,7 +1139,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.loadFieldExisting", + "id": "def-public.loadFieldExisting", "type": "Function", "tags": [], "label": "loadFieldExisting", @@ -1177,7 +1161,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.loadFieldExisting.$1", + "id": "def-public.loadFieldExisting.$1", "type": "Object", "tags": [], "label": "params", @@ -1196,7 +1180,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.loadFieldStats", + "id": "def-public.loadFieldStats", "type": "Function", "tags": [], "label": "loadFieldStats", @@ -1205,9 +1189,9 @@ "(params: FetchFieldStatsParams) => Promise<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsResponse", + "section": "def-public.FieldStatsResponse", "text": "FieldStatsResponse" }, ">" @@ -1218,7 +1202,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.loadFieldStats.$1", + "id": "def-public.loadFieldStats.$1", "type": "Object", "tags": [], "label": "params", @@ -1237,7 +1221,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.resetExistingFieldsCache", + "id": "def-public.resetExistingFieldsCache", "type": "Function", "tags": [], "label": "resetExistingFieldsCache", @@ -1254,7 +1238,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.SmartFieldFallbackTooltip", + "id": "def-public.SmartFieldFallbackTooltip", "type": "Function", "tags": [], "label": "SmartFieldFallbackTooltip", @@ -1269,7 +1253,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.SmartFieldFallbackTooltip.$1", + "id": "def-public.SmartFieldFallbackTooltip.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -1286,7 +1270,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions", + "id": "def-public.triggerVisualizeActions", "type": "Function", "tags": [], "label": "triggerVisualizeActions", @@ -1324,7 +1308,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions.$1", + "id": "def-public.triggerVisualizeActions.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -1345,7 +1329,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions.$2", + "id": "def-public.triggerVisualizeActions.$2", "type": "Object", "tags": [], "label": "field", @@ -1366,7 +1350,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions.$3", + "id": "def-public.triggerVisualizeActions.$3", "type": "Array", "tags": [], "label": "contextualFields", @@ -1381,7 +1365,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions.$4", + "id": "def-public.triggerVisualizeActions.$4", "type": "string", "tags": [], "label": "originatingApp", @@ -1396,7 +1380,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActions.$5", + "id": "def-public.triggerVisualizeActions.$5", "type": "Object", "tags": [], "label": "dataView", @@ -1422,7 +1406,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages", "type": "Function", "tags": [], "label": "triggerVisualizeActionsTextBasedLanguages", @@ -1460,7 +1444,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$1", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$1", "type": "Object", "tags": [], "label": "uiActions", @@ -1481,7 +1465,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$2", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$2", "type": "Array", "tags": [], "label": "contextualFields", @@ -1496,7 +1480,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$3", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$3", "type": "string", "tags": [], "label": "originatingApp", @@ -1511,7 +1495,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$4", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$4", "type": "Object", "tags": [], "label": "dataView", @@ -1533,7 +1517,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.triggerVisualizeActionsTextBasedLanguages.$5", + "id": "def-public.triggerVisualizeActionsTextBasedLanguages.$5", "type": "Object", "tags": [], "label": "query", @@ -1559,7 +1543,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainer", + "id": "def-public.UnifiedFieldListSidebarContainer", "type": "Function", "tags": [], "label": "UnifiedFieldListSidebarContainer", @@ -1570,17 +1554,17 @@ ", \"services\"> & { services: Omit<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsServices", + "section": "def-public.FieldStatsServices", "text": "FieldStatsServices" }, ", \"uiSettings\"> & { core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, "; } & { uiActions?: ", @@ -1628,9 +1612,9 @@ " & React.RefAttributes<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.UnifiedFieldListSidebarContainerApi", + "section": "def-public.UnifiedFieldListSidebarContainerApi", "text": "UnifiedFieldListSidebarContainerApi" }, ">>" @@ -1642,7 +1626,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainer.$1", + "id": "def-public.UnifiedFieldListSidebarContainer.$1", "type": "Uncategorized", "tags": [], "label": "props", @@ -1659,7 +1643,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useExistingFieldsFetcher", + "id": "def-public.useExistingFieldsFetcher", "type": "Function", "tags": [], "label": "useExistingFieldsFetcher", @@ -1670,17 +1654,17 @@ "(params: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistingFieldsFetcherParams", + "section": "def-public.ExistingFieldsFetcherParams", "text": "ExistingFieldsFetcherParams" }, ") => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistingFieldsFetcher", + "section": "def-public.ExistingFieldsFetcher", "text": "ExistingFieldsFetcher" } ], @@ -1690,7 +1674,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useExistingFieldsFetcher.$1", + "id": "def-public.useExistingFieldsFetcher.$1", "type": "Object", "tags": [], "label": "params", @@ -1698,9 +1682,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistingFieldsFetcherParams", + "section": "def-public.ExistingFieldsFetcherParams", "text": "ExistingFieldsFetcherParams" } ], @@ -1715,7 +1699,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useExistingFieldsReader", + "id": "def-public.useExistingFieldsReader", "type": "Function", "tags": [], "label": "useExistingFieldsReader", @@ -1724,9 +1708,9 @@ "() => { hasFieldData: (dataViewId: string, fieldName: string) => boolean; getFieldsExistenceStatus: (dataViewId: string) => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistenceFetchStatus", + "section": "def-public.ExistenceFetchStatus", "text": "ExistenceFetchStatus" }, "; isFieldsExistenceInfoUnavailable: (dataViewId: string) => boolean; getNewFields: (dataViewId: string) => ", @@ -1748,7 +1732,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useFieldFilters", + "id": "def-public.useFieldFilters", "type": "Function", "tags": [], "label": "useFieldFilters", @@ -1759,17 +1743,17 @@ "({\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldFiltersParams", + "section": "def-public.FieldFiltersParams", "text": "FieldFiltersParams" }, ") => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldFiltersResult", + "section": "def-public.FieldFiltersResult", "text": "FieldFiltersResult" }, "" @@ -1780,7 +1764,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useFieldFilters.$1", + "id": "def-public.useFieldFilters.$1", "type": "Object", "tags": [], "label": "{\n allFields,\n getCustomFieldType,\n onSupportedFieldFilter,\n services,\n}", @@ -1788,9 +1772,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldFiltersParams", + "section": "def-public.FieldFiltersParams", "text": "FieldFiltersParams" }, "" @@ -1806,7 +1790,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useGroupedFields", + "id": "def-public.useGroupedFields", "type": "Function", "tags": [], "label": "useGroupedFields", @@ -1815,17 +1799,17 @@ "({\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n getNewFieldsBySpec,\n additionalFieldGroups,\n}: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GroupedFieldsParams", + "section": "def-public.GroupedFieldsParams", "text": "GroupedFieldsParams" }, ") => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GroupedFieldsResult", + "section": "def-public.GroupedFieldsResult", "text": "GroupedFieldsResult" }, "" @@ -1836,7 +1820,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useGroupedFields.$1", + "id": "def-public.useGroupedFields.$1", "type": "Object", "tags": [], "label": "{\n dataViewId,\n allFields,\n services,\n isAffectedByGlobalFilter = false,\n popularFieldsLimit,\n sortedSelectedFields,\n getCustomFieldType,\n onOverrideFieldGroupDetails,\n onSupportedFieldFilter,\n onSelectedFieldFilter,\n getNewFieldsBySpec,\n additionalFieldGroups,\n}", @@ -1844,9 +1828,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GroupedFieldsParams", + "section": "def-public.GroupedFieldsParams", "text": "GroupedFieldsParams" }, "" @@ -1862,7 +1846,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useQuerySubscriber", + "id": "def-public.useQuerySubscriber", "type": "Function", "tags": [], "label": "useQuerySubscriber", @@ -1873,17 +1857,17 @@ "({ data, timeRangeUpdatesType, }: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.QuerySubscriberParams", + "section": "def-public.QuerySubscriberParams", "text": "QuerySubscriberParams" }, ") => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.QuerySubscriberResult", + "section": "def-public.QuerySubscriberResult", "text": "QuerySubscriberResult" } ], @@ -1893,7 +1877,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.useQuerySubscriber.$1", + "id": "def-public.useQuerySubscriber.$1", "type": "Object", "tags": [], "label": "{\n data,\n timeRangeUpdatesType = 'search-session',\n}", @@ -1901,9 +1885,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.QuerySubscriberParams", + "section": "def-public.QuerySubscriberParams", "text": "QuerySubscriberParams" } ], @@ -1920,7 +1904,7 @@ "interfaces": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AdditionalFieldGroups", + "id": "def-public.AdditionalFieldGroups", "type": "Interface", "tags": [], "label": "AdditionalFieldGroups", @@ -1928,9 +1912,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, "" @@ -1941,7 +1925,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AdditionalFieldGroups.smartFields", + "id": "def-public.AdditionalFieldGroups.smartFields", "type": "Array", "tags": [], "label": "smartFields", @@ -1955,7 +1939,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AdditionalFieldGroups.fallbackFields", + "id": "def-public.AdditionalFieldGroups.fallbackFields", "type": "Object", "tags": [], "label": "fallbackFields", @@ -1972,7 +1956,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.BucketedAggregation", + "id": "def-public.BucketedAggregation", "type": "Interface", "tags": [], "label": "BucketedAggregation", @@ -1980,9 +1964,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.BucketedAggregation", + "section": "def-public.BucketedAggregation", "text": "BucketedAggregation" }, "" @@ -1993,7 +1977,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.BucketedAggregation.buckets", + "id": "def-public.BucketedAggregation.buckets", "type": "Array", "tags": [], "label": "buckets", @@ -2007,7 +1991,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.BucketedAggregation.areExamples", + "id": "def-public.BucketedAggregation.areExamples", "type": "CompoundType", "tags": [], "label": "areExamples", @@ -2024,7 +2008,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcher", + "id": "def-public.ExistingFieldsFetcher", "type": "Interface", "tags": [], "label": "ExistingFieldsFetcher", @@ -2035,7 +2019,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcher.refetchFieldsExistenceInfo", + "id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo", "type": "Function", "tags": [], "label": "refetchFieldsExistenceInfo", @@ -2049,7 +2033,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcher.refetchFieldsExistenceInfo.$1", + "id": "def-public.ExistingFieldsFetcher.refetchFieldsExistenceInfo.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2067,7 +2051,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcher.isProcessing", + "id": "def-public.ExistingFieldsFetcher.isProcessing", "type": "boolean", "tags": [], "label": "isProcessing", @@ -2081,7 +2065,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams", + "id": "def-public.ExistingFieldsFetcherParams", "type": "Interface", "tags": [], "label": "ExistingFieldsFetcherParams", @@ -2092,7 +2076,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.disableAutoFetching", + "id": "def-public.ExistingFieldsFetcherParams.disableAutoFetching", "type": "CompoundType", "tags": [], "label": "disableAutoFetching", @@ -2106,7 +2090,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.dataViews", + "id": "def-public.ExistingFieldsFetcherParams.dataViews", "type": "Array", "tags": [], "label": "dataViews", @@ -2127,7 +2111,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.fromDate", + "id": "def-public.ExistingFieldsFetcherParams.fromDate", "type": "string", "tags": [], "label": "fromDate", @@ -2141,7 +2125,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.toDate", + "id": "def-public.ExistingFieldsFetcherParams.toDate", "type": "string", "tags": [], "label": "toDate", @@ -2155,7 +2139,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.query", + "id": "def-public.ExistingFieldsFetcherParams.query", "type": "CompoundType", "tags": [], "label": "query", @@ -2184,7 +2168,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.filters", + "id": "def-public.ExistingFieldsFetcherParams.filters", "type": "Array", "tags": [], "label": "filters", @@ -2205,7 +2189,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.services", + "id": "def-public.ExistingFieldsFetcherParams.services", "type": "Object", "tags": [], "label": "services", @@ -2214,9 +2198,9 @@ "{ core: Pick<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", \"uiSettings\" | \"analytics\">; data: ", @@ -2243,7 +2227,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.onNoData", + "id": "def-public.ExistingFieldsFetcherParams.onNoData", "type": "Function", "tags": [], "label": "onNoData", @@ -2257,7 +2241,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsFetcherParams.onNoData.$1", + "id": "def-public.ExistingFieldsFetcherParams.onNoData.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2278,7 +2262,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo", + "id": "def-public.ExistingFieldsInfo", "type": "Interface", "tags": [], "label": "ExistingFieldsInfo", @@ -2289,7 +2273,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo.fetchStatus", + "id": "def-public.ExistingFieldsInfo.fetchStatus", "type": "Enum", "tags": [], "label": "fetchStatus", @@ -2297,9 +2281,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistenceFetchStatus", + "section": "def-public.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], @@ -2309,7 +2293,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo.existingFieldsByFieldNameMap", + "id": "def-public.ExistingFieldsInfo.existingFieldsByFieldNameMap", "type": "Object", "tags": [], "label": "existingFieldsByFieldNameMap", @@ -2323,7 +2307,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo.newFields", + "id": "def-public.ExistingFieldsInfo.newFields", "type": "Array", "tags": [], "label": "newFields", @@ -2344,7 +2328,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo.numberOfFetches", + "id": "def-public.ExistingFieldsInfo.numberOfFetches", "type": "number", "tags": [], "label": "numberOfFetches", @@ -2355,7 +2339,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsInfo.hasDataViewRestrictions", + "id": "def-public.ExistingFieldsInfo.hasDataViewRestrictions", "type": "CompoundType", "tags": [], "label": "hasDataViewRestrictions", @@ -2372,7 +2356,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader", + "id": "def-public.ExistingFieldsReader", "type": "Interface", "tags": [], "label": "ExistingFieldsReader", @@ -2383,7 +2367,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.hasFieldData", + "id": "def-public.ExistingFieldsReader.hasFieldData", "type": "Function", "tags": [], "label": "hasFieldData", @@ -2397,7 +2381,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.hasFieldData.$1", + "id": "def-public.ExistingFieldsReader.hasFieldData.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2412,7 +2396,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.hasFieldData.$2", + "id": "def-public.ExistingFieldsReader.hasFieldData.$2", "type": "string", "tags": [], "label": "fieldName", @@ -2430,7 +2414,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.getFieldsExistenceStatus", + "id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus", "type": "Function", "tags": [], "label": "getFieldsExistenceStatus", @@ -2439,9 +2423,9 @@ "(dataViewId: string) => ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistenceFetchStatus", + "section": "def-public.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], @@ -2451,7 +2435,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.getFieldsExistenceStatus.$1", + "id": "def-public.ExistingFieldsReader.getFieldsExistenceStatus.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2469,7 +2453,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.isFieldsExistenceInfoUnavailable", + "id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable", "type": "Function", "tags": [], "label": "isFieldsExistenceInfoUnavailable", @@ -2483,7 +2467,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.isFieldsExistenceInfoUnavailable.$1", + "id": "def-public.ExistingFieldsReader.isFieldsExistenceInfoUnavailable.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2501,7 +2485,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.getNewFields", + "id": "def-public.ExistingFieldsReader.getNewFields", "type": "Function", "tags": [], "label": "getNewFields", @@ -2523,7 +2507,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistingFieldsReader.getNewFields.$1", + "id": "def-public.ExistingFieldsReader.getNewFields.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -2544,7 +2528,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams", + "id": "def-public.FieldFiltersParams", "type": "Interface", "tags": [], "label": "FieldFiltersParams", @@ -2554,9 +2538,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldFiltersParams", + "section": "def-public.FieldFiltersParams", "text": "FieldFiltersParams" }, "" @@ -2567,7 +2551,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams.allFields", + "id": "def-public.FieldFiltersParams.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -2581,7 +2565,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams.getCustomFieldType", + "id": "def-public.FieldFiltersParams.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", @@ -2589,9 +2573,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GetCustomFieldType", + "section": "def-public.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" @@ -2602,7 +2586,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams.onSupportedFieldFilter", + "id": "def-public.FieldFiltersParams.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -2616,7 +2600,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams.onSupportedFieldFilter.$1", + "id": "def-public.FieldFiltersParams.onSupportedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2634,7 +2618,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersParams.services", + "id": "def-public.FieldFiltersParams.services", "type": "Object", "tags": [], "label": "services", @@ -2643,9 +2627,9 @@ "{ core: Pick<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", \"docLinks\">; }" @@ -2659,7 +2643,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersResult", + "id": "def-public.FieldFiltersResult", "type": "Interface", "tags": [], "label": "FieldFiltersResult", @@ -2669,9 +2653,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldFiltersResult", + "section": "def-public.FieldFiltersResult", "text": "FieldFiltersResult" }, "" @@ -2682,7 +2666,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersResult.fieldSearchHighlight", + "id": "def-public.FieldFiltersResult.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -2693,7 +2677,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersResult.fieldListFiltersProps", + "id": "def-public.FieldFiltersResult.fieldListFiltersProps", "type": "Object", "tags": [], "label": "fieldListFiltersProps", @@ -2701,9 +2685,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListFiltersProps", + "section": "def-public.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" @@ -2714,7 +2698,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersResult.onFilterField", + "id": "def-public.FieldFiltersResult.onFilterField", "type": "Function", "tags": [], "label": "onFilterField", @@ -2728,7 +2712,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldFiltersResult.onFilterField.$1", + "id": "def-public.FieldFiltersResult.onFilterField.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -2749,7 +2733,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps", + "id": "def-public.FieldItemButtonProps", "type": "Interface", "tags": [], "label": "FieldItemButtonProps", @@ -2759,9 +2743,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldItemButtonProps", + "section": "def-public.FieldItemButtonProps", "text": "FieldItemButtonProps" }, "" @@ -2772,7 +2756,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.field", + "id": "def-public.FieldItemButtonProps.field", "type": "Uncategorized", "tags": [], "label": "field", @@ -2786,7 +2770,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.fieldSearchHighlight", + "id": "def-public.FieldItemButtonProps.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -2800,7 +2784,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.isSelected", + "id": "def-public.FieldItemButtonProps.isSelected", "type": "boolean", "tags": [], "label": "isSelected", @@ -2811,7 +2795,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.isActive", + "id": "def-public.FieldItemButtonProps.isActive", "type": "CompoundType", "tags": [], "label": "isActive", @@ -2825,7 +2809,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.isEmpty", + "id": "def-public.FieldItemButtonProps.isEmpty", "type": "boolean", "tags": [], "label": "isEmpty", @@ -2836,7 +2820,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.infoIcon", + "id": "def-public.FieldItemButtonProps.infoIcon", "type": "CompoundType", "tags": [], "label": "infoIcon", @@ -2850,7 +2834,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.className", + "id": "def-public.FieldItemButtonProps.className", "type": "string", "tags": [], "label": "className", @@ -2864,7 +2848,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.flush", + "id": "def-public.FieldItemButtonProps.flush", "type": "string", "tags": [], "label": "flush", @@ -2878,7 +2862,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.withDragIcon", + "id": "def-public.FieldItemButtonProps.withDragIcon", "type": "CompoundType", "tags": [], "label": "withDragIcon", @@ -2892,7 +2876,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.getCustomFieldType", + "id": "def-public.FieldItemButtonProps.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", @@ -2900,9 +2884,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GetCustomFieldType", + "section": "def-public.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" @@ -2913,7 +2897,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.dataTestSubj", + "id": "def-public.FieldItemButtonProps.dataTestSubj", "type": "string", "tags": [], "label": "dataTestSubj", @@ -2927,7 +2911,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.size", + "id": "def-public.FieldItemButtonProps.size", "type": "CompoundType", "tags": [], "label": "size", @@ -2941,7 +2925,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.onClick", + "id": "def-public.FieldItemButtonProps.onClick", "type": "Function", "tags": [], "label": "onClick", @@ -2955,7 +2939,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.shouldAlwaysShowAction", + "id": "def-public.FieldItemButtonProps.shouldAlwaysShowAction", "type": "CompoundType", "tags": [], "label": "shouldAlwaysShowAction", @@ -2969,7 +2953,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.buttonAddFieldToWorkspaceProps", + "id": "def-public.FieldItemButtonProps.buttonAddFieldToWorkspaceProps", "type": "Object", "tags": [], "label": "buttonAddFieldToWorkspaceProps", @@ -2985,7 +2969,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.buttonRemoveFieldFromWorkspaceProps", + "id": "def-public.FieldItemButtonProps.buttonRemoveFieldFromWorkspaceProps", "type": "Object", "tags": [], "label": "buttonRemoveFieldFromWorkspaceProps", @@ -3001,7 +2985,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.onAddFieldToWorkspace", + "id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace", "type": "Function", "tags": [], "label": "onAddFieldToWorkspace", @@ -3015,7 +2999,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.onAddFieldToWorkspace.$1", + "id": "def-public.FieldItemButtonProps.onAddFieldToWorkspace.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -3033,7 +3017,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.onRemoveFieldFromWorkspace", + "id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace", "type": "Function", "tags": [], "label": "onRemoveFieldFromWorkspace", @@ -3047,7 +3031,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldItemButtonProps.onRemoveFieldFromWorkspace.$1", + "id": "def-public.FieldItemButtonProps.onRemoveFieldFromWorkspace.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -3068,7 +3052,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps", + "id": "def-public.FieldListFiltersProps", "type": "Interface", "tags": [], "label": "FieldListFiltersProps", @@ -3078,9 +3062,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListFiltersProps", + "section": "def-public.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" @@ -3091,7 +3075,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.datatestsubj", + "id": "def-public.FieldListFiltersProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -3105,7 +3089,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.docLinks", + "id": "def-public.FieldListFiltersProps.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -3113,9 +3097,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -3125,7 +3109,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.selectedFieldTypes", + "id": "def-public.FieldListFiltersProps.selectedFieldTypes", "type": "Array", "tags": [], "label": "selectedFieldTypes", @@ -3139,7 +3123,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.allFields", + "id": "def-public.FieldListFiltersProps.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -3153,7 +3137,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.getCustomFieldType", + "id": "def-public.FieldListFiltersProps.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", @@ -3161,9 +3145,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GetCustomFieldType", + "section": "def-public.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" @@ -3174,7 +3158,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.onSupportedFieldFilter", + "id": "def-public.FieldListFiltersProps.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -3188,7 +3172,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.onChangeFieldTypes", + "id": "def-public.FieldListFiltersProps.onChangeFieldTypes", "type": "Function", "tags": [], "label": "onChangeFieldTypes", @@ -3203,7 +3187,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.onChangeFieldTypes.$1", + "id": "def-public.FieldListFiltersProps.onChangeFieldTypes.$1", "type": "Array", "tags": [], "label": "fieldTypes", @@ -3219,7 +3203,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.compressed", + "id": "def-public.FieldListFiltersProps.compressed", "type": "CompoundType", "tags": [], "label": "compressed", @@ -3233,7 +3217,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.nameFilter", + "id": "def-public.FieldListFiltersProps.nameFilter", "type": "string", "tags": [], "label": "nameFilter", @@ -3244,7 +3228,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.screenReaderDescriptionId", + "id": "def-public.FieldListFiltersProps.screenReaderDescriptionId", "type": "string", "tags": [], "label": "screenReaderDescriptionId", @@ -3258,7 +3242,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.onChangeNameFilter", + "id": "def-public.FieldListFiltersProps.onChangeNameFilter", "type": "Function", "tags": [], "label": "onChangeNameFilter", @@ -3273,7 +3257,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListFiltersProps.onChangeNameFilter.$1", + "id": "def-public.FieldListFiltersProps.onChangeNameFilter.$1", "type": "string", "tags": [], "label": "nameFilter", @@ -3289,7 +3273,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps", + "id": "def-public.FieldListGroupedProps", "type": "Interface", "tags": [], "label": "FieldListGroupedProps", @@ -3297,9 +3281,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListGroupedProps", + "section": "def-public.FieldListGroupedProps", "text": "FieldListGroupedProps" }, "" @@ -3310,7 +3294,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.fieldGroups", + "id": "def-public.FieldListGroupedProps.fieldGroups", "type": "Object", "tags": [], "label": "fieldGroups", @@ -3319,65 +3303,65 @@ "{ SpecialFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; SelectedFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; PopularFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; AvailableFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; EmptyFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; MetaFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; UnmappedFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; SmartFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; }" @@ -3388,7 +3372,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.fieldsExistenceStatus", + "id": "def-public.FieldListGroupedProps.fieldsExistenceStatus", "type": "Enum", "tags": [], "label": "fieldsExistenceStatus", @@ -3396,9 +3380,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistenceFetchStatus", + "section": "def-public.ExistenceFetchStatus", "text": "ExistenceFetchStatus" } ], @@ -3408,7 +3392,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.fieldsExistInIndex", + "id": "def-public.FieldListGroupedProps.fieldsExistInIndex", "type": "boolean", "tags": [], "label": "fieldsExistInIndex", @@ -3419,7 +3403,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.renderFieldItem", + "id": "def-public.FieldListGroupedProps.renderFieldItem", "type": "Function", "tags": [], "label": "renderFieldItem", @@ -3428,9 +3412,9 @@ "(params: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.RenderFieldItemParams", + "section": "def-public.RenderFieldItemParams", "text": "RenderFieldItemParams" }, ") => JSX.Element" @@ -3442,7 +3426,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.renderFieldItem.$1", + "id": "def-public.FieldListGroupedProps.renderFieldItem.$1", "type": "Object", "tags": [], "label": "params", @@ -3450,9 +3434,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.RenderFieldItemParams", + "section": "def-public.RenderFieldItemParams", "text": "RenderFieldItemParams" }, "" @@ -3465,7 +3449,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.scrollToTopResetCounter", + "id": "def-public.FieldListGroupedProps.scrollToTopResetCounter", "type": "number", "tags": [], "label": "scrollToTopResetCounter", @@ -3476,7 +3460,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.screenReaderDescriptionId", + "id": "def-public.FieldListGroupedProps.screenReaderDescriptionId", "type": "string", "tags": [], "label": "screenReaderDescriptionId", @@ -3490,7 +3474,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.localStorageKeyPrefix", + "id": "def-public.FieldListGroupedProps.localStorageKeyPrefix", "type": "string", "tags": [], "label": "localStorageKeyPrefix", @@ -3504,7 +3488,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroupedProps.datatestsubj", + "id": "def-public.FieldListGroupedProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -3521,7 +3505,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps", + "id": "def-public.FieldListProps", "type": "Interface", "tags": [], "label": "FieldListProps", @@ -3534,7 +3518,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps.datatestsubj", + "id": "def-public.FieldListProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -3548,7 +3532,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps.isProcessing", + "id": "def-public.FieldListProps.isProcessing", "type": "boolean", "tags": [], "label": "isProcessing", @@ -3559,7 +3543,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps.prepend", + "id": "def-public.FieldListProps.prepend", "type": "CompoundType", "tags": [], "label": "prepend", @@ -3573,7 +3557,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps.append", + "id": "def-public.FieldListProps.append", "type": "CompoundType", "tags": [], "label": "append", @@ -3587,7 +3571,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListProps.className", + "id": "def-public.FieldListProps.className", "type": "string", "tags": [], "label": "className", @@ -3604,7 +3588,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps", + "id": "def-public.FieldPopoverHeaderProps", "type": "Interface", "tags": [], "label": "FieldPopoverHeaderProps", @@ -3615,7 +3599,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.field", + "id": "def-public.FieldPopoverHeaderProps.field", "type": "Object", "tags": [], "label": "field", @@ -3635,7 +3619,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.closePopover", + "id": "def-public.FieldPopoverHeaderProps.closePopover", "type": "Function", "tags": [], "label": "closePopover", @@ -3651,7 +3635,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.buttonAddFieldToWorkspaceProps", + "id": "def-public.FieldPopoverHeaderProps.buttonAddFieldToWorkspaceProps", "type": "Object", "tags": [], "label": "buttonAddFieldToWorkspaceProps", @@ -3667,7 +3651,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.buttonAddFilterProps", + "id": "def-public.FieldPopoverHeaderProps.buttonAddFilterProps", "type": "Object", "tags": [], "label": "buttonAddFilterProps", @@ -3683,7 +3667,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.buttonEditFieldProps", + "id": "def-public.FieldPopoverHeaderProps.buttonEditFieldProps", "type": "Object", "tags": [], "label": "buttonEditFieldProps", @@ -3699,7 +3683,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.buttonDeleteFieldProps", + "id": "def-public.FieldPopoverHeaderProps.buttonDeleteFieldProps", "type": "Object", "tags": [], "label": "buttonDeleteFieldProps", @@ -3715,7 +3699,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onAddFieldToWorkspace", + "id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace", "type": "Function", "tags": [], "label": "onAddFieldToWorkspace", @@ -3737,7 +3721,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onAddFieldToWorkspace.$1", + "id": "def-public.FieldPopoverHeaderProps.onAddFieldToWorkspace.$1", "type": "Object", "tags": [], "label": "field", @@ -3761,7 +3745,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onAddFilter", + "id": "def-public.FieldPopoverHeaderProps.onAddFilter", "type": "Function", "tags": [], "label": "onAddFilter", @@ -3769,9 +3753,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AddFieldFilterHandler", + "section": "def-public.AddFieldFilterHandler", "text": "AddFieldFilterHandler" }, " | undefined" @@ -3782,7 +3766,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onEditField", + "id": "def-public.FieldPopoverHeaderProps.onEditField", "type": "Function", "tags": [], "label": "onEditField", @@ -3796,7 +3780,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onEditField.$1", + "id": "def-public.FieldPopoverHeaderProps.onEditField.$1", "type": "string", "tags": [], "label": "fieldName", @@ -3814,7 +3798,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onDeleteField", + "id": "def-public.FieldPopoverHeaderProps.onDeleteField", "type": "Function", "tags": [], "label": "onDeleteField", @@ -3828,7 +3812,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.onDeleteField.$1", + "id": "def-public.FieldPopoverHeaderProps.onDeleteField.$1", "type": "string", "tags": [], "label": "fieldName", @@ -3846,7 +3830,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverHeaderProps.services", + "id": "def-public.FieldPopoverHeaderProps.services", "type": "Object", "tags": [], "label": "services", @@ -3871,7 +3855,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverProps", + "id": "def-public.FieldPopoverProps", "type": "Interface", "tags": [], "label": "FieldPopoverProps", @@ -3879,9 +3863,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldPopoverProps", + "section": "def-public.FieldPopoverProps", "text": "FieldPopoverProps" }, " extends ", @@ -3893,7 +3877,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverProps.renderHeader", + "id": "def-public.FieldPopoverProps.renderHeader", "type": "Function", "tags": [], "label": "renderHeader", @@ -3909,7 +3893,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverProps.renderContent", + "id": "def-public.FieldPopoverProps.renderContent", "type": "Function", "tags": [], "label": "renderContent", @@ -3928,7 +3912,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroup", + "id": "def-public.FieldsGroup", "type": "Interface", "tags": [], "label": "FieldsGroup", @@ -3936,17 +3920,17 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " extends ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroupDetails", + "section": "def-public.FieldsGroupDetails", "text": "FieldsGroupDetails" } ], @@ -3956,7 +3940,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroup.fields", + "id": "def-public.FieldsGroup.fields", "type": "Array", "tags": [], "label": "fields", @@ -3970,7 +3954,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroup.fieldCount", + "id": "def-public.FieldsGroup.fieldCount", "type": "number", "tags": [], "label": "fieldCount", @@ -3981,7 +3965,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroup.fieldSearchHighlight", + "id": "def-public.FieldsGroup.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -3998,7 +3982,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails", + "id": "def-public.FieldsGroupDetails", "type": "Interface", "tags": [], "label": "FieldsGroupDetails", @@ -4009,7 +3993,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.showInAccordion", + "id": "def-public.FieldsGroupDetails.showInAccordion", "type": "boolean", "tags": [], "label": "showInAccordion", @@ -4020,7 +4004,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.isInitiallyOpen", + "id": "def-public.FieldsGroupDetails.isInitiallyOpen", "type": "boolean", "tags": [], "label": "isInitiallyOpen", @@ -4031,7 +4015,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.title", + "id": "def-public.FieldsGroupDetails.title", "type": "string", "tags": [], "label": "title", @@ -4042,7 +4026,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.helpText", + "id": "def-public.FieldsGroupDetails.helpText", "type": "string", "tags": [], "label": "helpText", @@ -4056,7 +4040,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.isAffectedByGlobalFilter", + "id": "def-public.FieldsGroupDetails.isAffectedByGlobalFilter", "type": "boolean", "tags": [], "label": "isAffectedByGlobalFilter", @@ -4067,7 +4051,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.isAffectedByTimeFilter", + "id": "def-public.FieldsGroupDetails.isAffectedByTimeFilter", "type": "boolean", "tags": [], "label": "isAffectedByTimeFilter", @@ -4078,7 +4062,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.hideDetails", + "id": "def-public.FieldsGroupDetails.hideDetails", "type": "CompoundType", "tags": [], "label": "hideDetails", @@ -4092,7 +4076,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.defaultNoFieldsMessage", + "id": "def-public.FieldsGroupDetails.defaultNoFieldsMessage", "type": "string", "tags": [], "label": "defaultNoFieldsMessage", @@ -4106,7 +4090,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupDetails.hideIfEmpty", + "id": "def-public.FieldsGroupDetails.hideIfEmpty", "type": "CompoundType", "tags": [], "label": "hideIfEmpty", @@ -4123,7 +4107,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse", + "id": "def-public.FieldStatsResponse", "type": "Interface", "tags": [], "label": "FieldStatsResponse", @@ -4131,9 +4115,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsResponse", + "section": "def-public.FieldStatsResponse", "text": "FieldStatsResponse" }, "" @@ -4144,7 +4128,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.totalDocuments", + "id": "def-public.FieldStatsResponse.totalDocuments", "type": "number", "tags": [], "label": "totalDocuments", @@ -4158,7 +4142,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.sampledDocuments", + "id": "def-public.FieldStatsResponse.sampledDocuments", "type": "number", "tags": [], "label": "sampledDocuments", @@ -4172,7 +4156,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.sampledValues", + "id": "def-public.FieldStatsResponse.sampledValues", "type": "number", "tags": [], "label": "sampledValues", @@ -4186,7 +4170,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.histogram", + "id": "def-public.FieldStatsResponse.histogram", "type": "Object", "tags": [], "label": "histogram", @@ -4194,9 +4178,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.BucketedAggregation", + "section": "def-public.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" @@ -4207,7 +4191,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.topValues", + "id": "def-public.FieldStatsResponse.topValues", "type": "Object", "tags": [], "label": "topValues", @@ -4215,9 +4199,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.BucketedAggregation", + "section": "def-public.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" @@ -4228,7 +4212,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsResponse.numberSummary", + "id": "def-public.FieldStatsResponse.numberSummary", "type": "Object", "tags": [], "label": "numberSummary", @@ -4236,9 +4220,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.NumberSummary", + "section": "def-public.NumberSummary", "text": "NumberSummary" }, " | undefined" @@ -4252,7 +4236,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices", + "id": "def-public.FieldStatsServices", "type": "Interface", "tags": [], "label": "FieldStatsServices", @@ -4263,7 +4247,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices.uiSettings", + "id": "def-public.FieldStatsServices.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -4271,9 +4255,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -4283,7 +4267,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices.dataViews", + "id": "def-public.FieldStatsServices.dataViews", "type": "Object", "tags": [], "label": "dataViews", @@ -4303,7 +4287,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices.data", + "id": "def-public.FieldStatsServices.data", "type": "Object", "tags": [], "label": "data", @@ -4323,7 +4307,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices.fieldFormats", + "id": "def-public.FieldStatsServices.fieldFormats", "type": "CompoundType", "tags": [], "label": "fieldFormats", @@ -4353,7 +4337,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsServices.charts", + "id": "def-public.FieldStatsServices.charts", "type": "Object", "tags": [], "label": "charts", @@ -4376,7 +4360,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState", + "id": "def-public.FieldStatsState", "type": "Interface", "tags": [], "label": "FieldStatsState", @@ -4387,7 +4371,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.isLoading", + "id": "def-public.FieldStatsState.isLoading", "type": "boolean", "tags": [], "label": "isLoading", @@ -4398,7 +4382,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.totalDocuments", + "id": "def-public.FieldStatsState.totalDocuments", "type": "number", "tags": [], "label": "totalDocuments", @@ -4412,7 +4396,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.sampledDocuments", + "id": "def-public.FieldStatsState.sampledDocuments", "type": "number", "tags": [], "label": "sampledDocuments", @@ -4426,7 +4410,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.sampledValues", + "id": "def-public.FieldStatsState.sampledValues", "type": "number", "tags": [], "label": "sampledValues", @@ -4440,7 +4424,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.histogram", + "id": "def-public.FieldStatsState.histogram", "type": "Object", "tags": [], "label": "histogram", @@ -4448,9 +4432,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.BucketedAggregation", + "section": "def-public.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" @@ -4461,7 +4445,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.topValues", + "id": "def-public.FieldStatsState.topValues", "type": "Object", "tags": [], "label": "topValues", @@ -4469,9 +4453,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.BucketedAggregation", + "section": "def-public.BucketedAggregation", "text": "BucketedAggregation" }, " | undefined" @@ -4482,7 +4466,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsState.numberSummary", + "id": "def-public.FieldStatsState.numberSummary", "type": "Object", "tags": [], "label": "numberSummary", @@ -4490,9 +4474,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.NumberSummary", + "section": "def-public.NumberSummary", "text": "NumberSummary" }, " | undefined" @@ -4506,7 +4490,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams", + "id": "def-public.FieldTopValuesBucketParams", "type": "Interface", "tags": [], "label": "FieldTopValuesBucketParams", @@ -4517,7 +4501,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.field", + "id": "def-public.FieldTopValuesBucketParams.field", "type": "Object", "tags": [], "label": "field", @@ -4537,7 +4521,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.fieldValue", + "id": "def-public.FieldTopValuesBucketParams.fieldValue", "type": "Unknown", "tags": [], "label": "fieldValue", @@ -4551,7 +4535,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.formattedFieldValue", + "id": "def-public.FieldTopValuesBucketParams.formattedFieldValue", "type": "string", "tags": [], "label": "formattedFieldValue", @@ -4565,7 +4549,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.formattedPercentage", + "id": "def-public.FieldTopValuesBucketParams.formattedPercentage", "type": "string", "tags": [], "label": "formattedPercentage", @@ -4576,7 +4560,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.progressValue", + "id": "def-public.FieldTopValuesBucketParams.progressValue", "type": "number", "tags": [], "label": "progressValue", @@ -4587,7 +4571,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.count", + "id": "def-public.FieldTopValuesBucketParams.count", "type": "number", "tags": [], "label": "count", @@ -4598,7 +4582,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.color", + "id": "def-public.FieldTopValuesBucketParams.color", "type": "string", "tags": [], "label": "color", @@ -4609,7 +4593,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketParams.type", + "id": "def-public.FieldTopValuesBucketParams.type", "type": "CompoundType", "tags": [], "label": "type", @@ -4626,7 +4610,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketProps", + "id": "def-public.FieldTopValuesBucketProps", "type": "Interface", "tags": [], "label": "FieldTopValuesBucketProps", @@ -4634,17 +4618,17 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldTopValuesBucketProps", + "section": "def-public.FieldTopValuesBucketProps", "text": "FieldTopValuesBucketProps" }, " extends ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldTopValuesBucketParams", + "section": "def-public.FieldTopValuesBucketParams", "text": "FieldTopValuesBucketParams" } ], @@ -4654,7 +4638,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketProps.datatestsubj", + "id": "def-public.FieldTopValuesBucketProps.datatestsubj", "type": "string", "tags": [], "label": "'data-test-subj'", @@ -4665,7 +4649,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketProps.onAddFilter", + "id": "def-public.FieldTopValuesBucketProps.onAddFilter", "type": "Function", "tags": [], "label": "onAddFilter", @@ -4673,9 +4657,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AddFieldFilterHandler", + "section": "def-public.AddFieldFilterHandler", "text": "AddFieldFilterHandler" }, " | undefined" @@ -4686,7 +4670,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldTopValuesBucketProps.overrideFieldTopValueBar", + "id": "def-public.FieldTopValuesBucketProps.overrideFieldTopValueBar", "type": "Function", "tags": [], "label": "overrideFieldTopValueBar", @@ -4706,7 +4690,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps", + "id": "def-public.FieldVisualizeButtonProps", "type": "Interface", "tags": [], "label": "FieldVisualizeButtonProps", @@ -4717,7 +4701,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.field", + "id": "def-public.FieldVisualizeButtonProps.field", "type": "Object", "tags": [], "label": "field", @@ -4737,7 +4721,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.dataView", + "id": "def-public.FieldVisualizeButtonProps.dataView", "type": "Object", "tags": [], "label": "dataView", @@ -4757,7 +4741,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.originatingApp", + "id": "def-public.FieldVisualizeButtonProps.originatingApp", "type": "string", "tags": [], "label": "originatingApp", @@ -4768,7 +4752,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.uiActions", + "id": "def-public.FieldVisualizeButtonProps.uiActions", "type": "Object", "tags": [], "label": "uiActions", @@ -4856,7 +4840,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.multiFields", + "id": "def-public.FieldVisualizeButtonProps.multiFields", "type": "Array", "tags": [], "label": "multiFields", @@ -4877,7 +4861,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.contextualFields", + "id": "def-public.FieldVisualizeButtonProps.contextualFields", "type": "Array", "tags": [], "label": "contextualFields", @@ -4891,7 +4875,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.trackUiMetric", + "id": "def-public.FieldVisualizeButtonProps.trackUiMetric", "type": "Function", "tags": [], "label": "trackUiMetric", @@ -4905,7 +4889,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.trackUiMetric.$1", + "id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$1", "type": "string", "tags": [], "label": "metricType", @@ -4920,7 +4904,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.trackUiMetric.$2", + "id": "def-public.FieldVisualizeButtonProps.trackUiMetric.$2", "type": "CompoundType", "tags": [], "label": "eventName", @@ -4938,7 +4922,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.buttonProps", + "id": "def-public.FieldVisualizeButtonProps.buttonProps", "type": "Object", "tags": [], "label": "buttonProps", @@ -4954,7 +4938,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldVisualizeButtonProps.visualizeInfo", + "id": "def-public.FieldVisualizeButtonProps.visualizeInfo", "type": "Object", "tags": [], "label": "visualizeInfo", @@ -4962,9 +4946,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.VisualizeInformation", + "section": "def-public.VisualizeInformation", "text": "VisualizeInformation" }, " | undefined" @@ -4978,7 +4962,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams", + "id": "def-public.GroupedFieldsParams", "type": "Interface", "tags": [], "label": "GroupedFieldsParams", @@ -4986,9 +4970,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GroupedFieldsParams", + "section": "def-public.GroupedFieldsParams", "text": "GroupedFieldsParams" }, "" @@ -4999,7 +4983,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.dataViewId", + "id": "def-public.GroupedFieldsParams.dataViewId", "type": "CompoundType", "tags": [], "label": "dataViewId", @@ -5013,7 +4997,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.allFields", + "id": "def-public.GroupedFieldsParams.allFields", "type": "CompoundType", "tags": [], "label": "allFields", @@ -5027,7 +5011,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.services", + "id": "def-public.GroupedFieldsParams.services", "type": "Object", "tags": [], "label": "services", @@ -5044,9 +5028,9 @@ "; core: Pick<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", \"docLinks\">; }" @@ -5057,7 +5041,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.isAffectedByGlobalFilter", + "id": "def-public.GroupedFieldsParams.isAffectedByGlobalFilter", "type": "CompoundType", "tags": [], "label": "isAffectedByGlobalFilter", @@ -5071,7 +5055,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.popularFieldsLimit", + "id": "def-public.GroupedFieldsParams.popularFieldsLimit", "type": "number", "tags": [], "label": "popularFieldsLimit", @@ -5085,7 +5069,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.sortedSelectedFields", + "id": "def-public.GroupedFieldsParams.sortedSelectedFields", "type": "Array", "tags": [], "label": "sortedSelectedFields", @@ -5099,7 +5083,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.getCustomFieldType", + "id": "def-public.GroupedFieldsParams.getCustomFieldType", "type": "Function", "tags": [], "label": "getCustomFieldType", @@ -5107,9 +5091,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GetCustomFieldType", + "section": "def-public.GetCustomFieldType", "text": "GetCustomFieldType" }, " | undefined" @@ -5120,7 +5104,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.onOverrideFieldGroupDetails", + "id": "def-public.GroupedFieldsParams.onOverrideFieldGroupDetails", "type": "Function", "tags": [], "label": "onOverrideFieldGroupDetails", @@ -5135,7 +5119,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.onSupportedFieldFilter", + "id": "def-public.GroupedFieldsParams.onSupportedFieldFilter", "type": "Function", "tags": [], "label": "onSupportedFieldFilter", @@ -5149,7 +5133,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.onSupportedFieldFilter.$1", + "id": "def-public.GroupedFieldsParams.onSupportedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -5167,7 +5151,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.onSelectedFieldFilter", + "id": "def-public.GroupedFieldsParams.onSelectedFieldFilter", "type": "Function", "tags": [], "label": "onSelectedFieldFilter", @@ -5181,7 +5165,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.onSelectedFieldFilter.$1", + "id": "def-public.GroupedFieldsParams.onSelectedFieldFilter.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -5199,7 +5183,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.getNewFieldsBySpec", + "id": "def-public.GroupedFieldsParams.getNewFieldsBySpec", "type": "Function", "tags": [], "label": "getNewFieldsBySpec", @@ -5229,7 +5213,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsParams.additionalFieldGroups", + "id": "def-public.GroupedFieldsParams.additionalFieldGroups", "type": "Object", "tags": [], "label": "additionalFieldGroups", @@ -5237,9 +5221,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.AdditionalFieldGroups", + "section": "def-public.AdditionalFieldGroups", "text": "AdditionalFieldGroups" }, " | undefined" @@ -5253,7 +5237,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsResult", + "id": "def-public.GroupedFieldsResult", "type": "Interface", "tags": [], "label": "GroupedFieldsResult", @@ -5261,9 +5245,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.GroupedFieldsResult", + "section": "def-public.GroupedFieldsResult", "text": "GroupedFieldsResult" }, "" @@ -5274,7 +5258,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsResult.fieldListFiltersProps", + "id": "def-public.GroupedFieldsResult.fieldListFiltersProps", "type": "Object", "tags": [], "label": "fieldListFiltersProps", @@ -5282,9 +5266,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListFiltersProps", + "section": "def-public.FieldListFiltersProps", "text": "FieldListFiltersProps" }, "" @@ -5295,7 +5279,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsResult.fieldListGroupedProps", + "id": "def-public.GroupedFieldsResult.fieldListGroupedProps", "type": "Object", "tags": [], "label": "fieldListGroupedProps", @@ -5304,17 +5288,17 @@ "{ fieldGroups: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldListGroups", + "section": "def-public.FieldListGroups", "text": "FieldListGroups" }, "; scrollToTopResetCounter: number; fieldsExistenceStatus: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.ExistenceFetchStatus", + "section": "def-public.ExistenceFetchStatus", "text": "ExistenceFetchStatus" }, "; fieldsExistInIndex: boolean; screenReaderDescriptionId?: string | undefined; }" @@ -5325,7 +5309,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsResult.allFieldsModified", + "id": "def-public.GroupedFieldsResult.allFieldsModified", "type": "CompoundType", "tags": [], "label": "allFieldsModified", @@ -5339,7 +5323,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GroupedFieldsResult.hasNewFields", + "id": "def-public.GroupedFieldsResult.hasNewFields", "type": "boolean", "tags": [], "label": "hasNewFields", @@ -5353,7 +5337,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.NumberSummary", + "id": "def-public.NumberSummary", "type": "Interface", "tags": [], "label": "NumberSummary", @@ -5364,7 +5348,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.NumberSummary.minValue", + "id": "def-public.NumberSummary.minValue", "type": "CompoundType", "tags": [], "label": "minValue", @@ -5378,7 +5362,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.NumberSummary.maxValue", + "id": "def-public.NumberSummary.maxValue", "type": "CompoundType", "tags": [], "label": "maxValue", @@ -5395,7 +5379,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberParams", + "id": "def-public.QuerySubscriberParams", "type": "Interface", "tags": [], "label": "QuerySubscriberParams", @@ -5408,7 +5392,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberParams.data", + "id": "def-public.QuerySubscriberParams.data", "type": "Object", "tags": [], "label": "data", @@ -5428,7 +5412,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberParams.timeRangeUpdatesType", + "id": "def-public.QuerySubscriberParams.timeRangeUpdatesType", "type": "CompoundType", "tags": [], "label": "timeRangeUpdatesType", @@ -5448,7 +5432,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult", + "id": "def-public.QuerySubscriberResult", "type": "Interface", "tags": [], "label": "QuerySubscriberResult", @@ -5461,7 +5445,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult.query", + "id": "def-public.QuerySubscriberResult.query", "type": "CompoundType", "tags": [], "label": "query", @@ -5490,7 +5474,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult.filters", + "id": "def-public.QuerySubscriberResult.filters", "type": "Array", "tags": [], "label": "filters", @@ -5511,7 +5495,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult.fromDate", + "id": "def-public.QuerySubscriberResult.fromDate", "type": "string", "tags": [], "label": "fromDate", @@ -5525,7 +5509,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult.toDate", + "id": "def-public.QuerySubscriberResult.toDate", "type": "string", "tags": [], "label": "toDate", @@ -5539,7 +5523,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.QuerySubscriberResult.searchMode", + "id": "def-public.QuerySubscriberResult.searchMode", "type": "CompoundType", "tags": [], "label": "searchMode", @@ -5547,9 +5531,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.SearchMode", + "section": "def-public.SearchMode", "text": "SearchMode" }, " | undefined" @@ -5563,7 +5547,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams", + "id": "def-public.RenderFieldItemParams", "type": "Interface", "tags": [], "label": "RenderFieldItemParams", @@ -5571,9 +5555,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.RenderFieldItemParams", + "section": "def-public.RenderFieldItemParams", "text": "RenderFieldItemParams" }, "" @@ -5584,7 +5568,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.field", + "id": "def-public.RenderFieldItemParams.field", "type": "Uncategorized", "tags": [], "label": "field", @@ -5598,7 +5582,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.hideDetails", + "id": "def-public.RenderFieldItemParams.hideDetails", "type": "CompoundType", "tags": [], "label": "hideDetails", @@ -5612,7 +5596,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.itemIndex", + "id": "def-public.RenderFieldItemParams.itemIndex", "type": "number", "tags": [], "label": "itemIndex", @@ -5623,7 +5607,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.groupIndex", + "id": "def-public.RenderFieldItemParams.groupIndex", "type": "number", "tags": [], "label": "groupIndex", @@ -5634,7 +5618,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.groupName", + "id": "def-public.RenderFieldItemParams.groupName", "type": "Enum", "tags": [], "label": "groupName", @@ -5642,9 +5626,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroupNames", + "section": "def-public.FieldsGroupNames", "text": "FieldsGroupNames" } ], @@ -5654,7 +5638,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.RenderFieldItemParams.fieldSearchHighlight", + "id": "def-public.RenderFieldItemParams.fieldSearchHighlight", "type": "string", "tags": [], "label": "fieldSearchHighlight", @@ -5671,7 +5655,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi", + "id": "def-public.UnifiedFieldListSidebarContainerApi", "type": "Interface", "tags": [], "label": "UnifiedFieldListSidebarContainerApi", @@ -5682,7 +5666,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.sidebarVisibility", + "id": "def-public.UnifiedFieldListSidebarContainerApi.sidebarVisibility", "type": "Object", "tags": [], "label": "sidebarVisibility", @@ -5696,7 +5680,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo", + "id": "def-public.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo", "type": "Function", "tags": [], "label": "refetchFieldsExistenceInfo", @@ -5711,7 +5695,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo.$1", + "id": "def-public.UnifiedFieldListSidebarContainerApi.refetchFieldsExistenceInfo.$1", "type": "string", "tags": [], "label": "dataViewId", @@ -5727,7 +5711,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.closeFieldListFlyout", + "id": "def-public.UnifiedFieldListSidebarContainerApi.closeFieldListFlyout", "type": "Function", "tags": [], "label": "closeFieldListFlyout", @@ -5743,7 +5727,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.createField", + "id": "def-public.UnifiedFieldListSidebarContainerApi.createField", "type": "Function", "tags": [], "label": "createField", @@ -5757,7 +5741,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.editField", + "id": "def-public.UnifiedFieldListSidebarContainerApi.editField", "type": "Function", "tags": [], "label": "editField", @@ -5771,7 +5755,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerApi.deleteField", + "id": "def-public.UnifiedFieldListSidebarContainerApi.deleteField", "type": "Function", "tags": [], "label": "deleteField", @@ -5788,7 +5772,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.VisualizeInformation", + "id": "def-public.VisualizeInformation", "type": "Interface", "tags": [], "label": "VisualizeInformation", @@ -5799,7 +5783,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.VisualizeInformation.field", + "id": "def-public.VisualizeInformation.field", "type": "Object", "tags": [], "label": "field", @@ -5819,7 +5803,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.VisualizeInformation.href", + "id": "def-public.VisualizeInformation.href", "type": "string", "tags": [], "label": "href", @@ -5838,7 +5822,7 @@ "enums": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.ExistenceFetchStatus", + "id": "def-public.ExistenceFetchStatus", "type": "Enum", "tags": [], "label": "ExistenceFetchStatus", @@ -5850,7 +5834,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldsGroupNames", + "id": "def-public.FieldsGroupNames", "type": "Enum", "tags": [], "label": "FieldsGroupNames", @@ -5864,7 +5848,7 @@ "misc": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AddFieldFilterHandler", + "id": "def-public.AddFieldFilterHandler", "type": "Type", "tags": [], "label": "AddFieldFilterHandler", @@ -5887,7 +5871,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AddFieldFilterHandler.$1", + "id": "def-public.AddFieldFilterHandler.$1", "type": "CompoundType", "tags": [], "label": "field", @@ -5908,7 +5892,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AddFieldFilterHandler.$2", + "id": "def-public.AddFieldFilterHandler.$2", "type": "Unknown", "tags": [], "label": "value", @@ -5922,7 +5906,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.AddFieldFilterHandler.$3", + "id": "def-public.AddFieldFilterHandler.$3", "type": "CompoundType", "tags": [], "label": "type", @@ -5939,7 +5923,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListGroups", + "id": "def-public.FieldListGroups", "type": "Type", "tags": [], "label": "FieldListGroups", @@ -5948,65 +5932,65 @@ "{ SpecialFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; SelectedFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; PopularFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; AvailableFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; EmptyFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; MetaFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; UnmappedFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; SmartFields?: ", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldsGroup", + "section": "def-public.FieldsGroup", "text": "FieldsGroup" }, " | undefined; }" @@ -6018,7 +6002,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldListItem", + "id": "def-public.FieldListItem", "type": "Type", "tags": [], "label": "FieldListItem", @@ -6039,7 +6023,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldPopoverFooterProps", + "id": "def-public.FieldPopoverFooterProps", "type": "Type", "tags": [], "label": "FieldPopoverFooterProps", @@ -6047,9 +6031,9 @@ "signature": [ { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldVisualizeButtonProps", + "section": "def-public.FieldVisualizeButtonProps", "text": "FieldVisualizeButtonProps" } ], @@ -6060,7 +6044,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.FieldStatsProps", + "id": "def-public.FieldStatsProps", "type": "Type", "tags": [], "label": "FieldStatsProps", @@ -6077,7 +6061,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GetCustomFieldType", + "id": "def-public.GetCustomFieldType", "type": "Type", "tags": [], "label": "GetCustomFieldType", @@ -6092,7 +6076,7 @@ "children": [ { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.GetCustomFieldType.$1", + "id": "def-public.GetCustomFieldType.$1", "type": "Uncategorized", "tags": [], "label": "field", @@ -6109,7 +6093,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.SearchMode", + "id": "def-public.SearchMode", "type": "Type", "tags": [], "label": "SearchMode", @@ -6124,7 +6108,7 @@ }, { "parentPluginId": "@kbn/unified-field-list", - "id": "def-common.UnifiedFieldListSidebarContainerProps", + "id": "def-public.UnifiedFieldListSidebarContainerProps", "type": "Type", "tags": [], "label": "UnifiedFieldListSidebarContainerProps", @@ -6135,17 +6119,17 @@ ", \"services\"> & { services: Omit<", { "pluginId": "@kbn/unified-field-list", - "scope": "common", + "scope": "public", "docId": "kibKbnUnifiedFieldListPluginApi", - "section": "def-common.FieldStatsServices", + "section": "def-public.FieldStatsServices", "text": "FieldStatsServices" }, ", \"uiSettings\"> & { core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, "; } & { uiActions?: ", @@ -6191,5 +6175,21 @@ } ], "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_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index fe7dcc5c21755..7af8f769b5466 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k |-------------------|-----------|------------------------|-----------------| | 314 | 0 | 285 | 8 | -## Common +## Client ### Functions - + ### Interfaces - + ### Enums - + ### Consts, variables and types - + diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index d6af913af7efb..df10f9e02b7bc 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_unsaved_changes_prompt.devdocs.json index 97e3715543f87..8db4d70da4ce5 100644 --- a/api_docs/kbn_unsaved_changes_prompt.devdocs.json +++ b/api_docs/kbn_unsaved_changes_prompt.devdocs.json @@ -1,27 +1,11 @@ { "id": "@kbn/unsaved-changes-prompt", "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/unsaved-changes-prompt", - "id": "def-common.useUnsavedChangesPrompt", + "id": "def-public.useUnsavedChangesPrompt", "type": "Function", "tags": [], "label": "useUnsavedChangesPrompt", @@ -35,7 +19,7 @@ "children": [ { "parentPluginId": "@kbn/unsaved-changes-prompt", - "id": "def-common.useUnsavedChangesPrompt.$1", + "id": "def-public.useUnsavedChangesPrompt.$1", "type": "Object", "tags": [], "label": "{\n hasUnsavedChanges,\n openConfirm,\n history,\n http,\n navigateToUrl,\n // Provide overrides for confirm dialog\n messageText = DEFAULT_BODY_TEXT,\n titleText = DEFAULT_TITLE_TEXT,\n confirmButtonText = DEFAULT_CONFIRM_BUTTON,\n cancelButtonText = DEFAULT_CANCEL_BUTTON,\n}", @@ -57,5 +41,21 @@ "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_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 4853c8754b0ca..17c968aed37bf 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 0 | -## Common +## Client ### Functions - + diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index 7112827447d5a..01e02afd1114b 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_user_profile_components.devdocs.json index c7c080c2e335a..36d3887f74e93 100644 --- a/api_docs/kbn_user_profile_components.devdocs.json +++ b/api_docs/kbn_user_profile_components.devdocs.json @@ -865,25 +865,25 @@ "{ notifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, "; theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, "; i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; }" @@ -929,9 +929,9 @@ ") => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -966,25 +966,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics?: Pick<", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, ", \"reportEvent\"> | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" }, "; }" diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 37d27ad258b66..029c56fd8d890 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-29 +date: 2024-07-30 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 eb94d236c6561..29f7f42ad3981 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-29 +date: 2024-07-30 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 d889dec726544..f20b6e95f7fb1 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-29 +date: 2024-07-30 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 34e8b9232a24a..8c91569219454 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.devdocs.json b/api_docs/kbn_visualization_ui_components.devdocs.json index 150508fc08a89..0ef41a076c1a0 100644 --- a/api_docs/kbn_visualization_ui_components.devdocs.json +++ b/api_docs/kbn_visualization_ui_components.devdocs.json @@ -2222,9 +2222,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2303,9 +2303,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -2323,9 +2323,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], @@ -2363,9 +2363,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 0ce4d79dc6e5a..981ae45ad361c 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-29 +date: 2024-07-30 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.devdocs.json b/api_docs/kbn_visualization_utils.devdocs.json index cfab1eba9dc94..635704144c027 100644 --- a/api_docs/kbn_visualization_utils.devdocs.json +++ b/api_docs/kbn_visualization_utils.devdocs.json @@ -206,9 +206,9 @@ "(uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ") => string" @@ -227,9 +227,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index cadbc78ba0ce7..df100e05bdd3d 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-29 +date: 2024-07-30 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 723a838b17db0..c09457b93e3b7 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-29 +date: 2024-07-30 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 3caebe4ba344e..963b3f8f9865a 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-29 +date: 2024-07-30 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.mdx b/api_docs/kbn_zod.mdx index 6f0a5f17bdcb8..dc179771d387a 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -8,7 +8,7 @@ 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] --- import kbnZodObj from './kbn_zod.devdocs.json'; diff --git a/api_docs/kbn_zod_helpers.devdocs.json b/api_docs/kbn_zod_helpers.devdocs.json index 3ea762172aa25..ea7b86d74c0c4 100644 --- a/api_docs/kbn_zod_helpers.devdocs.json +++ b/api_docs/kbn_zod_helpers.devdocs.json @@ -71,9 +71,9 @@ "(schema: ZodSchema) => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationFunction", + "section": "def-server.RouteValidationFunction", "text": "RouteValidationFunction" }, "" diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index e82e622924db4..46ae414e211a8 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-29 +date: 2024-07-30 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 c367ae96e45a3..e032bfb124e03 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index 8acf8ede8f3e4..244c55b71b9da 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -201,9 +201,9 @@ ">(services: Services) => ", @@ -250,9 +250,9 @@ "(services: Partial<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">) => ", @@ -279,9 +279,9 @@ "Partial<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">" @@ -306,9 +306,9 @@ "(services: Partial<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">) => ", @@ -335,9 +335,9 @@ "Partial<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">" @@ -782,9 +782,9 @@ "(history: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", @@ -805,9 +805,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", @@ -864,9 +864,9 @@ "(history: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", @@ -887,9 +887,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, " | ", @@ -956,9 +956,9 @@ ") => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, "" @@ -1112,9 +1112,9 @@ "(executionContext: ", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, " | undefined, context: ", @@ -1141,9 +1141,9 @@ "signature": [ { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, " | undefined" @@ -1297,9 +1297,9 @@ " & Extra>" @@ -1465,9 +1465,9 @@ "<", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.KibanaTheme", + "section": "def-public.KibanaTheme", "text": "KibanaTheme" }, ">) => JSX.Element" @@ -1503,9 +1503,9 @@ "<", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.KibanaTheme", + "section": "def-public.KibanaTheme", "text": "KibanaTheme" }, ">" @@ -1810,17 +1810,17 @@ "(node: React.ReactNode, options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -1853,9 +1853,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayFlyoutOpenOptions", + "section": "def-public.OverlayFlyoutOpenOptions", "text": "OverlayFlyoutOpenOptions" }, " | undefined" @@ -1879,17 +1879,17 @@ "(node: React.ReactNode, options?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined) => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" } ], @@ -1922,9 +1922,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayModalOpenOptions", + "section": "def-public.OverlayModalOpenOptions", "text": "OverlayModalOpenOptions" }, " | undefined" @@ -2170,9 +2170,9 @@ "signature": [ { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, " | undefined" @@ -2193,9 +2193,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, "> | undefined" @@ -2486,153 +2486,153 @@ "{ analytics?: ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, " | undefined; application?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" }, " | undefined; chrome?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStart", + "section": "def-public.ChromeStart", "text": "ChromeStart" }, " | undefined; customBranding?: ", { "pluginId": "@kbn/core-custom-branding-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreCustomBrandingBrowserPluginApi", - "section": "def-common.CustomBrandingStart", + "section": "def-public.CustomBrandingStart", "text": "CustomBrandingStart" }, " | undefined; docLinks?: ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" }, " | undefined; executionContext?: ", { "pluginId": "@kbn/core-execution-context-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-common.ExecutionContextSetup", + "section": "def-public.ExecutionContextSetup", "text": "ExecutionContextSetup" }, " | undefined; http?: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, " | undefined; savedObjects?: ", { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" }, " | undefined; i18n?: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, " | undefined; notifications?: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" }, " | undefined; overlays?: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" }, " | undefined; uiSettings?: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, " | undefined; settings?: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.SettingsStart", + "section": "def-public.SettingsStart", "text": "SettingsStart" }, " | undefined; fatalErrors?: ", { "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-common.FatalErrorsSetup", + "section": "def-public.FatalErrorsSetup", "text": "FatalErrorsSetup" }, " | undefined; deprecations?: ", { "pluginId": "@kbn/core-deprecations-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-common.DeprecationsServiceStart", + "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" }, " | undefined; theme?: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, " | undefined; plugins?: ", { "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-common.PluginsServiceStart", + "section": "def-public.PluginsServiceStart", "text": "PluginsServiceStart" }, " | undefined; security?: ", { "pluginId": "@kbn/core-security-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-common.SecurityServiceStart", + "section": "def-public.SecurityServiceStart", "text": "SecurityServiceStart" }, " | undefined; userProfile?: ", { "pluginId": "@kbn/core-user-profile-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-common.UserProfileService", + "section": "def-public.UserProfileService", "text": "UserProfileService" }, " | undefined; }" @@ -2655,17 +2655,17 @@ "Pick<", { "pluginId": "@kbn/react-kibana-context-theme", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextThemePluginApi", - "section": "def-common.KibanaThemeProviderProps", + "section": "def-public.KibanaThemeProviderProps", "text": "KibanaThemeProviderProps" }, ", \"children\" | \"modify\"> & ", { "pluginId": "@kbn/react-kibana-context-common", - "scope": "common", + "scope": "public", "docId": "kibKbnReactKibanaContextCommonPluginApi", - "section": "def-common.ThemeServiceStart", + "section": "def-public.ThemeServiceStart", "text": "ThemeServiceStart" } ], @@ -2763,9 +2763,9 @@ ">>" diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index a64cf11a8b4f3..bf2b3e9b7f381 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.devdocs.json b/api_docs/kibana_utils.devdocs.json index e2cb3da15e5e6..3ec9064493723 100644 --- a/api_docs/kibana_utils.devdocs.json +++ b/api_docs/kibana_utils.devdocs.json @@ -1974,17 +1974,17 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; toastNotifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, "; history?: ", @@ -2080,9 +2080,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">" @@ -2103,9 +2103,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -2404,9 +2404,9 @@ "(accessor: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.StartServicesAccessor", + "section": "def-public.StartServicesAccessor", "text": "StartServicesAccessor" }, ") => ", @@ -2420,9 +2420,9 @@ "" @@ -2443,9 +2443,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.StartServicesAccessor", + "section": "def-public.StartServicesAccessor", "text": "StartServicesAccessor" }, "" @@ -3332,25 +3332,25 @@ "; navigateToApp: (appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined) => Promise; basePath: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" }, "; mapping: string | Mapping; toastNotifications: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, "; onBeforeRedirect?: ((error: ", @@ -3364,9 +3364,9 @@ ") => void) | undefined; theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, "; }) => (error: ", @@ -3420,9 +3420,9 @@ "(appId: string, options?: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined) => Promise" @@ -3453,9 +3453,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.NavigateToAppOptions", + "section": "def-public.NavigateToAppOptions", "text": "NavigateToAppOptions" }, " | undefined" @@ -3476,9 +3476,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.IBasePath", + "section": "def-public.IBasePath", "text": "IBasePath" } ], @@ -3514,9 +3514,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -3582,9 +3582,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -4202,9 +4202,9 @@ "(toasts: ", { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" }, ") => { onGetError: (e: Error) => void; onSetError: (e: Error) => void; }" @@ -4223,9 +4223,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -6665,9 +6665,9 @@ "() => StartServices" @@ -7490,9 +7490,9 @@ "(res: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ", err: ", @@ -7506,9 +7506,9 @@ ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, "" @@ -7529,9 +7529,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" } ], diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index 6c0c3ecd014aa..d271cfebc4cab 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-29 +date: 2024-07-30 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 2309d44b2c20d..0dec6b0a82c3d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity'] --- import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; diff --git a/api_docs/lens.devdocs.json b/api_docs/lens.devdocs.json index e7f3fe8dafa3b..a08955b55f968 100644 --- a/api_docs/lens.devdocs.json +++ b/api_docs/lens.devdocs.json @@ -198,7 +198,13 @@ "(locationId: \"banner\" | \"toolbar\" | \"visualization\" | \"embeddableBadge\" | \"visualizationOnEmbeddable\" | \"visualizationInEditor\" | \"textBasedLanguagesQueryInput\" | \"dimensionButton\" | (\"banner\" | \"toolbar\" | \"visualization\" | \"embeddableBadge\" | \"visualizationOnEmbeddable\" | \"visualizationInEditor\" | \"textBasedLanguagesQueryInput\" | \"dimensionButton\")[] | undefined, filters: ", "UserMessageFilters", " | undefined) => ", - "UserMessage", + { + "pluginId": "lens", + "scope": "public", + "docId": "kibLensPluginApi", + "section": "def-public.UserMessage", + "text": "UserMessage" + }, "[]" ], "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", @@ -6135,6 +6141,109 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage", + "type": "Interface", + "tags": [], + "label": "UserMessage", + "description": [], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.uniqueId", + "type": "string", + "tags": [], + "label": "uniqueId", + "description": [], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.severity", + "type": "CompoundType", + "tags": [], + "label": "severity", + "description": [], + "signature": [ + "\"error\" | \"info\" | \"warning\"" + ], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.hidePopoverIcon", + "type": "CompoundType", + "tags": [], + "label": "hidePopoverIcon", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.shortMessage", + "type": "string", + "tags": [], + "label": "shortMessage", + "description": [], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.longMessage", + "type": "CompoundType", + "tags": [], + "label": "longMessage", + "description": [], + "signature": [ + "React.ReactNode | ((closePopover: () => void) => React.ReactNode)" + ], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.fixableInEditor", + "type": "boolean", + "tags": [], + "label": "fixableInEditor", + "description": [], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "lens", + "id": "def-public.UserMessage.displayLocations", + "type": "Array", + "tags": [], + "label": "displayLocations", + "description": [], + "signature": [ + "UserMessageDisplayLocation[]" + ], + "path": "x-pack/plugins/lens/public/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "lens", "id": "def-public.Visualization", @@ -8411,7 +8520,13 @@ "((state: T, deps: { frame: ", "FramePublicAPI", "; }) => ", - "UserMessage", + { + "pluginId": "lens", + "scope": "public", + "docId": "kibLensPluginApi", + "section": "def-public.UserMessage", + "text": "UserMessage" + }, "[]) | undefined" ], "path": "x-pack/plugins/lens/public/types.ts", @@ -11147,9 +11262,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "<\"lens\"> & { getSavedVis: () => Readonly<", @@ -11173,33 +11288,33 @@ " | undefined; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -11221,17 +11336,17 @@ " | undefined>; } & Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasParentApi", + "section": "def-public.HasParentApi", "text": "HasParentApi" }, ">>" diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index b09b40f51b106..319bd9be21e71 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 677 | 0 | 575 | 63 | +| 685 | 0 | 583 | 62 | ## Client diff --git a/api_docs/license_api_guard.devdocs.json b/api_docs/license_api_guard.devdocs.json index b5490397558ef..0c48a2c09fc39 100644 --- a/api_docs/license_api_guard.devdocs.json +++ b/api_docs/license_api_guard.devdocs.json @@ -96,9 +96,9 @@ "(handler: ", @@ -106,41 +106,41 @@ ") => (ctx: Context, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", response: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaResponseFactory", + "section": "def-server.KibanaResponseFactory", "text": "KibanaResponseFactory" }, ") => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Promise<", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, ">" @@ -161,9 +161,9 @@ "" diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index a22e2579011ab..bf8ca0354fb1b 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-29 +date: 2024-07-30 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 ee77c4591072d..1b60d28520865 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- import licenseManagementObj from './license_management.devdocs.json'; diff --git a/api_docs/licensing.devdocs.json b/api_docs/licensing.devdocs.json index 313ba4b1f89fb..c8ca10858313a 100644 --- a/api_docs/licensing.devdocs.json +++ b/api_docs/licensing.devdocs.json @@ -1003,9 +1003,9 @@ ") => ", @@ -1013,9 +1013,9 @@ "" @@ -1057,9 +1057,9 @@ "" @@ -2410,9 +2410,9 @@ "(clusterClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IClusterClient", + "section": "def-server.IClusterClient", "text": "IClusterClient" }, ", pollingFrequency: number) => { license$: ", @@ -2437,9 +2437,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IClusterClient", + "section": "def-server.IClusterClient", "text": "IClusterClient" } ], diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index 3ed72074d0fa7..6009953027212 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-29 +date: 2024-07-30 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 9cc61ba6456d5..49be9114bf811 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.devdocs.json b/api_docs/lists.devdocs.json index 4938ee844c910..4ee259f08b88e 100644 --- a/api_docs/lists.devdocs.json +++ b/api_docs/lists.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -75,9 +75,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -101,9 +101,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -141,9 +141,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -192,9 +192,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -222,9 +222,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -1541,9 +1541,9 @@ ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsOpenPointInTimeResponse", + "section": "def-server.SavedObjectsOpenPointInTimeResponse", "text": "SavedObjectsOpenPointInTimeResponse" }, ">" @@ -1587,9 +1587,9 @@ ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClosePointInTimeResponse", + "section": "def-server.SavedObjectsClosePointInTimeResponse", "text": "SavedObjectsClosePointInTimeResponse" }, ">" @@ -4293,9 +4293,9 @@ "(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", user: string, enableServerExtensionPoints?: boolean | undefined) => ", @@ -4322,9 +4322,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -4370,9 +4370,9 @@ "(esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ", spaceId: string, user: string) => ", diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index a416780840030..ae541a6fbcb96 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/logs_data_access.devdocs.json b/api_docs/logs_data_access.devdocs.json index 31566796c9ade..c695eedcacdbf 100644 --- a/api_docs/logs_data_access.devdocs.json +++ b/api_docs/logs_data_access.devdocs.json @@ -135,9 +135,9 @@ ">; getLogSourcesService: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<{ getLogSources: () => Promise<", diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 75aa6ef39f5fb..11df4d9c38a52 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-29 +date: 2024-07-30 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 cb6f20d435f56..83d5b85c9063d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; diff --git a/api_docs/logs_shared.devdocs.json b/api_docs/logs_shared.devdocs.json index 37a481c7d4075..d0c2a280e1eab 100644 --- a/api_docs/logs_shared.devdocs.json +++ b/api_docs/logs_shared.devdocs.json @@ -3573,9 +3573,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", @@ -3612,9 +3612,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -3682,9 +3682,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", @@ -3721,9 +3721,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -3791,9 +3791,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, start: number, end: number, bucketSize: number, filterQuery?: ", @@ -3820,9 +3820,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -3927,9 +3927,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, startTimestamp: number, endTimestamp: number, bucketSize: number, highlightQueries: string[], filterQuery?: ", @@ -3956,9 +3956,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4078,9 +4078,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", timestampField: string, indexName: string, startTime: number, endTime: number, runtimeMappings: ", @@ -4101,9 +4101,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4218,9 +4218,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", @@ -4257,9 +4257,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4327,9 +4327,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", @@ -4366,9 +4366,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4436,9 +4436,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, start: number, end: number, bucketSize: number, filterQuery?: ", @@ -4465,9 +4465,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4572,9 +4572,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", logView: { logViewId: string; type: \"log-view-reference\"; } | { type: \"log-view-inline\"; id: string; attributes: { name: string; description: string; logIndices: { type: \"data_view\"; dataViewId: string; } | { type: \"index_name\"; indexName: string; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, startTimestamp: number, endTimestamp: number, bucketSize: number, highlightQueries: string[], filterQuery?: ", @@ -4601,9 +4601,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], @@ -4723,9 +4723,9 @@ "(requestContext: ", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, ", timestampField: string, indexName: string, startTime: number, endTime: number, runtimeMappings: ", @@ -4746,9 +4746,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" } ], diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index bf923b3c32d4d..12f1c4c7b16b1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.devdocs.json b/api_docs/management.devdocs.json index 987a92c442595..5e0f24e61dca5 100644 --- a/api_docs/management.devdocs.json +++ b/api_docs/management.devdocs.json @@ -520,9 +520,9 @@ "(crumbs: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]) => void" @@ -541,9 +541,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]" @@ -566,9 +566,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" @@ -587,9 +587,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -611,9 +611,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 76c47c135137c..9e9b18bac3a3f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.devdocs.json b/api_docs/maps.devdocs.json index d143282a71fea..090a1c847410d 100644 --- a/api_docs/maps.devdocs.json +++ b/api_docs/maps.devdocs.json @@ -2878,9 +2878,9 @@ "; } | undefined) => void; dynamicActionsState$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<{ dynamicActions: ", @@ -2894,9 +2894,9 @@ "; } | undefined>; }> & Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasEditCapabilities", + "section": "def-public.HasEditCapabilities", "text": "HasEditCapabilities" }, "> & ", @@ -2910,49 +2910,49 @@ " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasSupportedTriggers", + "section": "def-public.HasSupportedTriggers", "text": "HasSupportedTriggers" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDataLoading", + "section": "def-public.PublishesDataLoading", "text": "PublishesDataLoading" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDataViews", + "section": "def-public.PublishesDataViews", "text": "PublishesDataViews" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -2974,9 +2974,9 @@ " | undefined>; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasLibraryTransforms", + "section": "def-public.HasLibraryTransforms", "text": "HasLibraryTransforms" }, "<", @@ -3041,9 +3041,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, " & Partial<", diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index bceaec25dcd06..da1c81ab61341 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-29 +date: 2024-07-30 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 09c9d5f80c084..96dd2976d7204 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.devdocs.json b/api_docs/metrics_data_access.devdocs.json index 77d50587a7371..6f8f384c313d1 100644 --- a/api_docs/metrics_data_access.devdocs.json +++ b/api_docs/metrics_data_access.devdocs.json @@ -354,9 +354,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 4cd129b4ac9aa..dbf18c497b0c6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/ml.devdocs.json b/api_docs/ml.devdocs.json index c0bbebfdd23a0..2667ec97d5072 100644 --- a/api_docs/ml.devdocs.json +++ b/api_docs/ml.devdocs.json @@ -301,9 +301,9 @@ " extends ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.SerializedTitles", + "section": "def-public.SerializedTitles", "text": "SerializedTitles" }, ",", @@ -994,33 +994,33 @@ "> & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesDataViews", + "section": "def-public.PublishesDataViews", "text": "PublishesDataViews" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesTimeRange", + "section": "def-public.PublishesTimeRange", "text": "PublishesTimeRange" }, " & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesFilters", + "section": "def-public.PublishesFilters", "text": "PublishesFilters" }, " & { isCompatibleWithUnifiedSearch?: (() => boolean) | undefined; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -1042,17 +1042,17 @@ " | undefined>; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesPanelTitle", + "section": "def-public.PublishesPanelTitle", "text": "PublishesPanelTitle" }, " & { setPanelTitle: (newTitle: string | undefined) => void; setHidePanelTitle: (hide: boolean | undefined) => void; } & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasEditCapabilities", + "section": "def-public.HasEditCapabilities", "text": "HasEditCapabilities" }, " & ", @@ -2638,17 +2638,17 @@ " & { alertingServiceProvider(savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, ", request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "): { preview: (args_0: Readonly<{} & { timeRange: string; sampleSize: number; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; }>) => Promise; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"bucket\" | \"record\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, spaceId: string, state?: ", diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 0d9a844cf27a1..df24f285b5a22 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-29 +date: 2024-07-30 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 4228b9439b316..cec95e030c665 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.devdocs.json b/api_docs/monitoring.devdocs.json index b25450597f36e..cf4b2efaf9269 100644 --- a/api_docs/monitoring.devdocs.json +++ b/api_docs/monitoring.devdocs.json @@ -66,9 +66,9 @@ "(esClient: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ") => void" @@ -87,9 +87,9 @@ "signature": [ { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" } ], diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index f6b759460c655..2e99b392b8b34 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-29 +date: 2024-07-30 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 df91a547532d7..0166d64c9a47c 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.devdocs.json b/api_docs/navigation.devdocs.json index 477be6c8ab345..9e1321c642012 100644 --- a/api_docs/navigation.devdocs.json +++ b/api_docs/navigation.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -75,9 +75,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -101,9 +101,9 @@ "(_core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ") => ", @@ -129,9 +129,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -155,9 +155,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", depsStart: ", @@ -185,9 +185,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -926,9 +926,9 @@ " | undefined; className?: string | undefined; visible?: boolean | undefined; setMenuMountPoint?: ((menuMount: ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.MountPoint", + "section": "def-public.MountPoint", "text": "MountPoint" }, " | undefined) => void) | undefined; }" diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index 29d4e10d46cd4..b6ed7754b9d86 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-29 +date: 2024-07-30 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 f64d8153048b0..24dbf3bcb4677 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-29 +date: 2024-07-30 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 d087e4d14b0eb..566a15fce7c51 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-29 +date: 2024-07-30 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 74087217bec12..f651069e6cf82 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.devdocs.json b/api_docs/observability.devdocs.json index 5d51afcfdaae6..a7a5d85326671 100644 --- a/api_docs/observability.devdocs.json +++ b/api_docs/observability.devdocs.json @@ -2918,25 +2918,25 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ") => void; has: (id: string) => boolean; }" @@ -3305,9 +3305,9 @@ "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; updater$: ", @@ -3315,9 +3315,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; }) => void; }" @@ -3643,9 +3643,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -3772,9 +3772,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -3812,9 +3812,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], @@ -5274,9 +5274,9 @@ " | undefined; }) | undefined; client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, "; logger: ", @@ -6624,9 +6624,9 @@ "; client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, "; logger: ", @@ -7990,9 +7990,9 @@ "; esResponse: any; kibanaRequest: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; operationName: string; startTime: number; }) => ", @@ -8092,9 +8092,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -8602,9 +8602,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { licensing: Promise<", @@ -8626,9 +8626,9 @@ ">; core: Promise<", { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.CoreRequestHandlerContext", + "section": "def-server.CoreRequestHandlerContext", "text": "CoreRequestHandlerContext" }, ">; }" @@ -8681,9 +8681,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -8723,9 +8723,9 @@ "{ [x: string]: { endpoint: string; params?: ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined; handler: ({}: any) => Promise; } & Record; }" @@ -8865,9 +8865,9 @@ " ? TReturnType extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -8875,9 +8875,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" @@ -12774,9 +12774,9 @@ "{ getAlertDetailsConfig(): Readonly<{} & { uptime: Readonly<{} & { enabled: boolean; }>; observability: Readonly<{} & { enabled: boolean; }>; metrics: Readonly<{} & { enabled: boolean; }>; logs: Readonly<{} & { enabled: boolean; }>; }>; getScopedAnnotationsClient: (requestContext: { core: Promise<{ elasticsearch: { client: ", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.IScopedClusterClient", + "section": "def-server.IScopedClusterClient", "text": "IScopedClusterClient" }, "; }; }>; licensing: Promise<", @@ -12790,9 +12790,9 @@ ">; }, request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<{ index: string; create: (createParams: { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; update: (updateParams: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; getById: (getByIdParams: { id: string; }) => Promise<{ _source: { annotation: { title: string; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; id: string; '@timestamp': string; message: string; event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; _index: string; _id?: string | undefined; _score?: number | null | undefined; _explanation?: ", @@ -13287,9 +13287,9 @@ "(basePath: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" }, ", spaceId: string, alertUuid: string | null) => string" @@ -13308,9 +13308,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IBasePath", + "section": "def-server.IBasePath", "text": "IBasePath" } ], @@ -13536,9 +13536,9 @@ "; esResponse: any; kibanaRequest: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; operationName: string; startTime: number; }) => ", @@ -13638,9 +13638,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 9dcf4fcef60db..976a88811fc1d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.devdocs.json b/api_docs/observability_a_i_assistant.devdocs.json index 5df73feb9b25a..65159e5b5d6a5 100644 --- a/api_docs/observability_a_i_assistant.devdocs.json +++ b/api_docs/observability_a_i_assistant.devdocs.json @@ -2053,9 +2053,9 @@ "(endpoint: TEndpoint, ...args: MaybeOptionalArgs<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, "<{ \"DELETE /internal/observability_ai_assistant/kb/entries/{entryId}\": { endpoint: \"DELETE /internal/observability_ai_assistant/kb/entries/{entryId}\"; params?: ", @@ -2713,9 +2713,9 @@ "; }, TEndpoint> & Omit & { signal: AbortSignal | null; }>) => Promise<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ReturnOf", + "section": "def-server.ReturnOf", "text": "ReturnOf" }, "<{ \"DELETE /internal/observability_ai_assistant/kb/entries/{entryId}\": { endpoint: \"DELETE /internal/observability_ai_assistant/kb/entries/{entryId}\"; params?: ", @@ -3403,25 +3403,25 @@ "<", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions> extends never ? [] | [", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions] : [", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.ClientRequestParamsOf", + "section": "def-server.ClientRequestParamsOf", "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions]" @@ -4650,9 +4650,9 @@ " ? TReturnType extends ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.IKibanaResponse", + "section": "def-server.IKibanaResponse", "text": "IKibanaResponse" }, " | Error | Buffer | ", @@ -4660,9 +4660,9 @@ " | { message: string | Error; attributes?: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.ResponseErrorAttributes", + "section": "def-server.ResponseErrorAttributes", "text": "ResponseErrorAttributes" }, " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" @@ -5540,9 +5540,9 @@ "; }[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " | undefined | undefined; handler: ({}: any) => Promise; } & ", @@ -5550,9 +5550,9 @@ " ? TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository", - "scope": "common", + "scope": "server", "docId": "kibKbnServerRouteRepositoryPluginApi", - "section": "def-common.RouteParamsRT", + "section": "def-server.RouteParamsRT", "text": "RouteParamsRT" }, " ? ClientRequestParamsOfType : {} : never" diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 849b9ec2e8249..dcc4da6a347a7 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-29 +date: 2024-07-30 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 71018dbd2cf88..824763fb1ac65 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-29 +date: 2024-07-30 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 636d9d0ec5962..e59a660053d25 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-29 +date: 2024-07-30 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 3dde900bd09dc..36a68ee7510e6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.devdocs.json b/api_docs/observability_onboarding.devdocs.json index c3edfe2d3c38f..15b2d92f4baf8 100644 --- a/api_docs/observability_onboarding.devdocs.json +++ b/api_docs/observability_onboarding.devdocs.json @@ -103,9 +103,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" } ], @@ -123,9 +123,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -223,9 +223,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -243,9 +243,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeStart", + "section": "def-public.ChromeStart", "text": "ChromeStart" } ], diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index d6ff4d86eeecf..c19c72576152f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.devdocs.json b/api_docs/observability_shared.devdocs.json index 0b1063b7dc8c4..f038181d8e7c0 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "" @@ -58,9 +58,9 @@ "(coreSetup: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", pluginsSetup: ", @@ -91,9 +91,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -132,9 +132,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -154,9 +154,9 @@ "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; updater$: ", @@ -164,9 +164,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; }) => void; }" @@ -185,9 +185,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -1499,17 +1499,17 @@ "(extraCrumbs: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[], app?: { id: string; label: string; } | undefined, breadcrumbsAppendExtension?: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumbsAppendExtension", + "section": "def-public.ChromeBreadcrumbsAppendExtension", "text": "ChromeBreadcrumbsAppendExtension" }, " | undefined) => void" @@ -1528,9 +1528,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]" @@ -1585,9 +1585,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumbsAppendExtension", + "section": "def-public.ChromeBreadcrumbsAppendExtension", "text": "ChromeBreadcrumbsAppendExtension" }, " | undefined" @@ -1635,9 +1635,9 @@ "(settingsKeys: string[]) => { fields: Record>; unsavedChanges: Record>; handleFieldChange: ", { "pluginId": "@kbn/management-settings-types", - "scope": "common", + "scope": "public", "docId": "kibKbnManagementSettingsTypesPluginApi", - "section": "def-common.OnFieldChangeFn", + "section": "def-public.OnFieldChangeFn", "text": "OnFieldChangeFn" }, "<", @@ -3659,9 +3659,9 @@ "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; updater$: ", @@ -3669,9 +3669,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; }) => void; }" @@ -3895,9 +3895,9 @@ "; esResponse: any; kibanaRequest: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "; operationName: string; startTime: number; }) => ", @@ -3997,9 +3997,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index d1f37247c0060..9c776ec76ea9a 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-29 +date: 2024-07-30 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 097bae7715885..e176a07a8b058 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-29 +date: 2024-07-30 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 6f97cfd9f4c33..d6328d5763c57 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-29 +date: 2024-07-30 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 a73e861c63a86..0681912262c19 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-29 +date: 2024-07-30 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 | |--------------|----------|------------------------| -| 818 | 701 | 43 | +| 827 | 703 | 43 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 51559 | 239 | 38373 | 1894 | +| 51626 | 241 | 38440 | 1896 | ## Plugin Directory @@ -50,7 +50,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | The cloud security posture plugin | 14 | 0 | 2 | 2 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 38 | 0 | 30 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Content management app | 149 | 0 | 125 | 6 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls | 351 | 0 | 343 | 18 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The Controls Plugin contains embeddable components intended to create a simple query interface for end users, and a powerful editing suite that allows dashboard authors to build controls | 351 | 0 | 343 | 19 | | crossClusterReplication | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | | customBranding | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Enables customization of Kibana | 0 | 0 | 0 | 0 | | | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | Add custom data integrations so they can be displayed in the Fleet integrations app | 271 | 0 | 252 | 1 | @@ -120,14 +120,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 127 | 2 | 100 | 4 | | | [@elastic/security-scalability](https://github.com/orgs/elastic/teams/security-scalability) | Plugin implementing the Integration Assistant API and UI | 47 | 0 | 40 | 3 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides UI and APIs for the interactive setup mode. | 28 | 0 | 18 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 134 | 0 | 134 | 6 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 133 | 0 | 133 | 6 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 153 | 0 | 121 | 3 | | kibanaUsageCollection | [@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) | - | 610 | 3 | 417 | 9 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 5 | 0 | 5 | 1 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 677 | 0 | 575 | 63 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 685 | 0 | 583 | 62 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 117 | 0 | 42 | 10 | @@ -195,7 +195,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides the Spaces feature, which allows saved objects to be organized into meaningful categories. | 260 | 0 | 66 | 0 | | | [@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 | +| 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 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 107 | 0 | 63 | 7 | | | [@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 | @@ -245,7 +245,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 27 | 3 | 27 | 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) | - | 23 | 0 | 22 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 202 | 0 | 199 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 217 | 0 | 214 | 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) | - | 310 | 0 | 293 | 9 | @@ -254,7 +254,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 18 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 4 | 0 | 4 | 0 | | | [@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) | - | 200 | 0 | 200 | 31 | | | [@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 | @@ -672,6 +672,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 49 | 0 | 44 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 69 | 0 | 64 | 0 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 31 | 0 | 30 | 1 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux ) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 10 | 0 | 7 | 1 | @@ -724,6 +725,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 111 | 2 | 72 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 41 | 2 | 21 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 32 | 2 | 32 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 5 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 315 | 4 | 267 | 13 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 36 | 0 | 18 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 2878e4368d65f..97fc690379b25 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.devdocs.json b/api_docs/presentation_util.devdocs.json index dce3971f03c21..2055ed8ecbbdf 100644 --- a/api_docs/presentation_util.devdocs.json +++ b/api_docs/presentation_util.devdocs.json @@ -1375,9 +1375,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -1411,9 +1411,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, "> | undefined" @@ -1432,9 +1432,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, " | undefined" @@ -3667,9 +3667,9 @@ "<", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.CoreTheme", + "section": "def-public.CoreTheme", "text": "CoreTheme" }, ">" diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 6f4468278ff48..1a8ba9ec02171 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-29 +date: 2024-07-30 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 ea83bd0fa117a..b95b5247c24f0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.devdocs.json b/api_docs/profiling_data_access.devdocs.json index 5e9cd79d51299..011f2138171ea 100644 --- a/api_docs/profiling_data_access.devdocs.json +++ b/api_docs/profiling_data_access.devdocs.json @@ -123,9 +123,9 @@ "; soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, "; }) => Promise<", @@ -183,9 +183,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -218,9 +218,9 @@ "; soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, "; }) => Promise<", @@ -278,9 +278,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -313,9 +313,9 @@ "; soClient: ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, "; }) => Promise<", @@ -373,9 +373,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index 715fdbc449b33..5a8476193d166 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-29 +date: 2024-07-30 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 cf4b597464c2c..979deacf0520f 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-29 +date: 2024-07-30 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 592a19d5c361f..b058ccc2a23eb 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-29 +date: 2024-07-30 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 4c4432640b457..f3599c69260c1 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- import rollupObj from './rollup.devdocs.json'; diff --git a/api_docs/rule_registry.devdocs.json b/api_docs/rule_registry.devdocs.json index 38c2f53a84647..d7cec6f063cb3 100644 --- a/api_docs/rule_registry.devdocs.json +++ b/api_docs/rule_registry.devdocs.json @@ -806,9 +806,9 @@ "signature": [ "({ featureIds, indices, metaFields, allowNoIndex, }: { featureIds: string[]; indices: string[]; metaFields: string[]; allowNoIndex: boolean; }) => Promise<{ browserFields: ", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserFields", "text": "BrowserFields" }, @@ -1844,9 +1844,9 @@ ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" } ], @@ -4756,9 +4756,9 @@ "<", { "pluginId": "@kbn/core-elasticsearch-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-common.ElasticsearchClient", + "section": "def-server.ElasticsearchClient", "text": "ElasticsearchClient" }, ">" @@ -5018,9 +5018,9 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", @@ -5047,9 +5047,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5155,7 +5155,7 @@ "tags": [], "label": "BrowserField", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5166,7 +5166,7 @@ "tags": [], "label": "aggregatable", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5177,7 +5177,7 @@ "tags": [], "label": "category", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5191,7 +5191,7 @@ "signature": [ "string | null | undefined" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5205,7 +5205,7 @@ "signature": [ "string | number | null | undefined" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5219,15 +5219,15 @@ "signature": [ "{ readonly [x: string]: Partial<", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserField", "text": "BrowserField" }, ">; }" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5256,7 +5256,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5270,7 +5270,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5281,7 +5281,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5292,7 +5292,7 @@ "tags": [], "label": "searchable", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5303,7 +5303,7 @@ "tags": [], "label": "type", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5324,7 +5324,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5335,7 +5335,7 @@ "tags": [], "label": "readFromDocValues", "description": [], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false }, @@ -5356,7 +5356,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false } @@ -5510,15 +5510,15 @@ "signature": [ "{ [x: string]: Partial<", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserField", "text": "BrowserField" }, ">; }" ], - "path": "x-pack/plugins/rule_registry/common/types.ts", + "path": "packages/kbn-alerting-types/alert_fields_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index d128188bcc8dc..8fb757e92bc5a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- import ruleRegistryObj from './rule_registry.devdocs.json'; diff --git a/api_docs/runtime_fields.devdocs.json b/api_docs/runtime_fields.devdocs.json index 18dcf0da938c6..381ba84141b51 100644 --- a/api_docs/runtime_fields.devdocs.json +++ b/api_docs/runtime_fields.devdocs.json @@ -266,9 +266,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index 298c18b036aa8..71f7f57324660 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/saved_objects.devdocs.json b/api_docs/saved_objects.devdocs.json index 2c8720309314e..aed8018111e8f 100644 --- a/api_docs/saved_objects.devdocs.json +++ b/api_docs/saved_objects.devdocs.json @@ -474,25 +474,25 @@ ", savedObject: { getEsType(): string; title: string; displayName: string; }, options: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-public.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" }, ", services: { savedObjectsClient: ", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-public.SavedObjectsClientContract", "text": "SavedObjectsClientContract" }, "; overlays: ", { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" }, "; }, startServices: ", @@ -500,9 +500,9 @@ ") => Promise<", { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SimpleSavedObject", + "section": "def-public.SimpleSavedObject", "text": "SimpleSavedObject" }, "<", @@ -605,9 +605,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsCreateOptions", + "section": "def-public.SavedObjectsCreateOptions", "text": "SavedObjectsCreateOptions" } ], @@ -637,9 +637,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-public.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -657,9 +657,9 @@ "signature": [ { "pluginId": "@kbn/core-overlays-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-common.OverlayStart", + "section": "def-public.OverlayStart", "text": "OverlayStart" } ], diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 8d908d59694f0..1146e3708a376 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- import savedObjectsObj from './saved_objects.devdocs.json'; diff --git a/api_docs/saved_objects_finder.devdocs.json b/api_docs/saved_objects_finder.devdocs.json index 5de85a8979f27..a5dfa604ab941 100644 --- a/api_docs/saved_objects_finder.devdocs.json +++ b/api_docs/saved_objects_finder.devdocs.json @@ -22,9 +22,9 @@ ", uiSettings: ", { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" }, ", savedObjectsTagging?: ", @@ -80,9 +80,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index 38c056c3b6c1e..e4bbc5efff7e8 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; diff --git a/api_docs/saved_objects_management.devdocs.json b/api_docs/saved_objects_management.devdocs.json index 722bf44533582..6fad70d5634c1 100644 --- a/api_docs/saved_objects_management.devdocs.json +++ b/api_docs/saved_objects_management.devdocs.json @@ -476,9 +476,9 @@ " | undefined; }) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" @@ -1651,9 +1651,9 @@ " | undefined; }) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[] | undefined" diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index c2e59f8b92ca3..8d24ceb9a7b56 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; diff --git a/api_docs/saved_objects_tagging.devdocs.json b/api_docs/saved_objects_tagging.devdocs.json index a68b28007cb7e..13b28479824b2 100644 --- a/api_docs/saved_objects_tagging.devdocs.json +++ b/api_docs/saved_objects_tagging.devdocs.json @@ -125,9 +125,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], @@ -159,9 +159,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index 6d2579ed8ac7a..b87cd667bbb2e 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; diff --git a/api_docs/saved_objects_tagging_oss.devdocs.json b/api_docs/saved_objects_tagging_oss.devdocs.json index e2c30c727e9da..f026546854a0d 100644 --- a/api_docs/saved_objects_tagging_oss.devdocs.json +++ b/api_docs/saved_objects_tagging_oss.devdocs.json @@ -212,9 +212,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[]" @@ -233,9 +233,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, "[]" @@ -661,9 +661,9 @@ "(tagName: string) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, " | undefined" @@ -787,9 +787,9 @@ " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, ")[]) => string[]" @@ -817,9 +817,9 @@ " | ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsFindOptionsReference", + "section": "def-server.SavedObjectsFindOptionsReference", "text": "SavedObjectsFindOptionsReference" }, ")[]" diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index 9e2c454287bc8..23a2cda9e9308 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; diff --git a/api_docs/saved_search.devdocs.json b/api_docs/saved_search.devdocs.json index 4ca05a1b713f7..7d4282b2565dd 100644 --- a/api_docs/saved_search.devdocs.json +++ b/api_docs/saved_search.devdocs.json @@ -866,9 +866,9 @@ "(getStartDependencies: (getKibanaRequest: (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") | undefined) => Promise<", @@ -897,9 +897,9 @@ "(getKibanaRequest: (() => ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") | undefined) => Promise<", diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index 0f71fdb0b5d88..96ea23d04246f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- import savedSearchObj from './saved_search.devdocs.json'; diff --git a/api_docs/screenshot_mode.devdocs.json b/api_docs/screenshot_mode.devdocs.json index d5c687d0c57e0..2e2b0a0d0648f 100644 --- a/api_docs/screenshot_mode.devdocs.json +++ b/api_docs/screenshot_mode.devdocs.json @@ -141,9 +141,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.RequestHandlerContext", + "section": "def-server.RequestHandlerContext", "text": "RequestHandlerContext" }, " & { screenshotMode: Promise<{ isScreenshot: boolean; }>; }" @@ -282,9 +282,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -303,9 +303,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index 8752d84446c82..1f00aafef3218 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-29 +date: 2024-07-30 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 17a66c74eb942..2890604a53c1b 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-29 +date: 2024-07-30 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 3e0cc666678e7..17749255d18af 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-29 +date: 2024-07-30 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 40296e51e66e3..d02b098688e89 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-29 +date: 2024-07-30 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 4087ab19de181..38b90635e2749 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-29 +date: 2024-07-30 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 52adc5c3a2e4a..45566ef39733e 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-29 +date: 2024-07-30 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 84699817855f5..0325c5269b087 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/security.devdocs.json b/api_docs/security.devdocs.json index 5d7daa39f0360..5abd8e976d886 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -1146,25 +1146,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics: ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, "; theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, "; }" @@ -1434,9 +1434,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", headerName?: string) => ", @@ -1465,9 +1465,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1885,17 +1885,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" }, ") => Promise<", @@ -1918,9 +1918,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -1942,9 +1942,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateAPIKeyParams", + "section": "def-server.CreateAPIKeyParams", "text": "CreateAPIKeyParams" } ], @@ -1969,17 +1969,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", updateParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" }, ") => Promise<", @@ -2002,9 +2002,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2026,9 +2026,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.UpdateAPIKeyParams", + "section": "def-server.UpdateAPIKeyParams", "text": "UpdateAPIKeyParams" } ], @@ -2053,33 +2053,33 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", createParams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.GrantAPIKeyResult", + "section": "def-server.GrantAPIKeyResult", "text": "GrantAPIKeyResult" }, " | null>" @@ -2100,9 +2100,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2124,17 +2124,17 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" } ], @@ -2159,9 +2159,9 @@ "(apiKeyPrams: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" }, ") => Promise" @@ -2182,9 +2182,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ValidateAPIKeyParams", + "section": "def-server.ValidateAPIKeyParams", "text": "ValidateAPIKeyParams" } ], @@ -2209,25 +2209,25 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -2248,9 +2248,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2272,9 +2272,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -2299,17 +2299,17 @@ "(params: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" }, ") => Promise<", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeyResult", + "section": "def-server.InvalidateAPIKeyResult", "text": "InvalidateAPIKeyResult" }, " | null>" @@ -2330,9 +2330,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.InvalidateAPIKeysParams", + "section": "def-server.InvalidateAPIKeysParams", "text": "InvalidateAPIKeysParams" } ], @@ -2405,9 +2405,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " extends ", @@ -2448,9 +2448,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditKibana", + "section": "def-server.AuditKibana", "text": "AuditKibana" }, " | undefined" @@ -2471,9 +2471,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " | undefined" @@ -2497,9 +2497,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditHttp", + "section": "def-server.AuditHttp", "text": "AuditHttp" }, " extends ", @@ -2521,9 +2521,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " | undefined" @@ -2751,9 +2751,9 @@ "(event: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined) => void" @@ -2772,9 +2772,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditEvent", + "section": "def-server.AuditEvent", "text": "AuditEvent" }, " | undefined" @@ -2815,9 +2815,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditRequest", + "section": "def-server.AuditRequest", "text": "AuditRequest" }, " extends { body?: { bytes?: number | undefined; content?: string | undefined; } | undefined; bytes?: number | undefined; id?: string | undefined; method?: string | undefined; mime_type?: string | undefined; referrer?: string | undefined; }" @@ -2869,17 +2869,17 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -2897,9 +2897,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2924,9 +2924,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" } ], @@ -3101,9 +3101,9 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.APIKeys", + "section": "def-server.APIKeys", "text": "APIKeys" } ], @@ -3122,9 +3122,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3151,9 +3151,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3191,9 +3191,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -3212,9 +3212,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3276,9 +3276,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3305,9 +3305,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3329,9 +3329,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3358,9 +3358,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3382,9 +3382,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3411,9 +3411,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4336,17 +4336,17 @@ "{ [x: string]: { elasticsearch: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.ElasticsearchPrivilegesType", + "section": "def-server.ElasticsearchPrivilegesType", "text": "ElasticsearchPrivilegesType" }, " & { [key: string]: unknown; }; kibana: ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.KibanaPrivilegesType", + "section": "def-server.KibanaPrivilegesType", "text": "KibanaPrivilegesType" }, "; }; }" @@ -4627,9 +4627,9 @@ "signature": [ { "pluginId": "@kbn/core-deprecations-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-common.GetDeprecationsContext", + "section": "def-server.GetDeprecationsContext", "text": "GetDeprecationsContext" } ], @@ -5010,9 +5010,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5174,9 +5174,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileRequiredPrivileges", + "section": "def-server.UserProfileRequiredPrivileges", "text": "UserProfileRequiredPrivileges" }, " | undefined" @@ -5342,9 +5342,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5371,9 +5371,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5396,9 +5396,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5425,9 +5425,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5504,9 +5504,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -5533,9 +5533,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -5557,25 +5557,25 @@ "signature": [ { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyParams", + "section": "def-server.CreateRestAPIKeyParams", "text": "CreateRestAPIKeyParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateRestAPIKeyWithKibanaPrivilegesParams", + "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" }, " | ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.CreateCrossClusterAPIKeyParams", + "section": "def-server.CreateCrossClusterAPIKeyParams", "text": "CreateCrossClusterAPIKeyParams" } ], @@ -5664,9 +5664,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" } ], @@ -5720,9 +5720,9 @@ "{ getCurrentUser: (request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -6036,9 +6036,9 @@ "signature": [ { "pluginId": "@kbn/core-user-profile-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-common.UserProfileService", + "section": "def-server.UserProfileService", "text": "UserProfileService" } ], diff --git a/api_docs/security.mdx b/api_docs/security.mdx index 982cfad06cbd9..01a9cc0f7a42a 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-29 +date: 2024-07-30 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 421b95d5366b8..0ea62472d498e 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -75,9 +75,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -101,9 +101,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -141,9 +141,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -192,9 +192,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -222,9 +222,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -280,9 +280,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -303,9 +303,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -816,9 +816,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLinkLocations", + "section": "def-public.AppDeepLinkLocations", "text": "AppDeepLinkLocations" }, "[] | undefined" @@ -2339,9 +2339,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -2394,9 +2394,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -2478,9 +2478,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", plugins: ", @@ -2508,9 +2508,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -2580,9 +2580,9 @@ "signature": [ { "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-common.CoreRequestHandlerContext", + "section": "def-server.CoreRequestHandlerContext", "text": "CoreRequestHandlerContext" } ], @@ -2790,9 +2790,9 @@ "(req: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", @@ -2819,9 +2819,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -2845,9 +2845,9 @@ "() => ", { "pluginId": "@kbn/core-security-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-common.AuditLogger", + "section": "def-server.AuditLogger", "text": "AuditLogger" }, " | undefined" diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index c43b61e22caad..e3914201d35df 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-29 +date: 2024-07-30 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 eff984b0285c2..0f611913ee6d5 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-29 +date: 2024-07-30 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 bb177c4cd766a..b8c7ee0f95406 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.devdocs.json b/api_docs/serverless.devdocs.json index 5fb8821aef905..110cf72e9d79e 100644 --- a/api_docs/serverless.devdocs.json +++ b/api_docs/serverless.devdocs.json @@ -43,25 +43,25 @@ "(breadcrumbs: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[], params?: Partial<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeSetProjectBreadcrumbsParams", + "section": "def-public.ChromeSetProjectBreadcrumbsParams", "text": "ChromeSetProjectBreadcrumbsParams" }, "> | undefined) => void" @@ -80,17 +80,17 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, " | ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]" @@ -111,9 +111,9 @@ "Partial<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeSetProjectBreadcrumbsParams", + "section": "def-public.ChromeSetProjectBreadcrumbsParams", "text": "ChromeSetProjectBreadcrumbsParams" }, "> | undefined" @@ -171,17 +171,17 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NavigationTreeDefinition", + "section": "def-public.NavigationTreeDefinition", "text": "NavigationTreeDefinition" }, "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.AppDeepLinkId", + "section": "def-public.AppDeepLinkId", "text": "AppDeepLinkId" }, ", string, string>>, config?: { dataTestSubj?: string | undefined; panelContentProvider?: ", @@ -225,17 +225,17 @@ "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.NavigationTreeDefinition", + "section": "def-public.NavigationTreeDefinition", "text": "NavigationTreeDefinition" }, "<", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.AppDeepLinkId", + "section": "def-public.AppDeepLinkId", "text": "AppDeepLinkId" }, ", string, string>>" @@ -309,9 +309,9 @@ "(navigation: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SideNavComponent", + "section": "def-public.SideNavComponent", "text": "SideNavComponent" }, ") => void" @@ -331,9 +331,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.SideNavComponent", + "section": "def-public.SideNavComponent", "text": "SideNavComponent" } ], diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index e37fcb5633cf0..c85867210dcfc 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-29 +date: 2024-07-30 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 77c88f8f7ba4d..f28eff99a2d41 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-29 +date: 2024-07-30 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 38e5bfb56355b..80ceedb0673dd 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-29 +date: 2024-07-30 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 1beb367d098d7..e8cc2c57f6770 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.devdocs.json b/api_docs/share.devdocs.json index 5c1a049a9553b..cf6cf8d3e559d 100644 --- a/api_docs/share.devdocs.json +++ b/api_docs/share.devdocs.json @@ -1066,9 +1066,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.IToasts", + "section": "def-public.IToasts", "text": "IToasts" } ], diff --git a/api_docs/share.mdx b/api_docs/share.mdx index f4b3c9cb82a41..509345f6173ad 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.devdocs.json b/api_docs/slo.devdocs.json index 1bf4551e029f2..9f983ae9c2a44 100644 --- a/api_docs/slo.devdocs.json +++ b/api_docs/slo.devdocs.json @@ -601,9 +601,9 @@ "[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>; deepLinks: ", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppDeepLink", + "section": "def-public.AppDeepLink", "text": "AppDeepLink" }, "[]; updater$: ", @@ -611,9 +611,9 @@ "<", { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.AppUpdater", + "section": "def-public.AppUpdater", "text": "AppUpdater" }, ">; }) => void; }" diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index e9b7a003e61e7..8539db01297df 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-29 +date: 2024-07-30 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 29837771115cc..d33b0c275cc1d 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.devdocs.json b/api_docs/spaces.devdocs.json index b19ac58371016..ec973ef3686f5 100644 --- a/api_docs/spaces.devdocs.json +++ b/api_docs/spaces.devdocs.json @@ -37,9 +37,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -621,9 +621,9 @@ "(objects: SavedObjectTarget[]) => Promise<", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsCollectMultiNamespaceReferencesResponse", + "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" }, ">" @@ -2191,9 +2191,9 @@ ">() => ", @@ -3448,9 +3448,9 @@ "(id: string) => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsPointInTimeFinder", + "section": "def-server.ISavedObjectsPointInTimeFinder", "text": "ISavedObjectsPointInTimeFinder" }, "" @@ -3758,9 +3758,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => string" @@ -3781,9 +3781,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3897,9 +3897,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => ", @@ -3927,9 +3927,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -3955,9 +3955,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => string" @@ -3978,9 +3978,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4006,9 +4006,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => boolean" @@ -4029,9 +4029,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4057,9 +4057,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Promise<", @@ -4088,9 +4088,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4213,25 +4213,25 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", savedObjectsStart: ", { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceStart", + "section": "def-server.SavedObjectsServiceStart", "text": "SavedObjectsServiceStart" }, ") => ", { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.ISavedObjectsRepository", + "section": "def-server.ISavedObjectsRepository", "text": "ISavedObjectsRepository" } ], @@ -4250,9 +4250,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" @@ -4271,9 +4271,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-common.SavedObjectsServiceStart", + "section": "def-server.SavedObjectsServiceStart", "text": "SavedObjectsServiceStart" } ], @@ -4299,9 +4299,9 @@ "(request: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", baseClient: ", @@ -4336,9 +4336,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index 89129d4793638..b2e5b6a6177e6 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-29 +date: 2024-07-30 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 de6604230ae41..8f2f189ff21d8 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-29 +date: 2024-07-30 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 98d46ba2c1ede..ac8655d250c9d 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-29 +date: 2024-07-30 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 d00a2d2c620ba..072749656b481 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -28,9 +28,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -79,9 +79,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -121,9 +121,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -165,9 +165,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -233,9 +233,9 @@ "({ savedObjects, elasticsearch, executionContext, docLinks }: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", { cloud, serverless }: ", @@ -263,9 +263,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index b8423e7202254..91245533c693f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index 0fd47cc8cedf7..8b3c231e5b674 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- import telemetryObj from './telemetry.devdocs.json'; diff --git a/api_docs/telemetry_collection_manager.devdocs.json b/api_docs/telemetry_collection_manager.devdocs.json index 87d0c295e919c..cdb24a34bd491 100644 --- a/api_docs/telemetry_collection_manager.devdocs.json +++ b/api_docs/telemetry_collection_manager.devdocs.json @@ -1314,9 +1314,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index 53251031fa5ba..097c38a2444c2 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-29 +date: 2024-07-30 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 90e51aec3e736..ffbb4ac4b8cb6 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-29 +date: 2024-07-30 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 eecd919f5ffb6..f414f32fcbe67 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-29 +date: 2024-07-30 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 6b2be2fe67b99..7e69fe696ba5f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- import threatIntelligenceObj from './threat_intelligence.devdocs.json'; diff --git a/api_docs/timelines.devdocs.json b/api_docs/timelines.devdocs.json index 8531a73488914..94d368b31abaa 100644 --- a/api_docs/timelines.devdocs.json +++ b/api_docs/timelines.devdocs.json @@ -1011,25 +1011,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics: ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, "; theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, "; }" @@ -1172,25 +1172,25 @@ "{ i18n: ", { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" }, "; analytics: ", { "pluginId": "@kbn/core-analytics-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreAnalyticsBrowserPluginApi", - "section": "def-common.AnalyticsServiceStart", + "section": "def-public.AnalyticsServiceStart", "text": "AnalyticsServiceStart" }, "; theme: ", { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, "; }" diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 0baf33f2cd499..99eb93cb43518 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-29 +date: 2024-07-30 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 0570db246de12..8815f25984905 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-29 +date: 2024-07-30 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 863b939512946..559bde99779b9 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -20,9 +20,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -85,9 +85,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -111,9 +111,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", plugins: PluginsSetup) => ", @@ -139,9 +139,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -180,9 +180,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", plugins: PluginsStart) => ", @@ -208,9 +208,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -506,9 +506,9 @@ "({\n id,\n params,\n http,\n signal,\n}: { id: string; http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; params: Record; signal?: AbortSignal | undefined; }) => Promise<", @@ -557,9 +557,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -612,9 +612,9 @@ "({ http, featureId, includeSystemActions, }: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; featureId?: string | undefined; includeSystemActions?: boolean | undefined; }) => Promise<", @@ -652,9 +652,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -774,9 +774,9 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", indexes: string[]) => Promise<", @@ -797,9 +797,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -838,9 +838,9 @@ "(http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, ", pattern: string) => Promise<", @@ -861,9 +861,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1190,9 +1190,9 @@ "({\n http,\n ruleId,\n}: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; ruleId: string; }) => Promise<", @@ -1238,9 +1238,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1313,9 +1313,9 @@ "({\n http,\n ruleId,\n numberOfExecutions,\n}: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; ruleId: string; numberOfExecutions?: number | undefined; }) => Promise<", @@ -1353,9 +1353,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1405,9 +1405,9 @@ "({ http }: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; }) => Promise<", @@ -1445,9 +1445,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1832,9 +1832,9 @@ "({\n http,\n connector,\n id,\n}: { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; connector: Pick<", @@ -1842,9 +1842,9 @@ ", Record>, \"config\" | \"secrets\" | \"name\">; id: string; }) => Promise<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record>>" @@ -1874,9 +1874,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -2056,9 +2056,9 @@ " & ", @@ -2227,9 +2227,9 @@ "(validator: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ConnectorValidationFunc", + "section": "def-public.ConnectorValidationFunc", "text": "ConnectorValidationFunc" }, ") => void" @@ -2248,9 +2248,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ConnectorValidationFunc", + "section": "def-public.ConnectorValidationFunc", "text": "ConnectorValidationFunc" } ], @@ -2275,9 +2275,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, "" @@ -2397,9 +2397,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.RuleFormParamsErrors", + "section": "def-public.RuleFormParamsErrors", "text": "RuleFormParamsErrors" } ], @@ -2480,9 +2480,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnector", + "section": "def-public.ActionConnector", "text": "ActionConnector" }, ", Record> | undefined" @@ -2557,9 +2557,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionConnectorMode", + "section": "def-public.ActionConnectorMode", "text": "ActionConnectorMode" }, " | undefined" @@ -2735,9 +2735,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "" @@ -2807,9 +2807,9 @@ "(actionParams: ActionParams) => Promise<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.GenericValidationResult", + "section": "def-public.GenericValidationResult", "text": "GenericValidationResult" }, ">" @@ -2847,9 +2847,9 @@ "React.LazyExoticComponent> | null" @@ -2869,33 +2869,33 @@ "React.ExoticComponent<(", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, " & React.RefAttributes, any, any>>) | (", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, " & { children?: React.ReactNode; })> & { readonly _result: React.ComponentType<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionParamsProps", + "section": "def-public.ActionParamsProps", "text": "ActionParamsProps" }, ">; }" @@ -2932,9 +2932,9 @@ "React.LazyExoticComponent> | undefined" @@ -2983,9 +2983,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.CustomConnectorSelectionItem", + "section": "def-public.CustomConnectorSelectionItem", "text": "CustomConnectorSelectionItem" }, " | undefined" @@ -3864,9 +3864,9 @@ "signature": [ "{ [x: string]: Partial<", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserField", "text": "BrowserField" }, @@ -3996,9 +3996,9 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.GenericValidationResult", + "section": "def-public.GenericValidationResult", "text": "GenericValidationResult" }, "" @@ -4234,25 +4234,25 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ") => void; has: (id: string) => boolean; }" @@ -4751,9 +4751,9 @@ "string | ((docLinks: ", { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" }, ") => string) | null" @@ -4773,9 +4773,9 @@ "(ruleParams: Params, isServerless?: boolean | undefined) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ValidationResult", + "section": "def-public.ValidationResult", "text": "ValidationResult" } ], @@ -5345,9 +5345,9 @@ " extends ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -5563,9 +5563,9 @@ "(crumbs: ", { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]) => void" @@ -5584,9 +5584,9 @@ "signature": [ { "pluginId": "@kbn/core-chrome-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreChromeBrowserPluginApi", - "section": "def-common.ChromeBreadcrumb", + "section": "def-public.ChromeBreadcrumb", "text": "ChromeBreadcrumb" }, "[]" @@ -5610,25 +5610,25 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ") => void; has: (id: string) => boolean; }" @@ -5733,9 +5733,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ScopedHistory", + "section": "def-public.ScopedHistory", "text": "ScopedHistory" }, "" @@ -5789,9 +5789,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -5809,9 +5809,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -6033,25 +6033,25 @@ "signature": [ { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.PreConfiguredActionConnector", + "section": "def-public.PreConfiguredActionConnector", "text": "PreConfiguredActionConnector" }, " | ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.SystemAction", + "section": "def-public.SystemAction", "text": "SystemAction" }, " | ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UserConfiguredActionConnector", + "section": "def-public.UserConfiguredActionConnector", "text": "UserConfiguredActionConnector" }, "" @@ -6094,25 +6094,25 @@ "{ get: (id: string) => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "; list: () => ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, "[]; register: (objectType: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ") => void; has: (id: string) => boolean; }" @@ -6276,9 +6276,9 @@ "; oldAlertsData: { field: string; value: string[]; }[][]; ecsAlertsData: unknown[]; querySnapshot?: ", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.EsQuerySnapshot", + "section": "def-public.EsQuerySnapshot", "text": "EsQuerySnapshot" }, " | undefined; refetchAlerts: () => void; alertsCount: number; onSortChange: (sort: ", @@ -6384,9 +6384,9 @@ " & { http: ", { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" }, "; }" @@ -6421,17 +6421,17 @@ "Pick<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.UserConfiguredActionConnector", + "section": "def-public.UserConfiguredActionConnector", "text": "UserConfiguredActionConnector" }, ", \"config\" | \"secrets\" | \"actionTypeId\" | \"isDeprecated\"> & Partial, \"id\" | \"name\">>" @@ -7598,9 +7598,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ">" @@ -7673,9 +7673,9 @@ "<", { "pluginId": "@kbn/alerts-ui-shared", - "scope": "common", + "scope": "public", "docId": "kibKbnAlertsUiSharedPluginApi", - "section": "def-common.ActionTypeModel", + "section": "def-public.ActionTypeModel", "text": "ActionTypeModel" }, ">" @@ -8109,9 +8109,9 @@ "QueryDslQueryContainer", ", \"ids\" | \"bool\">; initialPageSize?: number | undefined; browserFields?: ", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserFields", "text": "BrowserFields" }, @@ -8181,9 +8181,9 @@ "QueryDslQueryContainer", ", \"ids\" | \"bool\">; initialPageSize?: number | undefined; browserFields?: ", { - "pluginId": "ruleRegistry", + "pluginId": "@kbn/alerting-types", "scope": "common", - "docId": "kibRuleRegistryPluginApi", + "docId": "kibKbnAlertingTypesPluginApi", "section": "def-common.BrowserFields", "text": "BrowserFields" }, diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 5ac6bb9e929be..0ccfa2dbf7c76 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.devdocs.json b/api_docs/ui_actions.devdocs.json index 7be7f855f49e6..88c3eb5d86697 100644 --- a/api_docs/ui_actions.devdocs.json +++ b/api_docs/ui_actions.devdocs.json @@ -2671,9 +2671,9 @@ "Partial<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, "> & { data: { rowIndex: number; table: ", diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index d807e792b5535..335795512ab6f 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- import uiActionsObj from './ui_actions.devdocs.json'; diff --git a/api_docs/ui_actions_enhanced.devdocs.json b/api_docs/ui_actions_enhanced.devdocs.json index 66263338b020e..ab8be9e02fcf7 100644 --- a/api_docs/ui_actions_enhanced.devdocs.json +++ b/api_docs/ui_actions_enhanced.devdocs.json @@ -1040,9 +1040,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.Plugin", + "section": "def-public.Plugin", "text": "Plugin" }, "<", @@ -1110,9 +1110,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, "" @@ -1136,9 +1136,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -1166,9 +1166,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<", @@ -1209,9 +1209,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ", { uiActions, licensing }: ", @@ -1239,9 +1239,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -3368,9 +3368,9 @@ "(context: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" }, ") => Promise" @@ -3389,9 +3389,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableApiContext", + "section": "def-public.EmbeddableApiContext", "text": "EmbeddableApiContext" } ], @@ -3829,9 +3829,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -3907,9 +3907,9 @@ "(_core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, ", { embeddable }: UiActionsEnhancedServerSetupDependencies) => { registerActionFactory: (definition: ", @@ -3944,9 +3944,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "" diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index f590969306f9f..03be17bd18078 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-29 +date: 2024-07-30 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 f63f4216ab376..fc8b953e88b02 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_histogram.devdocs.json b/api_docs/unified_histogram.devdocs.json index 31589608b6ad8..3086a7ac945da 100644 --- a/api_docs/unified_histogram.devdocs.json +++ b/api_docs/unified_histogram.devdocs.json @@ -963,9 +963,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 6e16c5c2f17a5..19465b1483862 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- import unifiedHistogramObj from './unified_histogram.devdocs.json'; diff --git a/api_docs/unified_search.devdocs.json b/api_docs/unified_search.devdocs.json index e5bbbaeeeea4c..90db05c3662ca 100644 --- a/api_docs/unified_search.devdocs.json +++ b/api_docs/unified_search.devdocs.json @@ -30,9 +30,9 @@ ", core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, ", id: string, type: string) => ", @@ -109,9 +109,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "" @@ -1437,9 +1437,9 @@ " extends Partial<", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ">" @@ -1493,9 +1493,9 @@ "signature": [ { "pluginId": "@kbn/core-ui-settings-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreUiSettingsBrowserPluginApi", - "section": "def-common.IUiSettingsClient", + "section": "def-public.IUiSettingsClient", "text": "IUiSettingsClient" } ], @@ -1513,9 +1513,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-common.SavedObjectsStart", + "section": "def-public.SavedObjectsStart", "text": "SavedObjectsStart" } ], @@ -1533,9 +1533,9 @@ "signature": [ { "pluginId": "@kbn/core-notifications-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-common.NotificationsStart", + "section": "def-public.NotificationsStart", "text": "NotificationsStart" } ], @@ -1553,9 +1553,9 @@ "signature": [ { "pluginId": "@kbn/core-application-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreApplicationBrowserPluginApi", - "section": "def-common.ApplicationStart", + "section": "def-public.ApplicationStart", "text": "ApplicationStart" } ], @@ -1573,9 +1573,9 @@ "signature": [ { "pluginId": "@kbn/core-http-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-common.HttpSetup", + "section": "def-public.HttpSetup", "text": "HttpSetup" } ], @@ -1625,9 +1625,9 @@ "signature": [ { "pluginId": "@kbn/core-i18n-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-common.I18nStart", + "section": "def-public.I18nStart", "text": "I18nStart" } ], @@ -1645,9 +1645,9 @@ "signature": [ { "pluginId": "@kbn/core-theme-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-common.ThemeServiceSetup", + "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" } ], @@ -1686,9 +1686,9 @@ "signature": [ { "pluginId": "@kbn/core-doc-links-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-common.DocLinksStart", + "section": "def-public.DocLinksStart", "text": "DocLinksStart" } ], @@ -2577,9 +2577,9 @@ " implements ", { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.Plugin", + "section": "def-server.Plugin", "text": "Plugin" }, "<", @@ -2620,9 +2620,9 @@ "signature": [ { "pluginId": "@kbn/core-plugins-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-common.PluginInitializerContext", + "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, "; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; tiers: string[]; terminateAfter: moment.Duration; }>; }>; }>>" @@ -2646,9 +2646,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -2735,9 +2735,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreSetup", + "section": "def-server.CoreSetup", "text": "CoreSetup" }, "<", @@ -2786,9 +2786,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" }, ", {}: ", @@ -2809,9 +2809,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 004f6bba5d277..731fa8e5ae6c7 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-29 +date: 2024-07-30 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 51d99e4503196..59e5f8c9232ad 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-29 +date: 2024-07-30 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 c12ed7f88ab83..45f5dade79385 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.devdocs.json b/api_docs/url_forwarding.devdocs.json index e5214ed502a2f..b562b292efc81 100644 --- a/api_docs/url_forwarding.devdocs.json +++ b/api_docs/url_forwarding.devdocs.json @@ -24,9 +24,9 @@ "(core: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<{}, { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", @@ -53,9 +53,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreSetup", + "section": "def-public.CoreSetup", "text": "CoreSetup" }, "<{}, { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", @@ -87,9 +87,9 @@ "({ application, http: { basePath } }: ", { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" }, ") => { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", @@ -116,9 +116,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 9fa7c299928e3..bd3d3357f54aa 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- import urlForwardingObj from './url_forwarding.devdocs.json'; diff --git a/api_docs/usage_collection.devdocs.json b/api_docs/usage_collection.devdocs.json index aff0a34416810..af090a71c02da 100644 --- a/api_docs/usage_collection.devdocs.json +++ b/api_docs/usage_collection.devdocs.json @@ -1585,9 +1585,9 @@ "signature": [ { "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-common.SavedObjectsClientContract", + "section": "def-server.SavedObjectsClientContract", "text": "SavedObjectsClientContract" } ], diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index b7652cde3f793..3a6838a2e6793 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-29 +date: 2024-07-30 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 03d646f392dce..e4248424bd329 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-29 +date: 2024-07-30 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 183f934c27cf0..73d7e6f5d5559 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-29 +date: 2024-07-30 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 2169137291d3f..bc4c6e9570cfb 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-29 +date: 2024-07-30 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 ec12608423d59..b31dac9013562 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-29 +date: 2024-07-30 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 f4674aa7303ca..6044e8c7ed526 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-29 +date: 2024-07-30 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 2847ad7853d28..25111533c2f61 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-29 +date: 2024-07-30 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 185fb43b5de55..c20d6711e57f0 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; diff --git a/api_docs/vis_type_timeseries.devdocs.json b/api_docs/vis_type_timeseries.devdocs.json index 3cd9f764e850c..e6e809524ee15 100644 --- a/api_docs/vis_type_timeseries.devdocs.json +++ b/api_docs/vis_type_timeseries.devdocs.json @@ -136,9 +136,9 @@ ", fakeRequest: ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ", options: any) => Promise<", @@ -180,9 +180,9 @@ "signature": [ { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.KibanaRequest", + "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index e4c8a7a569cc9..48597057490f0 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-29 +date: 2024-07-30 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 110d57b316c8d..e6f85762d6634 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-29 +date: 2024-07-30 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 b47b294f13f55..35b6b00c53f8d 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-29 +date: 2024-07-30 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 7873f80ef55a2..79cdc80bf117a 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.devdocs.json b/api_docs/visualizations.devdocs.json index 242dd56880d55..6a568c7aaaaca 100644 --- a/api_docs/visualizations.devdocs.json +++ b/api_docs/visualizations.devdocs.json @@ -1669,9 +1669,9 @@ "() => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, " | undefined" @@ -2600,9 +2600,9 @@ "signature": [ { "pluginId": "@kbn/core-lifecycle-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-common.CoreStart", + "section": "def-public.CoreStart", "text": "CoreStart" } ], @@ -6566,9 +6566,9 @@ "signature": [ { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.HasType", + "section": "def-public.HasType", "text": "HasType" }, "<\"visualization\"> & { getVis: () => ", @@ -6817,25 +6817,25 @@ "{ readonly id: string; readonly type: \"visualization\"; viewMode: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.ViewMode", + "section": "def-public.ViewMode", "text": "ViewMode" }, ">; uuid: string; dataViews: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -6873,97 +6873,97 @@ "> | undefined; canLinkToLibrary: (() => Promise) | undefined; canUnlinkFromLibrary: (() => Promise) | undefined; parentApi: (", { "pluginId": "@kbn/presentation-containers", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-common.PresentationContainer", + "section": "def-public.PresentationContainer", "text": "PresentationContainer" }, " & Partial & ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishesViewMode", + "section": "def-public.PublishesViewMode", "text": "PublishesViewMode" }, ">) | undefined; hidePanelTitle: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; panelTitle: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; defaultPanelTitle: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined; dataLoading: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; blockingError: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; panelDescription: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; defaultPanelDescription: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, " | undefined; disabledActionIds: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; timeRange$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -6985,9 +6985,9 @@ " | undefined) => void; isCompatibleWithUnifiedSearch: (() => boolean) | undefined; linkToLibrary: (() => Promise) | undefined; unlinkFromLibrary: (() => Promise) | undefined; disableTriggers: boolean; savedObjectId: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "; getExplicitInput: () => ", @@ -7001,9 +7001,9 @@ "; getDescription: () => string; filters$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -7017,9 +7017,9 @@ "[] | undefined>; query$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", @@ -7065,17 +7065,17 @@ "[]; onEdit: () => Promise; phase$: ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PublishingSubject", + "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, "<", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.PhaseEvent", + "section": "def-public.PhaseEvent", "text": "PhaseEvent" }, " | undefined>; setPanelTitle: (newTitle: string | undefined) => void; isEditingEnabled: () => boolean; setHidePanelTitle: (hide: boolean | undefined) => void; getTypeDisplayName: () => string; setPanelDescription: (newTitle: string | undefined) => void; render: (domNode: HTMLElement) => Promise; reload: () => Promise; getPersistableInput: () => ", @@ -7105,9 +7105,9 @@ ", domNode: HTMLElement | Element) => any) | undefined; fatalError?: Error | undefined; getEditHref: () => Promise; getAppContext: () => ", { "pluginId": "@kbn/presentation-publishing", - "scope": "common", + "scope": "public", "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-common.EmbeddableAppContext", + "section": "def-public.EmbeddableAppContext", "text": "EmbeddableAppContext" }, " | undefined; reportsEmbeddableLoad: () => boolean; refreshInputFromParent: () => void; getIsContainer: () => this is ", @@ -7255,9 +7255,9 @@ ">; openInspector: () => ", { "pluginId": "@kbn/core-mount-utils-browser", - "scope": "common", + "scope": "public", "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-common.OverlayRef", + "section": "def-public.OverlayRef", "text": "OverlayRef" }, " | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerData: () => void; onContainerRender: () => void; onContainerError: (error: ", diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 0b91960188d39..3bf24b520bdb6 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-29 +date: 2024-07-30 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; From c6548c806d416dc79cd75c3aaf321f92674f2b8f Mon Sep 17 00:00:00 2001 From: Christos Nasikas Date: Tue, 30 Jul 2024 09:33:27 +0300 Subject: [PATCH 06/14] [Cases] Use absolute time ranges when attaching a visualization to a case (#189168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Users can add visualizations to cases. If the user used a relative time range it will be added to the case with the relative time range. This can be problematic because, in an investigation of an incident, the visualization should reflect the data at the time of discovery. If time passes the visualization will query different data and the finding will be lost. This PR fixes this issue and uses an absolute time range when adding the visualization to the case. ### Testing 1. Attach a visualization from a dashboard with a relative time range. Verify that the absolute time range persisted. 2. Attach a visualization from a dashboard with an absolute time range. Verify that the absolute time range remains affected. 3. Attach a visualization from a dashboard with a relative time range. Open the visualization and verify that the absolute time range is set. Screenshot 2024-07-25 at 12 49 28 PM 4. Attach a visualization from the markdown with a relative time range. Verify that the absolute time range persisted. 5. Attach a visualization from the markdown with an absolute time range. Verify that the absolute time range remains affected. 6. Attach a visualization from the markdown with a relative time range. Edit the visualization and verify that the absolute time range is set. 7. Attach a visualization from the markdown with a relative time range. Edit the visualization, change the time range to a relative one, and save it to the case. Verify that the absolute time range is set to the case. Screenshot 2024-07-25 at 1 01 22 PM ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) ## Release notes Use absolute time ranges when adding visualizations to a case --- .../markdown_editor/plugins/lens/plugin.tsx | 9 +- .../convert_to_absolute_time_range.test.tsx | 27 ++++ .../actions/convert_to_absolute_time_range.ts | 28 ++++ .../actions/is_compatible.test.ts | 8 +- .../visualizations/actions/mocks.ts | 39 ++--- .../actions/open_modal.test.tsx | 143 +++++++++++++++--- .../visualizations/actions/open_modal.tsx | 8 +- 7 files changed, 213 insertions(+), 49 deletions(-) create mode 100644 x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx create mode 100644 x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts diff --git a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx b/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx index db3d6a0cf41df..b55957c4b7ce0 100644 --- a/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx +++ b/x-pack/plugins/cases/public/components/markdown_editor/plugins/lens/plugin.tsx @@ -35,6 +35,7 @@ import { CommentEditorContext } from '../../context'; import { useLensDraftComment } from './use_lens_draft_comment'; import { VISUALIZATION } from './translations'; import { useIsMainApplication } from '../../../../common/hooks'; +import { convertToAbsoluteTimeRange } from '../../../visualizations/actions/convert_to_absolute_time_range'; const DEFAULT_TIMERANGE = { from: 'now-7d', @@ -86,10 +87,10 @@ const LensEditorComponent: LensEuiMarkdownEditorUiPlugin['editor'] = ({ }, [clearDraftComment, currentAppId, embeddable, onCancel]); const handleAdd = useCallback( - (attributes, timerange) => { + (attributes, timeRange) => { onSave( `!{${ID}${JSON.stringify({ - timeRange: timerange, + timeRange: convertToAbsoluteTimeRange(timeRange), attributes, })}}`, { @@ -103,11 +104,11 @@ const LensEditorComponent: LensEuiMarkdownEditorUiPlugin['editor'] = ({ ); const handleUpdate = useCallback( - (attributes, timerange, position) => { + (attributes, timeRange, position) => { markdownContext.replaceNode( position, `!{${ID}${JSON.stringify({ - timeRange: timerange, + timeRange: convertToAbsoluteTimeRange(timeRange), attributes, })}}` ); diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx b/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx new file mode 100644 index 0000000000000..a39b90b203a7f --- /dev/null +++ b/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.test.tsx @@ -0,0 +1,27 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import sinon from 'sinon'; +import { convertToAbsoluteTimeRange } from './convert_to_absolute_time_range'; + +describe('convertToAbsoluteDateRange', () => { + test('should not change absolute time range', () => { + const from = '2024-01-01T00:00:00.000Z'; + const to = '2024-02-01T00:00:00.000Z'; + + expect(convertToAbsoluteTimeRange({ from, to })).toEqual({ from, to }); + }); + + it('converts a relative day correctly', () => { + const from = '2024-01-01T00:00:00.000Z'; + const clock = sinon.useFakeTimers(new Date(from)); + const to = new Date(clock.now).toISOString(); + + expect(convertToAbsoluteTimeRange({ from, to: 'now' })).toEqual({ from, to }); + clock.restore(); + }); +}); diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts b/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts new file mode 100644 index 0000000000000..fc92d01e64fd7 --- /dev/null +++ b/x-pack/plugins/cases/public/components/visualizations/actions/convert_to_absolute_time_range.ts @@ -0,0 +1,28 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { TimeRange } from '@kbn/data-plugin/common'; +import { getAbsoluteTimeRange } from '@kbn/data-plugin/common'; + +export const convertToAbsoluteTimeRange = (timeRange?: TimeRange): TimeRange | undefined => { + if (!timeRange) { + return; + } + + const absRange = getAbsoluteTimeRange( + { + from: timeRange.from, + to: timeRange.to, + }, + { forceNow: new Date() } + ); + + return { + from: absRange.from, + to: absRange.to, + }; +}; diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts b/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts index 1169ec14648b4..c9b7d4e71f3bb 100644 --- a/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts +++ b/x-pack/plugins/cases/public/components/visualizations/actions/is_compatible.test.ts @@ -9,7 +9,7 @@ import { BehaviorSubject } from 'rxjs'; import { coreMock } from '@kbn/core/public/mocks'; import { isCompatible } from './is_compatible'; import { canUseCases } from '../../../client/helpers/can_use_cases'; -import { mockLensApi } from './mocks'; +import { getMockLensApi } from './mocks'; jest.mock('../../../../common/utils/owner', () => ({ getCaseOwnerByAppId: () => 'securitySolution', @@ -37,7 +37,7 @@ describe('isCompatible', () => { test('should return false if error embeddable', async () => { const errorApi = { - ...mockLensApi, + ...getMockLensApi(), blockingError: new BehaviorSubject(new Error('Simulated blocking error')), }; expect(isCompatible(errorApi, appId, mockCoreStart)).toBe(false); @@ -49,10 +49,10 @@ describe('isCompatible', () => { test('should return false if no permission', async () => { mockCasePermissions.mockReturnValue({ create: false, update: false }); - expect(isCompatible(mockLensApi, appId, mockCoreStart)).toBe(false); + expect(isCompatible(getMockLensApi(), appId, mockCoreStart)).toBe(false); }); test('should return true if is lens embeddable', async () => { - expect(isCompatible(mockLensApi, appId, mockCoreStart)).toBe(true); + expect(isCompatible(getMockLensApi(), appId, mockCoreStart)).toBe(true); }); }); diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts b/x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts index 4d28bf6728e0f..5db66cce872b1 100644 --- a/x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts +++ b/x-pack/plugins/cases/public/components/visualizations/actions/mocks.ts @@ -36,24 +36,27 @@ export const mockLensAttributes = { }, } as unknown as LensSavedObjectAttributes; -export const mockLensApi = { - type: 'lens', - getSavedVis: () => {}, - canViewUnderlyingData: () => {}, - getViewUnderlyingDataArgs: () => {}, - getFullAttributes: () => { - return mockLensAttributes; - }, - panelTitle: new BehaviorSubject('myPanel'), - hidePanelTitle: new BehaviorSubject('false'), - timeslice$: new BehaviorSubject<[number, number] | undefined>(undefined), - timeRange$: new BehaviorSubject({ - from: 'now-24h', - to: 'now', - }), - filters$: new BehaviorSubject(undefined), - query$: new BehaviorSubject(undefined), -} as unknown as LensApi; +export const getMockLensApi = ( + { from, to = 'now' }: { from: string; to: string } = { from: 'now-24h', to: 'now' } +): LensApi => + ({ + type: 'lens', + getSavedVis: () => {}, + canViewUnderlyingData: () => {}, + getViewUnderlyingDataArgs: () => {}, + getFullAttributes: () => { + return mockLensAttributes; + }, + panelTitle: new BehaviorSubject('myPanel'), + hidePanelTitle: new BehaviorSubject('false'), + timeslice$: new BehaviorSubject<[number, number] | undefined>(undefined), + timeRange$: new BehaviorSubject({ + from, + to, + }), + filters$: new BehaviorSubject(undefined), + query$: new BehaviorSubject(undefined), + } as unknown as LensApi); export const getMockCurrentAppId$ = () => new BehaviorSubject('securitySolutionUI'); export const getMockApplications$ = () => diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx b/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx index ac38056b9321e..e8fc0b6f16951 100644 --- a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx +++ b/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.test.tsx @@ -5,15 +5,14 @@ * 2.0. */ -import ReactDOM, { unmountComponentAtNode } from 'react-dom'; +import { unmountComponentAtNode } from 'react-dom'; import { useCasesAddToExistingCaseModal } from '../../all_cases/selector_modal/use_cases_add_to_existing_case_modal'; import type { PropsWithChildren } from 'react'; import React from 'react'; -import { toMountPoint } from '@kbn/react-kibana-mount'; import { getMockApplications$, getMockCurrentAppId$, - mockLensApi, + getMockLensApi, mockLensAttributes, getMockServices, } from './mocks'; @@ -35,10 +34,6 @@ jest.mock('@kbn/kibana-react-plugin/public', () => ({ .mockImplementation(({ children }: PropsWithChildren) => <>{children}), })); -jest.mock('@kbn/react-kibana-mount', () => ({ - toMountPoint: jest.fn(), -})); - jest.mock('../../../common/lib/kibana', () => { return { useKibana: jest.fn(), @@ -58,11 +53,24 @@ jest.mock('./action_wrapper'); describe('openModal', () => { const mockUseCasesAddToExistingCaseModal = useCasesAddToExistingCaseModal as jest.Mock; const mockOpenModal = jest.fn(); - const mockMount = jest.fn(); + + beforeAll(() => { + jest.useFakeTimers({ now: new Date('2024-01-01T00:00:00.000Z') }); + }); + + afterEach(() => { + jest.clearAllTimers(); + }); + + afterAll(() => { + jest.useRealTimers(); + }); + beforeEach(() => { mockUseCasesAddToExistingCaseModal.mockReturnValue({ open: mockOpenModal, }); + (useKibana as jest.Mock).mockReturnValue({ services: { application: { @@ -71,26 +79,31 @@ describe('openModal', () => { }, }, }); - (toMountPoint as jest.Mock).mockImplementation((node) => { - ReactDOM.render(node, element); - return mockMount; - }); + jest.clearAllMocks(); - openModal(mockLensApi, 'myAppId', {} as unknown as CasesActionContextProps, getMockServices()); }); - test('should open modal with an attachment', async () => { + it('should open modal with an attachment with the time range as relative values', async () => { + openModal( + getMockLensApi(), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + await waitFor(() => { expect(mockOpenModal).toHaveBeenCalled(); const getAttachments = mockOpenModal.mock.calls[0][0].getAttachments; - expect(getAttachments()).toEqual([ + const res = getAttachments(); + + expect(res).toEqual([ { persistableStateAttachmentState: { attributes: mockLensAttributes, timeRange: { - from: 'now-24h', - to: 'now', + from: '2023-12-31T00:00:00.000Z', + to: '2024-01-01T00:00:00.000Z', }, }, persistableStateAttachmentTypeId: '.lens', @@ -100,27 +113,115 @@ describe('openModal', () => { }); }); - test('should have correct onClose handler - when close modal clicked', () => { + it('should have correct onClose handler - when close modal clicked', () => { + openModal( + getMockLensApi(), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + const onClose = mockUseCasesAddToExistingCaseModal.mock.calls[0][0].onClose; onClose(); expect(unmountComponentAtNode as jest.Mock).toHaveBeenCalled(); }); - test('should have correct onClose handler - when case selected', () => { + it('should have correct onClose handler - when case selected', () => { + openModal( + getMockLensApi(), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + const onClose = mockUseCasesAddToExistingCaseModal.mock.calls[0][0].onClose; onClose({ id: 'case-id', title: 'case-title' }); expect(unmountComponentAtNode as jest.Mock).toHaveBeenCalled(); }); - test('should have correct onClose handler - when case created', () => { + it('should have correct onClose handler - when case created', () => { + openModal( + getMockLensApi(), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + const onClose = mockUseCasesAddToExistingCaseModal.mock.calls[0][0].onClose; onClose(null, true); expect(unmountComponentAtNode as jest.Mock).not.toHaveBeenCalled(); }); - test('should have correct onSuccess handler', () => { + it('should have correct onSuccess handler', () => { + openModal( + getMockLensApi(), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + const onSuccess = mockUseCasesAddToExistingCaseModal.mock.calls[0][0].onSuccess; onSuccess(); expect(unmountComponentAtNode as jest.Mock).toHaveBeenCalled(); }); + + it('should open modal with an attachment with the time range in absolute values', async () => { + openModal( + getMockLensApi({ from: '2024-01-09T00:00:00.000Z', to: '2024-01-10T00:00:00.000Z' }), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + + await waitFor(() => { + expect(mockOpenModal).toHaveBeenCalled(); + + const getAttachments = mockOpenModal.mock.calls[0][0].getAttachments; + const res = getAttachments(); + + expect(res).toEqual([ + { + persistableStateAttachmentState: { + attributes: mockLensAttributes, + timeRange: { + from: '2024-01-09T00:00:00.000Z', + to: '2024-01-10T00:00:00.000Z', + }, + }, + persistableStateAttachmentTypeId: '.lens', + type: 'persistableState', + }, + ]); + }); + }); + + it('should open modal with an attachment with the time range in absolute and relative values', async () => { + openModal( + getMockLensApi({ from: '2023-12-01T00:00:00.000Z', to: 'now' }), + 'myAppId', + {} as unknown as CasesActionContextProps, + getMockServices() + ); + + await waitFor(() => { + expect(mockOpenModal).toHaveBeenCalled(); + + const getAttachments = mockOpenModal.mock.calls[0][0].getAttachments; + const res = getAttachments(); + + expect(res).toEqual([ + { + persistableStateAttachmentState: { + attributes: mockLensAttributes, + timeRange: { + from: '2023-12-01T00:00:00.000Z', + to: '2024-01-01T00:00:00.000Z', + }, + }, + persistableStateAttachmentTypeId: '.lens', + type: 'persistableState', + }, + ]); + }); + }); }); diff --git a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx b/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx index e0871e0710e68..0542a13b1ef2d 100644 --- a/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx +++ b/x-pack/plugins/cases/public/components/visualizations/actions/open_modal.tsx @@ -15,6 +15,7 @@ import type { CasesActionContextProps, Services } from './types'; import type { CaseUI } from '../../../../common'; import { getLensCaseAttachment } from './utils'; import { useCasesAddToExistingCaseModal } from '../../all_cases/selector_modal/use_cases_add_to_existing_case_modal'; +import { convertToAbsoluteTimeRange } from './convert_to_absolute_time_range'; interface Props { lensApi: LensApi; @@ -30,14 +31,17 @@ const AddExistingCaseModalWrapper: React.FC = ({ lensApi, onClose, onSucc const timeRange = useStateFromPublishingSubject(lensApi.timeRange$); const parentTimeRange = useStateFromPublishingSubject(lensApi.parentApi?.timeRange$); + const absoluteTimeRange = convertToAbsoluteTimeRange(timeRange); + const absoluteParentTimeRange = convertToAbsoluteTimeRange(parentTimeRange); const attachments = useMemo(() => { - const appliedTimeRange = timeRange ?? parentTimeRange; + const appliedTimeRange = absoluteTimeRange ?? absoluteParentTimeRange; const attributes = lensApi.getFullAttributes(); return !attributes || !appliedTimeRange ? [] : [getLensCaseAttachment({ attributes, timeRange: appliedTimeRange })]; - }, [lensApi, timeRange, parentTimeRange]); + }, [lensApi, absoluteTimeRange, absoluteParentTimeRange]); + useEffect(() => { modal.open({ getAttachments: () => attachments }); }, [attachments, modal]); From f391ed6bcf59636e13dd7c7513fbb4613e486fa2 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 30 Jul 2024 10:12:53 +0200 Subject: [PATCH 07/14] [ML] AIOps: Update fields filter popover to be able to filter fields from analysis (not just grouping) (#188913) ## Summary Part of #187684. So far the popover to filter fields was only available when grouping was enabled. This PR updates the behavior so it's available all the time and can be used to exclude field candidates from the analysis. If we detect the index to be based on an ECS schema, we auto-select a set of predefined fields. Changes in this PR: - Creates a new route `/internal/aiops/log_rate_analysis/field_candidates` to be able to fetch field candidates independent of the main streaming API call. - Fixes the code to consider "remaining" field candidates to also consider text field candidates. This was originally developed to allow to continue an analysis that errored for some reason. We use that option to also pass on the custom field list from the field selection popover. - Fetching the field candidates is done in a new redux slice `logRateAnalysisFieldCandidatesSlice` using an async thunk. - Filters the list of field candidates by a predefined field of allowed fields when an ECS schema gets detected. - Renames `fieldCandidates` to `keywordFieldCandidates` for clearer distinction against `textFieldCandidates`. - Refactors `getLogRateAnalysisTypeForCounts` args to a config object. - Bump the API version for the full log rate analysis to version 3. We missed bumping the version in https://github.com/elastic/kibana/pull/188648. This update manages proper versioning between v2 and v3, also the API integration tests cover both versions. [aiops-log-rate-analysis-fields-filter-0001.webm](https://github.com/user-attachments/assets/e3ed8d5b-f01c-42ef-8033-caa7135b8cc0) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --- x-pack/packages/ml/aiops_common/constants.ts | 1 + .../ml/aiops_log_rate_analysis/api/schema.ts | 11 +- .../aiops_log_rate_analysis/api/schema_v2.ts | 26 +- .../aiops_log_rate_analysis/api/schema_v3.ts | 28 + .../api/stream_reducer.ts | 6 +- .../ecs_fields.test.ts | 49 ++ .../ml/aiops_log_rate_analysis/ecs_fields.ts | 242 +++++++++ ..._log_rate_analysis_type_for_counts.test.ts | 37 +- .../get_log_rate_analysis_type_for_counts.ts | 21 +- .../queries/__mocks__/field_caps_pgbench.ts | 2 +- .../queries/fetch_field_candidates.test.ts | 354 +++++++++++++ .../queries/fetch_field_candidates.ts | 130 +++++ .../queries/fetch_index_info.test.ts | 490 +++++++----------- .../queries/fetch_index_info.ts | 138 ++--- .../queries/get_query_with_params.ts | 2 +- ...te_analysis_field_candidates_slice.test.ts | 83 +++ ...og_rate_analysis_field_candidates_slice.ts | 160 ++++++ .../aiops_log_rate_analysis/state/store.tsx | 3 + .../log_rate_analysis/item_filter_popover.tsx | 8 + .../log_rate_analysis_results.tsx | 94 ++-- .../log_rate_analysis_type_callout.tsx | 44 +- ...sx.test.tsx => use_filters_query.test.tsx} | 0 x-pack/plugins/aiops/server/plugin.ts | 2 + .../analysis_handlers/index_info_handler.ts | 168 +++--- .../significant_items_handler.ts | 115 ++-- .../analysis_handlers/top_items_handler.ts | 81 ++- .../routes/log_rate_analysis/define_route.ts | 14 +- .../define_route.ts | 46 ++ .../route_handler_factory.ts | 92 ++++ .../test/api_integration/apis/aiops/index.ts | 1 + .../log_rate_analysis_field_candidates.ts | 68 +++ .../aiops/log_rate_analysis_groups_only.ts | 27 +- .../api_integration/apis/aiops/test_data.ts | 64 ++- .../test/api_integration/apis/aiops/types.ts | 2 + .../apis/aiops/permissions.ts | 2 +- .../artificial_log_data_view_test_data.ts | 5 +- ...arequote_data_view_test_data_with_query.ts | 6 +- .../kibana_logs_data_view_test_data.ts | 6 + 38 files changed, 2000 insertions(+), 628 deletions(-) create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v3.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.test.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.test.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.test.ts create mode 100644 x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.ts rename x-pack/plugins/aiops/public/hooks/{use_filters_query.tsx.test.tsx => use_filters_query.test.tsx} (100%) create mode 100644 x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts create mode 100644 x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/route_handler_factory.ts create mode 100644 x-pack/test/api_integration/apis/aiops/log_rate_analysis_field_candidates.ts diff --git a/x-pack/packages/ml/aiops_common/constants.ts b/x-pack/packages/ml/aiops_common/constants.ts index dd5b0b1fd034c..ba33439f32221 100644 --- a/x-pack/packages/ml/aiops_common/constants.ts +++ b/x-pack/packages/ml/aiops_common/constants.ts @@ -11,6 +11,7 @@ export const AIOPS_PLUGIN_ID = 'aiops'; export const AIOPS_API_ENDPOINT = { + LOG_RATE_ANALYSIS_FIELD_CANDIDATES: '/internal/aiops/log_rate_analysis/field_candidates', LOG_RATE_ANALYSIS: '/internal/aiops/log_rate_analysis', CATEGORIZATION_FIELD_VALIDATION: '/internal/aiops/categorization_field_validation', } as const; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/api/schema.ts b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema.ts index fae5d17c67fdb..78bbfccc76872 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/api/schema.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema.ts @@ -6,11 +6,16 @@ */ import type { AiopsLogRateAnalysisSchemaV2 } from './schema_v2'; +import type { AiopsLogRateAnalysisSchemaV3 } from './schema_v3'; -export type AiopsLogRateAnalysisApiVersion = '2'; +export type AiopsLogRateAnalysisApiVersion = '2' | '3'; -const LATEST_API_VERSION: AiopsLogRateAnalysisApiVersion = '2'; +const LATEST_API_VERSION: AiopsLogRateAnalysisApiVersion = '3'; export type AiopsLogRateAnalysisSchema< T extends AiopsLogRateAnalysisApiVersion = typeof LATEST_API_VERSION -> = T extends '2' ? AiopsLogRateAnalysisSchemaV2 : never; +> = T extends '2' + ? AiopsLogRateAnalysisSchemaV2 + : T extends '3' + ? AiopsLogRateAnalysisSchemaV3 + : never; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v2.ts b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v2.ts index c52e68ed36209..1e132f6f00e78 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v2.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v2.ts @@ -8,7 +8,7 @@ import type { TypeOf } from '@kbn/config-schema'; import { schema } from '@kbn/config-schema'; -const significantItem = schema.object({ +export const significantItem = schema.object({ key: schema.string(), type: schema.oneOf([schema.literal('keyword'), schema.literal('log_pattern')]), fieldName: schema.string(), @@ -33,7 +33,14 @@ const significantItem = schema.object({ unique: schema.maybe(schema.boolean()), }); -export const aiopsLogRateAnalysisSchemaV2 = schema.object({ +const overridesV2 = schema.object({ + loaded: schema.maybe(schema.number()), + remainingFieldCandidates: schema.maybe(schema.arrayOf(schema.string())), + significantItems: schema.maybe(schema.arrayOf(significantItem)), + regroupOnly: schema.maybe(schema.boolean()), +}); + +export const aiopsLogRateAnalysisBase = schema.object({ start: schema.number(), end: schema.number(), searchQuery: schema.string(), @@ -50,18 +57,15 @@ export const aiopsLogRateAnalysisSchemaV2 = schema.object({ /** Settings to override headers derived compression and flush fix */ compressResponse: schema.maybe(schema.boolean()), flushFix: schema.maybe(schema.boolean()), - /** Overrides to skip steps of the analysis with existing data */ - overrides: schema.maybe( - schema.object({ - loaded: schema.maybe(schema.number()), - remainingFieldCandidates: schema.maybe(schema.arrayOf(schema.string())), - significantItems: schema.maybe(schema.arrayOf(significantItem)), - regroupOnly: schema.maybe(schema.boolean()), - }) - ), /** Probability used for the random sampler aggregations */ sampleProbability: schema.maybe(schema.number()), }); +export const aiopsLogRateAnalysisSchemaV2 = schema.intersection([ + aiopsLogRateAnalysisBase, + /** Overrides to skip steps of the analysis with existing data */ + schema.object({ overrides: schema.maybe(overridesV2) }), +]); + export type AiopsLogRateAnalysisSchemaV2 = TypeOf; export type AiopsLogRateAnalysisSchemaSignificantItem = TypeOf; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v3.ts b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v3.ts new file mode 100644 index 0000000000000..9754890de2aec --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/api/schema_v3.ts @@ -0,0 +1,28 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { TypeOf } from '@kbn/config-schema'; +import { schema } from '@kbn/config-schema'; + +import { aiopsLogRateAnalysisBase, significantItem } from './schema_v2'; + +const overridesV3 = schema.object({ + loaded: schema.maybe(schema.number()), + remainingKeywordFieldCandidates: schema.maybe(schema.arrayOf(schema.string())), + remainingTextFieldCandidates: schema.maybe(schema.arrayOf(schema.string())), + significantItems: schema.maybe(schema.arrayOf(significantItem)), + regroupOnly: schema.maybe(schema.boolean()), +}); + +export const aiopsLogRateAnalysisSchemaV3 = schema.intersection([ + aiopsLogRateAnalysisBase, + /** Overrides to skip steps of the analysis with existing data */ + schema.object({ overrides: schema.maybe(overridesV3) }), +]); + +export type AiopsLogRateAnalysisSchemaV3 = TypeOf; +export type AiopsLogRateAnalysisSchemaSignificantItem = TypeOf; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/api/stream_reducer.ts b/x-pack/packages/ml/aiops_log_rate_analysis/api/stream_reducer.ts index 48bfbf9ef14d8..bf51beb768166 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/api/stream_reducer.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/api/stream_reducer.ts @@ -27,7 +27,8 @@ export interface StreamState { errors: string[]; loaded: number; loadingState: string; - remainingFieldCandidates?: string[]; + remainingKeywordFieldCandidates?: string[]; + remainingTextFieldCandidates?: string[]; groupsMissing?: boolean; zeroDocsFallback: boolean; } @@ -97,7 +98,8 @@ export const logRateAnalysisResultsSlice = createSlice({ ccsWarning: boolean; loaded: number; loadingState: string; - remainingFieldCandidates?: string[]; + remainingKeywordFieldCandidates?: string[]; + remainingTextFieldCandidates?: string[]; groupsMissing?: boolean; }> ) => { diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.test.ts b/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.test.ts new file mode 100644 index 0000000000000..703b00d180881 --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.test.ts @@ -0,0 +1,49 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { containsECSIdentifierField, filterByECSFields } from './ecs_fields'; + +describe('containsECSIdentifierFields', () => { + it('should return true if the array contains all ECS identifier fields', () => { + const fields = ['host.name', 'service.name', 'log.level', 'other.field', 'ecs.version']; + expect(containsECSIdentifierField(fields)).toBe(true); + }); + + it('should return false if the array does not contain all ECS identifier fields', () => { + const fields = ['host.name', 'service.name', 'non.ecs.field1', 'another.non.ecs.field']; + expect(containsECSIdentifierField(fields)).toBe(false); + }); + + it('should return false for an empty array', () => { + const fields: string[] = []; + expect(containsECSIdentifierField(fields)).toBe(false); + }); +}); + +describe('filterByECSFields', () => { + it('should filter out non-ECS fields', () => { + const fields = ['event.dataset', 'host.name', 'random.field', 'other.field']; + const expected = ['event.dataset', 'host.name']; + expect(filterByECSFields(fields)).toEqual(expected); + }); + + it('should include fields prefixed with label.', () => { + const fields = ['event.dataset', 'host.name', 'random.field', 'label.customField']; + const expected = ['event.dataset', 'host.name', 'label.customField']; + expect(filterByECSFields(fields)).toEqual(expected); + }); + + it('should return an empty array if no ECS or label. prefixed fields are present', () => { + const fields = ['random.field', 'another.field']; + expect(filterByECSFields(fields)).toEqual([]); + }); + + it('should handle an empty array input', () => { + const fields: string[] = []; + expect(filterByECSFields(fields)).toEqual([]); + }); +}); diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.ts b/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.ts new file mode 100644 index 0000000000000..fc9658e7b3e8d --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/ecs_fields.ts @@ -0,0 +1,242 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +// A selection of fields derived from +// https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html +const ecsFields = [ + // Base fields + // https://www.elastic.co/guide/en/ecs/current/ecs-base.html + // Only picking `tags` here since `@timestamp` is not applicable, + // `message` is part of text field candidates and `label` acts + // as a prefix which we'll handle in filterByECSFields. + 'tags', + + // Agent fields + // https://www.elastic.co/guide/en/ecs/current/ecs-agent.html + 'agent.name', + 'agent.type', + 'agent.version', + + // Client fields + // https://www.elastic.co/guide/en/ecs/current/ecs-client.html + 'client.domain', + 'client.ip', // of type IP + 'client.port', + + // Cloud fields + // https://www.elastic.co/guide/en/ecs/current/ecs-cloud.html + 'cloud.account.id', + 'cloud.account.name', + 'cloud.availability_zone', + 'cloud.instance.id', // Instance ID in the cloud environment + 'cloud.machine.type', // Type of the cloud machine + 'cloud.project.id', + 'cloud.provider', // Name of the cloud provider + 'cloud.region', // Region in which the host is running + 'cloud.service.name', + + // Container fields + // https://www.elastic.co/guide/en/ecs/current/ecs-container.html + 'container.id', // Unique identifier of the container + 'container.image.hash.all', + 'container.image.name', + 'container.image.tag', + 'container.name', // Name of the container + 'container.runtime', + 'container.security_context.privileged', // boolean type + + // Data Stream fields + // https://www.elastic.co/guide/en/ecs/current/ecs-data_stream.html + 'data_stream.dataset', + 'data_stream.namespace', + 'data_stream.type', + + // Destination fields + // https://www.elastic.co/guide/en/ecs/current/ecs-destination.html + 'destination.address', + + // ECS fields + // https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html + 'ecs.version', + + // Error fields + // https://www.elastic.co/guide/en/ecs/current/ecs-error.html + 'error.code', + 'error.id', + 'error.type', + + // Event fields + // https://www.elastic.co/guide/en/ecs/current/ecs-event.html + 'event.action', + 'event.agent_id_status', + 'event.category', + 'event.code', + 'event.dataset', + 'event.kind', + 'event.module', + 'event.outcome', + 'event.provider', + 'event.reason', + 'event.reference', + 'event.timezone', + 'event.type', + 'event.url', + + // File fields + // https://www.elastic.co/guide/en/ecs/current/ecs-file.html + 'file.attributes', + 'file.path', + 'file.type', + + // Host fields + // https://www.elastic.co/guide/en/ecs/current/ecs-host.html + 'host.architecture', + 'host.domain', + 'host.ip', + 'host.name', + + // HTTP fields + // https://www.elastic.co/guide/en/ecs/current/ecs-http.html + 'http.request.method', + 'http.request.mime_type', + 'http.request.referrer', + 'http.response.mime_type', + 'http.response.status_code', + 'http.version', + + // Log fields + // https://www.elastic.co/guide/en/ecs/current/ecs-log.html + 'log.file.path', + 'log.level', + 'log.logger', + 'log.origin.file.name', + 'log.origin.function', + + // Network fields + // https://www.elastic.co/guide/en/ecs/current/ecs-network.html + 'network.application', + 'network.direction', + 'network.name', + 'network.protocol', + 'network.type', + + // Orchestrator fields + // https://www.elastic.co/guide/en/ecs/current/ecs-orchestrator.html + 'orchestrator.cluster.name', + 'orchestrator.cluster.version', + 'orchestrator.namespace', + 'orchestrator.organization', + 'orchestrator.type', + + // Process fields + // https://www.elastic.co/guide/en/ecs/current/ecs-process.html + 'process.command_line', + 'process.env_vars', + 'process.name', + + // Rule fields + // https://www.elastic.co/guide/en/ecs/current/ecs-rule.html + 'rule.author', + 'rule.category', + 'rule.description', + 'rule.name', + 'rule.ruleset', + 'rule.version', + + // Server fields + // https://www.elastic.co/guide/en/ecs/current/ecs-server.html + 'server.domain', + 'server.ip', // IP field + 'server.port', + + // Service fields + // https://www.elastic.co/guide/en/ecs/current/ecs-service.html + 'service.environment', + 'service.name', + 'service.node.name', + 'service.node.role', // deprecated + 'service.node.roles', + 'service.state', + 'service.type', + 'service.version', + + // Source fields + // https://www.elastic.co/guide/en/ecs/current/ecs-source.html + 'source.domain', + 'source.ip', // IP field + 'source.port', + + // URL fields + // https://www.elastic.co/guide/en/ecs/current/ecs-url.html + 'url.domain', + 'url.full', + + // User fields + // https://www.elastic.co/guide/en/ecs/current/ecs-user.html + 'user.name', + 'user.domain', + 'user.email', + 'user.roles', + + // User agent fields + // https://www.elastic.co/guide/en/ecs/current/ecs-user_agent.html + 'user_agent.device.name', + 'user_agent.name', + 'user_agent.original', + 'user_agent.version', +]; + +// Must have field to identify an index as ECS compliant. +// The only other field that's required is `@timestamp` but that's not +// part of the list since it's not a field that can be used for analysis. +// https://www.elastic.co/guide/en/ecs/1.12/ecs-ecs.html +const ecsIdentifierField = 'ecs.version'; + +// These are the fields that are expected to be nested within other ECS fields. +const ecsPostfixes = [ + // For geo fields, we default to the more human readable variants. + // Those are supposed to be used nested within e.g. `client.*` that's + // why we cannot have them in the `ecsFields` array. + // https://www.elastic.co/guide/en/ecs/current/ecs-geo.html + '.geo.city_name', + '.geo.continent_name', + '.geo.country_name', + '.geo.region_name', + '.geo.timezone', + + // The os fields are expected to be nested at: host.os, observer.os, user_agent.os + // https://www.elastic.co/guide/en/ecs/current/ecs-os.html + '.os.family', + '.os.full', + '.os.kernel', + '.os.name', + '.os.platform', + '.os.version', + + // The risk fields are expected to be nested at: host.risk, user.risk + // https://www.elastic.co/guide/en/ecs/current/ecs-risk.html + '.risk.calculated_level', + '.risk.static_level', + + // User fields are also in the ECS fields array but can be nested too. + '.user.domain', + '.user.email', + '.user.roles', +]; + +export function containsECSIdentifierField(fieldsArray: string[]): boolean { + return fieldsArray.includes(ecsIdentifierField); +} + +export function filterByECSFields(fieldsArray: string[]) { + return fieldsArray.filter( + (field) => + ecsFields.includes(field) || + field.startsWith('label.') || + ecsPostfixes.some((postfix) => field.endsWith(postfix)) + ); +} diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.test.ts b/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.test.ts index 4fb17211174ae..b074d6f51805b 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.test.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.test.ts @@ -17,38 +17,41 @@ const windowParameters = { describe('getLogRateAnalysisTypeForCounts', () => { it('returns SPIKE when normalized deviation count is higher than baseline count', () => { - const baselineCount = 100; - const deviationCount = 200; - - const result = getLogRateAnalysisTypeForCounts(baselineCount, deviationCount, windowParameters); + const result = getLogRateAnalysisTypeForCounts({ + baselineCount: 100, + deviationCount: 200, + windowParameters, + }); expect(result).toEqual(LOG_RATE_ANALYSIS_TYPE.SPIKE); }); it('returns DIP when normalized deviation count is lower than baseline count', () => { - const baselineCount = 20000; - const deviationCount = 10; - - const result = getLogRateAnalysisTypeForCounts(baselineCount, deviationCount, windowParameters); + const result = getLogRateAnalysisTypeForCounts({ + baselineCount: 20000, + deviationCount: 10, + windowParameters, + }); expect(result).toEqual(LOG_RATE_ANALYSIS_TYPE.DIP); }); it('handles zero baseline count without throwing error', () => { - const baselineCount = 0; - const deviationCount = 100; - - const result = getLogRateAnalysisTypeForCounts(baselineCount, deviationCount, windowParameters); + const result = getLogRateAnalysisTypeForCounts({ + baselineCount: 0, + deviationCount: 100, + windowParameters, + }); expect(result).toBe(LOG_RATE_ANALYSIS_TYPE.SPIKE); }); it('handles zero deviation count without throwing error', () => { - const baselineCount = 100; - const deviationCount = 0; - - const result = getLogRateAnalysisTypeForCounts(baselineCount, deviationCount, windowParameters); - + const result = getLogRateAnalysisTypeForCounts({ + baselineCount: 100, + deviationCount: 0, + windowParameters, + }); expect(result).toBe(LOG_RATE_ANALYSIS_TYPE.DIP); }); }); diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.ts b/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.ts index 9c2339035bea2..1c2cc0a0cbae9 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_counts.ts @@ -8,19 +8,20 @@ import { LOG_RATE_ANALYSIS_TYPE, type LogRateAnalysisType } from './log_rate_analysis_type'; import type { WindowParameters } from './window_parameters'; +interface GetLogRateAnalysisTypeForCountsParams { + baselineCount: number; + deviationCount: number; + windowParameters: WindowParameters; +} + /** * Identify the log rate analysis type based on the baseline/deviation doc counts. - * - * @param baselineCount The baseline doc count. - * @param deviationCount The deviation doc count. - * @param windowParameters The window parameters with baseline and deviation time range. - * @returns The log rate analysis type. */ -export function getLogRateAnalysisTypeForCounts( - baselineCount: number, - deviationCount: number, - windowParameters: WindowParameters -): LogRateAnalysisType { +export function getLogRateAnalysisTypeForCounts({ + baselineCount, + deviationCount, + windowParameters, +}: GetLogRateAnalysisTypeForCountsParams): LogRateAnalysisType { const { baselineMin, baselineMax, deviationMin, deviationMax } = windowParameters; const deviationDuration = deviationMax - deviationMin; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/__mocks__/field_caps_pgbench.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/__mocks__/field_caps_pgbench.ts index bc3aec796ebe6..57cb8230b01e5 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/queries/__mocks__/field_caps_pgbench.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/__mocks__/field_caps_pgbench.ts @@ -10,7 +10,7 @@ export const fieldCapsPgBenchMock = { fields: { // The next two fields are not in the original field caps response, // but are added here to test the logic to ignore fields that are not - // in the white list. It's based on a real world example where the mapping + // in the safe list. It's based on a real world example where the mapping // included a double mapping of text+integer. ignore_this_text_field: { text: { type: 'text', metadata_field: false, searchable: true, aggregatable: false }, diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.test.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.test.ts new file mode 100644 index 0000000000000..43a12bc845bb8 --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.test.ts @@ -0,0 +1,354 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { ElasticsearchClient } from '@kbn/core/server'; + +import { paramsSearchQueryMock } from './__mocks__/params_search_query'; +import { fieldCapsPgBenchMock } from './__mocks__/field_caps_pgbench'; +import { fieldCapsEcommerceMock } from './__mocks__/field_caps_ecommerce'; +import { fieldCapsLargeArraysMock } from './__mocks__/field_caps_large_arrays'; + +import { fetchFieldCandidates } from './fetch_field_candidates'; + +describe('fetchFieldCandidates', () => { + it('returns field candidates for "my" fields', async () => { + const esClientFieldCapsMock = jest.fn(() => ({ + fields: { + // Should end up as a field candidate + myIpFieldName: { ip: { aggregatable: true } }, + // Should end up as a field candidate + myKeywordFieldName: { keyword: { aggregatable: true } }, + // Should not end up as a field candidate, it's a keyword but non-aggregatable + myKeywordFieldNameToBeIgnored: { keyword: { aggregatable: false } }, + // Should not end up as a field candidate since fields of type number will not be considered + myNumericFieldName: { number: {} }, + // Should end up as a text field candidate + message: { text: { aggregatable: false } }, + // Should note end up as a text field candidate + myTextField: { text: { aggregatable: false } }, + }, + })); + + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + } as unknown as ElasticsearchClient; + + const { + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = await fetchFieldCandidates({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); + + expect(keywordFieldCandidates).toEqual(['myIpFieldName', 'myKeywordFieldName']); + expect(textFieldCandidates).toEqual(['message']); + expect(selectedKeywordFieldCandidates).toEqual(['myIpFieldName', 'myKeywordFieldName']); + expect(selectedTextFieldCandidates).toEqual(['message']); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + }); + + it('returns field candidates for pgBench mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsPgBenchMock); + + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + } as unknown as ElasticsearchClient; + + const { + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = await fetchFieldCandidates({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); + + expect(keywordFieldCandidates).toEqual([ + '_metadata.elastic_apm_trace_id', + '_metadata.elastic_apm_transaction_id', + '_metadata.message_template', + '_metadata.metadata_event_dataset', + '_metadata.user_id', + 'agent.ephemeral_id', + 'agent.hostname', + 'agent.id', + 'agent.name', + 'agent.type', + 'agent.version', + 'client.geo.city_name', + 'client.geo.continent_name', + 'client.geo.country_iso_code', + 'client.geo.country_name', + 'client.geo.region_iso_code', + 'client.geo.region_name', + 'client.ip', + 'cloud.account.id', + 'cloud.availability_zone', + 'cloud.instance.id', + 'cloud.instance.name', + 'cloud.machine.type', + 'cloud.project.id', + 'cloud.provider', + 'cloud.service.name', + 'container.id', + 'container.image.name', + 'container.labels.annotation_io_kubernetes_container_hash', + 'container.labels.annotation_io_kubernetes_container_restartCount', + 'container.labels.annotation_io_kubernetes_container_terminationMessagePath', + 'container.labels.annotation_io_kubernetes_container_terminationMessagePolicy', + 'container.labels.annotation_io_kubernetes_pod_terminationGracePeriod', + 'container.labels.io_kubernetes_container_logpath', + 'container.labels.io_kubernetes_container_name', + 'container.labels.io_kubernetes_docker_type', + 'container.labels.io_kubernetes_pod_name', + 'container.labels.io_kubernetes_pod_namespace', + 'container.labels.io_kubernetes_pod_uid', + 'container.labels.io_kubernetes_sandbox_id', + 'container.name', + 'container.runtime', + 'data_stream.dataset', + 'data_stream.namespace', + 'data_stream.type', + 'details', + 'ecs.version', + 'elasticapm_labels.span.id', + 'elasticapm_labels.trace.id', + 'elasticapm_labels.transaction.id', + 'elasticapm_span_id', + 'elasticapm_trace_id', + 'elasticapm_transaction_id', + 'event.category', + 'event.dataset', + 'event.kind', + 'event.module', + 'event.timezone', + 'event.type', + 'fileset.name', + 'host.architecture', + 'host.containerized', + 'host.hostname', + 'host.ip', + 'host.mac', + 'host.name', + 'host.os.codename', + 'host.os.family', + 'host.os.kernel', + 'host.os.name', + 'host.os.platform', + 'host.os.type', + 'host.os.version', + 'hostname', + 'input.type', + 'kubernetes.container.name', + 'kubernetes.labels.app', + 'kubernetes.labels.pod-template-hash', + 'kubernetes.namespace', + 'kubernetes.namespace_labels.kubernetes_io/metadata_name', + 'kubernetes.namespace_uid', + 'kubernetes.node.hostname', + 'kubernetes.node.labels.addon_gke_io/node-local-dns-ds-ready', + 'kubernetes.node.labels.beta_kubernetes_io/arch', + 'kubernetes.node.labels.beta_kubernetes_io/instance-type', + 'kubernetes.node.labels.beta_kubernetes_io/os', + 'kubernetes.node.labels.cloud_google_com/gke-boot-disk', + 'kubernetes.node.labels.cloud_google_com/gke-container-runtime', + 'kubernetes.node.labels.cloud_google_com/gke-nodepool', + 'kubernetes.node.labels.cloud_google_com/gke-os-distribution', + 'kubernetes.node.labels.cloud_google_com/machine-family', + 'kubernetes.node.labels.failure-domain_beta_kubernetes_io/region', + 'kubernetes.node.labels.failure-domain_beta_kubernetes_io/zone', + 'kubernetes.node.labels.kubernetes_io/arch', + 'kubernetes.node.labels.kubernetes_io/hostname', + 'kubernetes.node.labels.kubernetes_io/os', + 'kubernetes.node.labels.node_kubernetes_io/instance-type', + 'kubernetes.node.labels.node_type', + 'kubernetes.node.labels.topology_kubernetes_io/region', + 'kubernetes.node.labels.topology_kubernetes_io/zone', + 'kubernetes.node.name', + 'kubernetes.node.uid', + 'kubernetes.pod.ip', + 'kubernetes.pod.name', + 'kubernetes.pod.uid', + 'kubernetes.replicaset.name', + 'labels.userId', + 'log.file.path', + 'log.flags', + 'log.level', + 'log.logger', + 'log.origin.file.name', + 'log.origin.function', + 'log.original', + 'name', + 'postgresql.log.database', + 'postgresql.log.query', + 'postgresql.log.query_step', + 'postgresql.log.timestamp', + 'process.executable', + 'process.name', + 'process.thread.name', + 'related.user', + 'req.headers.accept', + 'req.headers.accept-encoding', + 'req.headers.cache-control', + 'req.headers.connection', + 'req.headers.content-length', + 'req.headers.content-type', + 'req.headers.cookie', + 'req.headers.host', + 'req.headers.origin', + 'req.headers.pragma', + 'req.headers.referer', + 'req.headers.traceparent', + 'req.headers.tracestate', + 'req.headers.user-agent', + 'req.headers.x-real-ip', + 'req.method', + 'req.remoteAddress', + 'req.url', + 'service.name', + 'service.type', + 'span.id', + 'stack', + 'stream', + 'trace.id', + 'transaction.id', + 'type', + 'user.name', + ]); + expect(selectedKeywordFieldCandidates).toEqual([ + 'agent.name', + 'agent.type', + 'agent.version', + 'client.geo.city_name', + 'client.geo.continent_name', + 'client.geo.country_name', + 'client.geo.region_name', + 'client.ip', + 'cloud.account.id', + 'cloud.availability_zone', + 'cloud.instance.id', + 'cloud.machine.type', + 'cloud.project.id', + 'cloud.provider', + 'cloud.service.name', + 'container.id', + 'container.image.name', + 'container.name', + 'container.runtime', + 'data_stream.dataset', + 'data_stream.namespace', + 'data_stream.type', + 'ecs.version', + 'event.category', + 'event.dataset', + 'event.kind', + 'event.module', + 'event.timezone', + 'event.type', + 'host.architecture', + 'host.ip', + 'host.name', + 'host.os.family', + 'host.os.kernel', + 'host.os.name', + 'host.os.platform', + 'host.os.version', + 'log.file.path', + 'log.level', + 'log.logger', + 'log.origin.file.name', + 'log.origin.function', + 'process.name', + 'service.name', + 'service.type', + 'user.name', + ]); + expect(textFieldCandidates).toEqual(['error.message', 'message']); + expect(selectedTextFieldCandidates).toEqual(['error.message', 'message']); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + }); + + it('returns field candidates for ecommerce mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsEcommerceMock); + + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + } as unknown as ElasticsearchClient; + + const { + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = await fetchFieldCandidates({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); + + const expectedKeywordFieldCandidates = [ + 'category.keyword', + 'currency', + 'customer_first_name.keyword', + 'customer_full_name.keyword', + 'customer_gender', + 'customer_id', + 'customer_last_name.keyword', + 'customer_phone', + 'day_of_week', + 'email', + 'event.dataset', + 'geoip.city_name', + 'geoip.continent_name', + 'geoip.country_iso_code', + 'geoip.region_name', + 'manufacturer.keyword', + 'order_id', + 'products._id.keyword', + 'products.category.keyword', + 'products.manufacturer.keyword', + 'products.product_name.keyword', + 'products.sku', + 'sku', + 'type', + 'user', + ]; + + expect(keywordFieldCandidates).toEqual(expectedKeywordFieldCandidates); + expect(textFieldCandidates).toEqual([]); + expect(selectedKeywordFieldCandidates).toEqual(expectedKeywordFieldCandidates); + expect(selectedTextFieldCandidates).toEqual([]); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + }); + + it('returns field candidates and total hits for large-arrays mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsLargeArraysMock); + + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + } as unknown as ElasticsearchClient; + + const { + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = await fetchFieldCandidates({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); + + expect(keywordFieldCandidates).toEqual(['items']); + expect(textFieldCandidates).toEqual([]); + expect(selectedKeywordFieldCandidates).toEqual(['items']); + expect(selectedTextFieldCandidates).toEqual([]); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + }); +}); diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.ts new file mode 100644 index 0000000000000..1ee4b2184071c --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_field_candidates.ts @@ -0,0 +1,130 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { ElasticsearchClient } from '@kbn/core/server'; +import { ES_FIELD_TYPES } from '@kbn/field-types'; + +import { containsECSIdentifierField, filterByECSFields } from '../ecs_fields'; +import type { AiopsLogRateAnalysisSchema } from '../api/schema'; + +// Supported field names for text fields for log rate analysis. +// If we analyse all detected text fields, we might run into performance +// issues with the `categorize_text` aggregation. Until this is resolved, we +// rely on a predefined white list of supported text fields. +export const TEXT_FIELD_SAFE_LIST = ['message', 'error.message']; + +export const SUPPORTED_ES_FIELD_TYPES = [ + ES_FIELD_TYPES.KEYWORD, + ES_FIELD_TYPES.IP, + ES_FIELD_TYPES.BOOLEAN, +]; + +export const SUPPORTED_ES_FIELD_TYPES_TEXT = [ES_FIELD_TYPES.TEXT, ES_FIELD_TYPES.MATCH_ONLY_TEXT]; + +// This override is meant to be used to force certain fields to be considered as +// text fields when both text and keyword type is available. +export interface FetchFieldCandidatesParamsArguments { + textFieldCandidatesOverrides?: string[]; +} + +export interface FetchFieldCandidatesParams { + esClient: ElasticsearchClient; + abortSignal?: AbortSignal; + arguments: AiopsLogRateAnalysisSchema & FetchFieldCandidatesParamsArguments; +} + +export interface FetchFieldCandidatesResponse { + isECS: boolean; + keywordFieldCandidates: string[]; + selectedKeywordFieldCandidates: string[]; + textFieldCandidates: string[]; + selectedTextFieldCandidates: string[]; +} + +export const fetchFieldCandidates = async ({ + esClient, + abortSignal, + arguments: args, +}: FetchFieldCandidatesParams): Promise => { + const { textFieldCandidatesOverrides = [], ...params } = args; + + // Get all supported fields + const respMapping = await esClient.fieldCaps( + { + fields: '*', + filters: '-metadata,-parent', + include_empty_fields: false, + index: params.index, + index_filter: { + range: { + [params.timeFieldName]: { + gte: params.deviationMin, + lte: params.deviationMax, + }, + }, + }, + types: [...SUPPORTED_ES_FIELD_TYPES, ...SUPPORTED_ES_FIELD_TYPES_TEXT], + }, + { signal: abortSignal, maxRetries: 0 } + ); + + const allFieldNames: string[] = []; + + const acceptableFields: Set = new Set(); + const acceptableTextFields: Set = new Set(); + + Object.entries(respMapping.fields).forEach(([key, value]) => { + const fieldTypes = Object.keys(value) as ES_FIELD_TYPES[]; + const isSupportedType = fieldTypes.some((type) => SUPPORTED_ES_FIELD_TYPES.includes(type)); + const isAggregatable = fieldTypes.some((type) => value[type].aggregatable); + const isTextField = fieldTypes.some((type) => SUPPORTED_ES_FIELD_TYPES_TEXT.includes(type)); + + // Check if fieldName is something we can aggregate on + if (isSupportedType && isAggregatable) { + acceptableFields.add(key); + } + + if (isTextField && TEXT_FIELD_SAFE_LIST.includes(key)) { + acceptableTextFields.add(key); + } + + allFieldNames.push(key); + }); + + const textFieldCandidatesOverridesWithKeywordPostfix = textFieldCandidatesOverrides.map( + (d) => `${d}.keyword` + ); + + const keywordFieldCandidates: string[] = [...acceptableFields].filter( + (field) => !textFieldCandidatesOverridesWithKeywordPostfix.includes(field) + ); + const textFieldCandidates: string[] = [...acceptableTextFields].filter((field) => { + const fieldName = field.replace(new RegExp(/\.text$/), ''); + return ( + (!keywordFieldCandidates.includes(fieldName) && + !keywordFieldCandidates.includes(`${fieldName}.keyword`)) || + textFieldCandidatesOverrides.includes(field) + ); + }); + + const isECS = containsECSIdentifierField(keywordFieldCandidates); + + return { + isECS, + // all keyword field candidates + keywordFieldCandidates: keywordFieldCandidates.sort(), + // preselection: + // - if we identify an ECS schema, filter by custom ECS safe list + // - if not, take the first 100 fields + selectedKeywordFieldCandidates: isECS + ? filterByECSFields(keywordFieldCandidates).sort() + : keywordFieldCandidates.sort().slice(0, 100), + // text field candidates + textFieldCandidates: textFieldCandidates.sort(), + selectedTextFieldCandidates: textFieldCandidates.sort(), + }; +}; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.test.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.test.ts index dc6d3537f8424..39fd8f5a2bc6a 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.test.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.test.ts @@ -16,313 +16,219 @@ import { fieldCapsLargeArraysMock } from './__mocks__/field_caps_large_arrays'; import { fetchIndexInfo } from './fetch_index_info'; -describe('fetch_index_info', () => { - describe('fetchFieldCandidates', () => { - it('returns field candidates and total hits for "my" fields', async () => { - const esClientFieldCapsMock = jest.fn(() => ({ - fields: { - // Should end up as a field candidate - myIpFieldName: { ip: { aggregatable: true } }, - // Should end up as a field candidate - myKeywordFieldName: { keyword: { aggregatable: true } }, - // Should not end up as a field candidate, it's a keyword but non-aggregatable - myKeywordFieldNameToBeIgnored: { keyword: { aggregatable: false } }, - // Should not end up as a field candidate since fields of type number will not be considered - myNumericFieldName: { number: {} }, +describe('fetchIndexInfo', () => { + it('returns field candidates and total hits for "my" fields', async () => { + const esClientFieldCapsMock = jest.fn(() => ({ + fields: { + // Should end up as a field candidate + myIpFieldName: { ip: { aggregatable: true } }, + // Should end up as a field candidate + myKeywordFieldName: { keyword: { aggregatable: true } }, + // Should not end up as a field candidate, it's a keyword but non-aggregatable + myKeywordFieldNameToBeIgnored: { keyword: { aggregatable: false } }, + // Should not end up as a field candidate since fields of type number will not be considered + myNumericFieldName: { number: {} }, + }, + })); + const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { + return { + hits: { + hits: [], + total: { value: 5000000 }, }, - })); - const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { - return { - hits: { - hits: [], - total: { value: 5000000 }, - }, - } as unknown as estypes.SearchResponse; - }); - - const esClientMock = { - fieldCaps: esClientFieldCapsMock, - search: esClientSearchMock, - } as unknown as ElasticsearchClient; - - const { baselineTotalDocCount, deviationTotalDocCount, fieldCandidates } = - await fetchIndexInfo({ esClient: esClientMock, arguments: paramsSearchQueryMock }); - - expect(fieldCandidates).toEqual(['myIpFieldName', 'myKeywordFieldName']); - expect(baselineTotalDocCount).toEqual(5000000); - expect(deviationTotalDocCount).toEqual(5000000); - expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); - expect(esClientSearchMock).toHaveBeenCalledTimes(2); + } as unknown as estypes.SearchResponse; }); - it('returns field candidates and total hits for pgBench mappings', async () => { - const esClientFieldCapsMock = jest.fn(() => fieldCapsPgBenchMock); - const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { - return { - hits: { - hits: [], - total: { value: 5000000 }, - }, - } as unknown as estypes.SearchResponse; - }); + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + search: esClientSearchMock, + } as unknown as ElasticsearchClient; - const esClientMock = { - fieldCaps: esClientFieldCapsMock, - search: esClientSearchMock, - } as unknown as ElasticsearchClient; + const { baselineTotalDocCount, deviationTotalDocCount, keywordFieldCandidates } = + await fetchIndexInfo({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); - const { - baselineTotalDocCount, - deviationTotalDocCount, - fieldCandidates, - textFieldCandidates, - } = await fetchIndexInfo({ esClient: esClientMock, arguments: paramsSearchQueryMock }); + expect(keywordFieldCandidates).toEqual(['myIpFieldName', 'myKeywordFieldName']); + expect(baselineTotalDocCount).toEqual(5000000); + expect(deviationTotalDocCount).toEqual(5000000); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + expect(esClientSearchMock).toHaveBeenCalledTimes(2); + }); - expect(fieldCandidates).toEqual([ - '_metadata.elastic_apm_trace_id', - '_metadata.elastic_apm_transaction_id', - '_metadata.message_template', - '_metadata.metadata_event_dataset', - '_metadata.user_id', - 'agent.ephemeral_id', - 'agent.hostname', - 'agent.id', - 'agent.name', - 'agent.type', - 'agent.version', - 'client.geo.city_name', - 'client.geo.continent_name', - 'client.geo.country_iso_code', - 'client.geo.country_name', - 'client.geo.region_iso_code', - 'client.geo.region_name', - 'client.ip', - 'cloud.account.id', - 'cloud.availability_zone', - 'cloud.instance.id', - 'cloud.instance.name', - 'cloud.machine.type', - 'cloud.project.id', - 'cloud.provider', - 'cloud.service.name', - 'container.id', - 'container.image.name', - 'container.labels.annotation_io_kubernetes_container_hash', - 'container.labels.annotation_io_kubernetes_container_restartCount', - 'container.labels.annotation_io_kubernetes_container_terminationMessagePath', - 'container.labels.annotation_io_kubernetes_container_terminationMessagePolicy', - 'container.labels.annotation_io_kubernetes_pod_terminationGracePeriod', - 'container.labels.io_kubernetes_container_logpath', - 'container.labels.io_kubernetes_container_name', - 'container.labels.io_kubernetes_docker_type', - 'container.labels.io_kubernetes_pod_name', - 'container.labels.io_kubernetes_pod_namespace', - 'container.labels.io_kubernetes_pod_uid', - 'container.labels.io_kubernetes_sandbox_id', - 'container.name', - 'container.runtime', - 'data_stream.dataset', - 'data_stream.namespace', - 'data_stream.type', - 'details', - 'ecs.version', - 'elasticapm_labels.span.id', - 'elasticapm_labels.trace.id', - 'elasticapm_labels.transaction.id', - 'elasticapm_span_id', - 'elasticapm_trace_id', - 'elasticapm_transaction_id', - 'event.category', - 'event.dataset', - 'event.kind', - 'event.module', - 'event.timezone', - 'event.type', - 'fileset.name', - 'host.architecture', - 'host.containerized', - 'host.hostname', - 'host.ip', - 'host.mac', - 'host.name', - 'host.os.codename', - 'host.os.family', - 'host.os.kernel', - 'host.os.name', - 'host.os.platform', - 'host.os.type', - 'host.os.version', - 'hostname', - 'input.type', - 'kubernetes.container.name', - 'kubernetes.labels.app', - 'kubernetes.labels.pod-template-hash', - 'kubernetes.namespace', - 'kubernetes.namespace_labels.kubernetes_io/metadata_name', - 'kubernetes.namespace_uid', - 'kubernetes.node.hostname', - 'kubernetes.node.labels.addon_gke_io/node-local-dns-ds-ready', - 'kubernetes.node.labels.beta_kubernetes_io/arch', - 'kubernetes.node.labels.beta_kubernetes_io/instance-type', - 'kubernetes.node.labels.beta_kubernetes_io/os', - 'kubernetes.node.labels.cloud_google_com/gke-boot-disk', - 'kubernetes.node.labels.cloud_google_com/gke-container-runtime', - 'kubernetes.node.labels.cloud_google_com/gke-nodepool', - 'kubernetes.node.labels.cloud_google_com/gke-os-distribution', - 'kubernetes.node.labels.cloud_google_com/machine-family', - 'kubernetes.node.labels.failure-domain_beta_kubernetes_io/region', - 'kubernetes.node.labels.failure-domain_beta_kubernetes_io/zone', - 'kubernetes.node.labels.kubernetes_io/arch', - 'kubernetes.node.labels.kubernetes_io/hostname', - 'kubernetes.node.labels.kubernetes_io/os', - 'kubernetes.node.labels.node_kubernetes_io/instance-type', - 'kubernetes.node.labels.node_type', - 'kubernetes.node.labels.topology_kubernetes_io/region', - 'kubernetes.node.labels.topology_kubernetes_io/zone', - 'kubernetes.node.name', - 'kubernetes.node.uid', - 'kubernetes.pod.ip', - 'kubernetes.pod.name', - 'kubernetes.pod.uid', - 'kubernetes.replicaset.name', - 'labels.userId', - 'log.file.path', - 'log.flags', - 'log.level', - 'log.logger', - 'log.origin.file.name', - 'log.origin.function', - 'log.original', - 'name', - 'postgresql.log.database', - 'postgresql.log.query', - 'postgresql.log.query_step', - 'postgresql.log.timestamp', - 'process.executable', - 'process.name', - 'process.thread.name', - 'related.user', - 'req.headers.accept', - 'req.headers.accept-encoding', - 'req.headers.cache-control', - 'req.headers.connection', - 'req.headers.content-length', - 'req.headers.content-type', - 'req.headers.cookie', - 'req.headers.host', - 'req.headers.origin', - 'req.headers.pragma', - 'req.headers.referer', - 'req.headers.traceparent', - 'req.headers.tracestate', - 'req.headers.user-agent', - 'req.headers.x-real-ip', - 'req.method', - 'req.remoteAddress', - 'req.url', - 'service.name', - 'service.type', - 'span.id', - 'stack', - 'stream', - 'trace.id', - 'transaction.id', - 'type', - 'user.name', - ]); - expect(textFieldCandidates).toEqual(['error.message', 'message']); - expect(baselineTotalDocCount).toEqual(5000000); - expect(deviationTotalDocCount).toEqual(5000000); - expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); - expect(esClientSearchMock).toHaveBeenCalledTimes(2); + it('returns field candidates and total hits for pgBench mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsPgBenchMock); + const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { + return { + hits: { + hits: [], + total: { value: 5000000 }, + }, + } as unknown as estypes.SearchResponse; }); - it('returns field candidates and total hits for ecommerce mappings', async () => { - const esClientFieldCapsMock = jest.fn(() => fieldCapsEcommerceMock); - const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { - return { - hits: { - hits: [], - total: { value: 5000000 }, - }, - } as unknown as estypes.SearchResponse; - }); - - const esClientMock = { - fieldCaps: esClientFieldCapsMock, - search: esClientSearchMock, - } as unknown as ElasticsearchClient; + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + search: esClientSearchMock, + } as unknown as ElasticsearchClient; + + const { + baselineTotalDocCount, + deviationTotalDocCount, + keywordFieldCandidates, + textFieldCandidates, + } = await fetchIndexInfo({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); - const { - baselineTotalDocCount, - deviationTotalDocCount, - fieldCandidates, - textFieldCandidates, - } = await fetchIndexInfo({ esClient: esClientMock, arguments: paramsSearchQueryMock }); + expect(keywordFieldCandidates).toEqual([ + 'agent.name', + 'agent.type', + 'agent.version', + 'client.geo.city_name', + 'client.geo.continent_name', + 'client.geo.country_name', + 'client.geo.region_name', + 'client.ip', + 'cloud.account.id', + 'cloud.availability_zone', + 'cloud.instance.id', + 'cloud.machine.type', + 'cloud.project.id', + 'cloud.provider', + 'cloud.service.name', + 'container.id', + 'container.image.name', + 'container.name', + 'container.runtime', + 'data_stream.dataset', + 'data_stream.namespace', + 'data_stream.type', + 'ecs.version', + 'event.category', + 'event.dataset', + 'event.kind', + 'event.module', + 'event.timezone', + 'event.type', + 'host.architecture', + 'host.ip', + 'host.name', + 'host.os.family', + 'host.os.kernel', + 'host.os.name', + 'host.os.platform', + 'host.os.version', + 'log.file.path', + 'log.level', + 'log.logger', + 'log.origin.file.name', + 'log.origin.function', + 'process.name', + 'service.name', + 'service.type', + 'user.name', + ]); + expect(textFieldCandidates).toEqual(['error.message', 'message']); + expect(baselineTotalDocCount).toEqual(5000000); + expect(deviationTotalDocCount).toEqual(5000000); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + expect(esClientSearchMock).toHaveBeenCalledTimes(2); + }); - expect(fieldCandidates).toEqual([ - 'category.keyword', - 'currency', - 'customer_first_name.keyword', - 'customer_full_name.keyword', - 'customer_gender', - 'customer_id', - 'customer_last_name.keyword', - 'customer_phone', - 'day_of_week', - 'email', - 'event.dataset', - 'geoip.city_name', - 'geoip.continent_name', - 'geoip.country_iso_code', - 'geoip.region_name', - 'manufacturer.keyword', - 'order_id', - 'products._id.keyword', - 'products.category.keyword', - 'products.manufacturer.keyword', - 'products.product_name.keyword', - 'products.sku', - 'sku', - 'type', - 'user', - ]); - expect(textFieldCandidates).toEqual([]); - expect(baselineTotalDocCount).toEqual(5000000); - expect(deviationTotalDocCount).toEqual(5000000); - expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); - expect(esClientSearchMock).toHaveBeenCalledTimes(2); + it('returns field candidates and total hits for ecommerce mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsEcommerceMock); + const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { + return { + hits: { + hits: [], + total: { value: 5000000 }, + }, + } as unknown as estypes.SearchResponse; }); - it('returns field candidates and total hits for large-arrays mappings', async () => { - const esClientFieldCapsMock = jest.fn(() => fieldCapsLargeArraysMock); - const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { - return { - hits: { - hits: [], - total: { value: 5000000 }, - }, - } as unknown as estypes.SearchResponse; - }); + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + search: esClientSearchMock, + } as unknown as ElasticsearchClient; + + const { + baselineTotalDocCount, + deviationTotalDocCount, + keywordFieldCandidates, + textFieldCandidates, + } = await fetchIndexInfo({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, + }); - const esClientMock = { - fieldCaps: esClientFieldCapsMock, - search: esClientSearchMock, - } as unknown as ElasticsearchClient; + expect(keywordFieldCandidates).toEqual([ + 'category.keyword', + 'currency', + 'customer_first_name.keyword', + 'customer_full_name.keyword', + 'customer_gender', + 'customer_id', + 'customer_last_name.keyword', + 'customer_phone', + 'day_of_week', + 'email', + 'event.dataset', + 'geoip.city_name', + 'geoip.continent_name', + 'geoip.country_iso_code', + 'geoip.region_name', + 'manufacturer.keyword', + 'order_id', + 'products._id.keyword', + 'products.category.keyword', + 'products.manufacturer.keyword', + 'products.product_name.keyword', + 'products.sku', + 'sku', + 'type', + 'user', + ]); + expect(textFieldCandidates).toEqual([]); + expect(baselineTotalDocCount).toEqual(5000000); + expect(deviationTotalDocCount).toEqual(5000000); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + expect(esClientSearchMock).toHaveBeenCalledTimes(2); + }); - const { - baselineTotalDocCount, - deviationTotalDocCount, - fieldCandidates, - textFieldCandidates, - } = await fetchIndexInfo({ esClient: esClientMock, arguments: paramsSearchQueryMock }); + it('returns field candidates and total hits for large-arrays mappings', async () => { + const esClientFieldCapsMock = jest.fn(() => fieldCapsLargeArraysMock); + const esClientSearchMock = jest.fn((req: estypes.SearchRequest): estypes.SearchResponse => { + return { + hits: { + hits: [], + total: { value: 5000000 }, + }, + } as unknown as estypes.SearchResponse; + }); - expect(fieldCandidates).toEqual(['items']); - expect(textFieldCandidates).toEqual([]); - expect(baselineTotalDocCount).toEqual(5000000); - expect(deviationTotalDocCount).toEqual(5000000); - expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); - expect(esClientSearchMock).toHaveBeenCalledTimes(2); + const esClientMock = { + fieldCaps: esClientFieldCapsMock, + search: esClientSearchMock, + } as unknown as ElasticsearchClient; + + const { + baselineTotalDocCount, + deviationTotalDocCount, + keywordFieldCandidates, + textFieldCandidates, + } = await fetchIndexInfo({ + esClient: esClientMock, + arguments: { ...paramsSearchQueryMock, textFieldCandidatesOverrides: [] }, }); + + expect(keywordFieldCandidates).toEqual(['items']); + expect(textFieldCandidates).toEqual([]); + expect(baselineTotalDocCount).toEqual(5000000); + expect(deviationTotalDocCount).toEqual(5000000); + expect(esClientFieldCapsMock).toHaveBeenCalledTimes(1); + expect(esClientSearchMock).toHaveBeenCalledTimes(2); }); }); diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.ts index a97b6049ab7b5..4a2960c1775ef 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/fetch_index_info.ts @@ -7,32 +7,29 @@ import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; -import { ES_FIELD_TYPES } from '@kbn/field-types'; -import type { ElasticsearchClient } from '@kbn/core/server'; - import type { AiopsLogRateAnalysisSchema } from '../api/schema'; +import { + fetchFieldCandidates, + type FetchFieldCandidatesParams, + type FetchFieldCandidatesParamsArguments, +} from './fetch_field_candidates'; import { getTotalDocCountRequest } from './get_total_doc_count_request'; // TODO Consolidate with duplicate `fetchPValues` in // `x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts` -// Supported field names for text fields for log rate analysis. -// If we analyse all detected text fields, we might run into performance -// issues with the `categorize_text` aggregation. Until this is resolved, we -// rely on a predefined white list of supported text fields. -const TEXT_FIELD_WHITE_LIST = ['message', 'error.message']; - -const SUPPORTED_ES_FIELD_TYPES = [ - ES_FIELD_TYPES.KEYWORD, - ES_FIELD_TYPES.IP, - ES_FIELD_TYPES.BOOLEAN, -]; - -const SUPPORTED_ES_FIELD_TYPES_TEXT = [ES_FIELD_TYPES.TEXT, ES_FIELD_TYPES.MATCH_ONLY_TEXT]; +export interface FetchIndexInfoParamsArguments { + skipFieldCandidates?: boolean; +} -interface IndexInfo { - fieldCandidates: string[]; +export interface FetchIndexInfoParams extends FetchFieldCandidatesParams { + arguments: AiopsLogRateAnalysisSchema & + FetchFieldCandidatesParamsArguments & + FetchIndexInfoParamsArguments; +} +export interface FetchIndexInfoResponse { + keywordFieldCandidates: string[]; textFieldCandidates: string[]; baselineTotalDocCount: number; deviationTotalDocCount: number; @@ -43,60 +40,15 @@ export const fetchIndexInfo = async ({ esClient, abortSignal, arguments: args, -}: { - esClient: ElasticsearchClient; - abortSignal?: AbortSignal; - arguments: AiopsLogRateAnalysisSchema & { - textFieldCandidatesOverrides?: string[]; - }; -}): Promise => { - const { textFieldCandidatesOverrides = [], ...params } = args; - const { index } = params; - // Get all supported fields - const respMapping = await esClient.fieldCaps( - { - fields: '*', - filters: '-metadata', - include_empty_fields: false, - index, - index_filter: { - range: { - [params.timeFieldName]: { - gte: params.deviationMin, - lte: params.deviationMax, - }, - }, - }, - types: [...SUPPORTED_ES_FIELD_TYPES, ...SUPPORTED_ES_FIELD_TYPES_TEXT], - }, - { signal: abortSignal, maxRetries: 0 } - ); - - const allFieldNames: string[] = []; - - const acceptableFields: Set = new Set(); - const acceptableTextFields: Set = new Set(); +}: FetchIndexInfoParams): Promise => { + const { skipFieldCandidates = false, ...fetchFieldCandidatesArguments } = args; + const { textFieldCandidatesOverrides = [], ...params } = fetchFieldCandidatesArguments; - Object.entries(respMapping.fields).forEach(([key, value]) => { - const fieldTypes = Object.keys(value) as ES_FIELD_TYPES[]; - const isSupportedType = fieldTypes.some((type) => SUPPORTED_ES_FIELD_TYPES.includes(type)); - const isAggregatable = fieldTypes.some((type) => value[type].aggregatable); - const isTextField = fieldTypes.some((type) => SUPPORTED_ES_FIELD_TYPES_TEXT.includes(type)); + // There's a bit of logic involved here because we want to fetch the data + // in parallel but the call to `fetchFieldCandidates` is optional. - // Check if fieldName is something we can aggregate on - if (isSupportedType && isAggregatable) { - acceptableFields.add(key); - } - - if (isTextField && TEXT_FIELD_WHITE_LIST.includes(key)) { - acceptableTextFields.add(key); - } - - allFieldNames.push(key); - }); - - // Get the total doc count for the baseline time range - const respBaselineTotalDocCount = await esClient.search( + // #1 First we define the promises that would fetch the data. + const baselineTotalDocCountPromise = esClient.search( getTotalDocCountRequest({ ...params, start: params.baselineMin, end: params.baselineMax }), { signal: abortSignal, @@ -104,38 +56,48 @@ export const fetchIndexInfo = async ({ } ); - // Get the total doc count for the deviation time range - const respDeviationTotalDocCount = await esClient.search( - getTotalDocCountRequest({ ...params, start: params.deviationMin, end: params.deviationMax }), + const deviationTotalDocCountPromise = esClient.search( + getTotalDocCountRequest({ + ...params, + start: params.deviationMin, + end: params.deviationMax, + }), { signal: abortSignal, maxRetries: 0, } ); - const textFieldCandidatesOverridesWithKeywordPostfix = textFieldCandidatesOverrides.map( - (d) => `${d}.keyword` - ); - - const fieldCandidates: string[] = [...acceptableFields].filter( - (field) => !textFieldCandidatesOverridesWithKeywordPostfix.includes(field) - ); - const textFieldCandidates: string[] = [...acceptableTextFields].filter((field) => { - const fieldName = field.replace(new RegExp(/\.text$/), ''); - return ( - (!fieldCandidates.includes(fieldName) && !fieldCandidates.includes(`${fieldName}.keyword`)) || - textFieldCandidatesOverrides.includes(field) - ); + const fetchFieldCandidatesPromise = fetchFieldCandidates({ + esClient, + abortSignal, + arguments: fetchFieldCandidatesArguments, }); + // #2 Then we build an array of these promises. To be able to handle the + // responses properly we build a tuple based on the types of the promises. + const promises: [ + typeof baselineTotalDocCountPromise, + typeof deviationTotalDocCountPromise, + typeof fetchFieldCandidatesPromise | undefined + ] = [ + baselineTotalDocCountPromise, + deviationTotalDocCountPromise, + !skipFieldCandidates ? fetchFieldCandidatesPromise : undefined, + ]; + + // #3 Finally, we await the promises and return the results. + const [respBaselineTotalDocCount, respDeviationTotalDocCount, fieldCandidates] = + await Promise.all(promises); + const baselineTotalDocCount = (respBaselineTotalDocCount.hits.total as estypes.SearchTotalHits) .value; const deviationTotalDocCount = (respDeviationTotalDocCount.hits.total as estypes.SearchTotalHits) .value; return { - fieldCandidates: fieldCandidates.sort(), - textFieldCandidates: textFieldCandidates.sort(), + keywordFieldCandidates: fieldCandidates?.selectedKeywordFieldCandidates.sort() ?? [], + textFieldCandidates: fieldCandidates?.textFieldCandidates.sort() ?? [], baselineTotalDocCount, deviationTotalDocCount, zeroDocsFallback: baselineTotalDocCount === 0 || deviationTotalDocCount === 0, diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/queries/get_query_with_params.ts b/x-pack/packages/ml/aiops_log_rate_analysis/queries/get_query_with_params.ts index 38e26923619f0..4a3b425bec863 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/queries/get_query_with_params.ts +++ b/x-pack/packages/ml/aiops_log_rate_analysis/queries/get_query_with_params.ts @@ -18,7 +18,7 @@ export const getTermsQuery = ({ fieldName, fieldValue }: FieldValuePair) => { }; interface QueryParams { - params: AiopsLogRateAnalysisSchema<'2'>; + params: AiopsLogRateAnalysisSchema<'3'>; termFilters?: FieldValuePair[]; filter?: estypes.QueryDslQueryContainer; skipRangeQuery?: boolean; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.test.ts b/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.test.ts new file mode 100644 index 0000000000000..4f829b0e0bf5a --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.test.ts @@ -0,0 +1,83 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { httpServiceMock } from '@kbn/core/public/mocks'; + +import type { FetchFieldCandidatesResponse } from '../queries/fetch_field_candidates'; + +import { fetchFieldCandidates } from './log_rate_analysis_field_candidates_slice'; + +const mockHttp = httpServiceMock.createStartContract(); + +describe('fetchFieldCandidates', () => { + it('dispatches field candidates', async () => { + const mockDispatch = jest.fn(); + const mockGetState = jest.fn(); + + const mockResponse: FetchFieldCandidatesResponse = { + isECS: false, + keywordFieldCandidates: ['keyword-field', 'another-keyword-field'], + selectedKeywordFieldCandidates: ['keyword-field'], + textFieldCandidates: ['text-field', 'another-text-field', 'yet-another-text-field'], + selectedTextFieldCandidates: ['text-field'], + }; + + mockHttp.post.mockResolvedValue(mockResponse); + + const startParams = { + http: mockHttp, + endpoint: '/internal/aiops/log_rate_analysis', + apiVersion: '3', + abortCtrl: { current: new AbortController() }, + body: { + start: 0, + end: 0, + searchQuery: JSON.stringify({ match_all: {} }), + timeFieldName: '@timestamp', + index: 'myIndex', + grouping: true, + flushFix: true, + baselineMin: 0, + baselineMax: 0, + deviationMin: 0, + deviationMax: 0, + sampleProbability: 1, + }, + headers: {}, + }; + + const action = fetchFieldCandidates(startParams); + + await action(mockDispatch, mockGetState, undefined); + + // Expected to be called 3 times including the pending and fulfilled actions. + expect(mockDispatch).toHaveBeenCalledTimes(3); + expect(mockDispatch).toHaveBeenNthCalledWith(2, { + payload: { + fieldSelectionMessage: + '2 out of 5 fields were preselected for the analysis. Use the "Fields" dropdown to adjust the selection.', + fieldFilterSkippedItems: [ + 'another-keyword-field', + 'another-text-field', + 'yet-another-text-field', + ], + fieldFilterUniqueItems: [ + 'another-keyword-field', + 'another-text-field', + 'keyword-field', + 'text-field', + 'yet-another-text-field', + ], + keywordFieldCandidates: ['keyword-field', 'another-keyword-field'], + selectedKeywordFieldCandidates: ['keyword-field'], + selectedTextFieldCandidates: ['text-field'], + textFieldCandidates: ['text-field', 'another-text-field', 'yet-another-text-field'], + }, + type: 'log_rate_analysis_field_candidates/setAllFieldCandidates', + }); + }); +}); diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.ts b/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.ts new file mode 100644 index 0000000000000..aa5cb969e5401 --- /dev/null +++ b/x-pack/packages/ml/aiops_log_rate_analysis/state/log_rate_analysis_field_candidates_slice.ts @@ -0,0 +1,160 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { PayloadAction } from '@reduxjs/toolkit'; +import { createAsyncThunk, createSlice } from '@reduxjs/toolkit'; + +import { i18n } from '@kbn/i18n'; +import type { HttpSetup, HttpFetchOptions } from '@kbn/core/public'; +import { AIOPS_API_ENDPOINT } from '@kbn/aiops-common/constants'; + +import type { AiopsLogRateAnalysisSchema } from '../api/schema'; +import type { FetchFieldCandidatesResponse } from '../queries/fetch_field_candidates'; + +const ecsIdentifiedMessage = i18n.translate( + 'xpack.aiops.logRateAnalysis.fieldCandidates.ecsIdentifiedMessage', + { + defaultMessage: 'The source documents were identified as ECS compliant.', + } +); + +const fieldsDropdownHintMessage = i18n.translate( + 'xpack.aiops.logRateAnalysis.fieldCandidates.fieldsDropdownHintMessage', + { + defaultMessage: 'Use the "Fields" dropdown to adjust the selection.', + } +); + +const getFieldSelectionMessage = ( + isECS: boolean, + allItemsCount: number, + selectedItemsCount: number +): string | undefined => { + if (allItemsCount <= selectedItemsCount || selectedItemsCount < 2) return; + + const ecsMessage = isECS ? `${ecsIdentifiedMessage} ` : ''; + + const fieldsSelectedMessage = i18n.translate( + 'xpack.aiops.logRateAnalysis.fieldCandidates.fieldsSelectedMessage', + { + defaultMessage: + '{selectedItemsCount} out of {allItemsCount} fields were preselected for the analysis.', + values: { selectedItemsCount, allItemsCount }, + } + ); + + return `${ecsMessage}${fieldsSelectedMessage} ${fieldsDropdownHintMessage}`; +}; + +export interface FetchFieldCandidatesParams { + http: HttpSetup; + endpoint: string; + apiVersion?: string; + abortCtrl: React.MutableRefObject; + body?: AiopsLogRateAnalysisSchema; + headers?: HttpFetchOptions['headers']; +} + +/** + * Async thunk to fetch field candidates. + */ +export const fetchFieldCandidates = createAsyncThunk( + 'log_rate_analysis_field_candidates/fetch_field_candidates', + async (options: FetchFieldCandidatesParams, thunkApi) => { + const { http, abortCtrl, body, headers } = options; + + // Get field candidates so we're able to populate the field selection dropdown. + const fieldCandidatesResp = await http.post( + AIOPS_API_ENDPOINT.LOG_RATE_ANALYSIS_FIELD_CANDIDATES, + { + signal: abortCtrl.current.signal, + version: '1', + headers, + ...(body && Object.keys(body).length > 0 ? { body: JSON.stringify(body) } : {}), + } + ); + const { + isECS, + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = fieldCandidatesResp; + + const fieldFilterUniqueItems = [...keywordFieldCandidates, ...textFieldCandidates].sort(); + const fieldFilterUniqueSelectedItems = [ + ...selectedKeywordFieldCandidates, + ...selectedTextFieldCandidates, + ]; + const fieldFilterSkippedItems = fieldFilterUniqueItems.filter( + (d) => !fieldFilterUniqueSelectedItems.includes(d) + ); + + thunkApi.dispatch( + setAllFieldCandidates({ + fieldSelectionMessage: getFieldSelectionMessage( + isECS, + fieldFilterUniqueItems.length, + fieldFilterUniqueSelectedItems.length + ), + fieldFilterUniqueItems, + fieldFilterSkippedItems, + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + }) + ); + } +); + +export interface FieldCandidatesState { + isLoading: boolean; + fieldSelectionMessage?: string; + fieldFilterUniqueItems: string[]; + fieldFilterSkippedItems: string[]; + keywordFieldCandidates: string[]; + textFieldCandidates: string[]; + selectedKeywordFieldCandidates: string[]; + selectedTextFieldCandidates: string[]; +} + +function getDefaultState(): FieldCandidatesState { + return { + isLoading: false, + fieldFilterUniqueItems: [], + fieldFilterSkippedItems: [], + keywordFieldCandidates: [], + textFieldCandidates: [], + selectedKeywordFieldCandidates: [], + selectedTextFieldCandidates: [], + }; +} + +export const logRateAnalysisFieldCandidatesSlice = createSlice({ + name: 'log_rate_analysis_field_candidates', + initialState: getDefaultState(), + reducers: { + setAllFieldCandidates: ( + state: FieldCandidatesState, + action: PayloadAction> + ) => { + return { ...state, ...action.payload }; + }, + }, + extraReducers: (builder) => { + builder.addCase(fetchFieldCandidates.pending, (state) => { + state.isLoading = true; + }); + builder.addCase(fetchFieldCandidates.fulfilled, (state) => { + state.isLoading = false; + }); + }, +}); + +// Action creators are generated for each case reducer function +export const { setAllFieldCandidates } = logRateAnalysisFieldCandidatesSlice.actions; diff --git a/x-pack/packages/ml/aiops_log_rate_analysis/state/store.tsx b/x-pack/packages/ml/aiops_log_rate_analysis/state/store.tsx index 439c80da5ac33..1589b27348d89 100644 --- a/x-pack/packages/ml/aiops_log_rate_analysis/state/store.tsx +++ b/x-pack/packages/ml/aiops_log_rate_analysis/state/store.tsx @@ -16,6 +16,7 @@ import { logRateAnalysisResultsSlice } from '../api/stream_reducer'; import { logRateAnalysisSlice } from './log_rate_analysis_slice'; import { logRateAnalysisTableRowSlice } from './log_rate_analysis_table_row_slice'; +import { logRateAnalysisFieldCandidatesSlice } from './log_rate_analysis_field_candidates_slice'; import type { InitialAnalysisStart } from './log_rate_analysis_slice'; const getReduxStore = () => @@ -23,6 +24,8 @@ const getReduxStore = () => reducer: { // General page state logRateAnalysis: logRateAnalysisSlice.reducer, + // Field candidates + logRateAnalysisFieldCandidates: logRateAnalysisFieldCandidatesSlice.reducer, // Analysis results logRateAnalysisResults: logRateAnalysisResultsSlice.reducer, // Handles running the analysis diff --git a/x-pack/plugins/aiops/public/components/log_rate_analysis/item_filter_popover.tsx b/x-pack/plugins/aiops/public/components/log_rate_analysis/item_filter_popover.tsx index 25fb64def8550..9c96de316103b 100644 --- a/x-pack/plugins/aiops/public/components/log_rate_analysis/item_filter_popover.tsx +++ b/x-pack/plugins/aiops/public/components/log_rate_analysis/item_filter_popover.tsx @@ -101,6 +101,14 @@ export const ItemFilterPopover: FC = ({ ); }, [uniqueItemNames]); + // If the supplied list of initial skipped items changes, only update if + // the list hasn't been touched yet. + useEffect(() => { + if (!isTouched) { + setSkippedItems(initialSkippedItems); + } + }, [initialSkippedItems, isTouched]); + const selectedItemCount = uniqueItemNames.length - skippedItems.length; return ( diff --git a/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx b/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx index 2a01718dc31c2..6dff02f95286f 100644 --- a/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx +++ b/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx @@ -7,7 +7,7 @@ import type { FC } from 'react'; import React, { useEffect, useMemo, useRef, useState } from 'react'; -import { isEqual, uniq } from 'lodash'; +import { isEqual } from 'lodash'; import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; import { @@ -40,11 +40,13 @@ import { FormattedMessage } from '@kbn/i18n-react'; import type { SignificantItem, SignificantItemGroup } from '@kbn/ml-agg-utils'; import { AIOPS_TELEMETRY_ID } from '@kbn/aiops-common/constants'; import type { AiopsLogRateAnalysisSchema } from '@kbn/aiops-log-rate-analysis/api/schema'; -import type { AiopsLogRateAnalysisSchemaSignificantItem } from '@kbn/aiops-log-rate-analysis/api/schema_v2'; +import type { AiopsLogRateAnalysisSchemaSignificantItem } from '@kbn/aiops-log-rate-analysis/api/schema_v3'; import { setCurrentAnalysisType, setCurrentAnalysisWindowParameters, + resetResults, } from '@kbn/aiops-log-rate-analysis/api/stream_reducer'; +import { fetchFieldCandidates } from '@kbn/aiops-log-rate-analysis/state/log_rate_analysis_field_candidates_slice'; import { useAiopsAppContext } from '../../hooks/use_aiops_app_context'; import { useDataSource } from '../../hooks/use_data_source'; @@ -92,7 +94,7 @@ const resultsGroupedOffId = 'aiopsLogRateAnalysisGroupingOff'; const resultsGroupedOnId = 'aiopsLogRateAnalysisGroupingOn'; const fieldFilterHelpText = i18n.translate('xpack.aiops.logRateAnalysis.page.fieldFilterHelpText', { defaultMessage: - 'Deselect non-relevant fields to remove them from groups and click the Apply button to rerun the grouping. Use the search bar to filter the list, then select/deselect multiple fields with the actions below.', + 'Deselect non-relevant fields to remove them from the analysis and click the Apply button to rerun the analysis. Use the search bar to filter the list, then select/deselect multiple fields with the actions below.', }); const columnsFilterHelpText = i18n.translate( 'xpack.aiops.logRateAnalysis.page.columnsFilterHelpText', @@ -118,8 +120,8 @@ const columnSearchAriaLabel = i18n.translate('xpack.aiops.analysis.columnSelecto const columnsButton = i18n.translate('xpack.aiops.logRateAnalysis.page.columnsFilterButtonLabel', { defaultMessage: 'Columns', }); -const fieldsButton = i18n.translate('xpack.aiops.analysis.fieldFilterButtonLabel', { - defaultMessage: 'Filter fields', +const fieldsButton = i18n.translate('xpack.aiops.analysis.fieldsButtonLabel', { + defaultMessage: 'Fields', }); /** @@ -172,7 +174,8 @@ export const LogRateAnalysisResults: FC = ({ } = useAppSelector((s) => s.logRateAnalysis); const { isRunning, errors: streamErrors } = useAppSelector((s) => s.logRateAnalysisStream); const data = useAppSelector((s) => s.logRateAnalysisResults); - const { currentAnalysisType, currentAnalysisWindowParameters } = data; + const fieldCandidates = useAppSelector((s) => s.logRateAnalysisFieldCandidates); + const { currentAnalysisWindowParameters } = data; // Store the performance metric's start time using a ref // to be able to track it across rerenders. @@ -180,8 +183,6 @@ export const LogRateAnalysisResults: FC = ({ const abortCtrl = useRef(new AbortController()); const [groupResults, setGroupResults] = useState(false); - const [groupSkipFields, setGroupSkipFields] = useState([]); - const [uniqueFieldNames, setUniqueFieldNames] = useState([]); const [overrides, setOverrides] = useState( undefined ); @@ -201,15 +202,26 @@ export const LogRateAnalysisResults: FC = ({ dispatch(clearAllRowState()); }; + const { + fieldFilterUniqueItems, + fieldFilterSkippedItems, + keywordFieldCandidates, + textFieldCandidates, + selectedKeywordFieldCandidates, + selectedTextFieldCandidates, + } = fieldCandidates; + const fieldFilterButtonDisabled = + isRunning || fieldCandidates.isLoading || fieldFilterUniqueItems.length === 0; + const onFieldsFilterChange = (skippedFields: string[]) => { - setGroupSkipFields(skippedFields); + dispatch(resetResults()); setOverrides({ loaded: 0, - remainingFieldCandidates: [], - significantItems: data.significantItems.filter( - (d) => !skippedFields.includes(d.fieldName) - ) as AiopsLogRateAnalysisSchemaSignificantItem[], - regroupOnly: true, + remainingKeywordFieldCandidates: keywordFieldCandidates.filter( + (d) => !skippedFields.includes(d) + ), + remainingTextFieldCandidates: textFieldCandidates.filter((d) => !skippedFields.includes(d)), + regroupOnly: false, }); startHandler(true, false); }; @@ -218,13 +230,6 @@ export const LogRateAnalysisResults: FC = ({ setSkippedColumns(columns); }; - const { significantItems } = data; - - useEffect( - () => setUniqueFieldNames(uniq(significantItems.map((d) => d.fieldName)).sort()), - [significantItems] - ); - function cancelHandler() { abortCtrl.current.abort(); dispatch(cancelStream()); @@ -232,16 +237,25 @@ export const LogRateAnalysisResults: FC = ({ useEffect(() => { if (!isRunning) { - const { loaded, remainingFieldCandidates, groupsMissing } = data; + const { + loaded, + remainingKeywordFieldCandidates, + remainingTextFieldCandidates, + groupsMissing, + } = data; if ( loaded < 1 && - ((Array.isArray(remainingFieldCandidates) && remainingFieldCandidates.length > 0) || + ((Array.isArray(remainingKeywordFieldCandidates) && + remainingKeywordFieldCandidates.length > 0) || + (Array.isArray(remainingTextFieldCandidates) && + remainingTextFieldCandidates.length > 0) || groupsMissing) ) { setOverrides({ loaded, - remainingFieldCandidates, + remainingKeywordFieldCandidates, + remainingTextFieldCandidates, significantItems: data.significantItems as AiopsLogRateAnalysisSchemaSignificantItem[], }); } else if (loaded > 0) { @@ -271,8 +285,11 @@ export const LogRateAnalysisResults: FC = ({ // significant items on analysis refresh. function startHandler(continueAnalysis = false, resetGroupButton = true) { if (!continueAnalysis) { - setOverrides(undefined); - setUniqueFieldNames([]); + dispatch(resetResults()); + setOverrides({ + remainingKeywordFieldCandidates: selectedKeywordFieldCandidates, + remainingTextFieldCandidates: selectedTextFieldCandidates, + }); } // Reset grouping to false and clear all row selections when restarting the analysis. @@ -291,14 +308,14 @@ export const LogRateAnalysisResults: FC = ({ } const startParams = useMemo(() => { - if (!chartWindowParameters) { + if (!chartWindowParameters || !earliest || !latest) { return undefined; } return { http, endpoint: '/internal/aiops/log_rate_analysis', - apiVersion: '2', + apiVersion: '3', abortCtrl, body: { start: earliest, @@ -342,6 +359,7 @@ export const LogRateAnalysisResults: FC = ({ useEffect(() => { if (startParams) { + dispatch(fetchFieldCandidates(startParams)); dispatch(setCurrentAnalysisType(analysisType)); dispatch(setCurrentAnalysisWindowParameters(chartWindowParameters)); dispatch(startStream(startParams)); @@ -369,7 +387,7 @@ export const LogRateAnalysisResults: FC = ({ // Disable the grouping switch toggle only if no groups were found, // the toggle wasn't enabled already and no fields were selected to be skipped. - const disabledGroupResultsSwitch = !foundGroups && !groupResults && groupSkipFields.length === 0; + const disabledGroupResultsSwitch = !foundGroups && !groupResults; const toggleButtons = [ { @@ -421,13 +439,15 @@ export const LogRateAnalysisResults: FC = ({ @@ -451,13 +471,9 @@ export const LogRateAnalysisResults: FC = ({ /> - {showLogRateAnalysisResultsTable && currentAnalysisType !== undefined && ( - <> - - - - - )} + + + {errors.length > 0 ? ( <> diff --git a/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_type_callout.tsx b/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_type_callout.tsx index 9c08e5d31590c..26f15424c828c 100644 --- a/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_type_callout.tsx +++ b/x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_type_callout.tsx @@ -7,24 +7,27 @@ import React, { type FC } from 'react'; -import { EuiCallOut, EuiText } from '@elastic/eui'; +import { EuiCallOut, EuiSpacer, EuiText } from '@elastic/eui'; -import { LOG_RATE_ANALYSIS_TYPE, type LogRateAnalysisType } from '@kbn/aiops-log-rate-analysis'; +import { LOG_RATE_ANALYSIS_TYPE } from '@kbn/aiops-log-rate-analysis'; import { useAppSelector } from '@kbn/aiops-log-rate-analysis/state'; import { i18n } from '@kbn/i18n'; -interface LogRateAnalysisTypeCallOutProps { - analysisType: LogRateAnalysisType; -} - -export const LogRateAnalysisTypeCallOut: FC = ({ - analysisType, -}) => { +export const LogRateAnalysisTypeCallOut: FC = () => { + const showCallout = useAppSelector((s) => s.logRateAnalysisResults.significantItems.length > 0); const zeroDocsFallback = useAppSelector((s) => s.logRateAnalysisResults.zeroDocsFallback); + const analysisType = useAppSelector((s) => s.logRateAnalysisResults.currentAnalysisType); + const fieldSelectionMessage = useAppSelector( + (s) => s.logRateAnalysisFieldCandidates.fieldSelectionMessage + ); let callOutTitle: string; let callOutText: string; + if (!showCallout) { + return null; + } + if (!zeroDocsFallback && analysisType === LOG_RATE_ANALYSIS_TYPE.SPIKE) { callOutTitle = i18n.translate('xpack.aiops.analysis.analysisTypeSpikeCallOutTitle', { defaultMessage: 'Analysis type: Log rate spike', @@ -62,13 +65,20 @@ export const LogRateAnalysisTypeCallOut: FC = ( } return ( - {callOutTitle}} - color="primary" - iconType="pin" - size="s" - > - {callOutText} - + <> + + {callOutTitle}} + color="primary" + iconType="pin" + size="s" + > + + {callOutText} + {fieldSelectionMessage && ` ${fieldSelectionMessage}`} + + + + ); }; diff --git a/x-pack/plugins/aiops/public/hooks/use_filters_query.tsx.test.tsx b/x-pack/plugins/aiops/public/hooks/use_filters_query.test.tsx similarity index 100% rename from x-pack/plugins/aiops/public/hooks/use_filters_query.tsx.test.tsx rename to x-pack/plugins/aiops/public/hooks/use_filters_query.test.tsx diff --git a/x-pack/plugins/aiops/server/plugin.ts b/x-pack/plugins/aiops/server/plugin.ts index 7e99a89dab5b5..4df2199847403 100755 --- a/x-pack/plugins/aiops/server/plugin.ts +++ b/x-pack/plugins/aiops/server/plugin.ts @@ -25,6 +25,7 @@ import type { AiopsPluginSetupDeps, AiopsPluginStartDeps, } from './types'; +import { defineRoute as defineLogRateAnalysisFieldCandidatesRoute } from './routes/log_rate_analysis_field_candidates/define_route'; import { defineRoute as defineLogRateAnalysisRoute } from './routes/log_rate_analysis/define_route'; import { defineRoute as defineCategorizationFieldValidationRoute } from './routes/categorization_field_validation/define_route'; import { registerCasesPersistableState } from './register_cases'; @@ -63,6 +64,7 @@ export class AiopsPlugin // Register server side APIs void core.getStartServices().then(([coreStart, depsStart]) => { + defineLogRateAnalysisFieldCandidatesRoute(router, aiopsLicense, coreStart, this.usageCounter); defineLogRateAnalysisRoute(router, aiopsLicense, this.logger, coreStart, this.usageCounter); defineCategorizationFieldValidationRoute(router, aiopsLicense, this.usageCounter); }); diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/index_info_handler.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/index_info_handler.ts index 1a01d9c543206..8a5cb4e042e24 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/index_info_handler.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/index_info_handler.ts @@ -11,7 +11,10 @@ import { updateLoadingState, setZeroDocsFallback, } from '@kbn/aiops-log-rate-analysis/api/stream_reducer'; -import type { AiopsLogRateAnalysisApiVersion as ApiVersion } from '@kbn/aiops-log-rate-analysis/api/schema'; +import type { + AiopsLogRateAnalysisSchema, + AiopsLogRateAnalysisApiVersion as ApiVersion, +} from '@kbn/aiops-log-rate-analysis/api/schema'; import { isRequestAbortedError } from '@kbn/aiops-common/is_request_aborted_error'; import { fetchIndexInfo } from '@kbn/aiops-log-rate-analysis/queries/fetch_index_info'; @@ -30,89 +33,110 @@ export const indexInfoHandlerFactory = requestBody, responseStream, stateHandler, + version, } = options; - const fieldCandidates: string[] = []; - let fieldCandidatesCount = fieldCandidates.length; + const keywordFieldCandidates: string[] = []; + let keywordFieldCandidatesCount = keywordFieldCandidates.length; const textFieldCandidates: string[] = []; let textFieldCandidatesCount = textFieldCandidates.length; let zeroDocsFallback = false; - if (!requestBody.overrides?.remainingFieldCandidates) { - logDebugMessage('Fetch index information.'); - responseStream.push( - updateLoadingState({ - ccsWarning: false, - loaded: stateHandler.loaded(), - loadingState: i18n.translate( - 'xpack.aiops.logRateAnalysis.loadingState.loadingIndexInformation', - { - defaultMessage: 'Loading index information.', - } - ), - }) + logDebugMessage('Fetch index information.'); + responseStream.push( + updateLoadingState({ + ccsWarning: false, + loaded: stateHandler.loaded(), + loadingState: i18n.translate( + 'xpack.aiops.logRateAnalysis.loadingState.loadingIndexInformation', + { + defaultMessage: 'Loading index information.', + } + ), + }) + ); + + let skipFieldCandidates = false; + + if (version === '2') { + skipFieldCandidates = Array.isArray( + (requestBody as AiopsLogRateAnalysisSchema<'2'>).overrides?.remainingFieldCandidates ); + } else if (version === '3') { + skipFieldCandidates = + Array.isArray( + (requestBody as AiopsLogRateAnalysisSchema<'3'>).overrides + ?.remainingKeywordFieldCandidates + ) || + Array.isArray( + (requestBody as AiopsLogRateAnalysisSchema<'3'>).overrides?.remainingTextFieldCandidates + ); + } - try { - const indexInfo = await fetchIndexInfo({ - esClient, - abortSignal, - arguments: { - ...requestBody, - textFieldCandidatesOverrides: ['message', 'error.message'], - }, - }); - - logDebugMessage(`Baseline document count: ${indexInfo.baselineTotalDocCount}`); - logDebugMessage(`Deviation document count: ${indexInfo.deviationTotalDocCount}`); - - fieldCandidates.push(...indexInfo.fieldCandidates); - fieldCandidatesCount = fieldCandidates.length; - textFieldCandidates.push(...indexInfo.textFieldCandidates); - textFieldCandidatesCount = textFieldCandidates.length; - zeroDocsFallback = indexInfo.zeroDocsFallback; - } catch (e) { - if (!isRequestAbortedError(e)) { - logger.error(`Failed to fetch index information, got: \n${e.toString()}`); - responseStream.pushError(`Failed to fetch index information.`); - } - responseStream.end(); - return; + try { + const indexInfo = await fetchIndexInfo({ + esClient, + abortSignal, + arguments: { + ...requestBody, + textFieldCandidatesOverrides: ['message', 'error.message'], + skipFieldCandidates, + }, + }); + + logDebugMessage(`Baseline document count: ${indexInfo.baselineTotalDocCount}`); + logDebugMessage(`Deviation document count: ${indexInfo.deviationTotalDocCount}`); + + keywordFieldCandidates.push(...indexInfo.keywordFieldCandidates); + keywordFieldCandidatesCount = keywordFieldCandidates.length; + textFieldCandidates.push(...indexInfo.textFieldCandidates); + textFieldCandidatesCount = textFieldCandidates.length; + zeroDocsFallback = indexInfo.zeroDocsFallback; + } catch (e) { + if (!isRequestAbortedError(e)) { + logger.error(`Failed to fetch index information, got: \n${e.toString()}`); + responseStream.pushError(`Failed to fetch index information.`); } + responseStream.end(); + return; + } - stateHandler.loaded(LOADED_FIELD_CANDIDATES, false); - - responseStream.pushPingWithTimeout(); - - responseStream.push( - updateLoadingState({ - ccsWarning: false, - loaded: stateHandler.loaded(), - loadingState: i18n.translate( - 'xpack.aiops.logRateAnalysis.loadingState.identifiedFieldCandidates', - { - defaultMessage: - 'Identified {fieldCandidatesCount, plural, one {# field candidate} other {# field candidates}}.', - values: { - fieldCandidatesCount: fieldCandidatesCount + textFieldCandidatesCount, - }, - } - ), - }) - ); - - responseStream.push(setZeroDocsFallback(zeroDocsFallback)); - - if (fieldCandidatesCount === 0) { - responseStream.endWithUpdatedLoadingState(); - } else if (stateHandler.shouldStop()) { - logDebugMessage('shouldStop after fetching field candidates.'); - responseStream.end(); - return; - } + stateHandler.loaded(LOADED_FIELD_CANDIDATES, false); + + responseStream.pushPingWithTimeout(); + + responseStream.push( + updateLoadingState({ + ccsWarning: false, + loaded: stateHandler.loaded(), + loadingState: i18n.translate( + 'xpack.aiops.logRateAnalysis.loadingState.identifiedFieldCandidates', + { + defaultMessage: + 'Identified {fieldCandidatesCount, plural, one {# field candidate} other {# field candidates}}.', + values: { + fieldCandidatesCount: keywordFieldCandidatesCount + textFieldCandidatesCount, + }, + } + ), + }) + ); + + responseStream.push(setZeroDocsFallback(zeroDocsFallback)); + + if ( + !skipFieldCandidates && + keywordFieldCandidatesCount === 0 && + textFieldCandidatesCount === 0 + ) { + responseStream.endWithUpdatedLoadingState(); + } else if (stateHandler.shouldStop()) { + logDebugMessage('shouldStop after fetching field candidates.'); + responseStream.end(); + return; } - return { fieldCandidates, textFieldCandidates, zeroDocsFallback }; + return { keywordFieldCandidates, textFieldCandidates, zeroDocsFallback }; }; diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/significant_items_handler.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/significant_items_handler.ts index 16c2d9f9212a5..8765ff969bf48 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/significant_items_handler.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/significant_items_handler.ts @@ -44,15 +44,16 @@ export const significantItemsHandlerFactory = requestBody, responseStream, stateHandler, + version, }: ResponseStreamFetchOptions) => async ({ - fieldCandidates, + keywordFieldCandidates, textFieldCandidates, }: { - fieldCandidates: string[]; + keywordFieldCandidates: string[]; textFieldCandidates: string[]; }) => { - let fieldCandidatesCount = fieldCandidates.length; + let keywordFieldCandidatesCount = keywordFieldCandidates.length; const textFieldCandidatesCount = textFieldCandidates.length; // This will store the combined count of detected significant log patterns and keywords @@ -61,7 +62,7 @@ export const significantItemsHandlerFactory = const significantCategories: SignificantItem[] = []; significantCategories.push( - ...((requestBody as AiopsLogRateAnalysisSchema<'2'>).overrides?.significantItems?.filter( + ...((requestBody as AiopsLogRateAnalysisSchema<'3'>).overrides?.significantItems?.filter( (d) => d.type === SIGNIFICANT_ITEM_TYPE.LOG_PATTERN ) ?? []) ); @@ -69,30 +70,63 @@ export const significantItemsHandlerFactory = const significantTerms: SignificantItem[] = []; significantTerms.push( - ...((requestBody as AiopsLogRateAnalysisSchema<'2'>).overrides?.significantItems?.filter( + ...((requestBody as AiopsLogRateAnalysisSchema<'3'>).overrides?.significantItems?.filter( (d) => d.type === SIGNIFICANT_ITEM_TYPE.KEYWORD ) ?? []) ); - let remainingFieldCandidates: string[]; - let loadingStepSizePValues = PROGRESS_STEP_P_VALUES; + let remainingKeywordFieldCandidates: string[]; + let remainingTextFieldCandidates: string[]; + let loadingStepSizePValues: number; - if (requestBody.overrides?.remainingFieldCandidates) { - fieldCandidates.push(...requestBody.overrides?.remainingFieldCandidates); - remainingFieldCandidates = requestBody.overrides?.remainingFieldCandidates; - fieldCandidatesCount = fieldCandidates.length; + if (requestBody.overrides?.loaded) { loadingStepSizePValues = - LOADED_FIELD_CANDIDATES + - PROGRESS_STEP_P_VALUES - - (requestBody.overrides?.loaded ?? PROGRESS_STEP_P_VALUES); + LOADED_FIELD_CANDIDATES + PROGRESS_STEP_P_VALUES - requestBody.overrides?.loaded; } else { - remainingFieldCandidates = fieldCandidates; + loadingStepSizePValues = LOADED_FIELD_CANDIDATES; + } + + if (version === '2') { + const overridesRemainingFieldCandidates = (requestBody as AiopsLogRateAnalysisSchema<'2'>) + .overrides?.remainingFieldCandidates; + + if (Array.isArray(overridesRemainingFieldCandidates)) { + keywordFieldCandidates.push(...overridesRemainingFieldCandidates); + remainingKeywordFieldCandidates = overridesRemainingFieldCandidates; + keywordFieldCandidatesCount = keywordFieldCandidates.length; + } else { + remainingKeywordFieldCandidates = keywordFieldCandidates; + } + + remainingTextFieldCandidates = textFieldCandidates; + } else if (version === '3') { + const overridesRemainingKeywordFieldCandidates = ( + requestBody as AiopsLogRateAnalysisSchema<'3'> + ).overrides?.remainingKeywordFieldCandidates; + + if (Array.isArray(overridesRemainingKeywordFieldCandidates)) { + keywordFieldCandidates.push(...overridesRemainingKeywordFieldCandidates); + remainingKeywordFieldCandidates = overridesRemainingKeywordFieldCandidates; + keywordFieldCandidatesCount = keywordFieldCandidates.length; + } else { + remainingKeywordFieldCandidates = keywordFieldCandidates; + } + + const overridesRemainingTextFieldCandidates = (requestBody as AiopsLogRateAnalysisSchema<'3'>) + .overrides?.remainingTextFieldCandidates; + + if (Array.isArray(overridesRemainingTextFieldCandidates)) { + textFieldCandidates.push(...overridesRemainingTextFieldCandidates); + remainingTextFieldCandidates = overridesRemainingTextFieldCandidates; + } else { + remainingTextFieldCandidates = textFieldCandidates; + } } logDebugMessage('Fetch p-values.'); const loadingStep = - (1 / (fieldCandidatesCount + textFieldCandidatesCount)) * loadingStepSizePValues; + (1 / (keywordFieldCandidatesCount + textFieldCandidatesCount)) * loadingStepSizePValues; const pValuesQueue = queue(async function (payload: QueueFieldCandidate) { let queueItemLoadingStep = 0; @@ -124,7 +158,9 @@ export const significantItemsHandlerFactory = return; } - remainingFieldCandidates = remainingFieldCandidates.filter((d) => !fieldNames.includes(d)); + remainingKeywordFieldCandidates = remainingKeywordFieldCandidates.filter( + (d) => !fieldNames.includes(d) + ); if (pValues.length > 0) { significantTerms.push(...pValues); @@ -135,17 +171,33 @@ export const significantItemsHandlerFactory = const { textFieldCandidates: fieldNames } = payload; queueItemLoadingStep = loadingStep * fieldNames.length; - const significantCategoriesForField = await fetchSignificantCategories({ - esClient, - logger, - emitError: responseStream.pushError, - abortSignal, - arguments: { - ...requestBody, - fieldNames, - sampleProbability: stateHandler.sampleProbability(), - }, - }); + let significantCategoriesForField: Awaited>; + + try { + significantCategoriesForField = await fetchSignificantCategories({ + esClient, + logger, + emitError: responseStream.pushError, + abortSignal, + arguments: { + ...requestBody, + fieldNames, + sampleProbability: stateHandler.sampleProbability(), + }, + }); + } catch (e) { + if (!isRequestAbortedError(e)) { + logger.error( + `Failed to fetch p-values for ${fieldNames.join()}, got: \n${e.toString()}` + ); + responseStream.pushError(`Failed to fetch p-values for ${fieldNames.join()}.`); + } + return; + } + + remainingTextFieldCandidates = remainingTextFieldCandidates.filter( + (d) => !fieldNames.includes(d) + ); if (significantCategoriesForField.length > 0) { significantCategories.push(...significantCategoriesForField); @@ -170,7 +222,8 @@ export const significantItemsHandlerFactory = }, } ), - remainingFieldCandidates, + remainingKeywordFieldCandidates, + remainingTextFieldCandidates, }) ); }, MAX_CONCURRENT_QUERIES); @@ -182,7 +235,9 @@ export const significantItemsHandlerFactory = pValuesQueue.push( [ ...chunk(textFieldCandidates, QUEUE_CHUNKING_SIZE).map((d) => ({ textFieldCandidates: d })), - ...chunk(fieldCandidates, QUEUE_CHUNKING_SIZE).map((d) => ({ keywordFieldCandidates: d })), + ...chunk(keywordFieldCandidates, QUEUE_CHUNKING_SIZE).map((d) => ({ + keywordFieldCandidates: d, + })), ], (err) => { if (err) { diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/top_items_handler.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/top_items_handler.ts index 882057bc12cbf..67432ffc6360e 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/top_items_handler.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/analysis_handlers/top_items_handler.ts @@ -39,23 +39,33 @@ export const topItemsHandlerFactory = requestBody, responseStream, stateHandler, + version, }: ResponseStreamFetchOptions) => async ({ - fieldCandidates, + keywordFieldCandidates, textFieldCandidates, }: { - fieldCandidates: string[]; + keywordFieldCandidates: string[]; textFieldCandidates: string[]; }) => { - let fieldCandidatesCount = fieldCandidates.length; + let keywordFieldCandidatesCount = keywordFieldCandidates.length; // This will store the combined count of detected log patterns and keywords let fieldValuePairsCount = 0; + if (version === '3') { + const overridesRemainingTextFieldCandidates = (requestBody as AiopsLogRateAnalysisSchema<'3'>) + .overrides?.remainingTextFieldCandidates; + + if (Array.isArray(overridesRemainingTextFieldCandidates)) { + textFieldCandidates.push(...overridesRemainingTextFieldCandidates); + } + } + const topCategories: SignificantItem[] = []; topCategories.push( - ...((requestBody as AiopsLogRateAnalysisSchema<'2'>).overrides?.significantItems?.filter( + ...(requestBody.overrides?.significantItems?.filter( (d) => d.type === SIGNIFICANT_ITEM_TYPE.LOG_PATTERN ) ?? []) ); @@ -82,32 +92,51 @@ export const topItemsHandlerFactory = const topTerms: SignificantItem[] = []; topTerms.push( - ...((requestBody as AiopsLogRateAnalysisSchema<'2'>).overrides?.significantItems?.filter( + ...((requestBody as AiopsLogRateAnalysisSchema<'3'>).overrides?.significantItems?.filter( (d) => d.type === SIGNIFICANT_ITEM_TYPE.KEYWORD ) ?? []) ); - const fieldsToSample = new Set(); - - let remainingFieldCandidates: string[]; + let remainingKeywordFieldCandidates: string[]; let loadingStepSizeTopTerms = PROGRESS_STEP_P_VALUES; - if (requestBody.overrides?.remainingFieldCandidates) { - fieldCandidates.push(...requestBody.overrides?.remainingFieldCandidates); - remainingFieldCandidates = requestBody.overrides?.remainingFieldCandidates; - fieldCandidatesCount = fieldCandidates.length; - loadingStepSizeTopTerms = - LOADED_FIELD_CANDIDATES + - PROGRESS_STEP_P_VALUES - - (requestBody.overrides?.loaded ?? PROGRESS_STEP_P_VALUES); - } else { - remainingFieldCandidates = fieldCandidates; + if (version === '2') { + const overridesRemainingFieldCandidates = (requestBody as AiopsLogRateAnalysisSchema<'2'>) + .overrides?.remainingFieldCandidates; + + if (Array.isArray(overridesRemainingFieldCandidates)) { + keywordFieldCandidates.push(...overridesRemainingFieldCandidates); + remainingKeywordFieldCandidates = overridesRemainingFieldCandidates; + keywordFieldCandidatesCount = keywordFieldCandidates.length; + loadingStepSizeTopTerms = + LOADED_FIELD_CANDIDATES + + PROGRESS_STEP_P_VALUES - + (requestBody.overrides?.loaded ?? PROGRESS_STEP_P_VALUES); + } else { + remainingKeywordFieldCandidates = keywordFieldCandidates; + } + } else if (version === '3') { + const overridesRemainingKeywordFieldCandidates = ( + requestBody as AiopsLogRateAnalysisSchema<'3'> + ).overrides?.remainingKeywordFieldCandidates; + + if (Array.isArray(overridesRemainingKeywordFieldCandidates)) { + keywordFieldCandidates.push(...overridesRemainingKeywordFieldCandidates); + remainingKeywordFieldCandidates = overridesRemainingKeywordFieldCandidates; + keywordFieldCandidatesCount = keywordFieldCandidates.length; + loadingStepSizeTopTerms = + LOADED_FIELD_CANDIDATES + + PROGRESS_STEP_P_VALUES - + (requestBody.overrides?.loaded ?? PROGRESS_STEP_P_VALUES); + } else { + remainingKeywordFieldCandidates = keywordFieldCandidates; + } } - logDebugMessage('Fetch p-values.'); + logDebugMessage('Fetch top items.'); const topTermsQueue = queue(async function (fieldCandidate: string) { - stateHandler.loaded((1 / fieldCandidatesCount) * loadingStepSizeTopTerms, false); + stateHandler.loaded((1 / keywordFieldCandidatesCount) * loadingStepSizeTopTerms, false); let fetchedTopTerms: Awaited>; @@ -129,14 +158,12 @@ export const topItemsHandlerFactory = return; } - remainingFieldCandidates = remainingFieldCandidates.filter((d) => d !== fieldCandidate); + remainingKeywordFieldCandidates = remainingKeywordFieldCandidates.filter( + (d) => d !== fieldCandidate + ); if (fetchedTopTerms.length > 0) { - fetchedTopTerms.forEach((d) => { - fieldsToSample.add(d.fieldName); - }); topTerms.push(...fetchedTopTerms); - responseStream.push(addSignificantItems(fetchedTopTerms)); } @@ -154,12 +181,12 @@ export const topItemsHandlerFactory = }, } ), - remainingFieldCandidates, + remainingKeywordFieldCandidates, }) ); }, MAX_CONCURRENT_QUERIES); - topTermsQueue.push(fieldCandidates, (err) => { + topTermsQueue.push(keywordFieldCandidates, (err) => { if (err) { logger.error(`Failed to fetch p-values.', got: \n${err.toString()}`); responseStream.pushError(`Failed to fetch p-values.`); diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts index 77fedfafb1896..5c092c1a3be58 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts @@ -10,6 +10,7 @@ import type { Logger } from '@kbn/logging'; import type { DataRequestHandlerContext } from '@kbn/data-plugin/server'; import type { UsageCounter } from '@kbn/usage-collection-plugin/server'; import { aiopsLogRateAnalysisSchemaV2 } from '@kbn/aiops-log-rate-analysis/api/schema_v2'; +import { aiopsLogRateAnalysisSchemaV3 } from '@kbn/aiops-log-rate-analysis/api/schema_v3'; import { AIOPS_API_ENDPOINT } from '@kbn/aiops-common/constants'; import type { AiopsLicense } from '../../types'; @@ -18,7 +19,7 @@ import { routeHandlerFactory } from './route_handler_factory'; /** * `defineRoute` is called in the root `plugin.ts` to set up the API route - * for log pattern analysis. Its purpose is to take care of the route setup + * for log rate analysis. Its purpose is to take care of the route setup * and versioning only. `routeHandlerFactory` is used to take care of * the actual route logic. */ @@ -44,5 +45,16 @@ export const defineRoute = ( }, }, routeHandlerFactory('2', license, logger, coreStart, usageCounter) + ) + .addVersion( + { + version: '3', + validate: { + request: { + body: aiopsLogRateAnalysisSchemaV3, + }, + }, + }, + routeHandlerFactory('3', license, logger, coreStart, usageCounter) ); }; diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts new file mode 100644 index 0000000000000..132ecfee7b212 --- /dev/null +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts @@ -0,0 +1,46 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { CoreStart, IRouter } from '@kbn/core/server'; +import type { DataRequestHandlerContext } from '@kbn/data-plugin/server'; +import type { UsageCounter } from '@kbn/usage-collection-plugin/server'; +import { aiopsLogRateAnalysisSchemaV3 } from '@kbn/aiops-log-rate-analysis/api/schema_v3'; +import { AIOPS_API_ENDPOINT } from '@kbn/aiops-common/constants'; + +import type { AiopsLicense } from '../../types'; + +import { routeHandlerFactory } from './route_handler_factory'; + +/** + * `defineRoute` is called in the root `plugin.ts` to set up the API route + * for field candidates. Its purpose is to take care of the route setup + * and versioning only. `routeHandlerFactory` is used to take care of + * the actual route logic. + */ +export const defineRoute = ( + router: IRouter, + license: AiopsLicense, + coreStart: CoreStart, + usageCounter?: UsageCounter +) => { + router.versioned + .post({ + path: AIOPS_API_ENDPOINT.LOG_RATE_ANALYSIS_FIELD_CANDIDATES, + access: 'internal', + }) + .addVersion( + { + version: '1', + validate: { + request: { + body: aiopsLogRateAnalysisSchemaV3, + }, + }, + }, + routeHandlerFactory('1', license, coreStart, usageCounter) + ); +}; diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/route_handler_factory.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/route_handler_factory.ts new file mode 100644 index 0000000000000..b640927588ef1 --- /dev/null +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/route_handler_factory.ts @@ -0,0 +1,92 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import type { + CoreStart, + KibanaRequest, + RequestHandlerContext, + RequestHandler, + KibanaResponseFactory, +} from '@kbn/core/server'; +import { createExecutionContext } from '@kbn/ml-route-utils'; +import type { UsageCounter } from '@kbn/usage-collection-plugin/server'; +import { AIOPS_TELEMETRY_ID, AIOPS_PLUGIN_ID } from '@kbn/aiops-common/constants'; +import type { + AiopsLogRateAnalysisSchema, + AiopsLogRateAnalysisApiVersion as ApiVersion, +} from '@kbn/aiops-log-rate-analysis/api/schema'; +import { fetchFieldCandidates } from '@kbn/aiops-log-rate-analysis/queries/fetch_field_candidates'; +import { AIOPS_API_ENDPOINT } from '@kbn/aiops-common/constants'; +import { TEXT_FIELD_SAFE_LIST } from '@kbn/aiops-log-rate-analysis/queries/fetch_field_candidates'; + +import { trackAIOpsRouteUsage } from '../../lib/track_route_usage'; +import type { AiopsLicense } from '../../types'; + +/** + * The fetch field candidates route handler returns fields suitable for log rate analysis. + */ +export function routeHandlerFactory( + version: '1', + license: AiopsLicense, + coreStart: CoreStart, + usageCounter?: UsageCounter +): RequestHandler> { + return async ( + context: RequestHandlerContext, + request: KibanaRequest>, + response: KibanaResponseFactory + ) => { + const { body, events, headers } = request; + + trackAIOpsRouteUsage( + `POST ${AIOPS_API_ENDPOINT.LOG_RATE_ANALYSIS_FIELD_CANDIDATES}`, + headers[AIOPS_TELEMETRY_ID.AIOPS_ANALYSIS_RUN_ORIGIN], + usageCounter + ); + + if (!license.isActivePlatinumLicense) { + return response.forbidden(); + } + + const esClient = (await context.core).elasticsearch.client.asCurrentUser; + const executionContext = createExecutionContext(coreStart, AIOPS_PLUGIN_ID, request.route.path); + + return await coreStart.executionContext.withContext(executionContext, async () => { + const controller = new AbortController(); + const abortSignal = controller.signal; + + events.aborted$.subscribe(() => { + controller.abort(); + }); + events.completed$.subscribe(() => { + controller.abort(); + }); + + const textFieldCandidatesOverrides = TEXT_FIELD_SAFE_LIST; + + try { + const fieldCandidates = await fetchFieldCandidates({ + esClient, + abortSignal, + arguments: { + ...body, + textFieldCandidatesOverrides, + }, + }); + + return response.ok({ body: fieldCandidates }); + } catch (e) { + return response.customError({ + statusCode: 500, + body: { + message: 'Unable to fetch field candidates.', + }, + }); + } + }); + }; +} diff --git a/x-pack/test/api_integration/apis/aiops/index.ts b/x-pack/test/api_integration/apis/aiops/index.ts index 143d532d73e8e..0a8c5dd297fe2 100644 --- a/x-pack/test/api_integration/apis/aiops/index.ts +++ b/x-pack/test/api_integration/apis/aiops/index.ts @@ -14,5 +14,6 @@ export default function ({ loadTestFile }: FtrProviderContext) { loadTestFile(require.resolve('./log_rate_analysis_full_analysis')); loadTestFile(require.resolve('./log_rate_analysis_groups_only')); loadTestFile(require.resolve('./log_rate_analysis_no_index')); + loadTestFile(require.resolve('./log_rate_analysis_field_candidates')); }); } diff --git a/x-pack/test/api_integration/apis/aiops/log_rate_analysis_field_candidates.ts b/x-pack/test/api_integration/apis/aiops/log_rate_analysis_field_candidates.ts new file mode 100644 index 0000000000000..4b43cfc48c93c --- /dev/null +++ b/x-pack/test/api_integration/apis/aiops/log_rate_analysis_field_candidates.ts @@ -0,0 +1,68 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import expect from '@kbn/expect'; +import type { AiopsLogRateAnalysisSchema } from '@kbn/aiops-log-rate-analysis/api/schema'; +import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common'; + +import type { FetchFieldCandidatesResponse } from '@kbn/aiops-log-rate-analysis/queries/fetch_field_candidates'; + +import type { FtrProviderContext } from '../../ftr_provider_context'; + +import { getLogRateAnalysisTestData } from './test_data'; + +export default ({ getService }: FtrProviderContext) => { + const aiops = getService('aiops'); + const supertest = getService('supertest'); + const esArchiver = getService('esArchiver'); + + describe('POST /internal/aiops/log_rate_analysis/field_candidates', () => { + getLogRateAnalysisTestData<'3'>().forEach((testData) => { + describe(`with ${testData.testName}`, () => { + before(async () => { + if (testData.esArchive) { + await esArchiver.loadIfNeeded(testData.esArchive); + } else if (testData.dataGenerator) { + await aiops.logRateAnalysisDataGenerator.generateData(testData.dataGenerator); + } + }); + + after(async () => { + if (testData.esArchive) { + await esArchiver.unload(testData.esArchive); + } else if (testData.dataGenerator) { + await aiops.logRateAnalysisDataGenerator.removeGeneratedData(testData.dataGenerator); + } + }); + + async function assertFieldCandidates(data: FetchFieldCandidatesResponse) { + expect(data).to.eql( + testData.expected.fieldCandidates, + `Expected fieldCandidates to be ${JSON.stringify( + testData.expected.fieldCandidates + )}, got ${JSON.stringify(data)}` + ); + } + + async function requestFieldCandidates(body: AiopsLogRateAnalysisSchema<'3'>) { + const resp = await supertest + .post(`/internal/aiops/log_rate_analysis/field_candidates`) + .set('kbn-xsrf', 'kibana') + .set(ELASTIC_HTTP_VERSION_HEADER, '1') + .send(body) + .expect(200); + + await assertFieldCandidates(resp.body); + } + + it('should return field candidates', async () => { + await requestFieldCandidates(testData.requestBody); + }); + }); + }); + }); +}; diff --git a/x-pack/test/api_integration/apis/aiops/log_rate_analysis_groups_only.ts b/x-pack/test/api_integration/apis/aiops/log_rate_analysis_groups_only.ts index d3a7aaed19a40..26bbd5c545846 100644 --- a/x-pack/test/api_integration/apis/aiops/log_rate_analysis_groups_only.ts +++ b/x-pack/test/api_integration/apis/aiops/log_rate_analysis_groups_only.ts @@ -11,7 +11,7 @@ import { format as formatUrl } from 'url'; import expect from '@kbn/expect'; import type { AiopsLogRateAnalysisSchema } from '@kbn/aiops-log-rate-analysis/api/schema'; -import type { AiopsLogRateAnalysisSchemaSignificantItem } from '@kbn/aiops-log-rate-analysis/api/schema_v2'; +import type { AiopsLogRateAnalysisSchemaSignificantItem } from '@kbn/aiops-log-rate-analysis/api/schema_v3'; import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common'; import type { FtrProviderContext } from '../../ftr_provider_context'; @@ -37,13 +37,24 @@ export default ({ getService }: FtrProviderContext) => { getLogRateAnalysisTestData().forEach((testData) => { let overrides: AiopsLogRateAnalysisSchema['overrides'] = {}; - overrides = { - loaded: 0, - remainingFieldCandidates: [], - significantItems: testData.expected - .significantItems as AiopsLogRateAnalysisSchemaSignificantItem[], - regroupOnly: true, - } as AiopsLogRateAnalysisSchema['overrides']; + if (apiVersion === '2') { + overrides = { + loaded: 0, + remainingFieldCandidates: [], + significantItems: testData.expected + .significantItems as AiopsLogRateAnalysisSchemaSignificantItem[], + regroupOnly: true, + } as AiopsLogRateAnalysisSchema['overrides']; + } else if (apiVersion === '3') { + overrides = { + loaded: 0, + remainingKeywordFieldCandidates: [], + remainingTextFieldCandidates: [], + significantItems: testData.expected + .significantItems as AiopsLogRateAnalysisSchemaSignificantItem[], + regroupOnly: true, + } as AiopsLogRateAnalysisSchema['overrides']; + } describe(`with v${apiVersion} - ${testData.testName}`, () => { before(async () => { diff --git a/x-pack/test/api_integration/apis/aiops/test_data.ts b/x-pack/test/api_integration/apis/aiops/test_data.ts index 72d791248e9b2..c26aad813992a 100644 --- a/x-pack/test/api_integration/apis/aiops/test_data.ts +++ b/x-pack/test/api_integration/apis/aiops/test_data.ts @@ -25,7 +25,49 @@ import { import type { TestData } from './types'; -export const API_VERSIONS: ApiVersion[] = ['2']; +export const API_VERSIONS: ApiVersion[] = ['2', '3']; +export const API_VERSIONS_FIELD_CANDIDATES: ApiVersion[] = ['3']; + +const expectedEcommerceFieldCandidates = [ + 'category.keyword', + 'currency', + 'customer_first_name.keyword', + 'customer_full_name.keyword', + 'customer_gender', + 'customer_id', + 'customer_last_name.keyword', + 'customer_phone', + 'day_of_week', + 'email', + 'geoip.city_name', + 'geoip.continent_name', + 'geoip.country_iso_code', + 'geoip.region_name', + 'manufacturer.keyword', + 'order_id', + 'products._id.keyword', + 'products.category.keyword', + 'products.manufacturer.keyword', + 'products.product_name.keyword', + 'products.sku', + 'sku', + 'type', + 'user', +]; + +const expectedArtificialLogsFieldCandidates = { + isECS: false, + keywordFieldCandidates: ['response_code', 'url', 'user', 'version'], + selectedKeywordFieldCandidates: ['response_code', 'url', 'user', 'version'], + selectedTextFieldCandidates: [], + textFieldCandidates: [], +}; + +const expectedArtificialLogsFieldCandidatesWithTextfield = { + ...expectedArtificialLogsFieldCandidates, + selectedTextFieldCandidates: ['message'], + textFieldCandidates: ['message'], +}; export const getLogRateAnalysisTestData = (): Array> => [ { @@ -76,6 +118,13 @@ export const getLogRateAnalysisTestData = (): Array(): Array(): Array(): Array(): Array(): Array(): Array(): Array { significantItems: SignificantItem[]; groups: SignificantItemGroup[]; histogramLength: number; + fieldCandidates: FetchFieldCandidatesResponse; }; } diff --git a/x-pack/test/api_integration_basic/apis/aiops/permissions.ts b/x-pack/test/api_integration_basic/apis/aiops/permissions.ts index 239696215c759..ce87ad05ef8d5 100644 --- a/x-pack/test/api_integration_basic/apis/aiops/permissions.ts +++ b/x-pack/test/api_integration_basic/apis/aiops/permissions.ts @@ -17,7 +17,7 @@ import type { import type { FtrProviderContext } from '../../ftr_provider_context'; -const API_VERSIONS: ApiVersion[] = ['2']; +const API_VERSIONS: ApiVersion[] = ['3']; export default ({ getService }: FtrProviderContext) => { const supertest = getService('supertest'); diff --git a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/artificial_log_data_view_test_data.ts b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/artificial_log_data_view_test_data.ts index e92f6aa7121a3..cc178aeeb9aef 100644 --- a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/artificial_log_data_view_test_data.ts +++ b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/artificial_log_data_view_test_data.ts @@ -71,10 +71,7 @@ export const getArtificialLogDataViewTestData = ({ } function getFieldSelectorPopover() { - if (zeroDocsFallback) { - return [...(textField ? ['message'] : []), 'response_code', 'url', 'user', 'version']; - } - return [...(textField ? ['message'] : []), 'response_code', 'url', 'user']; + return [...(textField ? ['message'] : []), 'response_code', 'url', 'user', 'version']; } function getSuiteTitle() { diff --git a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/farequote_data_view_test_data_with_query.ts b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/farequote_data_view_test_data_with_query.ts index 9a0295f2b55bb..31cfcda6924f8 100644 --- a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/farequote_data_view_test_data_with_query.ts +++ b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/farequote_data_view_test_data_with_query.ts @@ -10,7 +10,7 @@ import { LOG_RATE_ANALYSIS_TYPE } from '@kbn/aiops-log-rate-analysis'; import type { TestData } from '../../types'; export const farequoteDataViewTestDataWithQuery: TestData = { - suiteTitle: 'farequote with spike', + suiteTitle: 'farequote with spike with query', analysisType: LOG_RATE_ANALYSIS_TYPE.SPIKE, autoRun: false, dataGenerator: 'farequote_with_spike', @@ -21,7 +21,7 @@ export const farequoteDataViewTestDataWithQuery: TestData = { chartClickCoordinates: [0, 0], columnSelectorSearch: 'p-value', fieldSelectorSearch: 'airline', - fieldSelectorApplyAvailable: false, + fieldSelectorApplyAvailable: true, query: 'NOT airline:("SWR" OR "ACA" OR "AWE" OR "BAW" OR "JAL" OR "JBU" OR "JZA" OR "KLM")', expected: { totalDocCountFormatted: '48,799', @@ -54,7 +54,7 @@ export const farequoteDataViewTestDataWithQuery: TestData = { 'Log rate change', 'Actions', ], - fieldSelectorPopover: ['airline', 'custom_field.keyword'], + fieldSelectorPopover: ['@version.keyword', 'airline', 'custom_field.keyword', 'type.keyword'], globalState: { refreshInterval: { pause: true, value: 60000 }, time: { from: '2016-02-07T00:00:00.000Z', to: '2016-02-11T23:59:54.000Z' }, diff --git a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/kibana_logs_data_view_test_data.ts b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/kibana_logs_data_view_test_data.ts index 9759cc149bf9f..6d52d90876c6a 100644 --- a/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/kibana_logs_data_view_test_data.ts +++ b/x-pack/test/functional/apps/aiops/log_rate_analysis/test_data/kibana_logs_data_view_test_data.ts @@ -83,15 +83,21 @@ export const kibanaLogsDataViewTestData: TestData = { fieldSelectorPopover: [ 'agent.keyword', 'clientip', + 'event.dataset', 'extension.keyword', 'geo.dest', + 'geo.src', 'geo.srcdest', 'host.keyword', + 'index.keyword', 'ip', 'machine.os.keyword', + 'message', 'referer', + 'request', 'response.keyword', 'tags.keyword', + 'url', ], prompt: 'change-point', }, From 4c49ccf480f56c087e609a578b987dc0ecdc4d59 Mon Sep 17 00:00:00 2001 From: Mykola Harmash Date: Tue, 30 Jul 2024 10:25:22 +0200 Subject: [PATCH 08/14] [Onboarding] Auto-detect. Always suggest System integration. (#189370) Closes https://github.com/elastic/kibana/issues/189355 Removes pattern-matching for System integration and always suggests it to be installed. Also renames it to "System Logs And Metrics". --- .../public/assets/auto_detect.sh | 33 ++++++++----------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh b/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh index 74d7e4266eac4..411742f11cc49 100755 --- a/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh @@ -314,13 +314,18 @@ read_open_log_file_list() { # Filtering by the exclude patterns while IFS= read -r line; do - if ! grep -qE "$(IFS="|"; echo "${exclude_patterns[*]}")" <<< "$line"; then - unknown_log_file_path_list_string+="$line\n" - fi + if ! grep -qE "$(IFS="|"; echo "${exclude_patterns[*]}")" <<< "$line"; then + unknown_log_file_path_list_string+="$line\n" + fi done <<< "$list" } detect_known_integrations() { + # Always suggesting to install System integartion. + # Even when there is no system logs on the host, + # System integration will still be able to to collect metrics. + known_integrations_list_string+="system"$'\n' + local nginx_patterns=( "/var/log/nginx/access.log*" "/var/log/nginx/error.log*" @@ -353,22 +358,6 @@ detect_known_integrations() { elif compgen -G "/var/lib/docker/containers/*/*-json.log" > /dev/null; then known_integrations_list_string+="docker"$'\n' fi - - local system_patterns=( - "/var/log/messages*" - "/var/log/syslog*" - "/var/log/system*" - "/var/log/auth.log*" - "/var/log/secure*" - "/var/log/system.log*" - ) - - for pattern in "${system_patterns[@]}"; do - if compgen -G "$pattern" > /dev/null; then - known_integrations_list_string+="system"$'\n' - break - fi - done } known_integration_title() { @@ -384,7 +373,7 @@ known_integration_title() { echo "Docker Container Logs" ;; "system") - echo "System Logs" + echo "System Logs And Metrics" ;; *) echo "Unknown" @@ -394,6 +383,10 @@ known_integration_title() { build_unknown_log_file_patterns() { while IFS= read -r log_file_path; do + if [ -z "$log_file_path" ]; then + continue + fi + unknown_log_file_pattern_list_string+="$(dirname "$log_file_path")/*.log\n" done <<< "$(echo -e $unknown_log_file_path_list_string)" From 65069a5cf78a4579258195ab8f7ddfb0e72d1462 Mon Sep 17 00:00:00 2001 From: Mykola Harmash Date: Tue, 30 Jul 2024 10:25:36 +0200 Subject: [PATCH 09/14] [Onboarding] Auto-detect. Delete previous download artifacts. (#189365) Closes https://github.com/elastic/kibana/issues/189266 Adds a line to remove previously downloaded and extracted Elastic Agent. --- .../observability_onboarding/public/assets/auto_detect.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh b/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh index 411742f11cc49..310c241b1e390 100755 --- a/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/assets/auto_detect.sh @@ -148,6 +148,7 @@ update_step_progress() { download_elastic_agent() { local download_url="https://artifacts.elastic.co/downloads/beats/elastic-agent/${elastic_agent_artifact_name}.tar.gz" + rm -rf "./${elastic_agent_artifact_name}" "./${elastic_agent_artifact_name}.tar.gz" curl -L -O $download_url --silent --fail if [ "$?" -eq 0 ]; then From 696190db605a9b715fb6da2d26da70ba6679a16a Mon Sep 17 00:00:00 2001 From: Brijesh Khunt <123942796+brijesh-elastic@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:06:21 +0530 Subject: [PATCH 10/14] TheHive Case Connector (#180138) ## Summary TheHive is a new case connector, enabling users to seamlessly transfer elastic cases to TheHive Security Incident Response Platform. This connector facilitates sub-actions such as creating cases, updating cases, and adding comments and creating alerts. **create connector** ![thehive-connector](https://github.com/elastic/kibana/assets/123942796/1e9a3fc5-c17a-40b5-8a49-87cd0fd74863) **test connector** 1. **create case** ![thehive-params-case-test](https://github.com/elastic/kibana/assets/123942796/2652ea5e-8b47-42d9-9b11-c055efe291b3) 2. **create alert** ![thehive-params-alert-test](https://github.com/elastic/kibana/assets/123942796/8c8759c0-609c-4e34-bc21-35d648e684ab) ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Janki Salvi Co-authored-by: Janki Salvi <117571355+js-jankisalvi@users.noreply.github.com> Co-authored-by: Elastic Machine --- docs/management/action-types.asciidoc | 4 + .../connectors/action-types/thehive.asciidoc | 79 +++ .../connectors/images/thehive-connector.png | Bin 0 -> 58661 bytes .../images/thehive-params-alert-test.png | Bin 0 -> 29603 bytes .../images/thehive-params-case-test.png | Bin 0 -> 28068 bytes docs/management/connectors/index.asciidoc | 1 + docs/settings/alert-action-settings.asciidoc | 2 +- .../connector_types.test.ts.snap | 610 ++++++++++++++++++ .../mocks/connector_types.ts | 1 + .../alerting/common/disabled_action_groups.ts | 2 +- .../common/thehive/constants.ts | 34 + .../stack_connectors/common/thehive/schema.ts | 186 ++++++ .../stack_connectors/common/thehive/types.ts | 39 ++ .../public/connector_types/index.ts | 2 + .../thehive/connector.test.tsx | 113 ++++ .../connector_types/thehive/connector.tsx | 51 ++ .../connector_types/thehive/constants.ts | 114 ++++ .../public/connector_types/thehive/index.ts | 8 + .../public/connector_types/thehive/logo.tsx | 40 ++ .../connector_types/thehive/params.test.tsx | 105 +++ .../public/connector_types/thehive/params.tsx | 133 ++++ .../thehive/params_alert.test.tsx | 70 ++ .../connector_types/thehive/params_alert.tsx | 192 ++++++ .../thehive/params_case.test.tsx | 69 ++ .../connector_types/thehive/params_case.tsx | 154 +++++ .../connector_types/thehive/thehive.test.tsx | 137 ++++ .../connector_types/thehive/thehive.tsx | 86 +++ .../connector_types/thehive/translations.ts | 138 ++++ .../public/connector_types/thehive/types.ts | 11 + .../server/connector_types/index.ts | 2 + .../connector_types/thehive/index.test.ts | 20 + .../server/connector_types/thehive/index.ts | 46 ++ .../connector_types/thehive/thehive.test.ts | 409 ++++++++++++ .../server/connector_types/thehive/thehive.ts | 140 ++++ .../stack_connectors/server/plugin.test.ts | 11 +- .../alerting_api_integration/common/config.ts | 1 + .../server/thehive_simulation.ts | 101 +++ .../tests/actions/connector_types/thehive.ts | 330 ++++++++++ .../group2/tests/actions/index.ts | 1 + .../check_registered_connector_types.ts | 1 + .../check_registered_task_types.ts | 1 + 41 files changed, 3440 insertions(+), 4 deletions(-) create mode 100644 docs/management/connectors/action-types/thehive.asciidoc create mode 100644 docs/management/connectors/images/thehive-connector.png create mode 100644 docs/management/connectors/images/thehive-params-alert-test.png create mode 100644 docs/management/connectors/images/thehive-params-case-test.png create mode 100644 x-pack/plugins/stack_connectors/common/thehive/constants.ts create mode 100644 x-pack/plugins/stack_connectors/common/thehive/schema.ts create mode 100644 x-pack/plugins/stack_connectors/common/thehive/types.ts create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts create mode 100644 x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts create mode 100644 x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts create mode 100644 x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts create mode 100644 x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts create mode 100644 x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts create mode 100644 x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/thehive_simulation.ts create mode 100644 x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/thehive.ts diff --git a/docs/management/action-types.asciidoc b/docs/management/action-types.asciidoc index 7e5ec0cb962af..da58ff6f295b0 100644 --- a/docs/management/action-types.asciidoc +++ b/docs/management/action-types.asciidoc @@ -92,6 +92,10 @@ a| <> | Create an incident in {swimlane}. +a| <> + +| Create cases and alerts in {thehive}. + a| <> | Send events to a Tines Story. diff --git a/docs/management/connectors/action-types/thehive.asciidoc b/docs/management/connectors/action-types/thehive.asciidoc new file mode 100644 index 0000000000000..9ee6a2e4325c1 --- /dev/null +++ b/docs/management/connectors/action-types/thehive.asciidoc @@ -0,0 +1,79 @@ +[[thehive-action-type]] +== TheHive connector and action +++++ +TheHive +++++ +:frontmatter-description: Add a connector that can create cases and alerts in TheHive. +:frontmatter-tags-products: [kibana] +:frontmatter-tags-content-type: [how-to] +:frontmatter-tags-user-goals: [configure] + +TheHive connector uses the https://docs.strangebee.com/thehive/api-docs/[TheHive (v1) REST API] to create cases and alerts. + +[float] +[[define-thehive-ui]] +=== Create connectors in {kib} + +You can create connectors in *{stack-manage-app} > {connectors-ui}* +or as needed when you're creating a rule. For example: + +[role="screenshot"] +image::management/connectors/images/thehive-connector.png[TheHive connector] +// NOTE: This is an autogenerated screenshot. Do not edit it directly. + +[float] +[[thehive-connector-configuration]] +==== Connector configuration + +TheHive connectors have the following configuration properties: + +Name:: The name of the connector. +Organisation:: Organisation name in which user intends to create cases or alerts. +URL:: TheHive instance URL. +API Key:: TheHive API key for authentication. + +[float] +[[TheHive-action-configuration]] +=== Test connectors + +You can test connectors for creating a case or an alert with the <> or +as you're creating or editing the connector in {kib}. For example: + +[role="screenshot"] +image::management/connectors/images/thehive-params-case-test.png[TheHive case params test] +// NOTE: This is an autogenerated screenshot. Do not edit it directly. + +[role="screenshot"] +image::management/connectors/images/thehive-params-alert-test.png[TheHive alert params test] +// NOTE: This is an autogenerated screenshot. Do not edit it directly. + +TheHive actions have the following configuration properties. + +Event Action:: Action that will be performed in thehive. Supported actions are Create Case (default) and Create Alert. +Title:: Title of the incident. +Description:: The details about the incident. +Severity:: Severity of the incident. This can be one of `LOW`, `MEDIUM`(default), `HIGH` or `CRITICAL`. +TLP:: Traffic Light Protocol designation for the incident. This can be one of `CLEAR`, `GREEN`, `AMBER`(default), `AMBER+STRICT` or `RED`. +Tags:: The keywords or tags about the incident. +Additional comments:: Additional information about the Case. +Type:: Type of the Alert. +Source:: Source of the Alert. +Source Reference:: Source reference of the Alert. + +[float] +[[thehive-connector-networking-configuration]] +=== Connector networking configuration + +Use the <> to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations. + +[float] +[[configure-thehive]] +=== Configure TheHive + +To generate an API Key in TheHive: + +1. Log in to your TheHive instance. +2. Open profile tab and select the settings. +3. Go to *API Key*. +4. Click *Create* if no API key has been created previously; otherwise, you can view the API key by clicking on *Reveal*. +5. Copy the *API key* value to configure the connector in {kib}. \ No newline at end of file diff --git a/docs/management/connectors/images/thehive-connector.png b/docs/management/connectors/images/thehive-connector.png new file mode 100644 index 0000000000000000000000000000000000000000..592307023172eb51869d15d89c8673a6a5210153 GIT binary patch literal 58661 zcmb@ucQ~8x+dtl^Z(6iel@@KSqNFuz7cI40d#CnDiP|ySYOBNEdz3`gp0OfSTYD1( zp+$&@lpu)lyY>Bfp1;1w@%!WXIF1~-6S?kdp4WAruk-b~KRnUXU}WHAIC0_xqvqp> z1}9FOMggy@|Ih*7oV)OH9e6wGZJ?ogqOAWq0r+snSw&an#EHt7^ZT}EfzR}wkIlVL zoM37{ex2-qesMT)VxdvV9G*YEcsX@*^VIRh^p!mJxs7A|~P7 zS6i3~`PnPGVH*P~c<^d}JMoj+f7)r3g_T-pg0{rQC=-Odmqcp{v*9C3yPJ?|9g>CA zY7u(}@1&jbx#K3cIwp&P`O8}l%YqNaI))2gs7bgF{f2Mgr+Cs@r*cENBuEAq|Lv`5 zq<5$8gKPa6N}W8yn=#%4vOKuZsoq0#KXWIfuS1LOkS6c^`9l))N; znEEpQ&XL#_d8dozVyrf{u3;!UzOrb(Gc^X@prN~eF2i18=?wdtGK>g0{?gum) zt;lxVg0efRWd6sGA18KpzW>B&Ff}!0`TF(ihs@}Ak2>UnLk{@v-fdMtPv7Fr=Mxjd zgz_U4l$4aVi)*guVV>$~>?$fK@CgfR1%@7!?r+l`2$`0Z1kX^;yH4MBR<}3}-2bJv z$};MVyx(eKVNQsOw8ylAepll;?qva;vIa!$Li{P+|VQMRAkYqHqKGFoN&at>NCF-ybv)8j2N~Wie}0Q>7q4z5`EC+skYVTx z*Q5l%n5;2aKcDLwCuO&Jh?w@r^cN?yc8!ff$2u)I* zl?eUDCmXy|0V^dEhZ_b;OB7 z={Iz;B_v`p$B%^V)^(pMn5<)xly>S>X1T)cVIv<6*@NU87bg!_wu{CK>T_3Hsf%r2 zT~TJHF<*}*j5v30EQ$=!Y&u%F6$5qDqYgXvf<|@Fl<27f1NcXLN358&oMzjpv%Nk^ zlY7MRauJ!CQT31PB2IML-iVM+c2OIW za9ujEcVgl5kDdahWHD=x0on1c1i^%+nIq4Ys@bDKdDySdKe`yN$>>)zh18%L)HZy<-UMFCp9)%CFO;y#QL1SUydEDP zzv^F5|HOQAy}yZvFGtR|J5=N2X2*l^d(Y->82T+ySLWLycyyHl{=^>id&lhh&r-Fr z@4ITf8&~hpLkgCI(QTni<|$qmwiNaUi}l|*_AR3bRH*~CC4xAUxjDMu--?;3KL=#J z)N5Xy&@>%tx+1v*IX(z-VH9Kab0_!KXt=7dqmx11=5kt_G0IyKwSG((*~E2Lfo>Yl z_T5?sj-jVX$~%AT2}e^W40{N|*zxfOC;x-JD7&+=G~Ee#?J8pw>H#fG9S|pI3-Mzp0wc)d%14E5QKWY1) zcd9|r7QZ&7pHJ|iw~s{IA!?AaprZ-X{!CeW{e~KdT8`x_%&NY+qj5BK#p}a|$)>WZ z#?Y+t9!I~>tt%G1>e2CzJth-|K)+tr{DU&(aOdP=;}BA&l0@^>nWRF(YRMJtHH4$C zpSsS_xEkLnKf)NXV|32bGDWY-v+emL+CSpC6eVnyh${f3RXTf5-(= z-Xf*^vTto|^O|c_3F;~t`t$WB#&)LBx5}R!N;B5FJyLgve06{BH>?yM0b-W%VmEBcAfh~!`DIHr{U=+l+TZ}XoJkxUl$M63A~ zo%ZRYmc!u-JMe=VFl_e`Y&)$GXuDLOpni507@l;94cK4TSm=|nsa`@{2b0J|&&rM` zko2t%HVw0~CoRn|=)5|kF4~qPL0glDYNd(8`+{eFCW~5rpPK3^k-2~Sw(hJG$-jg= z0&CP!Cx&%2{_IHsIY$>Aj*ZJ%6M#{6lA4=YYto=&=DfkI7=Wg4#-h_Koq&C-_0?cd zQjv8rf}^>^9R86_XYR%ONG!JHho$lxS ze3EGj_!n^Mm2m|oC68b7^Er{vXwvEJ;&xV+Q3SA0KQb->VPXyumdccMx!7E5f6nk) zQA~_dAXrt+JEN^Y`uTm!)7ae514$~MNnp-zd|&@NT%XAah2t$qxYR-lqV;Njmt<bz!{yGvTJNl_-JQkHf1y;0aT8TY!vkCJZFe=^;TYRbBB%E1|d&0kH6ody~z zN=m?BqR%;No7t2&y(~FIk?65cmU$_#Ts+&xMxfW>QE;$T`XLGnsy4}@Ge9|^B$-L< zgk0M@0s=onlai&Gecz-4yA<8#fY*I*L_X0i3eo;Csn}t*B?P~Vm4X;*?2M)N0F6vt zl0|{LVIf-3%0wGnGfYQzGp{yX?xW{k)nySIol~d0Cd&<$cZHvResiGZFkUuO)TX2e z0u6ZgL&c72h&?*$B`3;)7bQj^gK&;@g?$d%E|w zYW4gF7bWBo=8B;}U+R@E1;%~VTI?>mDR7{cLBTW8SElr4e>MJ^N)=&zlOYYg_scEI zkkRcR(3cNw$aotlb7J9)Dp^X0rW**$;i}M}6|B5eSqj=bC`ut%60{zDyev&E^fhbp z$l|!%GxXdn10fB?-0}UB*Ha0`MoyUf=wQ+V3PIXBK0fbw>4|gpOpVGG`9b{0(?OXd zNnT7md=NJ?lr|tJLL49Om!dW*gc|}&Y|idtV7cwdlP6u%lelHQ9tH;o_vNbeGrJ3a zwf%W7HI{Nitt{8}ky>f~EF9PP_*|0LX62aE2%8Avf<=KC;9!VZTQFR?6PY^6SDj-Ui#>u{D~L_vn3o)#`LMW@`|v{M$#kzkv`+y( zh)hc7w5dgG04_(OJh{>1IvNqqX*Pbkfr3F^aeZ$XL`0Tn=Qp`P5` zC@x=I7tD@B&cZ;xvHYmMXx!nl*7f;KvBj%(=taCF(su9b(oun7iadPkfH?!bhy9go ziPc;bb|&`}Be}e|SBVr*VEQ}_@J7F3riLnh%sHQRrjF zEGE%(8U2x($zNWpDPkk@`OF4AxkRffpR}TZUAhAJ&eIv=u|`W!d*M z)`yBbRMw7Ro|S16LDjii_O#B1B^71|?`NLOvMRD_sKP5D`#GgcKsVDO8L~!b@Sf=) zeNzr8uhbeeJWFxw4r8(M!Gtz0h$_nJlSSC3ZIKde%_Svq-c)Px6|(Jc<5*OY?XDYO zClyXnE8;G5P?NbZ%ydgv8ekG=>d}u(Q|HF)6q{h&^O4<{(* zzph4dzQ(~}iz^PdK1)aENQj{8ppEY0yeo;v>sIW||HS^1&|_@l|A7t=zY<0=5-$n} zO5;FXnoqYASLttiMx0>_>JR;kC$t)04s54Ve{tm(QfHJ z{k;cW@NYQkiE0v7g{t=2$TsXgrN8Y{eufP;ot^G$As=ivAO3sM)M~?M*-`)RO|8gf zAC*wQXf15|*g;Qu%mA$N_ZH zzbcTVF6;THVtN|!c4x&l%M zV`PRPDpw*1O@JK!-oPS{VoPQ#9KK%EGB6EmfP2Vda&lB1B=D+uprz-Nl)qkS9 z-ZL|8L4HzgV>;nK7rQUJ%2Q;V|1o&C%W`8Oe`aAQVl6oa7ozDw^r@yt5oJ7TQ(Br? zSXmc02@-fvnQ~lQ9ME!AHMNB#cJ2g>jC5_GLk?!buNhvudwn_IFrtpd;jQ)oF%>~6 zcOdyixg{-RjproA^MAx1M-y{p&4FgCOJZ=TDs0IlsHWk}<@z1~eDN=?OoIVt~?MGF9MYhS}|98HOAK+2sYS%3Yn3aFa+g<3F@UxOx%Yx(-h-H zQqYQHAOCQ3W7t>h5O~7(E<*#PpRXb77HuvLA>jU=Em7)Xiin|>*AkPou1ZAIbwOSY z{n)dgl0T&&k(Wgb%oG#{4#g^G879=;#UwpF(utp>B&WW#L>SSFC0M61=JM3h|*RSwiC8y-M*dbOVN_ z-V-LV)H7t?p*!+KSs5Jkfs&%h&(Gf#?^wKuRDRd9;9Bk2{<9SGLP)Hw?UhqYcemf> zRVE%;n|CpL0BaJ|u~Q>S$575w%KB;Cw3 zf-{qS5srsJy?h+^++NEnV=S z`(iM!h{r0#Jx{A@{!i>l_v{N(=gY_S+fMEBg|#SbH}&gh9D=|NCM)BmLNHbDDMQ2i z(JDppKO6>QtH+)9wgmb3x?legamY2kf{OMdPlA4YV!LOHy%*M1WsH|FE7xO`=u1mh zv9ud4Gas`$9epr7@Yu*GGWckojNiL$Qd4ojL~OPkUj(6=ao5RBBD~ z{h@c*m&rNLjU)` zfn%LQHxKN(-(?Eo0(KXWOAF1Nowq4xo1M0V@jc#wHa0fHHBS{Ok1Po(OARK^MnWSk z+DE^q7yeQ!40ArqNQ#+27<+f6$i(QRDyRXoEg<#PSo)Q7N5A4QvGAnH#m$7e(hO}O zkvA?chX|ZsycahlD3WtEZj+mZBzSfTdeMaaU^?7P&v*s4eN#H+A$5DB~5sJbi8 z5o#OrF*=!t#webLB1QG-pgWR^Wje2mJRuyq)Ym^r^FeX0cIfZvd$`~_6A7DXcSYXx zCvsxe8LCdHIZdT0LMvs<0(B&<4*$%b5P2V%HgEWiK^_|>r=aldPEN~yBe-z}U3$Z& z)a{Y$P)!~iH>#KUa)a9IzL-nv^z`Bb*c7g&ZL^!SH#IJp#|-S{Mng-k-XiHk+GUjqH_trGir zA~8sBd2HSy^6UtuEK9R?>a9$Am5)`nrr`&){O`ZdCWDz)}^Rd$6+})?56iW{Kr7y70Eb6}{PB$q z>C-jXvOjPR$LvJZRTO6T$b6{_So(UyHVB>gCq(&i?}v2^`;k?A(`q3Hoz1zNR$)w4 z0>6@7)IxVyvDD&5Fh|tKkI8A?SF}ccZuPPgdY4mdL$1pO8zq~A56KNglaXdaNRnhH zVD%;RZTbpcIrLZd&RRg^YSr~2TvBE(Ip2eKRTs16<pv!A6;sfA|rndx$2K&wmzHT*Osu0{=|^kn=jkoZR;XJU_jw?KqDoA&MYd zUz2opCGWZzl1_*uCRLnTd)r-5o5)(yI#r><)leG(flR$EjkQow^*)!eWRXxjHPlMk zpfqNEbdu*}sJ)_l+SwQaW8~x9$PQbvWvwx&Gd9>Tvn_mCi`ukRgTQK^b3XHED1uKW zmuWy=P*>%jsXqN&^vcH3%_k>l@225=S%)>%y;2HQ##XXf-&^$>BS5_0yl2<_;5zf# ztfs|DK_1C*>&nk>zt74=zdg@Z(LXNDy4N@zm>`RGYx~T`;%;3SV@Vw4w6!j@5wZAm zEuA(!5Q}LX0N3dyp!)Z=u5()O#Lj{jKXp~GxbZ8#(8)p@5?Lu zncp-=!j*sC--fg!N{2tYp7!qDlpExEzS(iLqjH2t=JTz5-Q}n%Owhd?Uf{&Ff|Zd+ zGBWvo(a=a$$nsg}(}Dw-zI%|$?{CRzSW9;nF59<@ooc5^{Nl-8=kq)GZU#m?VkjJ-u3@1{N}v^9a;p8x%u zf0#ikZ3sk_t8#A-tQ~&S{?R10LZEZ#g8IZ5qCKPTIr5a7tcX!I*WhEwrP<&`Awv`2 zJaJeMEd4>Alv@*ZO{Qm|>UCs`@`M~yG|7dO{m%4U>B%yq%97QYput4z_Lz5R4d;{7 zZxeA#Z<5YnY?|YoZ{rQJP;pBg@PVdwx3@Pmxnl^KlumS1o8-|AD zNOzQ3z=N^#&))ipQg&Uwj14vUf@=hxAWJ(01f((hX7M&A<)`6!rDj(&&N4GG+~pMq zfh&Km#tid-Bz2sPV{4Z;gH$Q>{xC1#CP-8DokHLEOwBnbGmMr_?&|0!YdHBUi@d8 zxU9GX^P^+pzE6a+7;U}~$wX|*^hHWP)zgct0B5nm9NyPPpWZHxTFj+fI+P*B!Uy1Xdnj%sVPgsJ}!JdUiRaA9&tOVm*P9`<)!qOydvZ~`S zC-U4HYG(9d==zra#&;ch*T5vP8Z1>2)Czw9$&;tBT1=yNN8QG3FKlC& z$df^0MqqLnjD?y4njIToDwMzN@z->TUlN z&!%Jtz80x0;TY}DFx_7j$aPzv(VFAUL8K%U`y^eeNKj4V5E6|})}ZMVnOV)@%C}rf zw-!H(UREFp{NNb!L^;g}!1jJnhp%5Foh}(K=e;h%^`vacnVd-pI3z^qe(8%m{Kv4# z#Mm5ZTP+J@GPX1_u~LSi)AgwXmjHVyV-jOTaVqgLGm7gbkIa6)&8zvMW7T;{>pjjx zxhFE>OiBR1V@AYLP2u95(vu^2IQF@C{-p$|iM~wK;F`mDw3xM6w(swoD(p}aDjvQ^Fl6he5!hLf0J}!yu43wWaJ5) z{3*Ii!N{prr_p@|nbUIgT`~!SFAWLhc1YKhuk(h`q&bpFrQ_N6q}uo9Ut?}l_Ye`m z2fOmaEi+Mwh7u<6#HRuB-U3#8hjJ6b`JI;KN}|fty=m-WAwt>3FOz)V!B2^+X0mC! z1J&Sues{Z=x;V~*PNd=jY*bYZ()$r9NyIrjm#8n&9b@xHgottg@bJ~mS&6e3Nc9d7 z9ULsx9p1W%P!erMobeF&X&Y#5D+~pRBBL+VvU)&CBIRVXVr`YH>hF5WOjfV^G?A zYtF;bl_7{MA`G95$aGB|In3rPv$LDmp=g!XLY|Z-)4yI>0CKXpU6+xeg717It0QTc zcsE94^)?L}Hd)x%s?OXNHS!m43Rs-Q{N*wIc8xx z6D^%Eru3E2Ud)ud;1XS|8}9p3j1kS5J~cg|vsU?fI*(UlMAF@NP<%OPEBUFMSpuE% z%s@M4WAfK+uzH6|Pq0!GbyecP&Jy|DEqz7U{Zgzs$;YHDe04Yk2E%&;arfd_IqDcbP-SHv$vSmwYUOcvs(V!lr6KVIrs8$55k zr~C^LEm?n#i9x%H=h>PYWW(bz9jenyiXWf^P2L# zOQP>~1Lx)1$%<&nY06Zn*WBPGLvKzNmOIy^J?vK)}7RM5?U)h#R`Ci7X8_an0>Zkr}my*oZ2U5Zg<7)?1{$MSM;8K>>3VR!V`@n2n#AsW;Z+h`Q*h^Xq>YYQA~hlZdZ|0x|f8=pAnEH0qJ} z7k-KezlIao*qL{u)?(oy*m4B$;ct-qszq&{pP@?Ztf$ z(-4-2aUd*L0x{>KpL(fI9^nPZ99YE^mqC%Ld3BVRqgMJQ_pQ+SdBMKBAKsBC&z1klK*92vKpMEKx(ig40pqbSaK9zzjI-mA@~d)PD{eE?F!Gpet~8IZmzQt? z#SWRg9CGwI+U~Y+U3J9Uh%r;!`tw>g-0E{c3Dzfvvk-vD8ST?!i;uMec@IPDZvJjpCdr^8rHH z3{7Wn%XJ>!D3{g(ZhwIBG`2_;$HSE+7813ueI1`PTfP6aLQJEp- z9LMo;^)LvkE%7oXoQ|}aFXQafw=(A-oIiCM?w>c5F+z@^3tjTgr>2+Llz!gLQ!Br8 zFr=bkQD#+?IXzXIP;}G3Swk6O-r)Gui3T62Es={&@Atl70S^P=|8?#Mcx4N}YF6FE zFG$i)O&O|cwTK?VpjCxVe3KW<023a%ZlU3`{pU~JH_x9TyjiXr=Dcf{QSL7R~E~zrwWa z?F3|4QXGD~txHQ1hl?eoI-Dw^EPwCcoFF{VPZQ18P3Gm@GI^k6E`0Q373y?-Nj==$ z596B`(*54vGR^uNJIgh8=WarRIps+*oh1^ z<=gyfXql7ry}muZeC49|r<=}QUF#-yv)$4KgZ8e(DJ-I^m)#f)8E;z z*g2Ce|1y%v%h#*NkmboAZhGOp|HUI;xaQb6xAEJg6ugmOfjN9piH!s&OAqxZ0 zqs&Pe)5Crz8-smK%6Jblmo4DhW2+r4*;*36Y{M4EhZw9KUUu32qXJ5euVV1@_GO@r zCtA0bKaOpFO*O3k-XmDPb7m}l=e-o7%iC^x@??+#it_l-jkm-gFzw>?Cv$r18z9$o z(VWS}QMSo;!`GjbcpDg|ZEaS9nFk&iUi-@;st>gu8YEuy^?CE~`YKdW+cL5B8?!~s z8USsIbd1m1(iJcW@72_ry}mx{i7XQG!?Op5zex-h(dLyuMvYHQ&$2;qtGT*yyiA8~ zirP6S#omxWV}tz{^tS_$0lQc3mH%kB+^5uO!`Aq=H?4rqJ*qxN_)nZLtwG4FOx*r( z|4;RSuqb+3m)}24pJckE#WDCbV{3K#Hv~P~oD|B&T>dQRm?(E*F3{(PTj2b+6!TZe z93ahJRNG8n$R}o}yTYsF6`oesh5;4C!LqaIepiGjPm~`QIWb-=VlonBXXvjPIpd7h z>KPFPcb_o%ZM%lN=Iy55eZdmfefr1L1((_f{i}O}*@0z)Rp5`%$7-~{1gE(`??hrC}PG?n-E@O>|S^^lx7hEA4v)aHEJIb*^)n``09E$~N}SzqF_w-bw<-@Pw?>$B=8 zd%Ucx^-pz9Ru9OZRb&)jo6TQH=*c+DJMc>i!!hBZPMdzmn=e2=8ewzAUH5iFydmvQ zhbEc0>_WfGe2M;^ZGPL?FXWlNVhZ>%YnS!51jQ<4WO0PDAyYV^Fu3?61i9Q>->zrDf6Iz{`$|LoSa=$q0sJ=D9hLQMkUi*c0CE4$XA|ERl5B94VU z$3?$wtaH3WdjrpuxDPu;5(27j{lUBWyD|3__0RfU8e7@fx0HyB!9Zo6T`sst;%m&G z-`H=mKs^uiZUDb~kbs9UFCAN|?5n{HHGtm5+pZBE=bRm6%pJDz2%y*8ko8%vP^4o0 zm;YRXEyp=KELS|mZ&l6$uipNVND8uEf$HU;o znJ06u!~&(qy>eI+c}+(1t8wWqM$XZssEoQ!6jfP_RZuqpQaZKSa&T^8hN>(T#^tq3 z(}sUsgnRyajrV={@J-~db93f>*l=@yq*yt5geoW?&>asKaUkOkoNV@dzqW-j$sFfm zPju41!D-hVwW{o{5Xo>gT86_Qk8%%XK=G!&;*fO<4et$GDot4|%n3`_x+XoT4Zg<0 z!m=>eriL$9b8+#2k+a4Ne2cHG3Yq8k5NVqS1jm~GiV9CkJ?C|W3NXNhxm~E2b#2vu zZNiCLR!HdH(|3#t+qXA2JnQOlN0E0dxjnxL@{k6-WFCjsA2uuoun3 z4iHq7juIET7oqxW>wo^l#>2Hz@n}K4%*4GdVk*I6s^Qr$mfgdM7V+TkS0`(OViNB> zwNh1m-51Ol%oDa(yU>$jYEojw3qC4O>CHku(OMR7Q`w+?c`;nj5TW-b#ZLCVfXqKjrE#~XD z#M84DBBU!Zq~@J&ORtqt4%mKWL;=wn*|mA(q&XXk&e$+6HF&z#MAc(`zD1s~hE}Vl zhPgHP$oH%7AH>j4TOjn1buub}b39>bzCw!X$8;iGmQmB;JhBk;B?t!V37^S{m2dK6)u(BkhA-*O zva=7Xl-JsL&x?(RKbx)DQgzXQxg*#$+YEwE}C?sV5svMZg z15Agf6hI3eN2eTkFCZTkE&^X+T-BFE2yV;|8>O`}1^wy*I1Ze951= zCvdMvux||T#z?wWtCNR_pWC>gwYwuVP7PjghAQ_dCK{LBUN@%1ypLgW25t)^;U80J zi!(^DRP9hlsh2Phmn~~3tK0S`&H0Hm5yK}$P zy7(PEIZeo*prZM3g@Vv&)Nh1VI}fB}HEmC5J4AV?A&m<>Z&C&~Am*F(uI?KMUCYIZ zO8f2MTM$f1!Z2JrozoKx2D9R%0@!Q26Ie~kt;Apyd_qu@Z;IME=FV(ud6MkXaD|NB z@(tIqnq*1HlSdxJK`s11RuZSG;Gw*_O%Oo{MlMY$pdI*kwxEI>#=0Fh22s{J6>Fnq zZ_U*YHb$uUJRfXExdJZ_ikdE2WNL09Q_OohjF`bG1~5h!I(S;7M|=+U)L5};+%Q}VYgpqqplyL0>>W+!R`U6tEo_i)F*b@vH0*n)3AF7}7PYhR z1cGC_p**!|%;_8B%9y6Lx^bz6d3?#mDk!*n?kWFA_Jlfj56PQ`5OD2>b$|iPf9saP zty|S$;L&R(4^~{dOSF>i+;r?ttWsUM64VVBF>FkH^X^^2c2qQw%7OQoqz`f*r{zrg zumfUQ^6ztUa$q4sk~(4*_w_kt+;1)l8^voS6{llyy>13e{pmNWo%Is(@&&rEqURP4 zV$g|T+TpXa&DAQf1FZ3IS%@=-l2cXU9b@&CQTH3+5it@(Ze`zWpVi<9l!FE5M`#np z#=P1!CwOm+D(<)W&t#<{T%YtBR_!?Sx&iUiuMdAPTrkO47#QNGDa<9eB7-)Tce4uE6vjy9icq2ZQJp6cu&n4sIu&SH%ZuZw@{?I{~n$U~4TC1#MSZy5@r2Qyh;hllI5j^TSPu9clU ztY8}@VoDuBan($#v(9IcTn5E@A%>qy4os!2vXw%*ZGPWz#}>cZ`H7Lye!MpAh3|D0 zvTn>wylrkF4aGhK@eh|g0{Gl-U7%1N?->VU6kQbDqBb4T;2lDQwW+?$9dWB&RnOKg@78z7 zJAtc+HEi4ZIkNU>t-RAVgj@qGvy33H+B-HilmY<|&!QGHz4AEhLH%`;QZwNuzvn60 zIbkl}ezneq)*(a_N;71z+L`eDJH!Xi@-+_mp{TtQSn$qTF(RfUhYTN=lOK6iY5*B4 z^)4EJ+7f)$0J4ojHUF4ZhU4WW;94n3=bDsVx%2X13qyiADVB0RdLwc-M5?N0v!G<* zsPvjx|Ji`27Lp|bWYli_>TC+iiF|C9@LQWUrxrJ~$QD_3Fxygu0@;a-aLr*e^eRV0*8hghwd^5A*eD4=bsb%fmeBC8r*fld4 zk#19Z=~C#YoKhZQ?pWL{Kr0gOsLh_`EpoH;RbP@wiVupaB5^;FqBj1b;eK5cWITFQ zoWOjYz47c*&&Tga%Phg^vx8b|jkM4-x!qaGzKW6a^4@aooNFbk{?DGpD(ro)-XJG7 zh!fCn<3(;fpkv(mk$CKoda?mW$MDpm&)O(1GQI@KFl?d6SSy!0LWG9i82f6RjL^N7 z?g+traRR{hj$E`3*n(tOjHCg6@H5x29$f?n89sPe%6oL!@y5j(i4!aG&jA;_n5VodumB{xFwM}>PrGj-pnDav)+X<^0Iu@e(hB-;9x_;8{#-fHvzkq<43)@X4uPex9>k>xP03s z{Sy#e$s7-J(atvPLrooZNP}CF_i7CHK{Wt#@L^|k6=_#k#{joCkes`#L*!WyycH(e8fV8>76JyFYxy48!k^FMR*Nx}8}g znX5$E%opDouyqRJ0)~I;9BQxIn*;YvNTkt+a2rN>*PZ3B%m z^NJSySF}rBX=j*2MwV9Jb!=Yg&*5bgHi@(Qp*>+}U{oA892P)Y@eW^QEX8)Z`%jC4 z6b>pzzgk(@1S6VUv6d+OF70}Xu(5i&BvfcX!4DmIReA#8jmZsSh)`-Q!BDV!i3ct6 zmVqrfxfF}_2Hm-Rdty4?6%$!hbl@rP*J!PkC@jj1n=;3R5&2zlRkf~kS#f|zv~9gM zx+rFj^s5~$w!tb$yIX+(DMkf-FE9l!iv#%Nk-9(lN0e$me9#ow%qq_*5KD=Tb$M;? zrrf7p;Wfrdpv;$V93a7|oc5&I;#xPtxjuuy?%J;ELq-M$78Kk-y=L14vg)I_l;88{ z;los=o|7jh$=5P3F%AfYD`kmhVE(l1Zfk6G_Y9<4P*%;*q}YSijUnvtV`4p>#gYxV zA*g|{J2Jm;wNg$%4tqfde$pC(uwGQ9k?PT&4<2lX{ZnL<_x|8G{H(t}x{1Hb7{VzB zlDr!$Rw#v*y%aDq;=9r)!O*PLgK!*m6hGgrwPbz!kFd4gc#`2OQ@CWfqNOw=hJpvh z18}GI?uH|&$dsKiST4R&u0xNah^c4?cnYISew$_yi_f)Vc~n(MLrb0YoHtud~u#VERI8sj)BC)`p;~;Pa&s{sf7S+DgqR% zC1QHKLCt(G*4H1KoEm&7C8w**x@mDsW;Qv5MxD~OnYqQwyEsJ-?E3y8;V^e!N%%2YStA?;c;Lu&&XfAoNkgyegnHm={eyz(X=~9r#lU0rmfMy9ZTV;?RC}qgo z42bo1Lt1&neI_2$pJz@1qJ@uuYi>Rs$x-dl_WEtSa#$#bbnu%C+zJoBs}&e^#s6Mh zbab;7G<#J82yVq;-I4?vrQC^Yv4pgjSG`Z|E61I<3U5y`0MVg~AqeXX6&Jujbp^^B*E2 zBCad?^}Nv_YTX>^`?98<>pQ}y8>5O03ws6*_IjopDBnBA1#73H zsY?SX`iES~ZP(G$4QeI3j~u&(9fzB!`uKD2#NpZ*2fif(Pw{}XPqR(+EFUym0dc%x zpO|B^VhOBeCcjjs(`}D$MQy6~!+uuF7e?=-nIk>xZeXY_T}S;^+lji_Nh&wX({QC|#|@SQ&LqCUIvc0Jb$Ivsj+TTVU|xBZ5GQQ9iiy;}d&I zHzp|hy3#GhBWmgM=^D+SQCy&#ZEXTOOI@sPJZIw`eHs9-y?_4??4ZxTWd5F(+t^pv zQ~u>R<#e9YD;BiUHj`Pj1HoXj8CE=r*`ZHx7|2!>_gc6uQjwGVi}z5P_CoEGlhBce|F?FzKtzNF zUktZ|bc4&fc$djt>7IzU5rXKQ4M>;29}2Yl=U00d1XCtK_U|3<0N|@W$*iT+Beim+ zu62M*)54}?xRj#+6K?>d3x$&@;IIQl-L#t3MrJPgne1j~GH&!B>>vuM%OT;F=VfUt z1p|b@Ivhp->SR6}&a9jsythdhr4n0~Y2&4qInyPNibw5>Xd9DD;5086SWWNVG((e9 z2mt4Gkx@raH(2!*Gp=8`;)FN`uv%;T`9lIrNe-@wPNkPHZDpJ?9(;ht#>oQk_u=YM zZdLY6VjrTSq(+2|zurg^F%=(BQ&ZDrB>+;p$HBpwX$XqjScz>qf$rQ{&9q_oLT{P` z%cV=MbbVS{T8WI;q_t*q!tODPJWdCMdm+~q1C7$9U2oxVHcnhr|0Yu)0J(~L>(XR6< zdbnvoAK@o+@8-R&2|yzJ=&RY{Aa$ubsYl`C6;ZqHd>YHuR4<*a`)+Bq$!0Wxqfumz zE0gya~i%R}}~fA__xcUc=&gM`K1yyX>R(`j62cqycTkh_r-Pix)&< zt&HlEpurQS1pumIH*elFKq@$Y`Hq+j7{JI#KqSlP;}m``EdhQL!;HF- zQNc8z=7z0J7WU0|334Z#TSM!+jhFH7QkEooxT?G7DqhSB7+(8Yn@b?vFocy11`FKL z`Nn&zS5lOQ@3Sm;*7myS7uBFIQ+8_9=?I6;*(6SBG%D}sUcU3BH9JF*a|d9_rsTHX zfc<$zGmKHAM)1UYP-lXMh{qns%i<_))pEM_CUT1*gPHBhv05iad3X9vr_5}iDK3P3 z`dB_R49JLB1E9}g;fh|Ae@23lrsX`xFxPNp2yOIfBIHu;m| z2GFZQGP7RAC6;IvAVnZdg1S26V`%=(IvIyK!P~p0;?Tp_qxd$rwr@Y2_y_*!Jd$tom;2Z&4=~ePs_51{gB5p&du4H4vubQ@kM68Fai2YGA<1O;Wx z7u6C`Vf$UzPb*%LdpS{Dj&@BqI`%PM%6m?R1d1erKkBLQ)Y zG?mx~XhdD<4!V0lT0Pe+It6n=#r&sXF(o$DCQ57TuSUzk<2EDkt`tytGj+`pkweV# zpAqS^sELPBuB5uV)$Qb#=LN z(0*e(qdem;UVUP%m3ML|dgATo73IK~iPqK|Bju93SgPqcD+VSe=@4tsxl-9Nl~Ukg z3gWBUK`pyj^!LNz|9$d?uemDJzyP!MI&p0AZ`twe;+vF)eI?Y37av$SxImRJ=;Kpk z`M&>sgomd-H>SO3%5Xmz#eX*?W@j%D-s^cY<*m((R)9mv!-qdVpmUJ0<^F`f&%|ie zH7_z1k+-*F?d82aX!`o}!FRQhicj@-Hs3w^uH|5qxxlo}4(1sz3_7m4HHnoy=eF}V zJHETErmC;^SBp||wCSoo*0P{5e^>(kc6P78{E0-KlUm>VvfuH8*Vq!CrAx5>=U?!& zC)IgQ4^3ZaE=R@aOUnN%J8E&29*tZUE~7`$e-H{cIljw@GDte36mR24?f5So!k?a| z|NYWL+GjD!yXZgp+yBF}Oni0U{eQf@cUY5MyY}h(Sa?v8M-fpJEEJ_HRl10D0@6E( zbOHn^QbQ~VDpI8Ph(Hh_L`vvQQ7IvG66w8$q688l1ZD-_y}xgcnQu?o$Bh4}kleYm z?zOIRp1*6nA%xQY^0WiMTy$jnJernPpy0{Oc19xS%A(IOuy##t5>he{DzJXRZ*WP@;SUX&XM?<9j7IVK!kM6 zl>#IF_GC+U=S1dXSt1<$LDLJ72b-91TpQhv7lYX{s_lV+nPXjR zHX(U-`%lHaC+*5Yx3$}m%9yjl=FP$had9`u9K!KnpGX~Uf;EwNcr^BSG-A1vHs(5B zH#H$GTHmDkI_-vQ8CL0uSX71OZZ6Zy2TDv-fzP8e6boAq+g>4KAln<3b3K-`FQSqy zaTF<%Lf~RtqM*gyzYZT>4amzM`Mp+$bX;$2FqJjKeH?`5g*C`cFQgbokXIvLN5#sJ ze(yzIcG^t+-)0(uQCbZ3MH9>Qy^V`((zA+V}pd6kQy1n5XbRqJ@YLm7dzart=YxdF- zdHsIN2cXH*p4~um{53sCDE;BmRgf%0uNiJ|0c}NF>u11b5WF?~dxgBOm90?Y)cf9P zLluL>*ARVKz^c6x5}%;<{{0Le@9i0d`2LdRo(wTNZdv&98|E_V1fnXj{I0sU_b28C z31|FU8~Fg8B}2Y^e^T<93l{{M=t`O&O^bxpj&n$_+ckzJ)o*u28Wuc;fOEm>E3s80 z?9(&rwYYx@@8@JP%X0#kXrPts`TB5+vIB{9CL1xO0;oRu9)A5RY9~Dr}^eVi6dZT9V>eT z5|Q;Li@xeds_k5t5|?WGqd?;T*0{t6f^2EhN2{vJ?J4_?#3g5&8lP>eR`;s+9a|rSROShC%eU<-` zD=38Y$a{_Q0*=7-JexXc!}>sjLWiS?a2jhHz?|gSHprnKmjocgeDsO(v)LhQi4VWM z*2cP<2bgNh%ifLOGI?Cm=f&{r{o7{ zM*)ue)7@W{p7MENbUFU>a{X}f*48a-oXz_3H9(P(%#jqLS>$zPqR%st){bV`~>yL5kcp! zrvzzIh;mg|QZ`R(johP+JYk#4zT-PAyr4abf*=L_mj@C7xI$e!Nl;~yu?>pG7pbmG zh2XBSD03QeRZztAT|c;$6$3ky@U2_7Odk}bpqM?>>YVRq?8_Nf-8H^bVoebedSZFi ziV3Z)t8I}Y0mmF0ioPgaP@)PAWaU=4=8v94`(+b&-EaE##1-ZQf>iJfJG-ZT!>8hv zNP;>O6I0sfhL}sT?(Skz@1)Dd6D-)~-?-wbAUV%3W%oHT+wG#y&dki59IF&Ma(sYg zwsT3M%pZ5Erqroi@^j6-S7!`y!wZ1IGi=nQsA2hC+({b;s{X429Jc&IG>p@5rGMmT z&wICYag#zrt;XH=k<80!Lluvr{P%=(3gh`!1q2qfiP+C_u^OkcxJv6(8fw$_%)zZV zG`Z}DkFaH_v2006W3*u|Vac9U?F45}qsu#%P^#a39;SuH8jGA9UFZ=Rui=Nb80%6? zK~ur&YUo1+lAq{`?!}T#IX3B@O?%%%Ol#glsyjaxuV?^JNumE>*te>&UWlB3jYi|n zPKa#aWL!gXaj(_w7cX9BY4W4 zb%E{mx8_5KhjUw1N;m1w<=PoYC}e(n4Y4w}z1fhWL*3SlvW~8TkfH-WjI#Ex)^WT|Y}YXWmfK-Pn$@HU!&g zcZWDca}KV^UYowkXfN4b%K z4|65JIu(P#7=JWZF-6;EpfYR6nb}Zn0Qkgfw^wgi?fox{Ca(lVnHOtCYrba}4(Nwg1QtG;qCbL=zr7eY1k?|_ytnUf%*l^*UIZ84j9mb6#c-!z z1G{#`Qb|l^hRKVlv&n!e)xoN~D@>B{NX*M~1e)Q*iDM_@^_8|aGVi3@$Y~n48-AP1 zfQ9I&3Ei0Y=lr1wW6G04(ZlFtM?_hiL#QhW0pm;d>Ox(@-lS&B-dnfIobkaDPZE-4 z!A3*3oCqYTrilmD7M2dQel&rigQg0fBb+MM-YhPDqfswQ+8b2mlG2sn$tN$!^-0%%J#dQEI)a_5-4ArX$EJ_yoiKx9qpe0ti_VVHn zY1FP!$3u*+ec_plkzY?i;bHNhbI3OcHGW&SwjA$#hu?+sCpUcdUrYP6D?xkTWEjm7 zi(%FV#cmxjB_70{)R#>jLgaYK!WPjs(Z>nrSPO1Ovmr8cw?x>g@{5NCF~3SRn1)XQ z44=f$*_LBJ?q&y1pI-X)i=%K(_QBD)fC)Gc ztDjFH4jL5Ijg6Rq^wGgre{OMcalqGqc~*eTZL=Q&R3NO1-mw*RHP|4A_TvdOMZ?E= zFec>=6qgCpuh_qzdbW+j^=QkR7F$!->P-qot9-n;FI}1IA1xZpIiTmGPCmAO*hP|2 zl&2)J2k)LaGY!G#m7iGE&=zskW~m&X7sz!;8mjH@$K8b*Z^4{NK3k9Q9h9=#H)|;| z!K=D7ap=S(@QSOuF(Q4@gs)#6WglNNe9ggJT3~IP!ncV^Vf&LAd9V8VFV1lbgCG0v z;R;1V79o0i=k)biPm`1xFV^he)e*tZQ`_dm+Q7}tJw3N1@QPXMKNP##fAW#`WNNJ-saRGKi;yX z=&1~ETX*&nC$Rkpii#Rs!xolr$=njqijUVkpf^s&_$4}XRcJ#WW3|eKpn(jd)}>wn7Slgl&qFV3Z)k^um)J+ZLg zX}tcZ&(5Y>p+$M^=s;yOsJ&V#D7H@$pXF-Ac7S36e~~FVxlx(I*vW=`8J~M{dAcmI za45L<{kOh3O3B8~MHsFc(TdBgA?J0+D(e7HTRbSTSigV&ekC6RKYZ*IsK_V_+wHH* zgOVM#z_vkLXnnw~AHOLx9;(5BlcBb^x3$(rYxpE3jql#Q+bPL-n`+J);Z3iJQdOmu zUxh0_N{!Mb-GmvH4)v24uVI=fWz6~@dcS{+h5H)F1}X9-p7!?k`~%3_K^y6=e`Q(( z@$lq!Za!yX)dC4z8tN&vK&ioTZDl_XKueq%k{?hFIKUF5L?0V^ir5vHxvnb-u@9mD zL=P0&=x8SkUyZ&fC7BbjgOC7=Q5ygwzYK7@{~WGxD=%bT101(B$)JzSHu=R=Miqa{ zU1T=$a@aNb$7}J|)Q;<{E5YZ8c8C-p^V9xzoSpaf?H|Gg*wlU6e2A>W(K>4&@ax7j zB`FtgfPD9!psBDJkQ_S8VqyDX+jA)spsr8vl*UqOtcS!4M~ojmdL-_-gV>-`;h?hJ z;Zy%~fr3X#GC#=5H;8{Uv$ibwjlUiC`#uiS`1Uj+_6*>o{Mw+zQ^)r;fudGe z%H25SzL0T&82L?F`L}*tznmW5HyjREeDK7Ie&x%d0v6fE$dji4{-zYP)7}b!V4j2K zMWTR>wq=zUA3j4Sfsy{sm+!|Qujnh2pD}9!5rLG{w*-Fuw>EVFIy2u{_-M~Po;~{ua(@?8UY&>7h0NOb=uCMQ z46D-S2VJC6i!SR4Rv9NdS9F~UJ=ip8!^IqU!fD+<9)T3+5ukl~pymb}>m1MyAN?jj z!f6y8K)1>_#dC^3oW0>|T{j*Sc~;0&64z=@-QVW0t-QM%JcNZ->84Anok3qI#$aOu zA}Lj=90Tl%DE=@)l^+U!_1 z(U~J<+oks8O~Jl(BvH-?5YTpF-Ad#{i?u;BTk(E=%N!`FauwCI3?oR#UXr~wvAZr* zjt5Qnc2(AK*k4#LGkms0x8yfb+xpa#mv;(Q#%t7q;rr2PGNE5J%aMvrySn25V=A%w zl&Q8o#uKPFN9r6ynw+~bJ>3I1L^2(cXzh|%yf*Zq)TnYF{c4)D)3eT9*vHM^i*SKB z~B*p#(Lh8h(y-T1^PZvtyf0Gcy zHG=EPs+;YZQl-Q*wiWL%GbjJFV^`481DsPC!1>hrt$`(Mesh}d~D1;p*z@fIXX8;n_c2 zA29PBf|?-pIpI1N}D}Ms!mf)*C|r|4IR6vC}|(jGf533k`?UL-90z-E>|dG}-XegMan2*01X~@Q)J@1$;#NxzRRuNIEhLZ;9Iz@8e2bzO(BSFdCXbP0k$+g~7Uka}p6Sv;6 ziz7oQZURQAinQdnD{E$@)87nZt<=5h8p=n5p-gOTNcb9`+vx1ELX(20p&LsasP7gu zL-`IGfQ06)8POvkpyqMQxpvJ=ucPBu7g8DN_I>poJO>}#v|A3Q>BHWPuln|7&>aEw5zQfSCp>wZ%#p70I&-N)+r+&M@Nv_7 zv$!hSA3Za|yTvP(m7fartJ(1bsx#wrof%H)<8sOs5xv_K1xttJch4ohM4RT&WuMNnlps zQQz}a-(iV;dDGs2$zhpB7DJt@@EVgtC1XOjeNfCR-ys?3C*?!Ms!$8;Hs+&2LoK$X zTM_=!NyaVjoJ~4pVBkfMtGAvJ&R9vWz zQCFNtK5`CP<=MrFDW_fLtza!b_2!`F&G_&|!xdg40CkqhEQ1WAib3oSnbT&6yzEDP(pREq`ZX+s)zG^_I?+(Snh`Hj;!G8~_tV%CA*OI7 zl$1rq&op|mYOO0Nzlzk*?q9MRp72)6^7f^29>NYW<7t6)hq$l$tIwGXBTNy+sWPyq3cGDH&QCr?&E5XKT$H_^AU-FU!MO*T zas_VZxLrNuYy)R%mz0gjOZQ(QlNDl%^$ql^<-^-5*{b)9-n=SaPi zcTH>B-VyS(29R{9xCk}Jy_CL1*ek4kRTn4zcvK>X6 z6#cZV6O98K%QXLB=T;t}OSIL{abk&;7;6Ax^rZJ728J9M_L;j;9`VqVQBgZ|Xz0;5 zAhA-GdqT{BHMzKZA_J!lYN*+DeBX~(fYbPjLu+(OUEMez591N^+S&m4E^A<5Anx&76O=_84-ysMn6-r` zPoF!k)^7bt8J`G&HR_&f{a-4Bk{)d?-nyU=_)<4b95OvU4S@Bq5y~q6fII=~(#^fJ zy(J^=(xq^KP&+iq$!&Tbzx@$^ve=?dFFSPEq8%xQ1i}>+U?xcgRtbZ>UFe7K@Ni9} z?SvL!(yr#)=&-5)e-{Y$UowdAThsKOqF7K;xEr=YZkTOPXdQ3{A*{}wJ5PoVwwq?D zf2S9Oz`YF|%xC4tqa}x%2PiEg#ge4NLDH1?0=bz@Q*4z`%9dT9yJW1xM!N z$KwG@GkM5&UYow-Ki4zW0-8iuF35R=&vtQL(}=m0fcPGh@Ygok>a+NOhr{PDY8yCA zQyTU9*Vc>&=&R(#QiplCX>AfvJ>jY*DDha+zr`2N%9JO7dFg$X%Q(M#C>Z62IXq%08%P2W#O-Q85p;OKJ=CU z<>P1D#1aa06B?EG1?^2;MO~7jdl*W}Llz5QUxo)V?cUPll=iri1zUCff>Z_PD!Qji zm9jD>^CNPjy!GynJBNYaOaM^4H#(v zMi5A0J7xqLXq(tCg;kPXqivh3@X60>{GFg!YQnFdEof9sT`J?uv_p`&E^Je86q*#F z*lqPSfe`35lHChB@WJcua+wouu3AcwaC{nQQxe}b-zkTSSS0}s33&mK`#&F?}*76`DbSiWGW$1g7fF8L5nm37{-`5e>6p{8|B2Oz&U8+P=n8OCHicXV2b1TaMlM_WE3sfKfqOIx$Vc zMeFXv_w0sjtNHghr9Z&NNmEny=_W$xqk8(ZbL(SuX5)cmE+C-?AhZarqKj7P{GFVc zFzlBPDJGSO?|VWGv|V1EWKdZP|0*1P4-Jp3@*ETOClPL8Yd-?)Y2UjrxY5Y!jo39P zI$cWF;`#GudAdu6{Qqd&yO+Mr_#{tG)CuPh`}n}@&K58V<9f5uTj-yDOg{opK5w}XBS{?#ie@W{x;J)*_?D;vI@+KD2Vx;*?Ws| zF^3#ub<$-Px{-FAQXW@;{p%L|F;~U0!1-cXpkfI%I#Kl8EWZGsBlV9v*;&KLse!l- znwB7Z$G^Rm@1#*5k6GN01BApB=W$`TM6 z`cLMAu**^XM%eBvm)RM8r4-~2CE-BA6Skn}MyM$CTj~>NNr%8;83Z(+9KWS4h?9Kf z-{~vU?tE+BF)ubG^a^mONcL}GBB=jEU(+Q2LOQm@ytKZax~JhhyRa$uc=5{RdTLBszzCPk zT;#ZNM}oeBD68`3Asz{ahUm_z4NZddcTp5Rfrp0&%qMAkGah=?@*dh|i%QkE2?Ghz z#yHdEwBA(z`#19GFR&=n46TKG2y+{xv`W{9OiOO|^XDJzp$eP`RA`!nP}I!r#YxLi z#K9ySpK*5PhN1k!>J7j9ihL&ERLv0rdhTmG+s2GOouP~E12qPS-9aY}c-Q&wVhAtw zfPQM1GIGc_|6gc#z(I)Bk~q-MA1bk9RJPsK{n%3mH{CBED2XJXD^AyEb!GVE!qscG-C-Dv%`ri=mi0Ul*&nc!bKJ=ls zPABFDhU!J);IAc_MU6q^xT`#!Gd|Usq=T5pI>-#Z$O6h-vA8Lp5=LL_koQ~=uhq&z z3Vu)3-tdauyTBkP%n+IBau}#AW2CxIunXT9s~r>Zw48Wg3uc0J02Q@U->lo2%g7r* zg)NvR9}qV=c}2pGOTk<7*uIo?rRUhyoSdsZ6Ad;Xh8jM@&3$#BhB8C_`vSOMy=wPa zxtDiV?94;`n)*K>7zBKiM~?k=uEW4UmNL6pD8UG3YWDZ)@~zVhO+TJ;sf!hY6b$8OH-vff_Kc^EQO7TxZxk z4fC}%KR?@+ux6Nv4ozcaxo8j{fKs?8L8U7QMc*E2< z6do#WbMQvZaO*92aKDbOZlV;FpdB?20ae^kit*cb@9q>@6(oBMRoVcJl`a}6!807U zUz^Nh``%fV88ed){0ftMB{e-o|B@CK)@@uLG)tF+X3XdGgW{9!O|S9#(otXH>c&!m zV!r=~)!eHB+eEj17cJ}1`i6r?;7MKG{9O#?1O+I50>*<)&WZe9&(w&G9cM=%l*>C6 zsiRjDu1CM^MeGY?$&Fv5@6h={czKTF&Dft6d)(SLhe#xvX(!*fN|N?aC?HVU-sYnC z%~e+m`wM{la)zIm1IVG?tc=p9Xif`VSqxu)(;st17w9xzJpa!Xkch^^L#W^e6sHj? zSEI{<`b{s0JBHu8cTd~U5Rmih^lXFYJV9cSW8pkn{c6J?R&4HPPRjug0#v*5L3C;h zPy*8Z;+Fq;M{}x-7EYPo$BP6^5N-D80q@gHi_HzTXJ-PO20sq^7}bgP6@P&cCL$A~`th9Dp3Wf#rPf!`X%g}9ddkd?-1O#cK{%3Vov&K4d_<4^Z zZs;DLJyG$+nX=YT5*8KJt8ajJ)evDoJPkx>+7BMwaZmL}NmT~q8KPjA48eL-$*=m#=yAq->fA0i6<>C;K& z0M5t5hiofmjDLMXO8QT6;^eyLV_{LH-hXTS#$EXbJU(3LH30`beYc(u2qL?}za1bz z07m71(ls)?HFhAY`PpXv>g5|Y1e9rOYR=QiE5(D0@fMRl+yY?ld~9}^Gw}Igy0u(f z67DWW)!O>~J@r-{59?<`LE?Y*`s?^g%b}$Ok_c!sekBt9;X(gXcMpWv2Mcsk`^x|A zp=>p?$!fK)fB-~GQ@5hv z>i0bS2-A>nnHWF6Dd2j5qxX)2&!Qf#R#~thHbH2yCMG84?VX~PU_DW_$Hb(>L|!2? zSR6}6mDXU#T)xU!IwfN>UHa~pAv z4Gq0oPA(v7MzLh%oepVQEZQB7K6O)B<8;q5zQ$E;B94gS$5&-D7Wu5pmfvgF|E(w;+CU+F1NTH_@Hb+hF(`1P`#vccQ9j0Gqj z6TD7@3-qP5Y?r6*?aKC(v@k_)=52J!e7OBC`!17HO#r}LhYY(0&grD-zIlArc%S7? z*#4`a-5&B`0n3WGH`@Wr?9BgIvhl_XqrF^(x0a2&eOA4JFr-e)x!cO4srC~%4=%`u zrC*W{>&t!?#eVuUpOZF63PB`eK9FU0O_9m5&zOZHm~Kr6^FC$)HTEVeJWRk3$iD@fSo+QNp@2Kz_0t7_k`H9P`f0=SeT2u@G;;k5 zoZ}mIB@PiAKFim@Gn7961d8@_OR%uf!2&SMx)~I)GKOdaGzE04N^Eoz4!s{g*PXN9_S%Gm51Yqj zw1&B8v#lbovTJrul3AOA_{`AJRk+ z`x5N~h8&{CJ(u+JTdk^;N9D$YJ;130YQQyp4!KfKt{0cN%96w9rKJ|2G9JkhThLcX zBxYr_L0{d1l%)WV!De}vBgP4G;?p-Gv#X2>x-?x~UwVwzj}_}6GTVxUcT~SuTp**N zZn?4)+Nn!r9cQiqlC=}5(q<#p-?m^+hM2iN{q1-Z5`%Huk@K2HpqQOq*ZwJoE1K@( zEw2EU`7ONNRz0!EW=u|*3D0^VSdW!URuK4cQH`xb+c8NFV?dHMALubss`1ebojR|u zti*KmScfpw%JLYCcrZjaONqGBQp;kcJA^$q@@TipV?>}7ba)+q-zEpOIV1@oO_Z`Q z#KLT-;(YDOSqzp2zLE>UtBWoV=U3F`Ir|Z@m-dh41vL6%x~M^eba|)M{->%M zoeQorC{IGj2^6>T0)hu#KUY|Fjlt3Ww}=14iSGq>?3bc7~DK1xRs@O%Ml54L}$e4f`S4>KsbUsCaV zXGaqN>+z~hclPAGQ#-2~cPl*z_bnySVhP1@AMEx9_6|p)#iB=aZ$9o3Bg!c@JXAZ8 z;azB7WcZ@&Oq|N!{wOleoef&2uoD&;ZB>~e)`W(6JVa6V9m1KpwN>|I2ujNwKOcL- z;?9$FmZ-|7ZYrP4E5M_`)0~Rh-fT~BF{En6h9JY9Lw*E)7~$f7xhw4&F1u&Rro6KL z%k*95_2`QO$+g&z9f3l5q?7 zoCpBcm5qO|%h-)((E{ZcDPh0e-U&pm8P)sSet*+XI3& z?T{|FK+J1b2^q6L-#Tp2-n~VwyMPd`*tV|s(g`L-by9J22|07FJEb-AFpEHvP@)d` z#l%(k_GS)o*^cLXT2SrUH$YZ;X}|_57-!~(2jOdU@)fpbE*g-NpEnW}d7hoIPw$!7 z92sa_0E~E+EX?L_=nrJogS4USoKW!0S3lAB$r<@d*F zzpcoDv=$5m-Flencgt>XQ>UV;DrI{kufkaiYVK}|@tBwI7xULi!MtT!uY-7b^qQwj ze-s*9TN8ez<Z7f z@bTA#Mz>{PdN(IK z%4(!4xq!Q&d*C0p=)_|=t=x?xm%z59@7H8TfQ_bep4v=(+_Zm6!VVhjkNjv>==yAT zynzWHd(zWVT8c&qq=w`f(WIx7K0lEgzHA1~?8>fsY&ayR9MkxEK`075MKykxLf}ow z;DVPocB1rC#b!)|%x)6zrn3JnzVm1@v?2ln##*2#R^3G<@(n-*-tH`PZ@H#tV`+vN zir8Yxwh1u|OVrZSP9Bk;@aV{G1y=du=QkC19+(A9zYWPZjTY=H3*srXtBNSx^6h~x z004gaoxF97DfU^hO~B*E=WEZsR4?c2oRd+}t>bb%@eHia?%ZsBMyL^-*^dzAuzGs) z_6^OoDy9C~J*(nof2-Dv;-BTsq1h&;xIz`vSiGQ+HwhcoDQ9LG0T7x#KYI+y-&Bfz zFmLP(vNEuK$?c#>i0O{YJ`A36JxR$D^9Eb)YU)apM7PqfCpGf{BMW_Lwi%oXTfqZ! z8B&EVT@8d^?jlQwat=)?UwXa=ZWsGkex-Bom5&>9%n*A01QDCC{Yw*Sl2n=Oy&Lzw zb^nD6cd~OdDa%MFOaOVcbwQRc72Jr>2XyvgxRopATPZBKb5jB+?!BeF-4+M$JkDSr z-OR~ZZtHar4<0>h1buI3U1ThX+~G6J`0e&`P%L0+>5d$y;ns=z=Y$7I!nOknM6tLX zHG`(FP?7$!Bq)Anpzx-wJ-jfg{mNH&w8_-nZN6Jqdk0>+ODM7=S+b$#Y7BRG;YJ$C zgK;@_yC#Y3*D8)_;u=B+<;oE|W(80Q)z*~7;yzSuZ3g&G-@b@4(*~7`?JwvNg5|~1 z##*SW?e&9i%pN3oH-E!O>(WpNH@{>4ep!hVp$xiO?SS;Z z;Ay$ESd^MnmREpn9PYGG?dz01ftM2$#mIDMGY})U@@fU?03P_ z)~e>=&;ZmpNi;uKpw%%j%lbp+&fz#|J|cfdaN}0%dAiJ9Xu#I48@_Ze!$)A#da*RX zIx6_&=9UskPW}PBu|n#}-tFmXg0#n|bJ!8wA`@GK^p*mLVBq7Ql5`nugl1oN@>kj$5{tHK3Js!Nz&GCd^t zd#$Y=@|66-?PbU=C znHKXLuDXv4{W$5&?9d`6@jlf6ANpM1Ui;La9V|s%7{>U{D(sFi1 zar6wINX1w zF1G%;m%Oa3fR3`TYxIgvx1Y=cv>BN@i)Rf^zg(MX6Vu)EVo!0fto8f1bW(d7nSuM9 z)b?>(gou4Tp8WJ*|01M((j;3#)qEnuQ~w34m{-Zb$u`Ex_kVsa`8!*d%~@ZoaC_i$ zRAShp{$cEyZ&7V6V{4k^YEmTy_5GTnr`!iA>-GA*Hwu)VG3VKde+n!UH=j?srfQcp zezg^l`;?N5d5r$Ju;M_=utE`*Z!anp?4Ma4y=1-AEV1M8wWwQJ5Lv(fT2?G71uZ?L zI)P~wrB{}T%aw5pp|=P4-(GH{KU3KL0T)M1i5v0Ebv_#Jli?avs*d5G9}B{V1KnC9j2TM7#NK7-jRSToyqD83Re5z0c8g=oO@=Fg&@NCy5PP*21zc?{3LpRE* zs_~_c55Nh-rs&>~ef$EXd}$uC>~dZYIE>SyQ5NKe0Do;?h;_%~OTbXGp0yNK6y>)3 zQJH&D)~4|xx)8wIT^09thKQdFH`6;7HA+`{9Eyo45~~hHQ#MR(ee*wtcjf8WWCIaY zb_kbbhXJ%`lPTioOHCu8BKzT91W~1m>-_mt%c9_`d^%^P@Y%}rNp@cm{d93$@x+u* zXv8H_=gLHX;@Zil&JXUmEKvcF_P|qW)-+0bAPI!~=J)QopYIWy9NyJuiYq%8e}<6K z_U5dpadYTYmb7nU;oDwI2v@OYMzWlwn|W*Kt#L2bwf8vsFQTi&o%`z8cf<9T8R8o1 z>KR0ruJDYf4=-(=`1vcLptD&7Ow>Uwl}isPA{Q5b3~-9li|m!k`Kz^=(qFxlyO`Xi z(ezTf#BSuIdhS)7r9+Yv^xMrR1(ULm{ms%5tXsjFO#uEph5l?IXI?Y(obTpRzu4L^ z(@n{MPZu0<{ViZjyp2apR(2B~j@VY9NXraBB#Q30#`SJ2{4C`^v>3uueA6>sA5~;; zG#qK%k}^}j)JS(Z_El^97f+p2uYsGtyj(h3w8*JPsXOM~JNtWwyW;1H)PN*N!*$~>$$LcfpE_Y#BdZEkCy`z9tq==C0Mjn0R+NA3_^bX0ybyJfmrjJUxWf**_ z!W5!$(KMLVm1}kPp=!UlJ%cZ*d8Cp=Xe``%Y$pBNj;iO~d zcYAP+MW`5RdN>#Oh|Hx@84P`8`P|Fj%352j?Z9!HY=hwKCEaJ57IZxtM5ng>k|k_k zhVMOJ84vM7+A30mtuGN#N`6P2JPGUeHsxFH#GB6zWGnL#TV$&O=cE&R)$dd$LMvC# zo!RLz=)rz_W((``*^$WWqOKPbel9EBUe6FM;GxL73Pm>Ur+Jhx>SAWTOCnK{=8LYV z9X0RyOttx_epTw2mwOy{UDu*l(A zJsQEy=!wPzV;5j>^D-22g2p_;fwT*Lghn?ZPmlP^}dnP3zAX;L{84l z-?3HC+G4Uo@K>aF_)Kucc0cvaY5N6Re2>i()T6T= zdb#CF{j!0rKS(z$m^P0dQmA8Bdm>MJAJ_|CL>wndEbNse;V`-%py-Y{hqp-7JAvF7|L(FvC!>scmBt( ze)P{Ky>ywvlv+g%^!u4)8P1bL*s!~L)zke>`m)l*W52Olgxm&2T!?oNt6JhP)`gVig1~G2OZ>ks zlvGv8d|tT=CWKI+gERSPCCTEYtvqEtSBP_D229rzwN@Y7HB!?f5>+Ae{M7AyWC%+Y z=bjvxA60M0WZ6$H^VtgC#_d=yFX&{jO^nvQ0MpL4GQlRR9!tz~D=&uH>}RD4oj!fq z`Tq5>O7en#nG~#KE6sJhqOqd13;Vd+dz^`>b)n()7R>$@N#bL!JZZZR@mw!c!HIxY zw!Pg%HB?pwxedn-wIY0LJtk(Qcx0fvdVF5fD*E;wyqEm5JKW7#8H)hT;wM5uyrk}3 zv(sodnp5-5rLg@hi)Bnf)p>)RZ$dmfFKn8;-TH0lf5ER>))h(xaVBQcPTC22DxnV_ zURuQL@JU~HTg@kYbTjJQ#HW|*Q0<^WQo6T~eR+gxwTdn5>h=<`dOTi4%fpd^@Ev>yflxM9EfpiBolte^Nj4>fG(BG!QV=?9mz3 z&$DKb#X&LG;mdmKErnI$!7Di>Zg-opdeD~@L1Z4*QGbiWCrT89ZQf+vwBc^tKV@Wu z5jnm&{t0y9y{HGg4(rvAK=gWYjry4f!qyYAws@n)x1fQ&6{|&>|W_z{8KW&!(7cT)? zeh_W#O5`8A%UmF%dk3x%+$8q&Kfv$*LN1na(veZCo|>APURn}RQBj!&+KO(5w&CsK zqN~IhZ~+Jx;N$_=q992B?p;uuS2yp6gX(v)?m>U!3Xf>vlA`bY8wJ{^&c+ajBB)Rk zveO>|CI&+dY|#+xx$Ltu{Of}?HkqNV1c;ypi!gxN@ga_lNx+=V?0!+ zF2iZj?z!VYTh0L%sy(4#mMj+10UG_Qe1AUEry}vqd9kJlh6Q?_0>;(v z8o-(Ye>fhSM2w&2(a>r*2FZ6`-SOE!JceKFVz^flZ`h9h=W9>r0C*}JfCt>LwRMSl zPY*N`wz{zo$#8TJEHcCJ1BDR8w}|K9B^mAsVt2Pbm>GQo=w9L(WGf>zKumF@e~$(( z1U`w0&#go=Fsl>4Ia2Ev5A@OL)Pv6u$MvTU{k^qS!v{c9t|C~H7$OAFbOQDo)kZpn z2{>9_E9|tjFsuumilJML4S-1vwCOUbRCW=|d!{9pJR|5im}_rmFswp1^|r;AmKLDj zRW0)v@*$g-JEIeC7+5m^1L%WyED7LlKS$ek%FnQ<_AU*jjj@(FE{RK^1AjdPhVj^r z!_)~Ebyp?-$iV^A5Vnt;}2#g{69d@ zp@leuYpl*NUZ@)Lzhi&E_W1evv<%OD=3xBi=-YyV$iSfB*BDI7k@<~V2pfEUj*Rd% z(=T5f_?m|;5XvxMj;VOxq{znj@kv{SduQ0K0ZWCBSz0OT60 zlvr&kf}}IoGk)Kj-lzLv=)T1JqH4!YXUMPN$b)P4hWC2};)$Db{h}>$+T|B2{@fg! z{)0}OXvmqZpFcI1W^gy~j2Ag1bg_1WfHiJ9_*Vamr~mFjgRR-~|JY0%kNSs=O$Z1* z!El9OWZ}=Be{1Q2UfHB&TxO=vIA~I@FlGT98h!N#$HpA>GO78H9bjdDDsaS)E7HKM z@(YHQ9s;0QTUuai!Re0JUE*LqaUun9KfwC0^qde?3<(p1q)W$J10U5ec+wqrf47&p zblU=+Z$)5G7Cm|jbbf)C=KS^?@oAaglFz@18+Q~G6m$<|$obcTNso8H8u#sL85z+5 zR02ngz>A0~^hjmK7JZATDI2yM&LC*`0DG0#+tTMur`n&WsOAAYaal+=w}3@`^^wRU zBfj1FQ(@m;4~jq9kQ9g$L(ZPUdv>?~=*?|){24dZhnYCU0Nl;uGg^ncpE)aMIptrn z7;9a*bRvstAKRTDj1@e?$?1MDY}vcU+>XcxjF5Mq(N_dgh$c4uA=3j|X?qjGucD%= z02r+0J7nW?Br@&FvIhf`@;2eimlnuNw0U8sBHuTHh&+&k#S>ngkpAr5JMFZw>5FOW zZrT;qNkMBG9j=EGy@Ix}0dtd6JR8l2shaJEe6w^`B_P#8r8Os~h5rupRiLaYKG2ti zE>~RG*gb)<`Ycj4>f6m#X5XUD@ZJ_X0jypo6d)>5Z|v<)Z}dE;rZw$Y7P#C~-3?IQ zy#Z?=zXce)&P*h^mma#8FXPxs$@1B!2V~H9f97^O{Y0wvUy3bG<|(43W;vAZH~)+I z@)}{U!kHu)JOT z;OYi&UJS<4Cu-}v9K-s1w}R+{9C?0A@rD>LPat~?KgmU@lJq2)1EzEyuyi@sl3OMw z^Z|TLcx7iEXqH(J-an zs%w2XJdkF11+jOjL7j0w9b?kRPiD&cs_*PmA{8jV$s5C@^^T3XB17msEPvGkvB7bK z!nM(dgXv(Dlo^K_1izlw-ruP@A>%M_U0%O8=u{E(XkCfksbFKO`nH^*08anBDTTR6 zfW`aF;j{s^Kv8WLq?E_N^7yG;=+Jnsmbe%r|^UBCJj?&AA<&S1-gz9QK)G2yVU|FM#T@ zcm~s`>s8!Lb0}#URI=*+GBm4%oaJ^ubfaBkb}$7ACP#F89#iloC=I zW)!R&(}tJ9YL_GDI+EUMCv~)U0H!hNKNemNy-db){F)Thq`cr@>B%ruOi_Q!z$JVm z!`s;O{bV37m6w0j0CEN#@ z;cB?!9z7@W;Rr7lOuPTr#@MYfN3} zUZoz}wLuENk$4RCodNbKeJz9P2P$MLLjsOrd_@*cCmGnCAtS@ZKewulNbf4HY&6K- z+33*e)^6DG?<4`E!z=yURTj08kp+RY-)*Ohba$TLHO0Lhgm-q8_UwIsOW3+!Z+`2~ z+@S#9!N_s8R()+3p@DHYm8*h=5Y1D=LWe-a$la z2$2#>LQxU00V(Mm=OH zxk8Q)i%mrO!=BW~1saU}*$QASi*5327A1bxbbeN|XXIGk_1?AltZQEKzc`KPWWO6UN^32GwwTR+QhP3ru0;19<$GD!G{Omxuu+ zykJ6Y!Y2b1Zc#*3BoljZ>l-X1CE-b%vgPB)BTDpPAY&>vT54(AxD(JsfO6j4hyFwf9Msufvrb9IT{`tBaw(OI00`V1U zzNAuQyoO>zN!i%C zMUjz3!19Cy(1q#>^Af;oGdyFgGdium&R4X#4}WqE$5#;D4RvxVp-lsWTxjWPQbZuB zC2|fGHJ$7bhCSxwMkowq)n%A;3RzwM_x_aTS=WBXNKYNT&%#itWwE`@PP4A(>n`cr zLhn%+G{sa~ZjWbrlr>O!Oov@W0@LNw} zqHj^zlCwoJ*15&IL#x=nc}^btk5@;h&)Xr}Mw9!C0T9bzCOVFS9BeZH6A1qkd&D)Z z#I~?t^2zbZ?#v*EG*p9*L&&0}AMpx0@qJX^%a_NL{FM7gSEzpFsklEaD)biRa(@M# zx8^iI&XF!SPSvd4p=&scrF>>D`Bmz$Vgn0;%g9yj*9)K9MA&GdTF#y|F7R@4Gf6uJ zdWsz`EX5aHo)QkVAdn^}CL^}39RpT$B`KeqH(k|Iho6@MEs~^6K(#u?%?sKqr!wli;iclXSW!+)(RgfC>S3GY z_V)V194P=xPiJjL4*XMiJDH(flWVgnL-Ka+dkiG{ClE3LO2cWT`Ual@=5i>V9fw)|SYobbTdES=8$K7-UfH%g6HKN* zw0T>cqjB}>)xO*-G#~7$&>w%i=hyQ4=*))c7H$X@{xgeC_}U;fo=*P`2wJ&ECO;n5 znNgBcQm%I!+!NXvtfpmMx#cg{2?+hus*C zr-c3k_rRb0?<1JQW1kUybr$50ipW~Y0M|V7xi_k!B{lZ{*FgSXg?#@u*#EP@ap?1u zls`^$b0-7faDe^D%g5&;^z+R;Rr3p8z)dUugl3qM!{&ezwd-($0VUW{%H{$1S@6P! z#Nxtm?g)EWEHA91K*n#*3r?k=fEjf$hz1^M0;^0^IpwMWNgn{0r6I+Q2E5dg+9M7= zO1JJ2RHHbB#oYk!sCn18Ryx3B{_qoUVp^zQU-;%_bYx#on>Hd^J&;E-BI$nLk8v># z4GqBOp&sz|0p#7UQj_9O{C4R{-45fRHGX{DN>&npe!raiCJDeLsxnWec>Ht!zQGGq z4L&8s*WI0E{R=FAQMMUE4zsR$`oY@aXkn`*3XBDuyfQ?|VPxF`!z}UO^_LH;A9tG6 z=il+c7GOr^yR-ED7Wib{-WDbo0@1ZeOG}Gh%ra0Pa6No)t?=}Fph_UI5*7wnn5f(V z#Fk|qE?==&Yyx;_`mdh?dL=O0ZSA8Auz>js5J`QAgN0lU=i<8t_+7jQu*GT1TKDe* z^V2~O0O4vwt2~eUq&j(P|NToqW}SZ8_x_KMre9xux@=SBS*+dpIRA|#DRHcs;kmYr zw*i%#zwJCvi`3@fY3C@?Zg~0opOb%TKRb5nmyfr-zZ`^;Ga~;!HvaUU%wB8AR>u$5{tFxCj9#ZN9rj*qV_H-+(ceH0UhU>tMo`E4B`Q_ZF9V)F> zGL)esh37Sh_TKskd2_@W%3<*Z^iKKM=G>1TSD^!!6hjOSkhpsKqW3leVq%A!&#oDf z2|ZvxWL9OMrl^rKFDKW9o>RXwd-1aF7#M<)Bz+2OuSuJFyZAkMZGtx$vv z4()xE-YvSvxzlM5+ex&XYFU=UlUD_Ji@-O^tq^+ya5@bTyN|hv-Xlf}X5R4mgh;km zX#Oq9zQ9BD8PSJ_>}YqvJuDp^j9h7;aW}D;%%+`j{L(zpg+--70u24|Q%q`HIIKq! z-s$1mzc(P+EP1kdV5|vBV=UL3+JpU|6gRRT4%aq@9o*}~^bKGKhy&8M;-*9TliqE!-k40m@qnM-j*;c4=YoBmSLDdZTuC539+#`F$WSgW1kOlJQ#l!7S>(k@ zZHBbv_zf=7Gc{QKrn~DKr>R3ZXt=keb&VOoBu`Uf+lDgQq~)GY$JK_ixY+d4N^=_< zs;9bRh{rpAg?BhmWosD?fqV9_1JdXN<&Go09wCoM{4QQrCw3a=sKX{%oTn2~WvQLIDOS ziEPRadUM*i8|9t@REsydVge>>7qNllcv!>VqM}VV#tZa8Q0lnxe3s%+jP&*EzJ1Oe z8Jyqix+bC^0$kv3)A>vySrQA39uksRoFyl8qncaAYxxE?F>$%rUj29CkKh2$?5@pT ziLeU5j-laMFeUNs=1@eqS(a(Mxs}8y@JlFs0k$}RLiI-?O#qljAVuU=KCeHNK}((nx9miUC)O7nrC zcMH2Q_lw>481N6M22Zf#tO z3ERI9p{7-1N|p`9CUyu8c@g~gPOeZSuU?&;+CZA4Ceu<6Gbl#9IGY7j#tnS{2E<8Z zxkqSNU)Wo=v7PlqXjnd>N2^Vu+HgCaJQ{(RG;sWnH*p%I@HoJ;0$t3dLHuB51n7?} zv0lP;TF_CyL0YO?mY;li-6CU&Ua**T5cCDHJN*MfURg2aB3KI*p<+&P2WABPTpK+j zk3L*LF`pZ3{7S#i%Q-S$?|=;_hxVy0RSCL*?7`qlusY~y3g_eYxo(9$R~PWmCD|5f z%E{rSI_GY#3USEpi%6;86+A}1;$9NwAu*xa@!ap~8eEOW9BE{k-ST5Koa!Z(z?q(y}k$9PVH#OnLTQ>xxtKpgK*DN$97$ zHo6WeJe&B_bt-J0j@#OfRSx_d$2mXTD71 zI-+O?`+F&2tY#v#Bc^Q_RM}PxI6^>rhsMd>sEo%G4hiA%doX7F9rKB-^G!=`$xSR5 z@JW+o`+W{Pd{gp@w_p3g7ml#9yu82h#>qToYbXtoO`r(9!G~wUL(&$mzF7jYD=P0L zsf4cG*MN2~HCDy!_ctUk^A0&}YHQr}mn`jk8k+|Xcj5O6EHvqRo5xq?y}jIw>$>Mk zKE@mRWL%$^8`Mpf4E&{kOJ*;gL;7hYk$?xl`IgB+?UFqKM;J6vg+*JKTN5b~iJ% zwkLpn&=vqf{EU@)g=mW8>;tMo#qf8M>?<5On+a&|@Gm_iA_&w>Z(v(MxZvrEtJ+Qb zP2au8x4yPK4yK6CB$b!%Gb$^Fi^A2)FG|`pXh`*^#us1>X|rQU`eI?Q>CbGzv$j#$ zoTVPJ9Q>4*wh54>KEpu_SFdj~6yUQabW>s)WMUkf+*m%bPcECPTPJ zRSE10Z|maJx}2S*UM7y9?+k}?ad2o%%S?#=s0*Aws_)i;Wb6EGn^{-PXqO}ZoB^LT z%@lDT;`@$VDzl-X`GEf&c}CFsCl|VX@gM5p^nW<=K>kfrv_kJ`LV}e9H4ih8VL^LO z&i?%2=lXvwd{+M>iCX_}^%VKvHEqbh9F6~@2T+$~TE5#DThy7V1b78@R9ABX)hR1c z<k9Srr9%x51E32X?PJxmz_AY7sStz>BS^N3Jhi{l^hrRDJ*%Mt5 z*#6=;@ZlV%j^)<3Zu@>zRCoj+5O#NX+RWnOKL%O;We1=?o12)-L`gJJ zlP#%j^j3-xbBc8m$hF=#)KKZg{TREqHHU#MRg0O~*_A~L@8v2(mln{6sis>OftegL zFfitS-oJ9M^Y^KzY*bpjf~A0h_ol;Cu6b$F;h^BNp|7}*d^bEt$#0}KEObF0b^Q2o z7`51~_UZ6twe{5pB4SxHUBqd$`|x8nV@=Gz?-g-#xO;Z0c5HJ|R*u>@41i=%aBl!; z!Q{4RSwOF=q9G5WVfkqDNgy(kM?3P<`E}2 ze~ufT)KL#_7_HeF$r#nhGLG-kzaZ2)zwdn50f#HcG%L$R^i!410YhFY)Wi_FGHHy4 zXO%(PGMbtTP|5&>0Gs#iz!d4K&%=u!5@-&WZdt9#3=T**vA3Yje{0$faCjVysh97p z+@F`9T1Ox@*WV7(a!wu;84s$1lR!fh4jRm_R?^rx8Ou#|ZJA1XDW z4sS!&y04uBPc|4M`sbzW8Xgp81eDBR4tbEzn)1gq=`A~pE146Dq#)p?p{77J{O&w< zu!)rD7OL2Xxc2DtGe77-X!z5(c`dc_)3X|*k-X`2H0)8}R4{@R4k?pra(}NB*me9%}>6WSgK3{3+QIh+rvCFRJ;78 z1M#lk!(KT&yoR&7Ju}r2&Tz@_)^x2>@-bQ$N6XJ7A*NH8~afN~OmsQ`Cd17VTT z0dmlUb>84<<>9rdNmtIn`udJyUPpLwW9ka$_SvjOFg2&!Fz9*fSrg}KaQ!}0Gf@KfCvV)?3Dn9@F`GFA;<*+++I3gV=^UFAv zGf8$PHKr!DrXkxR{9qO}u4u3rfzAbIqb(Ba0+=W2}WT}Rv|!8Qskjj6z1J8X-az&{aZL49Wp zKLMf>j=k$=(Q=3FrKeDa$*RcTJ=_raUuV#NYMwr_UdsiC6*`5Um9aJJ7lg(lWfJPin{<&JF*E-o(K4NcLt zx)PS=I0dm;$r`?T+ z%+0aaL-4*=&HlrNgZS(_yuhtNX1)$GzP*&*oGcPU-;6G32}urE8qXOY9}f-qi1M2^ zzz)^PSbv==n6TRCYr!dw{w~8X8c?mRVgah zDEB@ovj)B?wCTL#wk)$P)FF`_Gc6GwTt1+3aE|TqCOK3bkL2 z@0;x40>b!68T~s>IhkQw`FPV_?^-xUD)v5Hq0;Lv~>Ao6)I$hY2zxS!S-+$bX1_`!Of3M`UZm1r z{^w2x+4Amw@x`RG8#f^DpRtSv4C_cf%mAAJU?=Peb`n~1?+v>i zU%sOH<;jZ8j{nb7-7YWXZHUH?tq`I)TYRdGQG^fX<&mW9j~_D###SXWA7$#-pBxVA zt6~T+*u~B4$;-zAqn1yeEKl_bn9=@eiDv{83FbdYgVnqLvJL)U31I%e5JdeSxQD|y z?TV;G<*2~n%Hg&rpCeg7x#oYn+W22O=)ZmYKf~4k_5j>rN7A!!C{{G{E9PrVYlI=@ zDhC4x4Lt=5TgBvt#lf>ven98TtJNzJ{;sBUA_2ijw07LT7wUdh`^c?psCSigPC;vJ z@WPaXUBOAQvZ3*bR8O+1R$)D8scX;*WnSug21+TGWQ6lVExevI2soPZ$ztVhcEHbF z;44-y3^ZH!F($oIzOHfCS)=a*%zt#K!iV&rC?r?3EvuL^H&ZxxTrJU#0TFX(q`(Z1 ze!+e6)8$-B&EB3qZhDF$Fy8%G-u;1_Nbqd>Cn&$7x~)LRWgPv>3iT{4MuWfHv0xY* zP=rlI%U7WkD-;sEM!&A5_Fj#{eeP2!HN|n@&Y4CDr^>wZ&THqbxBR5Yzn`S&7quI1 zmYwB5(2mOtOUT4?(Qd{U-;9$QKI&OfDSS&Oqow**Rqs5x!#;NBAv+|}wKz2__|C`e z^QuQKwGhsrwJBuP4gG1gg9&S!X4HdtZ#8}Kz%5*SL~}#;X!F2Oa+``isQ$uY_h4Az zi;)acv!^JFRSx?bTq+upRVltzec3YC&3m+SP!IP?9Dy#TR(%T5SD+~>_3c9ink5|y zoAnx1KPHuj8}w~ySxhGq7a|*NLHfF(1>_o^T;XccJLvfq( z!YsRjvm0kduQqlJ3kH>gcUEp$S7G1|wwG;-97{E03~UR#naVhF4m(G`YD-*I-BM0)0|ShvYT&hicAOMitaY1pF=}4c`%##U(l( zMY&%r_~H7&^GD1b_iI_d{iUlon*>4a+>{lzTy&K?tQ84;0X$7SbMJUie!?ro#*+Cy@fSV3k`zye9In`q7TcL@lB-oG6_H3>BYr8k*t zu}tlE2o3O;X2 zc!Pqmn|%EHbIS6|f8?7B4`R`-O@q9Y;?VhHA}hTkUjwm>XQA{KNl$Wdq>cP4$vtu2 zv;E*AbuG|hfsz1CLzrjhoI0iD4GJcX)-T%lpcv+ z*%))z>Iy)4W9?oy_jQg1_2ZnCzVnZ`7sl|ny3k@Io%ly8Bl*o$ z>|GL>)tB>QGjdBUS4Lds8KYMUExmuYOh*AoBm1)MRy*)ky#BRP;oMBgqZ^!!b`qyr z+%hgJ*P3^Z;o)d84cmAPUA*Ixy4h4+&%j9hVkb3l|7Vyw6 z$;vdmV%ZkHAAM_#A0x^KT4bt|EetI;y~<9R#){J=haG({Z}#BOxcU$F1HP2<0|y9t zIW$R0t6uwFu`SICelp7xN24O6qPlDHe!Qf)REj&?|8A(5pBmHP4E>thR(_Jo>Jt3KCqTr|sOfGwDHQn@bU zvP-{BUK<*O?_4@6vEC2B@O5sshk6d~+MUZNHik%zXcUZx<`1P0rj@4JFQ&V|ex#!K zEn9RO??>9K+DBcC?xv;Jk+!%Pmtfh>jU)S(5i-79wV7JM&t+VtNopAQoSnc~w^rVB z*8n@_kpLvi*1rsPlDRz9t*0w*t6&%&+?N#E2^L5x`xu(!Xq@N_8mtc3^|578K^*;c zH;B;Y(L%J+hjQy0H-@PGh*L-O;--&Sa)GL z13KP9w@7~dAsU-=AUx_xa+4t0eJ}*{lr*k;wa+f0aUMR#lJcqz07q^>D1!tiX1!s( zM6Ow{eZ7vUt5;D#xF5>}h2`;h&6imewF^!DHFR}XvtBx+^{S;l(R`v%bAn!C>VsyY z4qn==NRB@Bp@dckj*#X{Lxsq9PWq@9+lijM<$AYO;l})rnZ)O`G`7&j5$cPEqKIa5 zQ~}r1vGP!ISev<9pnJ*o!W%c6#fs-*3xm9YTbaklJqA3<_sA8uZg1q>t#-=MQf<`a zmL}#43C_r6e=|TU`@F7zf%5|_)p=IT9y+{skarBJ^scP@Q84lXH=%rxZ>F}tbS{R` ziL?fZo8p)&3xYQo8_>ND@pJ&%I8kOK(HvTe-P2dlGsQv9Fco$-C&?5 zWha32m0#+dfKB!v49Jrj(nDf`{xY8}sU64IHket48f9y_PQbq=cz)@}DTi-rx*R*; zGR}2LDWr`=aJ1DM2tKZr9JD)@4{;>KAtv;=%0V5 z!-<+xFd5#0{7KZ^@?yT{@!0ulW?!Fem(00PY?1EeDbgUO{7Fiw*o3m)V{+tvB;SChB%{=zf_9Jtd}-J z>yz1(R!vUa^D*%!IvG$y`VAmIZsTl`5>x-UTF6mUgy~V4Bl@RxCkNIaSM-}2SnB1Z zoBY*b?Cc0*quzpEtW(rPzr`9K4A^jRtg{JhjW4`<-v9iYH=Enq9E={Ctp9#P2*j>h z%h2Z2S<@Fpv9IjF`!?C{0`8^NC{n^FrD9O?NpVZ+eEE4?)zt4cYg!9`Gk4W@`N#2V ze7)7+EzD@WYZ1Kx)B6fMz4eQW3++u|fydHH{L6ZE3B3E)6n(`UBg<4-VtK=UXFW~nG*)=vcRBQr%B`PX12 zLKC5m9hsr5MZHGG;#miPYttIK2IouktQaZGqwXe{h@=hrvSO^~&$0*yOw%y)I7wy* z_JrDMNWsKK&VKkC`8fnn(+0-6i3Ao_snByawWQ8NEN`9AoZ#Z=6kQlCm_wQ%6K&QS ztW(RYCtTjp$1fX!Jm*=XXJV|V82n0iyhYJL(HXMrUzv(q=XzzDZMBjXc8}kGie$)Irr@VNy%=`a);Yl(p=B?IRjX)goAE5a+(;iYGylU~7;Vlm zE5A}YZkXW02LoAmN|(#rXRPGlAxpV%@1;Wg;0?zFAfxQBl{Ga>T6XK=p`<~7Yq9D}AW0^8ZPn>JO3G)6O@-{F!is0+Q(c7D_G=*)t+v#tFg(&xaBM840SWptrw9dV518EcS3nzPVC00 z?6cfQ(K`Izb&Ct;K+>j1ZPr_XqU7_vOU*^_#c>Z;`wO{kaW}fFRO-`n@Y3F&+GF~C zijQ$#8Zn-4wAr=dtgFm&a3L3eqOS3cRHMDBSCHZFl<0p4X4YU;gAD`KCW`a|V=8@B z=d`JcOa?yJ)sZh4S5oXP5IUj`ic0y6G^o zZ2L}c$e^m)^6vvz{*v&F~0yE2qL@ z>qfV~>&Ecyp~EVUF$hOW2&!$CSoCe@$)mQF=b-b<;AN<-f1}VrK#VmxR2V7W^mA%P ztgLzKH;=NUjyyYBwBoyS(%j6ZB7>5slHkDZX>4jTlvpm!UHtMf0$qi{b&Bc{Z!ZhQ zNeWd9zTgUN-CZ z-+9h2P_7q$%RJ#^tmCutqPXFqh)$bneC>RlHuASQ4%Y@g{^l?Hd@ZhhH>$Lo)zG|_ zrI7>56H#n%8kI+%^a8{0tRDDOn$=lrj^s_N5(G;vNs!+1O*v>RyY4%--A8(c#60N> zJ#hN`&9?Hj=-;9Nx<(pIOIN=;_`d5A>?<$J@04A3{(dGVOj>d^2wF0*gV)mk?d?br z2a!(V%K3(WrQ@0bZY(EdpEf^eYV*(4Lg?Svu2t}C>5w?s6ZD*HtUgil0GUkGFt}7? zS9<;n{2T$aVE&E&2}rN+?Ub9_kHjVdA|^6==ogy@G_#|_f>4%WZemJCX*Z_nw*#MK zHP$9m33v!lP+P$IwJ=U(7Sp5P&fIO*Bc}qzmEZmK#y5h8&ps!VH#`tIp&{Lr3L`wT zus|9xW@h`hjGuRfrRBU6tke54y7-R7ubz#$!#H8Pv;7-T8g>IxdisVB|D=lNpq$F% zQRG|eItEd$?Quse7f)~d%gh0ttp``f*4ZL#{;a!qZzXYSKA>5*z23DS*RIdNeo+;- ztey%~OuCBClnzKpQ^T)rE%&l)Yd=;hTc(C9nI4rm_UXCW$E|b;s#tNBcpy*e&WWx| zX)n8!X}2K1eBm#uW@TSRom#o&Bsn^sxU%6{E4cNFnp#Bc2duq$_e5{Bt55aU z+WRq(S&2yF_>_9NBXSXWD8{JQ(5S-=HFk|_PaJqDbANHXt|P$tB!O- zM=MKN9ZTQG%Bnv`5Zf=cy`JJv-5AK+aEpnp{1bwfNG?_?%m_@H=pMjf0yIjT8Z8OD z5%Z-nD%YY(Y$39|Qr0~h-i_$obAHNz`R-D7zkmvTzQv*gbQD>}o_RsxI+CMA9pG29 zksp20kB&FALc_LLaOp+b1`gXYKYhYul8&DBqlt*P}(%P z+jTiuwb~#Tvz-8r9zotu^<6d}9m6QM&9n&X;;LL+LmYG{4&mG;A^wR9wp)*<_Uem! z!o=}je4ivHozc=d=(Lnare&uq#JyWx^AX&y6o2^|W_(g(&^Ai#%jlTA4k7`3C5e43<)q0i4Z zeNB?wToVNMcRom6fvJHFxrdS(Pu1Zsvh#vn3eVAn0&&L##2Q^h|~31 z%!K)Cj9fnct)UC3-B~kcqh*MLSuUa1GqS-z{%kl*Wy-ZOW#+s;mXGISB-8r!8c(U? zyO&lBxdX{t39Df*MKZ|xm4WYuMpGq5nZw1d0wMWMl?9;oG3tQ-NeiI6QpTmQ3iZ-+ zpz-rOg{k=)g+yOs@zR^NDf6{D^qZ}Ez+@s?=mQa^X+P*o0Wz;AGq)d#kq;6Lf=2aZ zl}+O%PQ-^ULvW`kA=V(St>)`Br~&2SbPZn0v9w!=?49T0eTeut?qh#IT6JPdCO-&_ zJhV=lZb1Mq1rDezVckQ;gMHueX(U;z=NxrES=)TY?W=I z>&dgtqVw@r<<(ce8{g-w#Gx6vwp4n{c07AU}03^QCfG+ z>N_IUwoFIY&))yYC4uE`wJV^AMXHsjS3bwbZG;s9 z<&x7fW=3XaNSm6pZ(~13Kkp}e{Lrk@uU=C&F3%=D*~+mt-=9%mXd(6P^&Meu@3!v4 z7Q5m{D^22ra^4KbEBY()Ue1vBb-yA)@4?*_Haj)(;rZRwy1o*L1NB{Pjmo2`>?E3c zkbZ+ba>0`nzt*X0uZp~FtQNn?un(=Je*Y!y=H=uC{org5KdbZ;o3(zjEjud=wcK+&=4{=^`nV^lZ~IC^3R9L%Lp!Q${NH!u z)%$8+TmgLiO1|xUO$d$QjuWO5j(o2EdzCZn!XiHBbrZ^~sF~zA6SFoNe-ScXk=2$` zP_zD-k1@dHrR9ySDd*ZdGxy%#tHZ7eYfDtSm+tQ*20D5nwUlvoPKNz*?SD!cthH;K zRm+S`u_pNPF)k~{;;(m`|6js0+tU?3-;GOP?X`jE7 za$cXubX*Xq3OvK(`Qp&v#p zg?`irkDbt$L)2>f&QIM@*tYVmwzlxQqbS0DWhedz12?YgVLa7L%Mo&VXkX=PD0Ug_ zEI+!J-1HaVzK-aw_!UF8$}57khkAumnxq}huPlLgAAJN9?AFxgW*BhOIsJ2T>+7-9 z(d!1rb-2BP%NQ=bDn}&V!u_aGLhb|);u!Gq>vT{cpQoo<2KfWm&~*9n)gndIfRI-HZh7vDasx}S>XbSH~mDw2xQ#t1=tTaT0KNct}nCvxOj0>nB8-Q$j$}4 z8^Pc~Y`@IctkKb9A1=qFJeJb45u+Av?YoO@2iK+21NobWLL4ljx>{?j0#kpxwbw0( z>(IxWe6z=d&wZI*8QzfhA<4w>u`@EsK~I}OS_BKfn*s&xYJms0aNcX*UN=qbX(;0Y zYJBqUOYHPkR79luI7*$_e83m}B8tgn+Pmojn?@#zE~RAGKF$#mMj2VQG}(#s*a)sP z+c70uE&cpHIFxC-rV2KV!23HNOPFTb`pE?(O>phFk`=O8pSw>M2``U+otjlt>hwa! zC5el;w65&B70eMq8QJg0z8!mKSy0k8m$%GX%{PWI%la(1*PheFCKS%*R59zyxx0&+i}f$ zCC?iqRSM_bEGSdo_KGx-@$~J0yLSidd4T;5y;6mOfV%&UCEt{duL;&o`;oXNSPMSb zw5NZaz+vk5U3sjG_<~dPqR_Bk5swXDWKHH;Ie*HAVJa!DR+DcltTP?T&wLowbT+h|8U{`^zk)n?1WJzX9b7Ekq@`c}<&qzl z)cs3Nn8#Nbl=8yjJM5>7aLqXY$bfg9cKFt4BqJ zqNAOCrd-Y=*ViB8i8M^d=oP1t)MbBDpV*2p1^ao!e)Fcr>@bh7#c<`eTj%;7z36dq z5W9RAj;fdpj${TaMkAyL6*2Q_&6!HJ3U4jh3=0!zYrZ8SKc;0IC#zZNDIf@+}6=H?V_yA zhc2Jui11{3mboiP;uEkONO&J3l4(ctM z6XCfDstri3RKK3_*BsCq$#7Gx_>S4lU1&Q+fp?P^g;iUl@NeixRcx0!mHa zSZ7NBJ+b>B6y7Zrtz@XzYiZVf5k^mALsd;PMEU(2C)%#`Zf<|YHTl7&HMd`7-n}cC zYcz&*wq(z4UUiWkFmi;q&BTkQLm!SrB)(Y6WP^j#rhraw-rR=vxtn~q%)YdBk1IKX z%q9AM)1x3PU?@|&R8JrsGK-pM8t<>CBSeEz+1vSN3zwC`BmGI^wh#J3(kHw-`df7S z1K&*4g<|APiM4n&)*}70&O*_Lqn~i@rAq1~>tgOLp1r#n70M@rLynKBXmMH)W#s2; z1Aled-G!pjS*+95liY=A>4s^kp+V`^WVhtS-C&9`ZF69^TWO1Xc}zWa;(Y~Y39?Y0 z=g5*F+MY!{w{xSnWOp`1{svsX!nI;zPPweavNDraTS7mr@Bff^#m9o2CBrk%TXO5V z$y#;u!9eKtg^A4HJ9u0)7ynWeFN@7M7&v;Jo8QVvlydmJ98WKu%=Hji*`P|O zdux!bMDAaUeWfnr;#*sd2@On0p|75RvkjoPUr}sKbG)L_38f81X2vVsZ<)?*G&89Q z)4S}BTAzq49-h)5I;jtxI@{2rX9C_4`UM!^>O3;V``A)}I@OKYsxLPTu6Ea*<_zvs z(Vqy?pW?oc>Vv-=%*ja_em;gJ3Z1+j4VYs__!kl3ZCsC4o=A@}48dkvSp&N>HKFXA zqX@eCprggB`55%entqa;JV|ISRK)3x@-$pC!&{h(x_u^J?{4bc4UV0V$J}vjePkTF zrHicNGS?ta3oDwJJfiU`X$|GKD#Xa)g}!b)HEHwdQ#uZ|jq}o1tIlxcDqS?(djv_4 zcqaVpv@qh~+l2k^nw++m3dF+k8moR`M~++)Me)G6*A0_yLu(jG;1^qOPP;UwOQ!#+lmC|w_Vm^Nefo-$`o7huLqXpvkLN#Cx~>1M0OCIc{r?9JFoz_6=fuBx zv7XT@C2qVwAj6ZK40kq8z8@JWE~Tn@`oo7er#YBi`%f({TwFj(BIE+$nG^Uo=A|mP zxSC;eAAaY{j~D2oeJOZN9sg5w^`}JS_ZK#tXlv1DPcHHX4^9Il!%w)8V+q2&M1%}u ztcyXC-5!>Iby0S!1kvKFQ+JR2!xP3 z9~37TU`qr$AiMxED80JF8`O*e8uQsvK$8TbfA6f$ud8oFNAq@HtosSE(=?XI!3Wqx zI_rWVenbzRSV^y+RLhs2EHtIja>8&=ID+Vq=Humr050<91=QFFo~M7WA@6ky{qyrX z|GP?y|Lu!8Y*yi$#XF6pq3`uB@K*J7Muw=gp5??qhBDgOjdKwmMNj~(=&yCubgIB9 zOc$f0hmioHYSV4Dzr@YOe`s-J6##^egxzX#m3p_~)CH`)W>f7E?QGnxN zt9?xmf*LI!x+62SM)UmXP)!#tM?G_I|IEw8~plocu(QMwet9kG!VHTB8Q;mlk(GOa_*eNM^u| z9O1Ia;6$sudCOQo5G}Rth=MVsH2B^w}L%?OPkc9-hhX zi^3fPb2A0QGAh&ppA|^imrTB3M`LDc&XrH3gU66P0)E>|G6%kO^Psyc3W;<=_;%L^ zB(iGg_~Z%6b2z$&bP1i~z&8#_zLcva7BJSUNVf2BXjPO4?&ev<+5Pw5IfZXpi*y1n z1&J;)qU&W9#K&pei7-&V59oybW}S0$p%0tSkD{OgD6f%w#%CGkCN?GCICvL^eS{ZK zkk*mb* zI`hHMwZ_b}8>E*L!E>_t=k>BVxw!-B#k~sPeb}1j`A51K8Bqz<>w4$0a}9$n3kgr| zFXz5SmQRKHe(9DPm;Po~`Hf=)N86so{au#>54E;P+V^%isJBk4yeMgwn{uK;DX{7{ zFIfmH^9_wyU@a@sr6}Xne4E+Ah?=W#$OpTQ8`QgWb1@c&hSAKYo;*CuoPxp5iY~Cb zQ0U(4A+FZh{DIkN*ww%*Y)m;1N8Mv%=jDo`VT%@OlD)w5&%n1UVmTY<186y$?@+M7E;+Te zZ`!+FBs+VrUm+n8e?Usms8^6B&1PuJ&YmeT@J64|srPjgTd3TFd~<|C6Dzrc7P-g` zY5o4CT=FO@C~Q4>7Ym0pyZlx`my~YHmOJlHLl}{f;E(*>UrU~g-xUZjywQFdC9QgG zh#T6|%FXxV`N*OqbKDCJyeP8iy zqD+{%l&^BaK2O$g>C?V_lLvJ~gkV#3m)#s7`%CR}_0;&1zt7)>rQCMUPr-|&8mZ3g zaU?#Pa|1c(_61VOcv2AuoG})xX5foSa!g;(hh+^pl&8r->7^xLq$?pk%T03;s76n6 z{z18`x1a_MEcb%iD1xa;i`Yhwrro9erme~6o_`1~r-2U0ClAc$lO!2~j`oGZP;{^ARGUqy7T`^!rbF{cU#+7p>@kFapl(4Ec|k>iA=3< zHM8cRnyL8(Ep-wIek){&=+vw$%f47jU`lBzieh1af?rlmEfq-$5CqIGS&4vY$`pZN z_wMWuxc8iU?(d)ToX_Wn=XpNw=X_r8=UFj)8pr56)Nxn|(5@f$J)A_}xecz_mR*g2 z+Jq-u?TR$dFkJ#DOhfGEu%E5S%P5s3Ve}S8&M)<1N|jLqg@rm29spTp`o6mCr@A6} zqE)<6`Rl|cm_S(&3|eC4jQApVPojmQW7_J%BC;5QqE`hU0=}D}g&(^KUufAe%n2@V zc2=}7m6Fwjlp(2PenV*~<92 z$=`lEXLaHvUtly=1ION}4B%_*ghHbu=w_p7Ai$ZIq89>!e%_B1F!Zlc*Om<3>xVoJ zf@2mgwJ&r+Xn3Q(gqJ`qb5UYDxG=#ncaiZ5F*!dutv`&HqjlRMX3eB`aygJkZQngD zXO_GCjY28ifs#5xd|N0~{o5VNyGNqL6Wd4X+gaP2wEs}-iHqcUUkd9%wmugw50_7u z`B|<8+R5)?@-^$mV5eb#cS<~z5ty~r{&>)##l5{y?BN!`r(9|iuA--nZ2L9{96Y>HqZ{HFJ{X!1`AoS~;Lq_bBQ{X&B7lzWWHy2q z3OihtQ)8!ermKqRT?e{tH`Ooc!!h$n1K*`z;+ys>d@}19Ufsmcr@L9ZvtM$b%V{y7 zR2;kpnEEyM$*ix6|Au0+`V_eP_B>YCcTzQw85LnY$gY8svRKrfJ#Bfn@ZnbEi-yM; zVWF^H(Wk<48W)nJjGK&aP^b3{v~5_sfi*q-cU8K%U~$w8)6O-|J*4yB)UnHt$!RY} zUfHBVT5WCG_eSwj2qT1^ho@y1T5d zD+4=w6nsgMEk@E@sCj|z$y>R2TIYyIs}w6kt?dD#8-l4X0YUjT46Kkr8bsWZPK-CB z=kK)cdfIXgAIA*iTTuC&=O3j-X|Q@NhtqcpgDxGADp>vM@yv7^kMreizy)py*a&K^ z1&3oA&LqeBH@-TUIZg&6*PVNL%c<}BJ1C~XPH8GsByZuCa8sY8h7gDZ|nS9L~J1)PLq-;ma)wI zy$X74L@Cp?yN#7tf` zVZ=#JcVLgjE?~&S!4t;Clzu@#t;@9h#m3eenc}hl&TCz&1l;IcG~l6pH8p>V*e#^J z(E+&~_#`<^Ch+7RwO;NGKFx|sQ{vk=)5|IY{6`^S%%Stw>j9(+DOR13hpF2P$}H*E ziG^)pSAcSEJnINOr!IYVDYm0MrshU!9`gxDc&!^@k^-ZA`Ya>G!34uYtp8g!tY*D6 z3szG@DA#J`TRp^nV9q6|#d(}fxr!HGgzL;jqmK%RnYMjuy3u5%sw6}DT5qVRh&k*U zqdgbRvgzRW0EaH~Crq}Sae0maJ=L5{P)^cdLpL3*3$tM%-iF-s%B({RLv-Y}(62N0 zP-78NvVCl*dd4pK2F{!{>JF_tLmyXltc#|k9$I$vwfWWl^9Xr>!&E|#S;qpN36&Fn z;+3HtXfj)8rQGK3%y-s5f0?iLfUhOq;{Frt5$mc4u<58IX1-ze^Cx#p9?ZIJNQl8%^xMB>kqP{y$|o z2jm&GfB)L7OMl4#4dG1tn!WDXJuqxM&bz0QT1yOYeUFty9y#0|B6oJ~8IGtPok>q| zoAeq&m$aRi`Jh=^2lZsVtJ_mlln+`rzpJUyju}QsbM|WwfA`5?>~<-7XSbN literal 0 HcmV?d00001 diff --git a/docs/management/connectors/images/thehive-params-alert-test.png b/docs/management/connectors/images/thehive-params-alert-test.png new file mode 100644 index 0000000000000000000000000000000000000000..c72eff5e31054527bfd119dc21ed443bc82b7cbd GIT binary patch literal 29603 zcmeFZc~nz*wl++)U0U6Ww(S5iRyE};Aj&+1vMfQR02KvgR8RpCVweepluZ?sfh2_} zC}UXxQ;HA~Faa{CkVHj5h!7xDUb-u{ENfSjCj ze$(F1e)hBXjT2t(x_>nIqmGV_?y;laoYK)*MFT&#K3fg`6O(=#{6puHxKr+5>r}TJ zNx&b!4?pC2NJpmzzjo=ur{M2DTswL$PDkg@@zBpF{L7}vIy!Oo$G$mqIyrc9Iptc3 zf+kI!f{`0Fl&;8AZlWipB1MF2u(~fl z+QhP|f?GLe91zuYv&D2lnbOlGXiJMuzxm~{n_oWIwAl1}@T$hIN5LEa9JURNP$zyL zK~G2LJKQDt?{swD*5m|(|2gJ&uGP``ihTh2iH^?bSvO1QORfLGm;7S}8}HR!eAQ)b zZ{JI~=!013s%W(xhzSzi?6iVz6w$!UZtBA0?02{5A*1{ggh#*~Dp* z(gc+Fcwz%rE8Snl-LkwMz2CHp}~_nxS6#sK|RuLG%Xgi(7q> zDdl*(`mGaeI~Z~tg^KE0Yp7n5dE-3LMXF?xFOLnq_xU$Jnl<5FWv3m7-kNdB)M-gp z$x@n>gpDGXL1TS(r;EocNKc)Wc9o_|i!2y3jY7}r#9J$$Z6pnsC{#s~?{5$*LIl@5 z9H+kb>58i5_kQ>g1x?%j9W7DFkdy>ptN1eHSYN0PW51|E&LQl)?`IbXqm(eJcj-fO zT^G1+;I1Y8W;*gsizmOrA@drwXcoWIs37P|u{{l$BqR+MCSf`ad-l=xR*k2oiUbAA+jZyK_o(TyQ{}>l>4-D#VrD^L z>3z>sTi%32oWXo=k0f7vIHum(%hbVcBQJo7@5Y{_qiT+%-D(ELw{?cxX-4=Ml zGncg%d(|)lr-P1q=Ki8yt^`$Gs_7% zx@l*LbL?VlJpS@|cGM59OV=(m&Q_;lI$STk#xlkHu9y5$9$QR;ag~iiDR=qGaRkFo zfNZi)pqyS-38OG1bAH`kFA=Uo!7GA$N-fWxaLy{O@F=LrGEwt>rQ`m@Wkw61BFdD7 z!l+7^`mdjwmS>rk7S5?vFy{PRc8L18Y}TA{|6!+d@GkUanZ8WHa(dBr$EsFIKka>P z4LILERRp`$Q-zo2ZD9Qo!^N9UaXp%d-KK#&%0)uyyrntrk9Za?ho2lh+D0DmEv^pa z+hKePq)k#wGt&Zs9fna*zLY(=V%3d9DbIf>*bL9fV0%fnY#BW%YiGRwC3H0Zp=+&@jR}A+4!)d^ z4{$vQ4BB$HBhs(kA-!1>@ZE&VGi=+A1zE4RZ@uDdd&5fd**QA;;=)~-6BVlhyu zL(+sCzCOmvzLG3J;axal`gBDuUNm|+rOrOaR8&Q^D4mB1`Yln>9cbf*eNzF(f9;mO z+OQsWbx7JRM3f@O?h5C+NtU=@(^Cb~=)}bcGFl~;_wZ`77hCRNHwLDghAF3-1fMYD z_F8817&2B7bMkPS=Ws4>29~OB<+{UgudQH(orZYhG6Hp}wFy<9yuN#5`dDQ6){u~2 z)o+AiBf3i6T< zlcxELQhcBZnl*3H5|^%$M4FkYC8uJvn$ z?4gLhV7dqAJa#A4o-MusTu;02VieMkmg?p2`mUg7!+Zt*2zfKni4?-HP*_kAqR)d} zZ)L72xL^9IpY>EtG|ves?m#CEjfNU^KQg(oPG%sONe2r#b^$r^WC+PlBmV<>H>P>h4&V`{ntp}u5vk;%_%ORAx;=fq(YYX z%o=_t+sLojgcrE(VfA(o43B-@9B!KNaN)BMg$j?9$3z9%@_HsKMF;kjaeGQRbLpsi z$cG3AU=q!|>Mhnp$p@DiuCe80qss1%)HfYC!BG9vfG72xO;zmFxdyR&wI!o{Y_x58 z;uGyOj|Mf(+z1_T8=OU#X0C4RdV4;nQxUmPl%-c-nKB&G^|rs$^g6G!bKAqP2i*j+ z%HDz3xSU@t=q4mZF(pg{CVpx*rZvJHJ|&Cg8Ul~DpAL?kXmqmcoM78Fnk+RX?Dz8) zs%U@iysv-lggSRz7*ygOmFf;Jb_}4q&G7_%uI9m13Zl&oVO^g_?aX;Gxv-Rxks*0g z+ukRf6zLW>HZ^5i^>8>oRJVHMqJ0HrPs}Fb;R0?!N0c8}+PL=7H+| z>EYZDkLx>mOUVewxCg4_lk4Q?0c3cl^j(y+(XwNX56*g7uD(VsO**e=HLEfW4xm0w z8Xh=;(aK88H*fU;N6q4}3$J9K=RC+Y+!;u2qz|QnGPwGY=YO}OYyc9abo&1Kd z?T2o&Qbdat%$qtZ%cnBVA5x9L7Qv;sA=b<6#WR+c>?`1$4+x{qQLde|nh`2$hrxW4 zgi&joLgf}gjr)vaNAZ|eVM@?^jr_+<9-z@gYE$W!uL=6_A2j-9my$nShwB}(qg zd>mvYrsS^ng*!KrX~1$t-3~Kv*<~(JQ2f_bOuBRhxb*w`nw)!cqh_vPjmf~!{EV%h zdrGU>GeX1i#!a|Atjm#L-v4BFP~G`6wYnj>ol}acMvULeHxCG=N={EbJqi3p6p6kz zZnI!q|Mi6cyk7I-RO*zu$xaA;?Wa$6bvjXFhF=!>F-ZrGk7pTjua+5aqkU-Jpm#qE z=W=04r4LUUM8T~ZU$?p){9{&DR`y8)#(`g{bZ46skI?UFjTb1!>gGR~&EE)>GtXC- z&KNzNpKH1z&$RzDYCyKh9rwshHm~I8Gkhq(2s(>LHkyV6q+y4@GG{g&VCOE(yhNNv zMbFMTmqNHw#IrD_g&m<@KSlk+DTU1gr@ye^&R)egdCmh*cdQQ2A$7vCCTYvne}==h zbnM+D`0+~AYpLG=EPXZa6f8Y$*@3qRVvJ|XgBI=(Ko@2F7eMUimm)xnXCyL)^%H!9aXmzc^sAVqsPgJ@8Pm zdiClq%k-2(h0}Qi&XY^6h6Om!TJf7>ock_K$4t{H`>R42bVPQQp@G5i+RL=k(lYhe z{q__P-JkXjl*Rr|(#Ucr2FX`A`ziOjRg!$)LCSHrC*G|a7BZ!@;eZzh+ zGY7L_3lBQVqexA3WkZYy8jUWrUU*l>=FT0D6Vo}A_=&sIi(HPtSaJTTcggZ;|AB*V zDZ_KAq3sws1D>4YBP|)EfB>s^3-nqS48!83Bxzo0I?~@tKE=>nmp53Z?MB6wp*V|c zw_3;C#hCr*;^J~7z^PC_>|s-rlkNu1;zo+o6tzkJl1$vQZvFbL^Turvyh1*o{>!N) zmw5^S6)dZ7S+2zQJz7#W@l>Y8p?AFVDH z*&=vjlg%0MedesVbpU6d=k{#}fN|t*c!`gZaTLeQq6gD5W=P<~h1{eCybE$~$GoAvvS5XY-A(y?@S(*yGNVOAcZ> zwu#Jf``MS=zqNm8-|eV2neWi8ql5&S;x`F9C~B}?7Nv*NjLJ01O*^)bvqRsob0_r~ z!^^Egndq~4#cazgazeJVYbtfZA+{-*3OUh^ZR8s~_0pp_&bIKbWhdqW?+l&f$ zC}5mQ=>vYA+$KFYr5Y)l#iM69b?2Y2VJ4tZD9K;fTJEOPDHiG+yl5uqUeftplL?b= zMS#x3J7hTsTESJ6et!DNW9&2QbW3Vp) z$bEKr*eUg$K5#@d5blH}vvii{lIFa#^(@nP7U@#7^Up^`Ge;@12 z{LFDmd4riN)Mr}dgg$0PG%9blX5&R2_J7$%-00^XV002^)@pS;>{>w?AuXp9gmvo$ zN-|szt>FnwjzM5fb_Y!tRm(>L;CiIp{K+!415GhEQJ1!W@htVD((B3Oq`Zzz zRmWLAEx?Gk;`PWk#HVq5%0yul`b?l{Gfm|@erj3$Lvqm6jZHiC1Q|*bxOCJU-7c$V zjc0^Su(#>3P3&s)pUM<$R0lxgb=N-pk}C}gr0*SalQw=(NTzw0D>O0+qhhVv*3xCR z{dFDtwq?0y@rDm)t+eWR>*8vTM*1Q=dvQsjsF2*V%dfzf%$!B^QHP_tQZ~?i*703P zcRwhe>*zdQ3ygMvNy^~Oouz3H_3gOc4fpJ4wlVMIv{-+i&L2&RE*MvZ~7-^B$ASfD2!Qs60PgD+LG;DT%9~InA>Sc zP*QbQCGnrw6cwu{OkO>_f!jd<{vGnW>RzaPU#(XT#ZtAb_h!-;aQn>VzfRCPWc!<{%w%rlNkNlbzbY(WWu*`3kd&)!- zO{Xs$g$His{xAZjdQ5zS!|ZTeqzc1*>9EuQLG1{serem1#5-v-Syv|bdO>hx>09BC zDMp<*P7&C2LgAcWa6&W!HTX2Kd_KyL@slrUQ0dIAHnfNdz~DtcN?+TIcMX!_w-D_# z-g%~;wOgwpEb{Y_#8;!b9{CoYStg0!SOp6cD2OjD)3GPgjNJberq3Kt6e*ezUs}1H zUuf*Hf2{}K-0fWY^}3qaz#m2s+a40CmW-_Wg}V2I*n6)DPe2S_@nDv})*_A!{k~o?(VvI$5eo9LZx|LIkCh+owl& zR&iVhF75-tilXll!LG$=W7)ziRw^_y+p&7`)^5A4?hD5e<@?=Y0!`0&M=kGiga63R z=CW9CG2<}}!%sb@HgOB!KW#zhn>|`GYQyWf?~u~w)xz-`t(DTxg7`bUK7|dxJBVpb zmy66eH+2QsW86REH-GFFgmfIR2Yx;!8h2l8Q< zq*z>1{Q5Sc9lK11P%!cwhr#pBC|Lul{+CU5Y)NZ@^8xfweG_zrK=kBK@W3r$4pWPa z;<@BP+C?tiYnzS^t1`$D>47kaDyI7{FE_Rc+p@=!R}qwoV^W$Xz0f7xOLWsZ_KK{X z?sP3JNTwRrzwY$Vxt?tFv?M0VRjf>B;J=?=?TuMT2_QpCAHJu=`WzdIH4e&oul(a9;(<3yPJ zg4I>cRQWc-9X_;v7!sa#L6V3a91+rGU?p^NLK?0YMHS%qX3}&^r;ADD z$@{>6Sw!%D^{sAFHKVM+nB?T+yaNK#-ryPi+X?do=NG(UGy23HfDR%D9Z9>_=zLf6 zIT&0w3@K8O8){T1eYsI-TvAAx@1wK1_r1$<0m=9@Vrn31T^ZtXM8vKj*Wpb0D{s^e zV`T5f$XBPdxA1KRGgS|qH*vTmh4Zj;Ynh0U?kAqt+jo?0l=`)*m+e|}u1Q)G4xw!J zkaBWza&IQ`oj@R<+={+Yb}1<-NruXH1>uPyw_NyS)q3aTA+c-17y+V0zw?FG0o+}= z<#0o;zq_mfwgS3TeLy4ms~nC((eqy*k$~ z{CkpiX260zG$U+inSI#L?&+ULSLtZ+h^m2Hlyl2L`GpV5`Wq|E}d(j5=DSpPIv(V~GS=uM$QwZoNnxk21r zi%bypqq$3hm(QMkC7Y*sJF@}lo0{iS3Ah<5*oS9$qb@Vmld0^HX3bJeVbj&gOskux zI{NR)GhE+v@MEHw;(=`dKY9t&?P})q4Fbg~FqWUHSj0+3`F;Q%H{Zn89Q))EPdl4jNaE$8 zBeh-lsbsrlL3{FU&k{~;Ga)HFguB?1=Z#&5*9Rf{6ubM-EEEVXs~MUa{X&Gnc%e-c zCM4A-7(IN3yOsDf)4tJhVTgli)u>(3Fq*uJMG}D+%Vb+3K=|D+^@HjnPFks6^B6N@ zQOx0cDx-%02wZ;(tz&ALPlB9<3jLBbZ{xL$<&Xfi`B|z_WXBD0l4@J{mS)Gyh?K^} z*-_`&M{!;6-=CKyFeh7EA>fs3){9VGbI5ExY4}hR@ph?@Z;s`UZPX|WMX8%QcH<`0 z3%Di>$*wvZ{gq^FY|oU>@(2G%+0vmmvsx@#}zGlCJ>$l|Y z_8h*l*vZT-)WI<^QO)_b07o%pSF2 zU;jMFFZZ4X?!{me(atYwSkeZk%0^x~DOnp|jwHocFeQ}$jb@(QOnjGFrCT`mYrn76 zSWk6OK$?22^TiYNl4a8tqIZF5f!V&C%kr4YnOX5wXhe zyR0(f@TSCl?5L}vC#x9fmzNo#yGr3{Q@<{)$p*84Fi1{0M|Er5V`3K^78neN{E7Qs z$dB40$@6|&Z%@7%9qbD^w|Ny=#X5=@nvoER(Ff8*gV~jgwPcllJD3W4rma^!c0BYM z^XwzcMnAQ>C)wv$+rKs-n_RXP`i@ z&BT>&y@&6-$0A#1=-PZr;aM#_ilFA6?gdeq^fAarqF&x}-Q&fuuwlG9v(SG5N-o0; zR*p6VOZqM}RwZ7BY}2_m#?74&*ReHhJMOBl_XjM4vGlqUn;L_9`#t3m6&9RlAiZfM zy3+FqWO%}JeocWHm2)0RF~95S%S4|dZ1nhk?L&Xln#$w*D-5Jv3ELM>Hb2b zQo>;KOLC#?mw{32JyS;M1FAD{n?(^!*IlOt?R1pM@4b4M-0(rdeHV z^+|1gofO6gF0+=_AtC6~y3NRK%hT?g+=8=$P)qu(;oQkU*@mqUK}(5_P}{hlTxgsE z_GEt;>rJj%O9Q>3gI<&t1i{5LYk&;>stEJ%vS4r4zjMTNC{AKN=)p@*m;U0v6@Gtn zvuyd(wFcy+B=B-yu)2ei1Wm6D_aBkT%*g{!U%kD-V4ts|U*`m;qHFE9lT{55&GzA_ ztlf-mHi>T4J(mXD0LsghIjW1WR{eZKD*EoJPHrs&f!lX7 zvlS59oSP)=b#lPpPreGF*#Zd7f?&N@Ge7%;kPwbx12Xdb5(EgFuF5m!<5Nh57lLV9pBFb==NeQ3EDp8a${W2YgR=7ml0zR;6&b5#k#GgY=MT; zXGy$kD&JxXB^@zf-7m>~TSi@!_*ssyJHt$|ew|(Qas=}Zf7~wasZwc$(UdXLY?ed3 z(KY&v00Z_JS(f+1hNG0oPP5PRh{kes@$>_QoKWuZ_!gmd>}X z?(nM;BS=!wk}@z12&7M## z)Fz>TIW}J->2ZUn@OZ(2rLeO$cjgB7e--w7wmxn=l*$@U08~d@@iMi((=dd`wOcnm z6E7CDpY9#FJhnPiQGlyk6PGl`h21D<}M9Eof#2&e(@xo))c%p~pzR|s`NU8;8v&hcv zTFzkdM6y|>MtX^)S5}*5R!Q-sp6iy)Tka}#r%q8oBD=9n6MaGDT6Un8A}FX%t+YSm z1Z57tYSMBWQulJ_nWoB?msqo>R+q`{&TRd5VBjYA{nzM@zvo4oK3$IDR$SVvI>qe@ zhS;1jWj^Vw&&1C`^Vw&UR_tccx(y`3bn}!q4Yi6X063eK(d$~1;rnO;o^8Hz40c#0 zuUVaC0D?SQt(gwf#gQ~n27^Cz{IdoN_2zr(Uru$Arm1LOf8=XM5cf(-c2iX48S zR_0a}F7Ii9RCf_B1o94O?|e1Bjb@`20s420Rvl}?@~=OCE*EB#%0Y@SKqV@hI=)uV z+-samf(JS!R-J7)KvQ;AMo#wEV?As!Byl%4*c)I_tOw-$UV=L~Vfj!{US@KzX0$qW z%G+*vZcbh$UHW_wA*Mw}MEr`V#PjYn{)Ww zSeaqg^@*$UWT72gq=UU~T;RU544G*4O*4pQ3hA?hhcP_qGFEz@hn^=^nM9@!cb}7p z!$W@JqtS;7le@M>zPed~jj}bR1*BFZiVk+DE;(vmv~toHO$!0JqA-WK>*%~E06GKS zsIlAt1Y}R_zfypNJ^x;Tr2)+*vY^wD_-WZ{5)J4!CnII1 z=W{srLIa{<7O^zlc5trA6_?Y)E=zU{ikICsGqp24g6%|soF1_+j=vj*V`~=r#Cpw6 zJ7Hq1-Jrj-oAYHONr~zuqYMMED40`3k$w}0*s%|0;m`%PqXM~bo7?4@rrs+lp0(Jc zW+1(aYf|PK^tO_VfP@q4;SOy;uzgxd)R=6|_1mFx-!<<8;2jp3L%$peVm`|Wz9Ty& zGYwO`8=AQ#T%1Bbrl3-SW`EAfO?!UCZ!`ScGcbOLX|aDAzc}_wOXd4!p(vDEmV}V4 z_61x6SrG_jPbpMLV*8zHS@E1v(XlL=V&45__|TKC#)R>%KWy^eTaD*Ueg@9Qhj)}`Y*>DE6wyBoC?mvc8OXd?dTlSgHiVGe z;{;g6=wMHr4V3t(7ruF$ zoY4=24v|A&`7UMVmo3S^2SiZ1J2;!rs=51$Y-n)0O%o8z4exH=;Ied7hL}1kJtq$Q z$+#8qFuwS}a&MS7*60xKLqnArjo=_Odd+5hup{3W6Fc-J1$u#wv9DtjlH zvKjOf@Xo4l`o%nfrCNmHtO0t~gXV#C6hwBLJ6t*4`~y>&!^sf^;li%vn>p|wIPiBn zV3NXc1Xg!vfI8-VGI=Dqcv>|M-$MMHjZ$BdqU=(#h9BCi2A1|>zFum)r{8Xs4nV?H zMMKO5`A8|qC!8QP#EC1$(aSt}yVI;;!GsaCAFPp;!d;T5{8tU<28c$rXRMBkJRdz3 z%Y;X-Dw2lN-#wKFLQ<}a(DXs7kFR!GA)`Vevc9hLAGX6cAp89m=?3@I8up%mPc#paSIL>J=yBU6b8YZG0uo+7`fm3j+Do z%$DWI^VhCwt^pS`_UF_H$qe1Pr{j8?7J1|`sC^}B(J>B3Bl%w3CGbRk0i`mu()3y0 zV|3`6W%eshc93*4|oy0`%Vw;1@Sz$!TGoE7WE$&P_F>x;uVx<4O#S88a z7z|e$&{{?Uu{;Y%Saj-+YkjLBltEZ;KmA@_gGYzfLb-&??P*q%vU*w<5G{8>q_J#f zc&}}P6p;2oY1HjtUo#`8oNWg={q<3XTyVR`F4_Qt_os}yrluzS$KsG{Cm~fq zWalqOm~0@mi(FPI%*^VI8muxaP2o{;`XWD7lI2?X(~gq(0m%YR`72_~fumvXS-E^}2%12tcK)N$VRDMRy~xfL5=Ai;P|5;QV_-Us@JZsJ z`Etwjg}stBYfSSmw;^d1BjCFywJ{z)rwYq&h!gaUdLj(u9B*$A zh?PZ3m*+V*D?B*w9^miq_KEq{+j-$Mln) zMi->?PFy6SO&X$q{9x#w0S&`yWf;AEolPC&IS;gIwj{E@F5G>OKo0o0?@9`^F$AQi zV8E0o5Jh97ljmrTp2}C9W<)y%&`$`lH85c5S!UpFk88CPTvSulX-I0O%{7j5cDgF= z#*bH#;Rle1iyPD4evzdIzo?LOq}dLpwMGXwfm1fUaRoAAg`QP8LExeI;Q#$#ILR&s^mO-e`0Qp1vE9Hiryn0`3jq!uHKIk^6kOp z2TerR#lr>QYvr<26TkGjhn@SlJRt|6C8w*OPizQ=ZtFo_SdBi`QYx0UNM&0WJONLsvtxRuP18lN?? z(QVB)_Xg!Ifdep{i2xWorl{rGAXG~+l;`aMl{j$5NsL?or|OkU%gf750jN?4g_6q5 zFcb8Pa$$`SF|X_oW`Y!4S{l0~37_-c97Uh8BGE@0bJ@-xTJk_cupKKjhea$!?m&TBjEW@wUBBYr8D%I`yY0${TMP6E zvq11^fh$xio@Ze;8W9#=WLucChCqoL=7OO+E+j=!A1Y@}=dkgd+ag(^JKXtlS~ZlC zhXk#{IObQ;ur5$X1%l44Wzv=#c|K4Uej)UPcZq8BWta&_?=w$MB(JwBG({@m%rMxT za+Bn4`2C8?YPy9BP-sdf`)ae zy?cL2#gdO@9@^&a2h`>ISnhx?b3g8bzsUpL;aycY{#e`t7#lZHejW(q@K@xlU09!7y?x5_wVWbt zLbkoQfw^&b0K86Pe44Io;UUouN>Y5a6XKZxOSSGra!K^9#oI@$_KUFhgpHK8Ls>?p zBW*>DzF|aR+`<%F#yW+Fr=-0ZGdvd^B_H9x+|xqZfoWxcM0~j&KRNEAob^+*I?d{q zXckhVe6@3h#aaL3#=EIWB8oHaF{`upGN2U*=~Y(~erAO+rPG7KAO!=CTfe8)GO~Xj zAv^(pUfrWLZ(%2l1}7zw-MAhAxF0uYcOOLR{wKsOm*g>rr??xyu6^sTJ$P;U`bNhG zD|_xkhWiE6MRFK2mSgX?CMwFex2n2cPpPfyyuAGY`X}p> zdNw+cJvPyCzP55BUgdKE{sxPj9WI>;8u#k(_@H{+}!V&rR_E zULfM>y3~mW^2gueoPNda4DM*v-Ojy`?QeP-I{}lmY>G?$#{5fGugzm@Y4U7-1P7BFCaqy>VIFr`d_*u z?=isg@z1WWA>vU>n~H2usvK4o%yGO&x8hQ3J`re&T+D+SuQs#C4Yd4@xfVS{>zkN( z4Gs=6l`fjUW_Kaj-rr_#HQxg>F*3S3Fh+>egs2PCm-5Q)1J#Mwru5i&nH88I!bkcA z3ROG{)2@t3rIxVt$@+7VP@$5x2m;DN;##GY*{M2+D+w=6@X~e%fXb(!3ZrZuvvVK- zXoXNyYeV)_JN*_MBqStk5jo<%WS1e{0q*y^&J{AkZFY2WeB47@F!J~dZE1}@OU4L3kH=emNKk>D-}OW^+hETbI79l7no=W^PE@t6^rD zC3SzTR`KxEd?o5^BiJoX&7*f&WOGV@WWyf76z=cX!(ZTj$9`MlG+!b_%(=e*IljA_ zTLBgC8>8MJikxHM@DOcXzAFG_`ZO)TxjY2&F}?ba5#QK>S8aakCY9~{_Bbd{bLs+R z{=|Ft?g^iQd7QZO+to`h7K`dbS@$^|_Iq{Lt=n8sK(up(3Trqel|(yjbO0dkVo`dk zN28d(s3lrURzmWefl*yZnk2*$g&kc_`7g&t0%APM)Nepxj4=>xM)Ii(%mnCh6z$_; zvfNEj`%oeQy=3b?<jvD`%XY>l26jEJU z3TScw=yk?cPSnXC31peUU}}($Q%0YKc(Q7+FCOZTfo&- zA5ZG_=l9;xu0;F4t9LXH9LR&+0%x^+ear+-wOx8_mm^3x+^n@3vMp;gwi7=yJ&?aq!Q{WBzYOw7^$F3OpL6{kWPQfup&OXf z#^e7wy&3D841H)|$+Wbi+>}ev{_E=i>m&o|5|rNzJ3GAPRq+Z=zIYZ09&h!XxWXvM6eeo zHUvVm#PX=g&fhm4^{C=+dF8!Li#|!-=(()ln5r5)YbC(&ZDCxFH=p!GEobztaEV%` z@jrAQk<`slQeYjw_efZfHe5Q0F`au@4?-6`i>clG_YjwO)3H98^DtQ#Ufku}gP+dV zhD!fGTK@mSqv5Q^gu~jjI3654{iu&rLhSJCc)q2@(Xyp?;azN)`bIq9ph13n#I8EJ z1h7D%KZc|;&qT6v?yhzKLXN4A=K^E`BoIGxc!Sel+R8LB{!ii~9U*s8!}k0Z=m4<+ z^(@eqryyNP_(NpZF=9DLKzfNwlhT3TfCqxt->+U#W?Z;-ZGTBhkAs$u0!6-V7UNS> zCJtS{5lPIG??v8sw3XTeQ=plP*BYbbYyLH%K*e{dAmlE@581~Wp}hd*E?Hb->>o(4 zXWt;a&eB}_8nFP1JMWqRDSl`U`xy;1Qt8rTEZvr8WNh#NHNwGxKu@zjcx6PwK5?mc z2!FB?@@GEl-a%be^r;^n5KE8!jf*)f7gNw=P{ z_qjiC*2oh_c+H@Huw#xwT`eL7%j=Iqr9+5!DWI`UHV(E?_GVPNYFV3ik%C9A4qCa8S|jWz;v=mB0&&!f!I`?}a{Iu@e7j z%H>}!Y|?FR9yde--gETZn$-SiNLOh=unW63c+J0WunZzyHt0eA;gp#CYg9r_#_H8P z5tlfk&1xPC5uEp@mfI!FUtPLDGBnVpRB)Da-V;9qmL(F<;@BUo6IZt2UvSf`_mktM zZ`AIeL$0VKc;eoXAeS)pk8thK_6kp=FSWW&t+9kYg=l)f0omsNM$`YB%!|`)W;Qv_ z^_ted!OaIA|7J7wwV8mrnt$Q*S3J5WYg8w2>4{SW{3?}MK&ZTuskM7KLq4=nq? z_EcLFs$%y2JD%!aFV^#fW^D$I>w0JTxpwyu^-?2FiuUz>WL-T~s@2&a3^h+aoDToE z-v6ugT8_QYkm$&cN)xqJ0Y3$zp==P{tT*^?nlG^ngF3;1);lcsk}yfvCCLwZm+yo2 zW7ZY`X-9akj7#9nfg>gknxr;iIH0V|kc-m=ik@Ai0ezsrY$wpr zWI?^k49PFENoFyNB!SWw37Xr0<`L#Hn@0g;3!wQLlz=44UiF6y0U;px*biGdj6g1~ z@QFDJRr(gXY6hY1X7Qj1sv-C+Zb(q}>ki-4!jgNch$4&+>{qk6`% z0Yl7XsDVNDV$K=F?^WM#^4{Yp0cAO^#=-0O*;-NgN4dEVwYBX$`SovAq4aeGw$Mg>sJ+2M`8mz=Yg)M#4*vQkVzWmpPSN}1eQ z!F-ADFbolEBSc9>fx8>rxj_F7jYbQgMmt|#$JMX0x@bw8z{m-vrguS$JB;|xA>ldi zK|cvSe5XLbV6w;0(Hiw%%a(IU;aGi3wWxD*p9@@XhX)Q2t5y*~N8z z_NsIA=Vx*nV!!zh9Cw3${uxlR{A;u`8|o5}jFUOPer|$CfL>lWXVTcHc~-PDnKC%+ z7kC@0eqb(x(k$tPC^D9vLwF9_i}(yYRiS=lXh7v7=0XUD6t^%l9FRusdUMxuD>yb+ zk7?b9p)ew1U6p;~xfKL(8*#e69aJ9MvrhKAE-$oOLunoJ5W39Dqg$q88N#;`H?WUx zkU0yjh4$u+RCJmrP%9IZi&)0OSyG zo&}0zP8*XDg|Wpi(ptVJU=Z8jm$$ehMe-5K6n#;BGX}^WnOt95h_g6(YIrvbkQ&Ds z&YBm(sJ-ry4oGq$4@gI5IhXs?Yj@#nW~KFT4rq15566;qt?a`BVW3`-S>%43B*U_M zqoi=0vt|TzP|4{qCTDYpgQ2QNZl^P{IX|WeYU>nOD0sPNJ{i0KVFd@~*dN#icf7sH z9Y&5Hoa^luwdhC;1*BHkp15I|is2@2PCq+eSR;@n{^&x33ARRpzPQL@0kdq3y0ZphrJ#^amIqZ}r?WLsFxC`$bWy6~GHuQ92Ca z)VtbNqQn0p?wFbfrKJtY#rm~YSG-}vav?owASLN!;G8hqa!Ua-cSIQn^7#^ozho~> zC?Q%`<{(U2f?_|PUx52!5mo?&^Wwm)q!skJ)UPTCO232zup;}pA=F7zK8XUQHYwr3 zR6Itm^`e0qXR-5asqJd#5yzrXYt;8H8G&s?};x!pXHU zm7vBa`y_^%xyjHIY%%VWr6z&qp0?b^c}0AeSK3|45qUe`^>R?;$RT}R5UMSK+1aQ6 z98|dirA9SnVl)irk+-AFe_fCM&sOI}w??6=oUCZjUf7InnkPcp@CLv2Ws20yG=H75;0US2VHO~Ak+l7s4zJM1hq~Y(p~^9(4NeQ zb;32KNQ(9`lUlbte}gUHcNz*+`fthnxu)D2-G5;?zHqyk^D0?4W*x`=N~&yo0TGnj z9+kzs_94O?W07&|h9II@hHJG#ibQ~tuC)KO!Khq@d=GFMdPqKUBztQ`NGbXPq)c+N z(N@MY$5TYR;&$PuS)D?yXatmk{EgGVC>7s89E@zosgvtE>{W)K`Jdr&=I)M$knqii ztu09FyFfvWy`xb9yXagHlpJmfoZxxtekAWJqdu$|Ro32x7y~qm4k1kb^t$~M zL!wLS>>jYsC&T`o79~>KN1&6O%np37AKO`Ewcq|$qhFOL#7zE>o!XTJ{KCz5&mn;% z5Xn^lX&ew@{aTabn9<3DRBnc>81J#EzUgNE{&cRct~Rn``x!0q9%q15mU-ey;(p{_ zVb(x>ot;9l;j+f;Cvd-VFUz?T>jYj7!YELScW+5qfE`#-(?JwysAbEpsJ?tO+6;vB6s<`*JS<;KQ zng`#cr88fjku*pw?{9C-*E408aY|D!)V>}Upfwqu7HA2mqj=a&D*{5Ob_zAMdn|Vm z)FDspAm0#LK}8GxPW#VpMwe-(7K;Wg#wG*ug6}NE%FZ^7YjqGg8kSXfwCe6+DE=xqS zg0e(bilj*3xPMu3&%Nt?<2|9R%mME(S8g3XMa^9dM06`afWQv*L_ zIsDikec=K5hL3B-)Vw*38jm3~$z(V@KaRtl8`w!x&Qul+Sm2DxP*X>kv(^yrT|O6i zDapH0OkY#WJ(ImEVxF&g`?BvBULI6VWI(gpN21SV3V)4JH0l>XbvTZ5%Dkj2^85mJ z=LaP|!QEYI+0L*YR2K2NDhfiHUY(TakIO*2+9%o!Z@u@y5M+gYt^84(rIEwIx(2{j z$Y-e)B>pY$*FC(WQ~Is0Lg)XQ<-t}`Ka1bcg45ueW;?~mBfKi-ww?0T{yE6EqU zEAsf)3?G--f_TMyXW4tI##3{hDSLv_-AoV2(e0l3>QuS%lAlem?n23d4W3^ux$ohL zvm4Qb=mIaQy`86Zej&Er$n9z!-#s^S1AiO}Lx;fI&cV&|3mFt=sq4mI4<~IoH)$VK zm6DV3@PT!NB?8`#lg;tjZNeF{IbBM@_F(RbOVFrC6cliho?&P_iK7Z-A2`kO1*@=Y&&13~3~QQC22R`l@|PhPw05NJIojQcOz>*Q5aQd=mb+q1B>s?5VN#RrXL( z_qmB^PzR!^U;goMt?%sI9LWSpS~S!>%!{2vmRVVTBUJx+EZIh?qlsh%k} zJU7Fk6&tOiu#6|Zdvh^PePUg`bs*v>zrA#$mAnBu-?r5)>6Y)ARd9b{p5p0EJAXM0(~4EBbu2680@dYIg0;6 z3J{GeSksGAb4D3ZmsdJEF5QHD%60wv_4|?lSAXBZf@O*FG3V2r^%?JLfd!e=8pLz(wfq|kYUxy(K#8|5CTm#s= zKZvR$>J9JETDaX`I3OkPpPgT|bH%J1sAlmx$e{l2!kJMHLe>z6CJxjf2kzFFt7WH9 zXqeOi?z`v0BbbJ!50hOsX8`O)k-G`U=(a&f3S z9=p2<17Ahmo4OK*EC&Y^E>W5L7Z&J_AiykH6s@%ns8F2> zAJWhAb|;xL=#m{I@}kHw3JXD4Zth=PU?c?5V7)-nUW?Y^$P0jcW7whVdMDGI!`XA3 zoWLOO7or`-ezhkwz)2}9-{7Nu(3m=uE5F?~WAOJ-&s9_<&{qTc_p@8vvnI%ws*wB> zWRm*1F04Ph<=O4a!ViP(GWL@7j|Gz7du8ib8Gl208UM*%QUX7ThN1RBjqsuJZXW$8 zn1bO-Bh6_V|F-FpJ|E4E%d|UZoZ5BgR))*9l?OIp&lUBPIUxc(SjP5RCo!9r$f6k_ z#}A*6EFP{$@p+cOEHm~#JxW;9ub86{4vLWAr@Gzgo>G2c2RGd?fgZ_r&|n=9n> zIHxd%!hsPs9Ix)|7rN(K|7CArsL%3X17`mXtKzQDC^9R1hOU4hlW$j67UclZ!!4@; zxFX21p1!-I1>ORtwrI^qh59HpSt@{`@^>~#uT`gTeU=e(z-`2Oq-6B@m}G1 zwE=XhWg9$3cOH~ti65*C5sEP23*@0r*I+Y8-Hz>VOc5AG$yhE4; zkNUBtuJeW6M0@dX{kBF&+6pkzkBpJK8U$DjN=(KyJ?UM^yOW~msN>-0!%RqtjHXKF zx%H>OI8Fv;2<~qSy-1}&`0UA&i9GuU1h(k1=o}$S*R{1^)2t{{IGu9@q{vC(;?f+= zS>xlDHt@KIqIGm~m7Oi&Xm}&>u*c{(G~~J|n)WkBUrUz5iTZb_cMYX zC&V+vnmti$Yw)SKBTNiJkM@kZ^D|1yL@oGR0^e%wp4J=gt)OBZOUPcG7E0|bIRLq< zEMOBZ?c}*Y5akNGo>62G<)1jh4b-@h;q^=vUn%v?9#i(knY6ad9gOAB%?DKu`8#Yf zB1sz7uOZ>xwT8e91eXSUlDd=KdqrRDw8}WOi@n-$R}Q*%okTpDc!MZVxPQ7ILmHWH zF@UF@RNmH#{-xt7rhy`A#qpg+$-gmec=EsgSQ$b~ClXnvOoXzSwsYIqCtg%E(X*lWmalf#Vj{nA@ z{UwFdt%P`dctad6_N^u?4P#GT>a6L5HJg}XBw<*_uC>qxV7g^f%>8XUgA0Vyi1># zrye}E^R$;rT%wPXr}bQUt61~Y1==;K<;if`3+rhZT82qp%8ZWu8+e6ZAh<3)pivK- ze8ZQ(E;wjs;PuEz0|=)pz1y2Z39Bu5uTEs=c=6&zKzw?SBI8?M+f5MqS1ehUTv|Hf ztRTPsHw-H$5p&S@V&byLGvt}xg3EvA!t8b7c#I1tvmy{yVtbT)9FsQlxaHuo>`EiWLp9d zMg|z{hMaIFk)Zk#PB_Rj4&=oIyVO_*vOd1mS#}F)VEw4$oz~%;DKMn5mL3VkWr-gg zd*;5~Bk&Sf9*<;$LdvEX!2NF$ELgP7ehH!U8S&{xSZ*H7f}Q+kJ9=0{6*0IL>SoQr zfYi%>L(l;?;~({B)H9XZ8Lj`yC7!-mU1SeR{Ip{>8_R(;(%A$9YAo#6Zu~4dbn|SV z7t}pDrC~5}-g7fLdA!^lOp-X~a1o9fF8)8LQn>A900!_C>FUWC(&DGZ4V<()+Cyk% zgg#ox=3_RG&b*w|I?X#c5k(B}Sa|O5>qDJN)?7wm7A&bDjmVdr(|FIFU0J}dYU7H{ z>aCABw2^`Q%@xpRa79tCS+Zz??*nFR*!6JmKFN%#2 zfz)nA)`VCy5I+%lZAbY^Pbyz&UfGbH5fUzH`nsh)=j3}}m*UCi?I;7NGb5%|J}lh= z%Dn}ge`w_kCsun)bgJx3FrPo>fXT>2YyHR%5)#=KvqF#(->j%e`5mDR<&oguiX0s_ z`QmNvurwe0@edSuh3MX}&}%#mg$APFbXd5lu?QChT0WsPSSQ7bYfkogEX z(=fUJsL`GID!2+^M~QsBnb&n6O+i~V>~LI+Iclq+>2>AOrXWaJgdue6L#Vr$I(u6BWb6RoIBR|Wc-?y;3~r|I zhMz6@oh(`2>U9J=3^HO8?w?^nK**>(rZo1KC<0Afr)UQhJgTv^xFdy&rn)AsVfI)Vnv=KcG1s$7R$fE@#nvFX=@0) z!V^hYglnYURp9!?MSX3GVfFmi47av`j6Y~<;#Un|kRs}-H*mq`raAfEQ`Vw@aZ{>S zwsY%|(Q~B&V0y@F+tXDmVgQZ%#7Sh70UxGmnlN#I;vE~#qqoG2x;ZhI!aZJ?hgJ^F zG9w~2OToPAO+m{CRqlitJq5Gs?7iH()}F3J{niYcHb2{F^v_)TK5+ogf!Wh^sl+r; zihN&NSAY+Lm_8oNYu$#+5OeJrpF3-NUpU=#>1*>UBlX=>I+=NwXQ$npwuf?VSw#?5 zb6c(+-{h7rBWB^5w3G!EdbTxyIU#UFd|Xu((sLr!93L0L@`7p8Uk4pc@Y(E#yLtUz zl}qIN{_(g62DB|c6um!1zOz@MMqtUgED}h*4AvRMJIl+XY*bn49hZiL#(hA2pQ7#| z5i;)6n&lFDRdkfDHnp4Qv?nkz8{cvFd7|;^Z^B;5(#!-vbefDW(DeR!HNsaawEYM8 z!nBEd+pv!YImINRi9It8Y#`4YvP`^{g~d4|y5R=oXk7T<<6vFS#o#jZ6A;y}-rtbh zVcm8s7&g=YRcJkP#h$s{XsY+i+dBT7^aJtzfBBV$pXhV4T!p^7^{cPx9UF%~Y}|hh RV$H7(9}N7k{)3aB{1cmw??nIr literal 0 HcmV?d00001 diff --git a/docs/management/connectors/images/thehive-params-case-test.png b/docs/management/connectors/images/thehive-params-case-test.png new file mode 100644 index 0000000000000000000000000000000000000000..a7004bdf35af069fbb6f40948315fed4e0650d15 GIT binary patch literal 28068 zcmeFZ30RX^wk~Y9r_1UVrEC?D1n4R(XF!S}%v2Svs3;VoB4bKW5fNexLx6->WeZA3 zQcj>uDP)&~MuKR=WA6BheweH}7KObGSYBdA=JOAk?;GIXESq|XkH<+WI->xd} zfKPxw{wd;{Bj2oARY6&+I`up7_wO$r2*9jb^~YG~-)~0FnqgP1igrBs=WmW-Lub^< zKZV3KX$kqu-n}a8<9>F>=N@P8Y%5)I^c%~4_N0`?cPhv)NOAmvW3`5S>9arAy*&Qe zH{yT#=Ii&xL$u%i@td(?&)d#ld|%tP@4%-&ef_83^S-{>QQbY^UE(~vba-TU)4;GZ zRUErLAfPG1J^#4=t&wE;NJGO?vwz<}gZ5NkZo)<|!m7uF12?xGyt%a+ol1jVOUrC< zUxL?z(Rri0q1W?MdPwN?Xi$XW5cJgnr)GcXwWn_j19~m2>5$%mep(&(k2bMwAIx5_ z@Jw4~iAJNj@3r3`%L>T|>z=XK3;Bw%(p^{Kxrr`v?0a8M3DZqUw_r<_7w{8T4MPv{ zwa-f@n&j?A^|82*BRJ@rF)Tum2F=MXmQ7Ony=KpN~-;{03TzT^BW2_A$+o?(0Op@MO zPv{dG=|-Sispx*x_WY0Eh>c5-7xIT@2dk9%%Hqf6b@#Et$IGEHoK@p}LOs7C(MZMBJe2dfh*tMV z$SvR>Tdu{jbtuX(!$)i1;6?;qwT@w?d zo@ez!X61r)wEUFuy4Y!SNpVq54C2PGGrWVWV9be=J}Bg*oCw-BwuWd)AB?8A$4VbUbJ?9p;1Xz%Dt4goH#2*(6q?5aG?-iJvud&s*=T zdRTQ~Y4(1Q7ql?~i}LJoi1km7?B=_CRTg-$%ix5Si(O2`QmSye^>O(@Go@mC&8`?k zekcw-E*0g*FW)Pr)9FUf*TAtarDHZ{UEE@)ZZtc`JT~FId-wh1^z$5pQEXh~~Y z*DuTaN+bHs1UCh<4#q>(A6f+xVPtZu=;oJRT_}QFIX^cQbHK+{eOOlWw!lP|=PX|s z-OzMt>`_&Gbi(o=(W)r2B+nYByo9AhoaRKOxi6nX*MqH=&Y`-g#|0Ihuz`(rc$X9* zhD6(~Nolq!Hl!jX?ez5SYi-6%h9X-KMMTV|`_&68QZQ}N6Ib>T(?vf;EzNG8xZ$b& zs+?w?J|(b64=Qq@uSPX$_YvI=Q{0@)XO^m)h>{sY#{8H-6qIs=L=tHp%tjc0bXJnxmx5Kl`7&o}`CYo;gA_ZE zISQj~ZW`+wB>H8wao3@Z=T_^hA{D|*id02%Vq(S-Qg71 z8;kDm-ff^$IOK2o6%GY>GY@g%K3O#@uANR%QfStUz8xuR3KJJF|w{l4A){^1h><)GR*@yw2&NlYd_$PgYlNo$j zl|{4sRY`sa`K5G0I~1Xi9M|I;5v`qIDCSg5LkTxULu@wV_;$=bL=U-r5}X*~B57h) zAeSe_T5DVYE=Fi{L6wga{nVVM9oZok-HXV#h~X<1ST}m{i|R!Kx_*OdidlrTS*;p|dc8ZwjKw=<`rN`jLQc>QNICc6?}b|!Xuiy7Yz#Rt zwwr}H2Ny)-$9c;Z_L1Bx6^1Jbw>D!NbV``qDowdlJfJ6zi~r^X0w%9m=nR#qoiv>p)j3>w`)JI&hh zLfvsl{}6mMI#DvhCZ`iS=3mC-gKS240rmaARniBi*4{qAmbZ29M!&=GE(DCDl1fzUi* zCy`KdY8DTkwT~p{IY@J~6@t6r6e~8y#rr2{?M7y9^AzQY5>*xY=k3w(>4U>wF&5tV zky^CJWGHTK+_w?^r*(@~J|V<%)8&jZMCYhd+#p$Jb|#}Bhvd1n0NajQN(9Tvt}tf8 zYGudXVPiZ~BzFb2LWh|IU?#&y7-$^3v+Z|l?X}_G2r;|T&IdFa&>Lf_XjY+;p_7gA zHI0^H=X!}|O{!H?N=DpNUy)x)UTCnP=Lz9LJ&7;JcF2a>1X0@pS6DElxYDrNkMfZKI752IiAFmd>C!0{-J-U zFNW{1*JG)Xo#eeyz5IaPO>P?5J~?6xUFWCt+rC#YS&a*}!0@ag-uv zMw3q%MK$xXkP$*@yLuY(57h}^aOFt#G3$#Sq6YVatMMk0Kf8Z2!LGVAvVk?$7OIxp zK21@13buXaQow$GOfHRXqy`5ysL$~v)1%Ir4!sWESskw8K4XcreHbZD(&3Bj0dV?+ zJH)efe7Gq?mYf{^X@b?#k%2dJX9MYi=c7}C;e5{EpVLse`-2!~43#%bS2v|k2_H(ZIUl5?`>-pB7&A|EAy0jq^(F%mvP**U)aO5x z*|o@a$F(8~(~bErCo|0QLK@i!dA9HwdoYVuM2criqg88u#PTMLX3oguM#VDaC1m14 zwLm%0+3B16TN64(1V>#y-ly1qd~Ac@+>_Bk907eE6ChMyHJZ4gb45pH;#*5QhP_hq zocN9nM$cu-BaCXA-k?J*16wAUyjoHe*CvKGKF?uxe=-Sm*IFnOEXurDS;0vxsi=ka z%XLIVdV}<3#ux=_9)bxk%GNOl*Sg+?42x9gwgu->kXQ1Q}Vt`#3yFYo@0HM9Nmp| z7BqP36TGjD8Wz;a=0)co(D?z)h;;L=?RhTIich1iF*))YRbDfRg&~QCT;2<#h_niL z=^0r}JNhpSmmlHA$SIc_N*$6fEFJbXW85mj`W0cr3)#GfF<#b}g(-shp>di032UeD z%Ottu;rT`9$5@X?*wFhp%%h53Oe9*V*m9w4RwJC^+I1=+cWAqi{cHvK+uD5urT>*N z!oLz`RO|7_+WZTXB@OOsRXwaLV+*CEygDkayx%(d?cVQ(vHaXZf!R$ z1@ASWgei*>_;}QZ6AL^ZFDqralGxqJcegA%S#jw@*Q?wuCcCPe zEA%7O!bEOiQ3&3Ho{ROdIC)3oo+B2%R*LjPz5u2NC!Tq3O!GSP;fB#cY3ev3~IypOczkA20v<%0|n^=2^?wm(V zCQ~sa)1y~Rip4u`v-lXf^N46O(hHX&#M}F)5ZLwY-0c}wdf#(X$!^cF%gcS5H6Z-aEJ!q zJti05ea^bLD-A&HjyMc9GFj-xzQXL&4z^}*PaSaGhdt`h<;ODhJW z)>4x}5zglMCh)%=5H1Hy5R{|Bi97lYsg_4d!@E~$xGZBA)g!gY$Afb zwCrHAtW9BWZ1%h^l%NBKJcs-fmljQ3GofRwi64-XWLwN*|LQU)GUH-nHx<}_aB5>ZOB%R6^razAY4z@Qft0G;QVxE-EFk?o#hH(Pmo0 zj96?cb3ixL;#KCqm{T-G*cdbcorCorlakuX8#IQj1?v$QHR8BkiuM6EPh8sVZN*q4 zbIt!CwIFoJs@YRl!=;>itG4IcmKo7y3mj2stgI*!gtE>2hFV<2Z5RXg38L6MhMJ@C z*{=RFM3t4$Rf(c`H-yX`U1sJwnK#XAva6nzxU036i3~-qJCot!I?GO_KSuM8RXm!dujtlnoUBln!hf3OA%0cwb9%h(?5Z!9DM{aWb;0{&T{X zpGZ^M`8Unx<=PinjNB1ycqjyo^*R7@+)O#X{>7~IqerTwoIF`UCGmcJwIpC}VT}7O zGYDm+N&Zwew}WPtCb8z2QqOWz&XnYJg=E4Ql4xU^mWIhc)DXN7mXy3yFSs`2N{cVl z3T2ey$5bo|t6=YCT@W8D#cnO0A2sbhIt}pQ!RTFTz&AAlB)qD=-3s*kg8~K0%CacAs=qb$9IW zzDIg~%h@=`S>W8aBii(?ukhCHZzQ;+FjU{Ai^2k*d_X)0Pv5yhaj*MEeQ8b&0 zcg4V1gtcP?Lz&HWa}oNqvv(ZhgP<*a5Q&*tU@aU+^ljkNG%DaY)Z?PMl;-czgU=KW zWL0@6{qtevc~A7CIql3mr+bJMwGQIfN{gXmnQ4K{hgg)bUs|Rv39p5!((i*GZDl*8 z^JMI)MB%kCz2~!W<>)G_5tm1aU+=SKxBjr%PXF~obnP9=hGvVAt-D6{JaTb@Q8zL% zi#NS!JKWq<*Ca)|%Ny&ljcm@jM&?5}1HDTgG$$$nq4e>_v(+;DvAK-y1PJL^gbIV! z4}L~-CL=o1MJH2G+uEe0uxp&D8$!}^K@@*L{$xqirwSB1R6B-BU|_>D)x#1Zm-Jk@ zI4Ie~%-rQhZcEr7-o!?Xyq$c@XZq%jtJ-ryce*i@cZw#|$D1Z@iDHcBbJ#H%BZ^_B zR)Wd5v?NZonzLoQNioT?f(=)o9e6Zure_q!a^6IpyVWic!#%d`pP8RP7)bN{48zJr{a#S|udwT^F8kDj-)BqHY0 zMQ(laJ#q|@ib+&{CXvD=^Kd)rB%HwJkhFQn0%8>V(Oczj2FLZ7k1@HexTSE(dS)hl z>6l279BjbK31EFs=Bf#~3#YT07etI0=+Uwt&CHJm8I)A9OP`RK1bQ9TqhQxa&yJMp zE~OdnCx}*xJ!tIKj!ovT5+mEbtAY+YIrTCQekrB=;Pn^$e{Wmk$U$!;f!jMhP+Hqub; zL2H~Ozro1_!&OdTc z)oErO@T}TsoHwo<`aRXhE`*Ku;asFoyH&0hEnrN_FMr#Kb|EJ(g4lHMXS{ zYV0eVaG|#DdA<4Zg={_vhA2M%_(YK*GWTA7vUusmi>oM@yWf)^e)u6)IG@v{L#$7m zDTmrJlXZ<8O8`^mwi2^uI2r=Y6%>Z6 zzl(Wz;&am|&jodz{cARz0Jbv}x9Lp98(_mts@H(=rP zJ!Hj5{GiE%A60YMY4St3i400(Z2M+q+{0Tulf7googV z9M6F#tE6%0$td_z-r+5b!M>Ba*r@CMZmnJ^N#A$cYb!jW+1cNgMLR%oSsjy=4OhI-7iyTNTO5;)(PS%^OTzQ zv3!5tK(z-?(=@K#zr4Jh&g6(%FuC&aAan0Z2!P(UTA3lvkWEFxB{u;@Qgn59AIf;^ z&bTtO1N~Ejm{DQK+AwxS-!)7TUxaNWS~9AP0!gHJ?Db5laI(q|Hgz0D}fc=}>qx#w+DX#JXK#M4JY_w&& zuaH~jyM!Uia03$&>yf5Nzy6cl-5my4>GQPxdi`up5){q-etVvi0P}5zXq>hW?9{H8 zz>bu3jVkMY53d-GTMn9Nwo^wgdb&>3$s6d23U+vmkM-?V-^DVu{-NC`p1|wR;_S%T z4uQd%Cir*O;#O-oqh3iURO>rnTc)mu<1!1jn`*B~OkKxkgmxw97K}@C0<@%GaCe@E zGm;76%&In~W>Cr@g>B;8=!doTCE2EP6UXmGq`5)1=4d&vf2FYs@AnH$)W+Bt zr`d9Omv)I$*`4vbkUCQ$2)HxbVUw^D@klc}KhTd_}HNx(rY1zAQX8JzMY4W$HPEVa+)!IU)n06Z>4^ zWc-}eMKm<$M<5VnajcoPHmJlxhR|`j6w3$2&2f7BQ7Nl zFO-}H@lM7Fh`=@!6%-UGa@kZLT#PE*OHbo)XvEHox5`wd< zyEpx8aw^JYd~uUU1>AJd85e%qo(^p$wciKcX~L14|A)B3BUT}d;re7 zaomY~H0{#Qs5WVnj%Oy`57BshyNOR>n+s)Xk}<(e=G{qRMg661s%DJo4mprrcOcJ% z@(U+b$!rHcWEiI%Pka>P$oN(`QGs?pgZ^{e;%-{;RJnGa69A4RhbFph{%Av)ZhMu= zk_TMI!-6xJW(h7JBlz_$Z*ARM2EBe@?gD*kLEz;0+tfNclcw!irjGqy(?pGg1!FZ;C5!<&d@8c=EjDGh@Q_4NQ-dDZq$r9lI+IW&bS;VUxvBP^XB}iW0;W3 zfYa(oZR=e=ys-eT$c2xc{!UZC0@L8|Wn<%>P@CbCL#W2_+Qtzbl8CttZ@pC&an0^@hjJQ8}{YJbhcyKnCZHxh7IEjWQ(P$O!uJcj@xfyEf zX4H<&S*%rL>Zt%B49VIc#9~U%1*M`I=Po6t%kQU|1mvcN^r_hXV^P<2(MTlcHrOV2 z*7F-g+l0Cm_4iEYpT=Cyx^IUx3xyFY0Aih**M{E9_lyffP+!KWdo3mzr*xT z_yR0yP<}TV5b>zSIKjd0bgHi^yamK5hDgsjH78DnYi$!Ugz{Y+MI#8bo`qM-u3>}C z_#8vcVi=n6IRY0x&7sBYvZ9zb%GiOxx|2}zy^1(pxY$MBx#Dy>YZx5~K^G)b$uQVV z+!K<3bjOq+c(uXv3f&%;oRri>;X0yP)V4$(k3I8%uMx}p2U~8mI9#QxYS9YzT??N% zi#w7omrihCJ4IC>1QBi+I?H#R{V>WqgBT%X2xmV{@KzPDFkI$$L-yx2n-72hQ+}=) zk?n}-lim>ILaccU?~D#hIu}Ex6sO1sV6Xp1;8pAslYk5+)}v@Pw)be`^P?FYeFF>Q z`Z4|>hz-NOAI3=3<|DUvws7bpNy=*#8wr%o0Y$MlL@A<^Vuay#>nj|73oFsuj}U}8 z$B(?%S;(1dAe8c*(0N9N;Ndi&_(S0=i?j$ZtK7Z$Q9|G4&$JI^1I64Zl_&8bgf46s zXRlpUZ9)1EiNMIywFcf!i33v6RfQ%P&?~G}sMjl-`S1!}_xmH85d+!;$?3GI#cRsjz&vj~(gYcRlJ)#^o~BE2g*y34aSRxIC7^OP(Ky5T zh{km8LblFQWe-5e(gHkp!uMpPyX}qN!09Az>FjWhu8%TbV90vxaj=GD@nr04S4jys z1VJ;RgJ}NVRVeP`v7(_q5AOPi`*U(Ytn&?c<7Qzez}4`N>Y1CMm;ZuDFrZ9 zGe_peo9@|PFfywDGc<1l1z=gNaXIyX9q;0}X|8V&*DFWvM>XTMN3O$McA3__<=2~8~u-4H&Ijv2`T(T@nyB%(2%!)i;#L-S53<;)&UF7+(}QI@b*|G z0T)w0IT=OdssZD^*~4KM)eC+vw4uh?6>#;DeD(Srspz>4eD)};#7m-)AiZcz&3>Tn zIb7oH>>6@$bYCe*H()KTuL&6fnV=phQ=Fjll%1hFF@rt8BrVTKQjmHbXWFt10U0y) zCgV3SI_18xXGHjcOdgA0U_`b4w$0b6Pild34rdD^A;C*7H5aKjYSe-b(R+(k#{}ed zxi~mDj7v$h8IXc?#ZAsZ1T++DyJXEue23znbU%eoe5qK+14Qro1o?8a5UpLk-do>& z_M9vN7reebhp><{KZN1xN4YH51DmlwF0u8}PVcf5?G^oJ&GZ#JX?t9E?&+mQxPqp- z=ANA+*LI~`{SGJYOVzQs23Da*;bj)Pea?^zIOwg2 z$qyfPcqfp#J84Wo>tmuwI^RvO@TQS{gWbldW+{cW-o zUP5jt80RbfF?m)TPL$B&j;>y{>hR_Yq7(0lS>T~tl^@LmZ{DeC z%c@m(C&LU`Q7PLoD@SmXG6y8kYFV3VP;3hSN345 z6v#^7zLu8lZ8luB>gSYH)YUCOlDcZa2Dke)^w~q|Xwa!tD=;#(9{&$EIMCu`gyO`> z$Lsj{BMTEn_bR)OAo!V@DS1MPzFTnaGD7b($~mCLsvsZe5@V-km{yH;gj47Mam}h# zzx132Ki$2K|D{(}Q8>l9`XbL&zc7aompq`%;U6R@g!o82lCX%W;Wbm-d|!qjOr!eZ zOE6ZoTTLzj$t0Ptx&Ik~xjXZ?V(^Qj;I(F$umEP7G>LqIoVifo`;>? zGSN)Q+{9~Aij@EZ=Np}rIKzeu!zkE%EzeY$QA_)*WM3A2 zCm!%WAV2DN4@^>3wdkpICV^(g4}TuMz#8vKj*Jqwd$!_F#VcK80B}Nx98fc zKdiXR?8}>^31X(2_Y@F93g{#n&W`qLAAruh9ds zxo)n)ijp+SR?c@L0~`1iQ>gy$MBieHj1`Z(EccFn#FwD zvV+8{%k(^+lZFB`Nw~{MGT(zG`HfgSVX;4AiS`wmz#G2UZO|-#6h-jGg@OcU{eU7D z#35&Uy0?V2uyc;Hdo<|KSI56sCi)f$76KOR<&Qo7fe zS(-AA%t_Z-|512O=B6|`+K9Q7dkeXK3@d++rHek3WWYTsur$b#yX}^zKrd+ zaVZx&JtRykb4{ytGo`uA4xI~v_Ql>hBd{4C=}dYa_}{Y%uz!2F|7I(HcN8@CoqIF= z#iTLg$`#l;$a{QFT*se$G+<#Kv|LB@BW1pD(%{2uM_vbh@BvrbD5{1j9 zU&Q;0vKKtOA}{F@87MzB?33=UGsC5j<7-~CYSp=finL6e^vxYc|16*kFJ)4N4g(;qXh`A0BANU9#3aTnA zD~&1)LvWE!6YnDQy zd6N1;@x=A*)Lp5VAwGyvvKZ1Ls}c$P5;hyC*aerM5q7ocfN#QWwlQO^A;Wci13y1M zKNhe%T~?^&4fbt3+NMNqkB|o9;_u1E2mm|~^Ow!~;L|2o1SYp=hGHVi?YirsW6w1S3bC4`?lRM06CmM! z+8xwibaDKEMhB@(ie&5g?(V7s=p6RwV0C=7)3TDYjykD=;4h+WS=vlV6+_Q*v#ROi z5FnsjKLoI^wXW(RreTJ>0k8$#clF)ouL;`A+!iLdg+Vb*!%>M)Pmya@&Jc?Q3)#}B zYe}d(G%Hm!|6v|Lhkel>P*BS~`7Ci{^~^0Ou$AmsKp7o=?3~;UPX2r+s9w6fNG}YJ zuDG(iye2iX^Zg3OJnZVKj+}TV?&+^yTEjT?{bvAI&agDsO?oOCoy&sgr_OzTWaMK6 zM4o4Vn31utD8Pq)`=%ds*iEHncD>i7 zMft@7yC!cGD4Z&;f4dJ@fLFmfe7=t5e3!Mh9^(#5q%N19l@;S{S1byBCu9!4uYBuy zt8N86e+7YA`~Mf9`!^G)gU-vq%m2r%>HkMf_1fXqtU(w(Y26G%5z^q8DhX{$Y{nUZ4G`tD8gcz z{>Rk{>C0PQ{v`FUi*gv4=L23&_34Dsivu>m5gl&<3%{uV5#MCM1!cjs(Z-Wd6JB*Xu=S>=@~wSPU8f9r{Sgy3!w#K3_{B3^Ir z9iYhg$v$StA@(|CSE`|`HegNS#*Xs}DR|Y!t2(`B;jNOQ#JLf8ea!$Mg{U2h&i;vK zZL~wHR|D%m9#nTpCyDIg@%(W(zFJ?G%gfo1=}%n;>jH`N5~^le07*=XDV&t`&_O;H zvC_}xX88l6)se?1$_|0Tk5DHd$1c_?mJ#U%rOtrm5N^qZ9EeWEIF|t&MVhCyW|M~! zD5)PAEd#mnp=FIV$FMmNYI9rEuWcf3v+lZp{1~WMW7Ig19QIE{(}!=kDVMB@eKf+7 z?tlpG*0Rv1`daaQclTUIRhxf$0ZWNj{v!Ag2}z-CXR2({2RXj)ft72jr5e$oJie1U zqq0k^)l|XRsl|)EuIX(8u0m1XATcq0 zQQ#VyNQD@vQKidRkC_2=BiG%#lFU(RHFCnC?h<}(Qc_a7$O^KwB}Z+i&#&cTp8(4J5a02=R8SFCXm2L7NR!NtwGlbaaRU>j zz|UeEje4QdG#oX}B;^>|);ZrpPvmK;_Cix3@n_Ovzo@I)o%uP$icOR)%@LJQ(!220 z$rTT?FdxlLUV0T()GyGytuO0V0fP-Z;D4uf;B z7L>R9$M#0U86<9zEHT3#2UK!-8z?+JpV|SKxoLbR*TRkd1W@<$C26LXZa%u@{>UzD zE_jN*kQrX#((71G^aFA>@zN=bh!LvSf9WT7v|!WtTFb^AKmd9=4Q0D!MGI7Y=;KZ) zc#6Y3PDC-PSvf(hoy~x%0(Dz70w&7(t1Qcz1MUqUZrUpE_!AM?%e^$zL6E(?G&vn? zBj^!g(>~NP`zw)Kcv8|SWB7FVY=?GP*$Lfp-KrWdsDvi7@WzVsKS(TS1eK30-yrB)UH?AZD%>G|tg|Ku z7j)17cnfk$005IK><_3Lsz zLHSQk56rLT+g?WK>4AWus!6cwU9m}3Y(PQP4d?ck(!xU`duO55bi1hrg9tWbGemPq~+4gbcoq@ub z3uhH4{%>~5{}8?Q-w*hYQ<48YSN}a%f90kB>o!9YPX5w-tt#eO!>c-B;FHHuiuLPbY(eO8d8audsjW@0 z%rZ$uo#}PNWyL-@f>*B&Qmp}T$s2FBantAVozFJAdPMz|HGwR5gg-$)3Ydg1&L;i829?h27k(ojoqw$FdR^GbgFa+Bt z-g!_C05U`Trn)!&BO-SIsNbb5xNaB3$4pL5!Rk*yuD@pmxvgW}(BVo*o<9#tg*UIB zhmbi0Zb9})Z}?F?1i#b7ppfV=xWM25R0k!i0KeZFxe{^M_k4tFu_H_FCZ<2510o_K ztPct2MIZ%i4i#kWA%9AZTl7gcZ^4YeKGJ}Xqs)V{F`&H@k`g1iw3(1##^1oVXgE=1 zMpRz^2G+a?m5}1ZAqo7TYi*$^iSg(FIGXHkxaZ{En7W0>hmsCeJ5INUGvMWOG zJ>C=@BrW|2NnN!s_+44?ONXq3X^oTFx?-J9nCsl@%1A1nnKzQ6%nQ4mpTZ7cZ4dyJ zuHfOtjLsdPEGhhU=%tCxth;1$HX12gs*GTM<$@E&Lpk}RciAq~ThgSDU?+Q7xBlWaiEA~iCMz=#! zGN_X(TCML?h0Pj+6w7YCj{9dJ*evsYZH*HOp%gjV>5}6i;lgvnU~H#UmjXVhgVU&y z9HFsJ#VJ^5LRUHNqRg{>g^(Hmeedu4+m#a6xqFnZ27Bq(HB;C^096*?EaYW2&w?JMjD*>YF5p6q1xwb%*eI4#mAVg z?CN22v5l#Xr6jmAUV$0OW?pQG{&q-|TZbxKz^kt+lnoO6Q&8EMz^$L}dg7n1Yz+b2 z(cvR28O9Js*m0-#Ps6*${6qaS+Qz2{1d;0m)lEJ&FL<3rqzJjF6y?*{_PFlu1%&4O z+d&l5KbQbAwujP8WZ+r{?y~G^Bn<_>t5LlSFC{d84MYU5g+8iNflsA*que?uQOrc7 zbDZX;=eh^PabP^9C3#J(pVo6-l;19^3^ir7wDBou4ceq-Pfr*#(oE48tk3e337yxb zPLxj`hSJFMtdMv!Yh0W40Cw4x=$K_$o#E!y@j!0eNJivG2sFKhHNOL~>?hUybn$Kp9nATfsx?i#chM@&>%CN$kr`;3Szy2eqeY zz5aOT{tFpHM&&@xEX0TvGiIq2Z;mk276icoy$VMu7}MzqieMo`TTGJ*(zn~_5C!nARIhP6yqKWEssD-`h3fkuQbiO zC=bLy?pR<;-j-ER1+?|V9xKNDq=k1B_QU9w=I}Zol0lud1NqbL-?=y76z$~@+B+95 zORa5~u8)uI@N%g{n8i6T58;VruTjI|u2At2iN=Y=L9s;ED;Oe6Bw-)cyC z01kUpFDPP;<)ciTRDt{DnV$M$vxFIC7{ktpT8F*BUx`O+)-Q_ z;jx1tX#MCo_~r74aBt(3GSprOnx0)bpLrMhV#_S{M>}GnOnlnEs08`POv}Fz^~SB^ zKYvcr#rQw{GYH&o<^&@DV;dUI^{40GueNp6p-g&dZ(dVr2<-325sZrLAg z<1y9a{XkmN(>+L4LsFTlhPNJGS#c!{#t-+4KK>rjT^|SQx=Ah<{0~`0*5BjZbTdWv z0&w7lRx`Us=D|g6KZmej0j#Jb;r#fkltTKyQj+z5Gz+csoBvut8E~@qp>nL%>s_|u zr-jtFFCg5h!#v>jBLSBU5LkC)3Dprds3WL>4Y+gS$w|l9wUD3hBCq6rQUPT3gHY&Y zNC62Idv}4GsnRJ*rIPN1LxFNgRCoV|&OlWy9H~hWsIV$F zs&Lk-i=pInnr?hg!RMULVZ>he2j8x&L}czG7IF!J<#tTLG>usIL}CM zD}ZOL@IZ{?#fJL&uKKvC^g(+DTbE@!7OnH+&ddT{eI1ey zBEt&7Gxq2@VC-uGDv?LD^L18`RPZ!5!j>psUeciuffMuQl?IiWY=@KtdBGTielq=+i*0O*u1IB*FU zD!vv|P^ZW8cdCivF}!6luBBqPS> z`_YXtbX*xKM!_aLEFvs*X?L+_fn*ChVJyj5bmNh03Af1I_b|-}OUjglA$snMoCi@; z6@xx*br^A28<)*|H#5DkaYY~piJId7bF&I3Lz)vVUMzs*Q+rQWj0T0onaV;y_5}zf zo~+j*p8g$#H^X#PGBqVYgLNr3baGnR{Q zZr-mv^-=PB7L;3Cu~DkEY2En%zmi6ctyt{r@oQ4!QTj6}-d$p9NBw4>}^Q@YQ!Knvr$u*B3*VxvfHiYNQD$_YRea zn#tvI{bAh|wYma!cyq$-a=>TBf?C~TC=o4O2m7SUfn(QvY>+c2mpXWe)QWmWT_%C}h_l3+dqWxTl*E=hS8-1pc0%P(IiO%w%8(3wiL z6t5d|P16dDDNO_y{Q+swe5YXk4b{xsKR9tgT5Ewc#PNpZ26W=*xQ;rJA&>R8Ns|ie zhG;vPqs-}4fez=yLls%!3i8o8DIO%E)BWz0_%I!H1fOhsZX*aeSUbCDP4*=YlMQmj zqL(K@TiXLfPv|@d(?t$`1X$T=K%s30PY8o3Rg<>NA|UHhNPUN)^tl47`SEwq?V&dz zy?_A^ke`K6xoFaS=N1+$qW!K63l(jb6nSMCtXwuQu=uz60>mkFZyX(a>rnyO%{~v? zRRuhxY@5H#i4W--pw#&(ApOoYH7VK8DTQu~iU5HgMB&}6q3LF5`*-l_kcOJ%mWw1N zXTv*?uHWSrN{#7rWut8Q=m zRa-)vh)aT0KfNr=be_ulV~xR%k>`6t-{dKEI#D|!V&+$_>xeEY%=udscN;R8Pw)Mk z<4nj^nBi(2T(w=h1JEI2a7Fg2K%Kt#D;zRqfiyogs6AQx?&eh2JyD383LTsU6%SlK z0Y&9NAiZDTWgfdchSEe4+mr~s!rr_PPCRAPu)EtL>h4N5^w%Eg9DE>%b(un;9^03$I;A%s9e1k3>vvfl|{b;sT9 zUdEZu_%{%~bH3!w`#taT{7xn8xAkl^4jcW0j?hW_3ex(;9kybg4}GdSLDG@8Qh?`X znKj<&vWsY+VN>elj{K7AEDLI_ZUa*v#&eHI6;K4~Q|~ehi@srf;-{R3Yk0zgp->4j zOV_G_MV|59FV%R`?0LA~8mDud-lh6Jeb3zR+EUrrN?uuqF_Ia_7R-M#%Hg{^NgBPS!@K z@Kzsp1H#}Txc4Y_aW=5 zAI6*n4!wm`Kf`;l+UDVyemlPGh~&Xnt@RlXt}>{8b4V~hzs2S~G>1z{c?ako5*dzaU4GOqV*LOB_ zoXU?Zj=VJ0zl!Zf)%lOgaXbx8{GIKII0G(&*L_>Zzv2dTtx8K#g- z8uduOR$81D4{hTC^Xm_m`g90v@4SLJ1xI39fIY%0b_I=j&!hBU)16oSV%?OhdKSzb*zd0p5V0}0PP5>m0I`}%;wX~ct6ydCR}Bo3G+MjzP% z`bB!SJ`N-u598iWZ+BRfD;H07Mu91kiN_vb3=M--r)>wzymotp;=&=(#=|GOWBEbI z$>vx=e7k;gcp(=Y26j7wuAlY?tJ|{b7rQH8FqrSMk++nmK%SZ~+6x`i%ZH(J9aHWz zt7jP$N||%1JTsSjYSCF)^MCHRuHm)YOV&F^2>4(446nAz~9$Ap@;ugyW&nQ1Cq)n|K+|Fo?C5(D9@dwDrM1cWmS z_|bcMYH_N&>q*!OEx5LI!4tFJx7N8L5Ql`3&cNOS@tlbby#Thuymu5Z!{K2y@ zFB|5u)&TDKn}B*!#$sW~+O$;ISqS$nutU){qGJ-^cz7g37M!TI;)X!p<^bY^-;)ec z2|Q2I08TJEL7HY8v9;>74G;@&DK0z2jQwT4ZSeJjiB3rr>F_`g$k1C~6s^|(otpf-1{y=o(XrUAuGvcN9#0-Bz79FD@mkytPH7+D@ZqSGfS#(q0M z({Xe#AY7Q1Nt9t^Q8FyzRGvDuOA!czO?a(3o&pvwcqA`t>JB#a zf_A~8Re-Cj+vtv&$`i$NSp5g;99ZBAZWl#8+(n0xe&>c-J^Aj#fJu2!cFmCSM}b;o zZZcnt%8+^H;v9|31A(qTi&Y|hH^UU4T`~BVjEj9`H3}G5v$7QFO>Juiu&g^803i$l zV5m%7jj?x1C(gSoEO0K}l*Hbeqwke>Z8j^Y>80wT3}To`^_I%GE?4ZF2nE1yR6zWu zLB|9}7!&Y8#*BmeEg-hSqN}|VAW81jfjRfbg?SD!X*CDvfeoI({^|uO2R`RKxM`?= zvf?M7550Rsv}0S_*Wk)i02jHDZJLUqBHu@7&Pa+iojf|Ds>ogf<3`duLwD> zNt+Kx8|K{5oq$Wtag!7~9VZN&Zv*?*s+#n<@k8eFG9dUy8Uo(w`_4gIFI;N}ESl(6 zN;-uI91Si^@>)dcMx9y!|lRzzurrui>eT z&35PK5$MBaBQnfp(9tiGAr!%3_p%A+`BxxQG9(-~{O%*exbR1c+EI+uF(wkufl}2u z^FC`>ELeEde_!p<3hkdhKTfmQdZiT^rI~%MmySX)!HYnfnEwCY>{kZ0C%Wm*H z;oXD)tSqVdZuj@YXBD)v(o()X->?~h&H%^q9@H5bRE?)N>ea5Be1RKOy5lB?k zsKFykI11~jhYXH9OFqwc;l|D~NMFT6z5WHT|9@Wv&dqH34H=b)-Ll_L2=3Ip;C<+~ JnR}zZ{5#@Hsl)&P literal 0 HcmV?d00001 diff --git a/docs/management/connectors/index.asciidoc b/docs/management/connectors/index.asciidoc index 5ce924fcdcf04..18f2c28d10f04 100644 --- a/docs/management/connectors/index.asciidoc +++ b/docs/management/connectors/index.asciidoc @@ -19,6 +19,7 @@ include::action-types/servicenow-sir.asciidoc[leveloffset=+1] include::action-types/servicenow-itom.asciidoc[leveloffset=+1] include::action-types/swimlane.asciidoc[leveloffset=+1] include::action-types/slack.asciidoc[leveloffset=+1] +include::action-types/thehive.asciidoc[leveloffset=+1] include::action-types/tines.asciidoc[leveloffset=+1] include::action-types/torq.asciidoc[leveloffset=+1] include::action-types/webhook.asciidoc[leveloffset=+1] diff --git a/docs/settings/alert-action-settings.asciidoc b/docs/settings/alert-action-settings.asciidoc index 66dd681f534b1..d41871917c4a1 100644 --- a/docs/settings/alert-action-settings.asciidoc +++ b/docs/settings/alert-action-settings.asciidoc @@ -138,7 +138,7 @@ WARNING: This feature is available in {kib} 7.17.4 and 8.3.0 onwards but is not A boolean value indicating that a footer with a relevant link should be added to emails sent as alerting actions. Default: true. `xpack.actions.enabledActionTypes` {ess-icon}:: -A list of action types that are enabled. It defaults to `["*"]`, enabling all types. The names for built-in {kib} action types are prefixed with a `.` and include: `.email`, `.index`, `.jira`, `.opsgenie`, `.pagerduty`, `.resilient`, `.server-log`, `.servicenow`, .`servicenow-itom`, `.servicenow-sir`, `.slack`, `.swimlane`, `.teams`, `.tines`, `.torq`, `.xmatters`, `.gen-ai`, `.bedrock`, `.gemini`, `.d3security`, and `.webhook`. An empty list `[]` will disable all action types. +A list of action types that are enabled. It defaults to `["*"]`, enabling all types. The names for built-in {kib} action types are prefixed with a `.` and include: `.email`, `.index`, `.jira`, `.opsgenie`, `.pagerduty`, `.resilient`, `.server-log`, `.servicenow`, .`servicenow-itom`, `.servicenow-sir`, `.slack`, `.swimlane`, `.teams`, `.thehive`, `.tines`, `.torq`, `.xmatters`, `.gen-ai`, `.bedrock`, `.gemini`, `.d3security`, and `.webhook`. An empty list `[]` will disable all action types. + Disabled action types will not appear as an option when creating new connectors, but existing connectors and actions of that type will remain in {kib} and will not function. diff --git a/x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap b/x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap index a8477a44e1ada..286a41c376c23 100644 --- a/x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap +++ b/x-pack/plugins/actions/server/integration_tests/__snapshots__/connector_types.test.ts.snap @@ -32415,6 +32415,616 @@ Object { } `; +exports[`Connector type config checks detect connector type changes for: .thehive 1`] = ` +Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "comments": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "items": Array [ + Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "comment": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "commentId": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + "type": "object", + }, + ], + "type": "array", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "incident": Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "description": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "externalId": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "severity": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "type": "number", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "tags": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "items": Array [ + Object { + "flags": Object { + "error": [Function], + "presence": "optional", + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + ], + "type": "array", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "title": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "tlp": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "type": "number", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + }, + "type": "object", + }, + }, + "type": "object", +} +`; + +exports[`Connector type config checks detect connector type changes for: .thehive 2`] = ` +Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "description": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "severity": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "default": 2, + "error": [Function], + "presence": "optional", + }, + "type": "number", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "source": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "sourceRef": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "tags": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "items": Array [ + Object { + "flags": Object { + "error": [Function], + "presence": "optional", + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + ], + "type": "array", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "title": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "tlp": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "default": 2, + "error": [Function], + "presence": "optional", + }, + "type": "number", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "type": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + "type": "object", +} +`; + +exports[`Connector type config checks detect connector type changes for: .thehive 3`] = ` +Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "organisation": Object { + "flags": Object { + "default": null, + "error": [Function], + "presence": "optional", + }, + "matches": Array [ + Object { + "schema": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + Object { + "schema": Object { + "allow": Array [ + null, + ], + "flags": Object { + "error": [Function], + "only": true, + }, + "type": "any", + }, + }, + ], + "type": "alternatives", + }, + "url": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + "type": "object", +} +`; + +exports[`Connector type config checks detect connector type changes for: .thehive 4`] = ` +Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "apiKey": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + }, + "type": "object", +} +`; + +exports[`Connector type config checks detect connector type changes for: .thehive 5`] = ` +Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + }, + "keys": Object { + "subAction": Object { + "flags": Object { + "error": [Function], + }, + "rules": Array [ + Object { + "args": Object { + "method": [Function], + }, + "name": "custom", + }, + ], + "type": "string", + }, + "subActionParams": Object { + "flags": Object { + "default": Object { + "special": "deep", + }, + "error": [Function], + "presence": "optional", + "unknown": true, + }, + "keys": Object {}, + "preferences": Object { + "stripUnknown": Object { + "objects": false, + }, + }, + "type": "object", + }, + }, + "type": "object", +} +`; + exports[`Connector type config checks detect connector type changes for: .tines 1`] = ` Object { "flags": Object { diff --git a/x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts b/x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts index 79d6b4c8d7964..a26c775a74a5b 100644 --- a/x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts +++ b/x-pack/plugins/actions/server/integration_tests/mocks/connector_types.ts @@ -29,6 +29,7 @@ export const connectorTypes: string[] = [ '.gemini', '.d3security', '.resilient', + '.thehive', '.sentinelone', '.crowdstrike', '.cases', diff --git a/x-pack/plugins/alerting/common/disabled_action_groups.ts b/x-pack/plugins/alerting/common/disabled_action_groups.ts index b6b603c10c0f1..08b45d41a4a1e 100644 --- a/x-pack/plugins/alerting/common/disabled_action_groups.ts +++ b/x-pack/plugins/alerting/common/disabled_action_groups.ts @@ -8,7 +8,7 @@ import { RecoveredActionGroup } from './builtin_action_groups'; const DisabledActionGroupsByActionType: Record = { - [RecoveredActionGroup.id]: ['.jira', '.resilient'], + [RecoveredActionGroup.id]: ['.jira', '.resilient', '.thehive'], }; export const DisabledActionTypeIdsForActionGroup: Map = new Map( diff --git a/x-pack/plugins/stack_connectors/common/thehive/constants.ts b/x-pack/plugins/stack_connectors/common/thehive/constants.ts new file mode 100644 index 0000000000000..62afe84b801f4 --- /dev/null +++ b/x-pack/plugins/stack_connectors/common/thehive/constants.ts @@ -0,0 +1,34 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { i18n } from '@kbn/i18n'; + +export const THEHIVE_TITLE = i18n.translate( + 'xpack.stackConnectors.components.thehive.connectorTypeTitle', + { + defaultMessage: 'TheHive', + } +); +export const THEHIVE_CONNECTOR_ID = '.thehive'; + +export enum SUB_ACTION { + PUSH_TO_SERVICE = 'pushToService', + CREATE_ALERT = 'createAlert', +} +export enum TheHiveSeverity { + LOW = 1, + MEDIUM = 2, + HIGH = 3, + CRITICAL = 4, +} +export enum TheHiveTLP { + CLEAR = 0, + GREEN = 1, + AMBER = 2, + AMBER_STRICT = 3, + RED = 4, +} diff --git a/x-pack/plugins/stack_connectors/common/thehive/schema.ts b/x-pack/plugins/stack_connectors/common/thehive/schema.ts new file mode 100644 index 0000000000000..e880ca900591a --- /dev/null +++ b/x-pack/plugins/stack_connectors/common/thehive/schema.ts @@ -0,0 +1,186 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { schema } from '@kbn/config-schema'; +import { TheHiveSeverity, TheHiveTLP, SUB_ACTION } from './constants'; + +export const TheHiveConfigSchema = schema.object({ + url: schema.string(), + organisation: schema.nullable(schema.string()), +}); + +export const TheHiveSecretsSchema = schema.object({ + apiKey: schema.string(), +}); + +export const ExecutorSubActionPushParamsSchema = schema.object({ + incident: schema.object({ + title: schema.string(), + description: schema.string(), + externalId: schema.nullable(schema.string()), + severity: schema.nullable(schema.number({ defaultValue: TheHiveSeverity.MEDIUM })), + tlp: schema.nullable(schema.number({ defaultValue: TheHiveTLP.AMBER })), + tags: schema.nullable(schema.arrayOf(schema.string())), + }), + comments: schema.nullable( + schema.arrayOf( + schema.object({ + comment: schema.string(), + commentId: schema.string(), + }) + ) + ), +}); + +export const PushToServiceIncidentSchema = { + title: schema.string(), + description: schema.string(), + severity: schema.nullable(schema.number()), + tlp: schema.nullable(schema.number()), + tags: schema.nullable(schema.arrayOf(schema.string())), +}; + +export const ExecutorSubActionGetIncidentParamsSchema = schema.object({ + externalId: schema.string(), +}); + +export const ExecutorSubActionCreateAlertParamsSchema = schema.object({ + title: schema.string(), + description: schema.string(), + type: schema.string(), + source: schema.string(), + sourceRef: schema.string(), + severity: schema.nullable(schema.number({ defaultValue: TheHiveSeverity.MEDIUM })), + tlp: schema.nullable(schema.number({ defaultValue: TheHiveTLP.AMBER })), + tags: schema.nullable(schema.arrayOf(schema.string())), +}); + +export const ExecutorParamsSchema = schema.oneOf([ + schema.object({ + subAction: schema.literal(SUB_ACTION.PUSH_TO_SERVICE), + subActionParams: ExecutorSubActionPushParamsSchema, + }), + schema.object({ + subAction: schema.literal(SUB_ACTION.CREATE_ALERT), + subActionParams: ExecutorSubActionCreateAlertParamsSchema, + }), +]); + +export const TheHiveIncidentResponseSchema = schema.object( + { + _id: schema.string(), + _type: schema.string(), + _createdBy: schema.string(), + _updatedBy: schema.nullable(schema.string()), + _createdAt: schema.number(), + _updatedAt: schema.nullable(schema.number()), + number: schema.number(), + title: schema.string(), + description: schema.string(), + severity: schema.number(), + severityLabel: schema.string(), + startDate: schema.number(), + endDate: schema.nullable(schema.number()), + tags: schema.nullable(schema.arrayOf(schema.string())), + flag: schema.boolean(), + tlp: schema.number(), + tlpLabel: schema.string(), + pap: schema.number(), + papLabel: schema.string(), + status: schema.string(), + stage: schema.string(), + summary: schema.nullable(schema.string()), + impactStatus: schema.nullable(schema.string()), + assignee: schema.nullable(schema.string()), + customFields: schema.nullable(schema.arrayOf(schema.recordOf(schema.string(), schema.any()))), + userPermissions: schema.nullable(schema.arrayOf(schema.string())), + extraData: schema.object({}, { unknowns: 'allow' }), + newDate: schema.number(), + inProgressDate: schema.nullable(schema.number()), + closedDate: schema.nullable(schema.number()), + alertDate: schema.nullable(schema.number()), + alertNewDate: schema.nullable(schema.number()), + alertInProgressDate: schema.nullable(schema.number()), + alertImportedDate: schema.nullable(schema.number()), + timeToDetect: schema.number(), + timeToTriage: schema.nullable(schema.number()), + timeToQualify: schema.nullable(schema.number()), + timeToAcknowledge: schema.nullable(schema.number()), + timeToResolve: schema.nullable(schema.number()), + handlingDuration: schema.nullable(schema.number()), + }, + { unknowns: 'ignore' } +); + +export const TheHiveUpdateIncidentResponseSchema = schema.any(); + +export const TheHiveAddCommentResponseSchema = schema.object( + { + _id: schema.string(), + _type: schema.string(), + createdBy: schema.string(), + createdAt: schema.number(), + updatedAt: schema.nullable(schema.number()), + updatedBy: schema.nullable(schema.string()), + message: schema.string(), + isEdited: schema.boolean(), + extraData: schema.object({}, { unknowns: 'allow' }), + }, + { unknowns: 'ignore' } +); + +export const TheHiveCreateAlertResponseSchema = schema.object( + { + _id: schema.string(), + _type: schema.string(), + _createdBy: schema.string(), + _updatedBy: schema.nullable(schema.string()), + _createdAt: schema.number(), + _updatedAt: schema.nullable(schema.number()), + type: schema.string(), + source: schema.string(), + sourceRef: schema.string(), + externalLink: schema.nullable(schema.string()), + title: schema.string(), + description: schema.string(), + severity: schema.number(), + severityLabel: schema.string(), + date: schema.number(), + tags: schema.nullable(schema.arrayOf(schema.string())), + tlp: schema.number(), + tlpLabel: schema.string(), + pap: schema.number(), + papLabel: schema.string(), + follow: schema.nullable(schema.boolean()), + customFields: schema.nullable(schema.arrayOf(schema.object({}, { unknowns: 'allow' }))), + caseTemplate: schema.nullable(schema.string()), + observableCount: schema.number(), + caseId: schema.nullable(schema.string()), + status: schema.string(), + stage: schema.string(), + assignee: schema.nullable(schema.string()), + summary: schema.nullable(schema.string()), + extraData: schema.object({}, { unknowns: 'allow' }), + newDate: schema.number(), + inProgressDate: schema.nullable(schema.number()), + closedDate: schema.nullable(schema.number()), + importedDate: schema.nullable(schema.number()), + timeToDetect: schema.number(), + timeToTriage: schema.nullable(schema.number()), + timeToQualify: schema.nullable(schema.number()), + timeToAcknowledge: schema.nullable(schema.number()), + }, + { unknowns: 'ignore' } +); + +export const TheHiveFailureResponseSchema = schema.object( + { + type: schema.number(), + message: schema.string(), + }, + { unknowns: 'ignore' } +); diff --git a/x-pack/plugins/stack_connectors/common/thehive/types.ts b/x-pack/plugins/stack_connectors/common/thehive/types.ts new file mode 100644 index 0000000000000..b67820ac77e5e --- /dev/null +++ b/x-pack/plugins/stack_connectors/common/thehive/types.ts @@ -0,0 +1,39 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { TypeOf } from '@kbn/config-schema'; +import { + TheHiveConfigSchema, + TheHiveSecretsSchema, + ExecutorParamsSchema, + ExecutorSubActionPushParamsSchema, + ExecutorSubActionCreateAlertParamsSchema, + TheHiveFailureResponseSchema, + TheHiveIncidentResponseSchema, +} from './schema'; + +export type TheHiveConfig = TypeOf; +export type TheHiveSecrets = TypeOf; + +export type ExecutorParams = TypeOf; +export type ExecutorSubActionPushParams = TypeOf; +export type ExecutorSubActionCreateAlertParams = TypeOf< + typeof ExecutorSubActionCreateAlertParamsSchema +>; + +export type TheHiveFailureResponse = TypeOf; + +export interface ExternalServiceIncidentResponse { + id: string; + title: string; + url: string; + pushedDate: string; +} + +export type Incident = Omit; + +export type GetIncidentResponse = TypeOf; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/index.ts b/x-pack/plugins/stack_connectors/public/connector_types/index.ts index 893b756338dcb..dd1c5e5c63a2a 100644 --- a/x-pack/plugins/stack_connectors/public/connector_types/index.ts +++ b/x-pack/plugins/stack_connectors/public/connector_types/index.ts @@ -32,6 +32,7 @@ import { getXmattersConnectorType } from './xmatters'; import { getD3SecurityConnectorType } from './d3security'; import { ExperimentalFeaturesService } from '../common/experimental_features_service'; import { getSentinelOneConnectorType } from './sentinelone'; +import { getTheHiveConnectorType } from './thehive'; import { getCrowdStrikeConnectorType } from './crowdstrike'; export interface RegistrationServices { @@ -71,6 +72,7 @@ export function registerConnectorTypes({ connectorTypeRegistry.register(getTorqConnectorType()); connectorTypeRegistry.register(getTinesConnectorType()); connectorTypeRegistry.register(getD3SecurityConnectorType()); + connectorTypeRegistry.register(getTheHiveConnectorType()); if (ExperimentalFeaturesService.get().sentinelOneConnectorOn) { connectorTypeRegistry.register(getSentinelOneConnectorType()); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx new file mode 100644 index 0000000000000..7b61456b093d7 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.test.tsx @@ -0,0 +1,113 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import TheHiveConnectorFields from './connector'; +import { ConnectorFormTestProvider } from '../lib/test_utils'; +import { act, render, waitFor } from '@testing-library/react'; +import userEvent from '@testing-library/user-event'; + +jest.mock('@kbn/triggers-actions-ui-plugin/public/common/lib/kibana'); + +describe('TheHiveActionConnectorFields renders', () => { + const actionConnector = { + actionTypeId: '.thehive', + name: 'thehive', + config: { + url: 'https://test.com', + }, + secrets: { + apiKey: 'apiKey', + }, + isDeprecated: false, + }; + + it('TheHive connector fields are rendered', () => { + const { getByTestId } = render( + + {}} + /> + + ); + + expect(getByTestId('config.url-input')).toBeInTheDocument(); + expect(getByTestId('secrets.apiKey-input')).toBeInTheDocument(); + }); + + describe('Validation', () => { + const onSubmit = jest.fn(); + + beforeEach(() => { + jest.clearAllMocks(); + }); + + const tests: Array<[string, string]> = [ + ['config.url-input', 'not-valid'], + ['secrets.apiKey-input', ''], + ]; + + it('connector validation succeeds when connector config is valid', async () => { + const { getByTestId } = render( + + {}} + /> + + ); + + await act(async () => { + userEvent.click(getByTestId('form-test-provide-submit')); + }); + + waitFor(() => { + expect(onSubmit).toBeCalledWith({ + data: { + actionTypeId: '.thehive', + name: 'thehive', + config: { + url: 'https://test.com', + }, + secrets: { + apiKey: 'apiKey', + }, + isDeprecated: false, + }, + isValid: true, + }); + }); + }); + + it.each(tests)('validates correctly %p', async (field, value) => { + const res = render( + + {}} + /> + + ); + + await act(async () => { + await userEvent.type(res.getByTestId(field), `{selectall}{backspace}${value}`, { + delay: 10, + }); + }); + + await act(async () => { + userEvent.click(res.getByTestId('form-test-provide-submit')); + }); + + expect(onSubmit).toHaveBeenCalledWith({ data: {}, isValid: false }); + }); + }); +}); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx new file mode 100644 index 0000000000000..01ab1803c00ea --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/connector.tsx @@ -0,0 +1,51 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import { ActionConnectorFieldsProps } from '@kbn/triggers-actions-ui-plugin/public'; +import { + ConfigFieldSchema, + SimpleConnectorForm, + SecretsFieldSchema, +} from '@kbn/triggers-actions-ui-plugin/public'; + +import { + URL_LABEL, + API_KEY_LABEL, + ORGANISATION_LABEL, + ORGANISATION_HELP_TEXT, +} from './translations'; + +const configFormSchema: ConfigFieldSchema[] = [ + { + id: 'organisation', + label: ORGANISATION_LABEL, + isRequired: false, + helpText: ORGANISATION_HELP_TEXT, + }, + { id: 'url', label: URL_LABEL, isUrlField: true }, +]; + +const secretsFormSchema: SecretsFieldSchema[] = [ + { id: 'apiKey', label: API_KEY_LABEL, isPasswordField: true }, +]; + +const TheHiveConnectorFields: React.FC = ({ readOnly, isEdit }) => { + return ( + <> + + + ); +}; + +// eslint-disable-next-line import/no-default-export +export { TheHiveConnectorFields as default }; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts b/x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts new file mode 100644 index 0000000000000..b94fd5e4ad4be --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/constants.ts @@ -0,0 +1,114 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { i18n } from '@kbn/i18n'; +import { TheHiveSeverity, TheHiveTLP, SUB_ACTION } from '../../../common/thehive/constants'; + +export const eventActionOptions = [ + { + value: SUB_ACTION.PUSH_TO_SERVICE, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectCreateCaseOptionLabel', + { + defaultMessage: 'Create Case', + } + ), + }, + { + value: SUB_ACTION.CREATE_ALERT, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectCreateAlertOptionLabel', + { + defaultMessage: 'Create Alert', + } + ), + }, +]; + +export const severityOptions = [ + { + value: TheHiveSeverity.LOW, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectSeverityLowOptionLabel', + { + defaultMessage: 'LOW', + } + ), + }, + { + value: TheHiveSeverity.MEDIUM, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectSeverityMediumOptionLabel', + { + defaultMessage: 'MEDIUM', + } + ), + }, + { + value: TheHiveSeverity.HIGH, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectSeverityHighOptionLabel', + { + defaultMessage: 'HIGH', + } + ), + }, + { + value: TheHiveSeverity.CRITICAL, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectSeverityCriticalOptionLabel', + { + defaultMessage: 'CRITICAL', + } + ), + }, +]; + +export const tlpOptions = [ + { + value: TheHiveTLP.CLEAR, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectTlpClearOptionLabel', + { + defaultMessage: 'CLEAR', + } + ), + }, + { + value: TheHiveTLP.GREEN, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectTlpGreenOptionLabel', + { + defaultMessage: 'GREEN', + } + ), + }, + { + value: TheHiveTLP.AMBER, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectTlpAmberOptionLabel', + { + defaultMessage: 'AMBER', + } + ), + }, + { + value: TheHiveTLP.AMBER_STRICT, + text: i18n.translate( + 'xpack.stackConnectors.components.thehive.eventSelectTlpAmberStrictOptionLabel', + { + defaultMessage: 'AMBER+STRICT', + } + ), + }, + { + value: TheHiveTLP.RED, + text: i18n.translate('xpack.stackConnectors.components.thehive.eventSelectTlpRedOptionLabel', { + defaultMessage: 'RED', + }), + }, +]; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts b/x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts new file mode 100644 index 0000000000000..9a98fce201e58 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/index.ts @@ -0,0 +1,8 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +export { getConnectorType as getTheHiveConnectorType } from './thehive'; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx new file mode 100644 index 0000000000000..45025e1f24041 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/logo.tsx @@ -0,0 +1,40 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import { LogoProps } from '../types'; + +const Logo = (props: LogoProps) => ( + + + + + + +); + +// eslint-disable-next-line import/no-default-export +export { Logo as default }; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx new file mode 100644 index 0000000000000..d69080938fc26 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.test.tsx @@ -0,0 +1,105 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import { fireEvent, render } from '@testing-library/react'; +import { ActionConnector } from '@kbn/triggers-actions-ui-plugin/public/types'; +import TheHiveParamsFields from './params'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { ExecutorParams, ExecutorSubActionPushParams } from '../../../common/thehive/types'; + +describe('TheHiveParamsFields renders', () => { + const subActionParams: ExecutorSubActionPushParams = { + incident: { + title: 'title {test}', + description: 'test description', + tlp: 2, + severity: 2, + tags: ['test1'], + externalId: null, + }, + comments: [], + }; + const actionParams: ExecutorParams = { + subAction: SUB_ACTION.PUSH_TO_SERVICE, + subActionParams, + }; + const connector: ActionConnector = { + secrets: {}, + config: {}, + id: 'test', + actionTypeId: '.test', + name: 'Test', + isPreconfigured: false, + isDeprecated: false, + isSystemAction: false as const, + }; + + const editAction = jest.fn(); + const defaultProps = { + actionConnector: connector, + actionParams, + editAction, + errors: { 'subActionParams.incident.title': [] }, + index: 0, + messageVariables: [], + }; + + beforeEach(() => { + jest.clearAllMocks(); + }); + + it('all Params fields is rendered', () => { + const { getByTestId } = render(); + + expect(getByTestId('eventActionSelect')).toBeInTheDocument(); + expect(getByTestId('eventActionSelect')).toHaveValue(SUB_ACTION.PUSH_TO_SERVICE); + }); + + it('calls editAction function with the correct arguments', () => { + const { getByTestId } = render(); + const eventActionEl = getByTestId('eventActionSelect'); + + fireEvent.change(eventActionEl, { target: { value: SUB_ACTION.CREATE_ALERT } }); + expect(editAction).toHaveBeenCalledWith( + 'subActionParams', + { + tlp: 2, + severity: 2, + tags: [], + sourceRef: '{{alert.uuid}}', + }, + 0 + ); + + fireEvent.change(eventActionEl, { target: { value: SUB_ACTION.PUSH_TO_SERVICE } }); + expect(editAction).toHaveBeenCalledWith( + 'subActionParams', + { + incident: { + tlp: 2, + severity: 2, + tags: [], + }, + comments: [], + }, + 0 + ); + }); + + it('handles the case when subAction is undefined', () => { + const newProps = { + ...defaultProps, + actionParams: { + ...actionParams, + subAction: undefined, + }, + }; + render(); + expect(editAction).toHaveBeenCalledWith('subAction', SUB_ACTION.PUSH_TO_SERVICE, 0); + }); +}); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx new file mode 100644 index 0000000000000..f0221ce7a460b --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params.tsx @@ -0,0 +1,133 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React, { useState, useEffect, useRef, useMemo } from 'react'; +import { ActionParamsProps, ActionConnectorMode } from '@kbn/triggers-actions-ui-plugin/public'; +import { EuiFormRow, EuiSelect } from '@elastic/eui'; +import { eventActionOptions } from './constants'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { ExecutorParams } from '../../../common/thehive/types'; +import { TheHiveParamsAlertFields } from './params_alert'; +import { TheHiveParamsCaseFields } from './params_case'; +import * as translations from './translations'; + +const TheHiveParamsFields: React.FunctionComponent> = ({ + actionConnector, + actionParams, + editAction, + index, + errors, + messageVariables, + executionMode, +}) => { + const [eventAction, setEventAction] = useState( + actionParams.subAction ?? SUB_ACTION.PUSH_TO_SERVICE + ); + const actionConnectorRef = useRef(actionConnector?.id ?? ''); + const isTest = useMemo(() => executionMode === ActionConnectorMode.Test, [executionMode]); + + useEffect(() => { + if (actionConnector != null && actionConnectorRef.current !== actionConnector.id) { + actionConnectorRef.current = actionConnector.id; + editAction( + 'subActionParams', + { + incident: { + tlp: 2, + severity: 2, + tags: [], + }, + comments: [], + }, + index + ); + } + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [actionConnector]); + + useEffect(() => { + if (!actionParams.subAction) { + editAction('subAction', SUB_ACTION.PUSH_TO_SERVICE, index); + } + if (!actionParams.subActionParams) { + editAction( + 'subActionParams', + { + incident: { + tlp: 2, + severity: 2, + tags: [], + }, + comments: [], + }, + index + ); + } + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [actionParams]); + + useEffect(() => { + editAction('subAction', eventAction, index); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [eventAction]); + + const setEventActionType = (eventActionType: SUB_ACTION) => { + const subActionParams = + eventActionType === SUB_ACTION.CREATE_ALERT + ? { + tlp: 2, + severity: 2, + tags: [], + sourceRef: isTest ? undefined : '{{alert.uuid}}', + } + : { + incident: { + tlp: 2, + severity: 2, + tags: [], + }, + comments: [], + }; + + setEventAction(eventActionType); + editAction('subActionParams', subActionParams, index); + }; + + return ( + <> + + setEventActionType(e.target.value as SUB_ACTION)} + /> + + {eventAction === SUB_ACTION.PUSH_TO_SERVICE ? ( + + ) : ( + + )} + + ); +}; + +// eslint-disable-next-line import/no-default-export +export { TheHiveParamsFields as default }; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx new file mode 100644 index 0000000000000..138595bd52690 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.test.tsx @@ -0,0 +1,70 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import { render } from '@testing-library/react'; +import { ActionConnector } from '@kbn/triggers-actions-ui-plugin/public/types'; +import { TheHiveParamsAlertFields } from './params_alert'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { ExecutorParams, ExecutorSubActionCreateAlertParams } from '../../../common/thehive/types'; + +describe('TheHiveParamsFields renders', () => { + const subActionParams: ExecutorSubActionCreateAlertParams = { + title: 'title {test}', + description: 'description test', + tlp: 2, + severity: 2, + tags: ['test1'], + source: 'source test', + type: 'sourceType test', + sourceRef: 'sourceRef test', + }; + const actionParams: ExecutorParams = { + subAction: SUB_ACTION.CREATE_ALERT, + subActionParams, + }; + const connector: ActionConnector = { + secrets: {}, + config: {}, + id: 'test', + actionTypeId: '.test', + name: 'Test', + isPreconfigured: false, + isDeprecated: false, + isSystemAction: false as const, + }; + + const editAction = jest.fn(); + const defaultProps = { + actionConnector: connector, + actionParams, + editAction, + errors: { 'subActionParams.incident.title': [] }, + index: 0, + messageVariables: [], + }; + + beforeEach(() => { + jest.clearAllMocks(); + }); + + it('all Params fields is rendered', () => { + const { getByTestId } = render(); + + expect(getByTestId('titleInput')).toBeInTheDocument(); + expect(getByTestId('descriptionTextArea')).toBeInTheDocument(); + expect(getByTestId('tagsInput')).toBeInTheDocument(); + expect(getByTestId('severitySelectInput')).toBeInTheDocument(); + expect(getByTestId('tlpSelectInput')).toBeInTheDocument(); + expect(getByTestId('typeInput')).toBeInTheDocument(); + expect(getByTestId('sourceInput')).toBeInTheDocument(); + expect(getByTestId('sourceRefInput')).toBeInTheDocument(); + + expect(getByTestId('severitySelectInput')).toHaveValue('2'); + expect(getByTestId('tlpSelectInput')).toHaveValue('2'); + }); +}); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx new file mode 100644 index 0000000000000..c54860dd064a9 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_alert.tsx @@ -0,0 +1,192 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React, { useState, useMemo } from 'react'; +import { + TextFieldWithMessageVariables, + TextAreaWithMessageVariables, + ActionParamsProps, +} from '@kbn/triggers-actions-ui-plugin/public'; +import { EuiFormRow, EuiSelect, EuiComboBox } from '@elastic/eui'; +import { ExecutorParams, ExecutorSubActionCreateAlertParams } from '../../../common/thehive/types'; +import { severityOptions, tlpOptions } from './constants'; +import * as translations from './translations'; + +export const TheHiveParamsAlertFields: React.FC> = ({ + actionParams, + editAction, + index, + errors, + messageVariables, +}) => { + const alert = useMemo( + () => + (actionParams.subActionParams as ExecutorSubActionCreateAlertParams) ?? + ({ + tlp: 2, + severity: 2, + tags: [], + } as unknown as ExecutorSubActionCreateAlertParams), + [actionParams.subActionParams] + ); + + const [severity, setSeverity] = useState(alert.severity ?? severityOptions[1].value); + const [tlp, setTlp] = useState(alert.tlp ?? tlpOptions[2].value); + const [selectedOptions, setSelected] = useState>( + alert.tags?.map((tag) => ({ label: tag })) ?? [] + ); + + const onCreateOption = (searchValue: string) => { + setSelected([...selectedOptions, { label: searchValue }]); + editAction('subActionParams', { ...alert, tags: [...(alert.tags ?? []), searchValue] }, index); + }; + + const onChange = (selectedOptionList: Array<{ label: string }>) => { + setSelected(selectedOptionList); + editAction( + 'subActionParams', + { ...alert, tags: selectedOptionList.map((option) => option.label) }, + index + ); + }; + + return ( + <> + { + editAction('subActionParams', { ...alert, [key]: value }, index); + }} + messageVariables={messageVariables} + paramsProperty={'title'} + inputTargetValue={alert.title ?? undefined} + wrapField={true} + formRowProps={{ + label: translations.TITLE_LABEL, + fullWidth: true, + helpText: '', + isInvalid: + errors['createAlertParam.title'] !== undefined && + errors['createAlertParam.title'].length > 0 && + alert.title !== undefined, + error: errors['createAlertParam.title'] as string, + }} + errors={errors['createAlertParam.title'] as string[]} + /> + { + editAction('subActionParams', { ...alert, [key]: value }, index); + }} + messageVariables={messageVariables} + paramsProperty={'description'} + inputTargetValue={alert.description ?? undefined} + errors={errors['createAlertParam.description'] as string[]} + /> + { + editAction('subActionParams', { ...alert, [key]: value }, index); + }} + paramsProperty={'type'} + inputTargetValue={alert.type ?? undefined} + wrapField={true} + formRowProps={{ + label: translations.TYPE_LABEL, + fullWidth: true, + helpText: '', + isInvalid: + errors['createAlertParam.type'] !== undefined && + errors['createAlertParam.type'].length > 0 && + alert.type !== undefined, + error: errors['createAlertParam.type'] as string, + }} + errors={errors['createAlertParam.type'] as string[]} + /> + { + editAction('subActionParams', { ...alert, [key]: value }, index); + }} + paramsProperty={'source'} + inputTargetValue={alert.source ?? undefined} + wrapField={true} + formRowProps={{ + label: translations.SOURCE_LABEL, + fullWidth: true, + helpText: '', + isInvalid: + errors['createAlertParam.source'] !== undefined && + errors['createAlertParam.source'].length > 0 && + alert.source !== undefined, + error: errors['createAlertParam.source'] as string, + }} + errors={errors['createAlertParam.source'] as string[]} + /> + { + editAction('subActionParams', { ...alert, [key]: value }, index); + }} + messageVariables={messageVariables} + paramsProperty={'sourceRef'} + inputTargetValue={alert.sourceRef ?? undefined} + wrapField={true} + formRowProps={{ + label: translations.SOURCE_REF_LABEL, + fullWidth: true, + helpText: '', + isInvalid: + errors['createAlertParam.sourceRef'] !== undefined && + errors['createAlertParam.sourceRef'].length > 0 && + alert.sourceRef !== undefined, + error: errors['createAlertParam.sourceRef'] as string, + }} + errors={errors['createAlertParam.sourceRef'] as string[]} + /> + + { + editAction( + 'subActionParams', + { ...alert, severity: parseInt(e.target.value, 10) }, + index + ); + setSeverity(parseInt(e.target.value, 10)); + }} + /> + + + { + editAction('subActionParams', { ...alert, tlp: parseInt(e.target.value, 10) }, index); + setTlp(parseInt(e.target.value, 10)); + }} + /> + + + + + + ); +}; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx new file mode 100644 index 0000000000000..f76d9fe8aece0 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.test.tsx @@ -0,0 +1,69 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React from 'react'; +import { render } from '@testing-library/react'; +import { ActionConnector } from '@kbn/triggers-actions-ui-plugin/public/types'; +import TheHiveParamsFields from './params'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { ExecutorParams, ExecutorSubActionPushParams } from '../../../common/thehive/types'; + +describe('TheHiveParamsFields renders', () => { + const subActionParams: ExecutorSubActionPushParams = { + incident: { + title: 'title {test}', + description: 'test description', + tlp: 2, + severity: 2, + tags: ['test1'], + externalId: null, + }, + comments: [], + }; + const actionParams: ExecutorParams = { + subAction: SUB_ACTION.PUSH_TO_SERVICE, + subActionParams, + }; + const connector: ActionConnector = { + secrets: {}, + config: {}, + id: 'test', + actionTypeId: '.test', + name: 'Test', + isPreconfigured: false, + isDeprecated: false, + isSystemAction: false as const, + }; + + const editAction = jest.fn(); + const defaultProps = { + actionConnector: connector, + actionParams, + editAction, + errors: { 'subActionParams.incident.title': [] }, + index: 0, + messageVariables: [], + }; + + beforeEach(() => { + jest.clearAllMocks(); + }); + + it('all Params fields is rendered', () => { + const { getByTestId } = render(); + + expect(getByTestId('titleInput')).toBeInTheDocument(); + expect(getByTestId('descriptionTextArea')).toBeInTheDocument(); + expect(getByTestId('tagsInput')).toBeInTheDocument(); + expect(getByTestId('severitySelectInput')).toBeInTheDocument(); + expect(getByTestId('tlpSelectInput')).toBeInTheDocument(); + expect(getByTestId('commentsTextArea')).toBeInTheDocument(); + + expect(getByTestId('severitySelectInput')).toHaveValue('2'); + expect(getByTestId('tlpSelectInput')).toHaveValue('2'); + }); +}); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx new file mode 100644 index 0000000000000..417b52f920791 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/params_case.tsx @@ -0,0 +1,154 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React, { useState, useMemo, useCallback } from 'react'; +import { + TextFieldWithMessageVariables, + TextAreaWithMessageVariables, + ActionParamsProps, +} from '@kbn/triggers-actions-ui-plugin/public'; +import { EuiFormRow, EuiSelect, EuiComboBox } from '@elastic/eui'; +import { ExecutorParams, ExecutorSubActionPushParams } from '../../../common/thehive/types'; +import { severityOptions, tlpOptions } from './constants'; +import * as translations from './translations'; + +export const TheHiveParamsCaseFields: React.FC> = ({ + actionParams, + editAction, + index, + errors, + messageVariables, +}) => { + const { incident, comments } = useMemo( + () => + (actionParams.subActionParams as ExecutorSubActionPushParams) ?? + ({ + incident: { + tlp: 2, + severity: 2, + tags: [], + }, + comments: [], + } as unknown as ExecutorSubActionPushParams), + [actionParams.subActionParams] + ); + + const [severity, setSeverity] = useState(incident.severity ?? severityOptions[1].value); + const [tlp, setTlp] = useState(incident.tlp ?? tlpOptions[2].value); + const [selectedOptions, setSelected] = useState>( + incident.tags?.map((tag) => ({ label: tag })) ?? [] + ); + + const editSubActionProperty = useCallback( + (key: string, value: any) => { + const newProps = + key !== 'comments' + ? { + incident: { ...incident, [key]: value }, + comments, + } + : { incident, [key]: value }; + editAction('subActionParams', newProps, index); + }, + [comments, editAction, incident, index] + ); + + const editComment = useCallback( + (key, value) => { + editSubActionProperty(key, [{ commentId: '1', comment: value }]); + }, + [editSubActionProperty] + ); + + const onCreateOption = (searchValue: string) => { + setSelected([...selectedOptions, { label: searchValue }]); + editSubActionProperty('tags', [...(incident.tags ?? []), searchValue]); + }; + + const onChange = (selectedOptionList: Array<{ label: string }>) => { + setSelected(selectedOptionList); + editSubActionProperty( + 'tags', + selectedOptionList.map((option) => option.label) + ); + }; + + return ( + <> + 0 && + incident.title !== undefined, + error: errors['pushToServiceParam.incident.title'] as string, + }} + errors={errors['pushToServiceParam.incident.title'] as string[]} + /> + + + { + editSubActionProperty('severity', parseInt(e.target.value, 10)); + setSeverity(parseInt(e.target.value, 10)); + }} + /> + + + { + editSubActionProperty('tlp', parseInt(e.target.value, 10)); + setTlp(parseInt(e.target.value, 10)); + }} + /> + + + + + 0 ? comments[0].comment : undefined} + label={translations.COMMENTS_LABEL} + /> + + ); +}; diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx new file mode 100644 index 0000000000000..3a6788a8bf55d --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.test.tsx @@ -0,0 +1,137 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { TypeRegistry } from '@kbn/triggers-actions-ui-plugin/public/application/type_registry'; +import { registerConnectorTypes } from '..'; +import { ActionTypeModel as ConnectorTypeModel } from '@kbn/triggers-actions-ui-plugin/public/types'; +import { experimentalFeaturesMock, registrationServicesMock } from '../../mocks'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { ExperimentalFeaturesService } from '../../common/experimental_features_service'; + +const CONNECTOR_TYPE_ID = '.thehive'; +let connectorTypeModel: ConnectorTypeModel; +beforeAll(() => { + const connectorTypeRegistry = new TypeRegistry(); + ExperimentalFeaturesService.init({ experimentalFeatures: experimentalFeaturesMock }); + registerConnectorTypes({ connectorTypeRegistry, services: registrationServicesMock }); + const getResult = connectorTypeRegistry.get(CONNECTOR_TYPE_ID); + if (getResult !== null) { + connectorTypeModel = getResult; + } +}); + +describe('actionTypeRegistry.get() works', () => { + test('action type static data is as expected', () => { + expect(connectorTypeModel.id).toEqual(CONNECTOR_TYPE_ID); + }); +}); + +describe('thehive pushToService action params validation', () => { + test('pushToService action params validation succeeds when action params is valid', async () => { + const actionParams = { + subAction: SUB_ACTION.PUSH_TO_SERVICE, + subActionParams: { + incident: { + title: 'title {test}', + description: 'test description', + }, + }, + comments: [], + }; + + expect(await connectorTypeModel.validateParams(actionParams)).toEqual({ + errors: { + 'pushToServiceParam.incident.title': [], + 'pushToServiceParam.incident.description': [], + 'createAlertParam.title': [], + 'createAlertParam.description': [], + 'createAlertParam.type': [], + 'createAlertParam.source': [], + 'createAlertParam.sourceRef': [], + }, + }); + }); + + test('pushToService action params validation fails when Required fields is not valid', async () => { + const actionParams = { + subAction: SUB_ACTION.PUSH_TO_SERVICE, + subActionParams: { + incident: { + title: '', + description: '', + }, + }, + comments: [], + }; + + expect(await connectorTypeModel.validateParams(actionParams)).toEqual({ + errors: { + 'pushToServiceParam.incident.title': ['Title is required.'], + 'pushToServiceParam.incident.description': ['Description is required.'], + 'createAlertParam.title': [], + 'createAlertParam.description': [], + 'createAlertParam.type': [], + 'createAlertParam.source': [], + 'createAlertParam.sourceRef': [], + }, + }); + }); +}); + +describe('thehive createAlert action params validation', () => { + test('createAlert action params validation succeeds when action params is valid', async () => { + const actionParams = { + subAction: SUB_ACTION.CREATE_ALERT, + subActionParams: { + title: 'some title {test}', + description: 'some description {test}', + type: 'type test', + source: 'source test', + sourceRef: 'source reference test', + }, + comments: [], + }; + + expect(await connectorTypeModel.validateParams(actionParams)).toEqual({ + errors: { + 'pushToServiceParam.incident.title': [], + 'pushToServiceParam.incident.description': [], + 'createAlertParam.title': [], + 'createAlertParam.description': [], + 'createAlertParam.type': [], + 'createAlertParam.source': [], + 'createAlertParam.sourceRef': [], + }, + }); + }); + + test('params validation fails when Required fields is not valid', async () => { + const actionParams = { + subAction: SUB_ACTION.CREATE_ALERT, + subActionParams: { + title: '', + description: '', + type: '', + source: '', + sourceRef: '', + }, + comments: [], + }; + + expect(await connectorTypeModel.validateParams(actionParams)).toEqual({ + errors: { + 'pushToServiceParam.incident.title': [], + 'pushToServiceParam.incident.description': [], + 'createAlertParam.title': ['Title is required.'], + 'createAlertParam.description': ['Description is required.'], + 'createAlertParam.type': ['Type is required.'], + 'createAlertParam.source': ['Source is required.'], + 'createAlertParam.sourceRef': ['Source Reference is required.'], + }, + }); + }); +}); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx new file mode 100644 index 0000000000000..5523a24e05d50 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/thehive.tsx @@ -0,0 +1,86 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { lazy } from 'react'; +import { i18n } from '@kbn/i18n'; +import { GenericValidationResult } from '@kbn/triggers-actions-ui-plugin/public/types'; +import { TheHiveConnector } from './types'; +import { THEHIVE_CONNECTOR_ID, SUB_ACTION, THEHIVE_TITLE } from '../../../common/thehive/constants'; +import { + ExecutorParams, + ExecutorSubActionPushParams, + ExecutorSubActionCreateAlertParams, +} from '../../../common/thehive/types'; + +export function getConnectorType(): TheHiveConnector { + return { + id: THEHIVE_CONNECTOR_ID, + iconClass: lazy(() => import('./logo')), + selectMessage: i18n.translate('xpack.stackConnectors.components.thehive.descriptionText', { + defaultMessage: 'Create cases and alerts in TheHive', + }), + actionTypeTitle: THEHIVE_TITLE, + hideInUi: true, + validateParams: async ( + actionParams: ExecutorParams + ): Promise> => { + const translations = await import('./translations'); + + const errors = { + 'pushToServiceParam.incident.title': new Array(), + 'pushToServiceParam.incident.description': new Array(), + 'createAlertParam.title': new Array(), + 'createAlertParam.description': new Array(), + 'createAlertParam.type': new Array(), + 'createAlertParam.source': new Array(), + 'createAlertParam.sourceRef': new Array(), + }; + + const validationResult = { + errors, + }; + + const { subAction, subActionParams } = actionParams; + if (subAction === SUB_ACTION.PUSH_TO_SERVICE) { + const pushToServiceParam = subActionParams as ExecutorSubActionPushParams; + if (pushToServiceParam && pushToServiceParam.incident) { + if (!pushToServiceParam.incident.title?.length) { + errors['pushToServiceParam.incident.title'].push(translations.TITLE_REQUIRED); + } + if (!pushToServiceParam.incident.description?.length) { + errors['pushToServiceParam.incident.description'].push( + translations.DESCRIPTION_REQUIRED + ); + } + } + } else if (subAction === SUB_ACTION.CREATE_ALERT) { + const createAlertParam = subActionParams as ExecutorSubActionCreateAlertParams; + if (createAlertParam) { + if (!createAlertParam.title?.length) { + errors['createAlertParam.title'].push(translations.TITLE_REQUIRED); + } + if (!createAlertParam.description?.length) { + errors['createAlertParam.description'].push(translations.DESCRIPTION_REQUIRED); + } + if (!createAlertParam.type?.length) { + errors['createAlertParam.type'].push(translations.TYPE_REQUIRED); + } + if (!createAlertParam.source?.length) { + errors['createAlertParam.source'].push(translations.SOURCE_REQUIRED); + } + if (!createAlertParam.sourceRef?.length) { + errors['createAlertParam.sourceRef'].push(translations.SOURCE_REF_REQUIRED); + } + } + } + + return validationResult; + }, + actionConnectorFields: lazy(() => import('./connector')), + actionParamsFields: lazy(() => import('./params')), + }; +} diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts b/x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts new file mode 100644 index 0000000000000..fa2c7b822019a --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/translations.ts @@ -0,0 +1,138 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { i18n } from '@kbn/i18n'; + +export const URL_LABEL = i18n.translate('xpack.stackConnectors.components.thehive.urlFieldLabel', { + defaultMessage: 'URL', +}); + +export const ORGANISATION_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.organisationFieldLabel', + { + defaultMessage: 'Organisation', + } +); + +export const ORGANISATION_HELP_TEXT = i18n.translate( + 'xpack.stackConnectors.components.thehive.organisationFieldHelpText', + { + defaultMessage: `By default, the user's default organization will be considered.`, + } +); + +export const API_KEY_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.apiKeyFieldLabel', + { + defaultMessage: 'API Key', + } +); + +export const EVENT_ACTION_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.eventActionSelectFieldLabel', + { + defaultMessage: 'Event Action', + } +); + +export const TITLE_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.titleFieldLabel', + { + defaultMessage: 'Title*', + } +); + +export const DESCRIPTION_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.descriptionFieldLabel', + { + defaultMessage: 'Description*', + } +); + +export const TLP_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.tlpSelectFieldLabel', + { + defaultMessage: 'TLP', + } +); + +export const SEVERITY_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.severitySelectFieldLabel', + { + defaultMessage: 'Severity', + } +); + +export const TAGS_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.TagsMultiSelectFieldLabel', + { + defaultMessage: 'Tags', + } +); + +export const COMMENTS_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.commentsTextAreaFieldLabel', + { + defaultMessage: 'Additional comments', + } +); + +export const TYPE_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.typeFieldLabel', + { + defaultMessage: 'Type*', + } +); + +export const SOURCE_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.sourceFieldLabel', + { + defaultMessage: 'Source*', + } +); + +export const SOURCE_REF_LABEL = i18n.translate( + 'xpack.stackConnectors.components.thehive.sourceRefFieldLabel', + { + defaultMessage: 'Source Reference*', + } +); + +export const TITLE_REQUIRED = i18n.translate( + 'xpack.stackConnectors.components.thehive.requiredTitleText', + { + defaultMessage: 'Title is required.', + } +); + +export const DESCRIPTION_REQUIRED = i18n.translate( + 'xpack.stackConnectors.components.thehive.requiredDescriptionText', + { + defaultMessage: 'Description is required.', + } +); + +export const TYPE_REQUIRED = i18n.translate( + 'xpack.stackConnectors.components.thehive.requiredTypeText', + { + defaultMessage: 'Type is required.', + } +); + +export const SOURCE_REQUIRED = i18n.translate( + 'xpack.stackConnectors.components.thehive.requiredSourceText', + { + defaultMessage: 'Source is required.', + } +); + +export const SOURCE_REF_REQUIRED = i18n.translate( + 'xpack.stackConnectors.components.thehive.requiredSourceRefText', + { + defaultMessage: 'Source Reference is required.', + } +); diff --git a/x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts b/x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts new file mode 100644 index 0000000000000..0724b5bf2b9d3 --- /dev/null +++ b/x-pack/plugins/stack_connectors/public/connector_types/thehive/types.ts @@ -0,0 +1,11 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { ActionTypeModel as ConnectorTypeModel } from '@kbn/triggers-actions-ui-plugin/public'; +import { TheHiveConfig, TheHiveSecrets, ExecutorParams } from '../../../common/thehive/types'; + +export type TheHiveConnector = ConnectorTypeModel; diff --git a/x-pack/plugins/stack_connectors/server/connector_types/index.ts b/x-pack/plugins/stack_connectors/server/connector_types/index.ts index 6364fed0e193f..2c905471761ed 100644 --- a/x-pack/plugins/stack_connectors/server/connector_types/index.ts +++ b/x-pack/plugins/stack_connectors/server/connector_types/index.ts @@ -29,6 +29,7 @@ import { getConnectorType as getWebhookConnectorType } from './webhook'; import { getConnectorType as getXmattersConnectorType } from './xmatters'; import { getConnectorType as getTeamsConnectorType } from './teams'; import { getConnectorType as getD3SecurityConnectorType } from './d3security'; +import { getConnectorType as getTheHiveConnectorType } from './thehive'; import { getOpsgenieConnectorType } from './opsgenie'; import type { ActionParamsType as ServiceNowITSMActionParams } from './servicenow_itsm'; import type { ActionParamsType as ServiceNowSIRActionParams } from './servicenow_sir'; @@ -109,6 +110,7 @@ export function registerConnectorTypes({ actions.registerSubActionConnectorType(getGeminiConnectorType()); actions.registerSubActionConnectorType(getD3SecurityConnectorType()); actions.registerSubActionConnectorType(getResilientConnectorType()); + actions.registerSubActionConnectorType(getTheHiveConnectorType()); if (experimentalFeatures.sentinelOneConnectorOn) { actions.registerSubActionConnectorType(getSentinelOneConnectorType()); diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts b/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts new file mode 100644 index 0000000000000..86176462ab6d2 --- /dev/null +++ b/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.test.ts @@ -0,0 +1,20 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { TheHiveConnectorType, getConnectorType } from '.'; + +let connectorType: TheHiveConnectorType; + +describe('TheHive Connector', () => { + beforeEach(() => { + connectorType = getConnectorType(); + }); + test('exposes the connector as `TheHive` with id `.thehive`', () => { + expect(connectorType.id).toEqual('.thehive'); + expect(connectorType.name).toEqual('TheHive'); + }); +}); diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts b/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts new file mode 100644 index 0000000000000..d39849adb4490 --- /dev/null +++ b/x-pack/plugins/stack_connectors/server/connector_types/thehive/index.ts @@ -0,0 +1,46 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { + SubActionConnectorType, + ValidatorType, +} from '@kbn/actions-plugin/server/sub_action_framework/types'; +import { + AlertingConnectorFeatureId, + SecurityConnectorFeatureId, + UptimeConnectorFeatureId, +} from '@kbn/actions-plugin/common/types'; +import { urlAllowListValidator } from '@kbn/actions-plugin/server'; +import { TheHiveConnector } from './thehive'; +import { + TheHiveConfigSchema, + TheHiveSecretsSchema, + PushToServiceIncidentSchema, +} from '../../../common/thehive/schema'; +import { THEHIVE_CONNECTOR_ID, THEHIVE_TITLE } from '../../../common/thehive/constants'; +import { TheHiveConfig, TheHiveSecrets } from '../../../common/thehive/types'; + +export type TheHiveConnectorType = SubActionConnectorType; + +export function getConnectorType(): TheHiveConnectorType { + return { + id: THEHIVE_CONNECTOR_ID, + minimumLicenseRequired: 'platinum', + name: THEHIVE_TITLE, + getService: (params) => new TheHiveConnector(params, PushToServiceIncidentSchema), + supportedFeatureIds: [ + AlertingConnectorFeatureId, + SecurityConnectorFeatureId, + UptimeConnectorFeatureId, + ], + schema: { + config: TheHiveConfigSchema, + secrets: TheHiveSecretsSchema, + }, + validators: [{ type: ValidatorType.CONFIG, validator: urlAllowListValidator('url') }], + }; +} diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts b/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts new file mode 100644 index 0000000000000..6218d48ae33fa --- /dev/null +++ b/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.test.ts @@ -0,0 +1,409 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { TheHiveConnector } from './thehive'; +import { actionsConfigMock } from '@kbn/actions-plugin/server/actions_config.mock'; +import { THEHIVE_CONNECTOR_ID } from '../../../common/thehive/constants'; +import { loggingSystemMock } from '@kbn/core-logging-server-mocks'; +import { actionsMock } from '@kbn/actions-plugin/server/mocks'; +import { + TheHiveIncidentResponseSchema, + TheHiveUpdateIncidentResponseSchema, + TheHiveAddCommentResponseSchema, + TheHiveCreateAlertResponseSchema, + PushToServiceIncidentSchema, +} from '../../../common/thehive/schema'; +import type { ExecutorSubActionCreateAlertParams, Incident } from '../../../common/thehive/types'; + +const mockTime = new Date('2024-04-03T09:10:30.000'); + +describe('TheHiveConnector', () => { + const connector = new TheHiveConnector( + { + configurationUtilities: actionsConfigMock.create(), + connector: { id: '1', type: THEHIVE_CONNECTOR_ID }, + config: { url: 'https://example.com', organisation: null }, + secrets: { apiKey: 'test123' }, + logger: loggingSystemMock.createLogger(), + services: actionsMock.createServices(), + }, + PushToServiceIncidentSchema + ); + + let mockRequest: jest.Mock; + let mockError: jest.Mock; + + beforeAll(() => { + jest.useFakeTimers(); + jest.setSystemTime(mockTime); + }); + + afterAll(() => { + jest.useRealTimers(); + }); + + beforeEach(() => { + mockError = jest.fn().mockImplementation(() => { + throw new Error('API Error'); + }); + jest.clearAllMocks(); + }); + + describe('createIncident', () => { + const mockResponse = { + data: { + _id: '~172064', + _type: 'Case', + _createdBy: 'user1@thehive.local', + _createdAt: 1712128153041, + number: 67, + title: 'title', + description: 'description', + severity: 1, + severityLabel: 'LOW', + startDate: 1712128153029, + tags: ['tag1', 'tag2'], + flag: false, + tlp: 2, + tlpLabel: 'AMBER', + pap: 2, + papLabel: 'AMBER', + status: 'New', + stage: 'New', + assignee: 'user1@thehive.local', + customFields: [], + userPermissions: [ + 'manageCase/create', + 'manageAlert/update', + 'manageProcedure', + 'managePage', + 'manageObservable', + 'manageCase/delete', + 'manageAlert/create', + 'manageCaseReport', + 'manageAlert/delete', + 'accessTheHiveFS', + 'manageKnowledgeBase', + 'manageAction', + 'manageShare', + 'manageAnalyse', + 'manageFunction/invoke', + 'manageTask', + 'manageCase/merge', + 'manageCustomEvent', + 'manageAlert/import', + 'manageCase/changeOwnership', + 'manageComment', + 'manageAlert/reopen', + 'manageCase/update', + 'manageCase/reopen', + ], + extraData: {}, + newDate: 1712128153029, + timeToDetect: 0, + }, + }; + + beforeEach(() => { + mockRequest = jest.fn().mockResolvedValue(mockResponse); + // @ts-ignore + connector.request = mockRequest; + jest.clearAllMocks(); + }); + + const incident: Incident = { + title: 'title', + description: 'description', + severity: 1, + tlp: 2, + tags: ['tag1', 'tag2'], + }; + + it('TheHive API call is successful with correct parameters', async () => { + const response = await connector.createIncident(incident); + expect(mockRequest).toBeCalledTimes(1); + expect(mockRequest).toHaveBeenCalledWith({ + url: 'https://example.com/api/v1/case', + method: 'post', + responseSchema: TheHiveIncidentResponseSchema, + data: incident, + headers: { + Authorization: 'Bearer test123', + 'X-Organisation': null, + }, + }); + expect(response).toEqual({ + id: '~172064', + url: 'https://example.com/cases/~172064/details', + title: 'title', + pushedDate: '2024-04-03T07:09:13.041Z', + }); + }); + + it('errors during API calls are properly handled', async () => { + // @ts-ignore + connector.request = mockError; + + await expect(connector.createIncident(incident)).rejects.toThrow('API Error'); + }); + }); + + describe('updateIncident', () => { + const mockResponse = { + data: null, + }; + + beforeEach(() => { + mockRequest = jest.fn().mockResolvedValue(mockResponse); + // @ts-ignore + connector.request = mockRequest; + jest.clearAllMocks(); + }); + + const incident: Incident = { + title: 'new title', + description: 'new description', + severity: 3, + tlp: 1, + tags: ['tag3'], + }; + + it('TheHive API call is successful with correct parameters', async () => { + const response = await connector.updateIncident({ incidentId: '~172064', incident }); + expect(mockRequest).toBeCalledTimes(1); + expect(mockRequest).toHaveBeenCalledWith({ + url: 'https://example.com/api/v1/case/~172064', + method: 'patch', + responseSchema: TheHiveUpdateIncidentResponseSchema, + data: incident, + headers: { + Authorization: 'Bearer test123', + 'X-Organisation': null, + }, + }); + expect(response).toEqual({ + id: '~172064', + url: 'https://example.com/cases/~172064/details', + title: 'new title', + pushedDate: mockTime.toISOString(), + }); + }); + + it('errors during API calls are properly handled', async () => { + // @ts-ignore + connector.request = mockError; + + await expect(connector.updateIncident({ incidentId: '~172064', incident })).rejects.toThrow( + 'API Error' + ); + }); + }); + + describe('addComment', () => { + const mockResponse = { + data: { + _id: '~41156688', + _type: 'Comment', + createdBy: 'user1@thehive.local', + createdAt: 1712158280100, + message: 'test comment', + isEdited: false, + extraData: {}, + }, + }; + + beforeEach(() => { + mockRequest = jest.fn().mockResolvedValue(mockResponse); + // @ts-ignore + connector.request = mockRequest; + jest.clearAllMocks(); + }); + + it('TheHive API call is successful with correct parameters', async () => { + await connector.addComment({ + incidentId: '~172064', + comment: 'test comment', + }); + expect(mockRequest).toBeCalledTimes(1); + expect(mockRequest).toHaveBeenCalledWith({ + url: 'https://example.com/api/v1/case/~172064/comment', + method: 'post', + responseSchema: TheHiveAddCommentResponseSchema, + data: { message: 'test comment' }, + headers: { + Authorization: 'Bearer test123', + 'X-Organisation': null, + }, + }); + }); + + it('errors during API calls are properly handled', async () => { + // @ts-ignore + connector.request = mockError; + + await expect( + connector.addComment({ incidentId: '~172064', comment: 'test comment' }) + ).rejects.toThrow('API Error'); + }); + }); + + describe('getIncident', () => { + const mockResponse = { + data: { + _id: '~172064', + _type: 'Case', + _createdBy: 'user1@thehive.local', + _createdAt: 1712128153041, + number: 67, + title: 'title', + description: 'description', + severity: 1, + severityLabel: 'LOW', + startDate: 1712128153029, + tags: ['tag1', 'tag2'], + flag: false, + tlp: 2, + tlpLabel: 'AMBER', + pap: 2, + papLabel: 'AMBER', + status: 'New', + stage: 'New', + assignee: 'user1@thehive.local', + customFields: [], + userPermissions: [ + 'manageCase/create', + 'manageAlert/update', + 'manageProcedure', + 'managePage', + 'manageObservable', + 'manageCase/delete', + 'manageAlert/create', + 'manageCaseReport', + 'manageAlert/delete', + 'accessTheHiveFS', + 'manageKnowledgeBase', + 'manageAction', + 'manageShare', + 'manageAnalyse', + 'manageFunction/invoke', + 'manageTask', + 'manageCase/merge', + 'manageCustomEvent', + 'manageAlert/import', + 'manageCase/changeOwnership', + 'manageComment', + 'manageAlert/reopen', + 'manageCase/update', + 'manageCase/reopen', + ], + extraData: {}, + newDate: 1712128153029, + timeToDetect: 0, + }, + }; + + beforeEach(() => { + mockRequest = jest.fn().mockResolvedValue(mockResponse); + // @ts-ignore + connector.request = mockRequest; + jest.clearAllMocks(); + }); + + it('TheHive API call is successful with correct parameters', async () => { + const response = await connector.getIncident({ id: '~172064' }); + expect(mockRequest).toBeCalledTimes(1); + expect(mockRequest).toHaveBeenCalledWith({ + url: 'https://example.com/api/v1/case/~172064', + responseSchema: TheHiveIncidentResponseSchema, + headers: { + Authorization: 'Bearer test123', + 'X-Organisation': null, + }, + }); + expect(response).toEqual(mockResponse.data); + }); + + it('errors during API calls are properly handled', async () => { + // @ts-ignore + connector.request = mockError; + + await expect(connector.getIncident({ id: '~172064' })).rejects.toThrow('API Error'); + }); + }); + + describe('createAlert', () => { + const mockResponse = { + data: { + _id: '~41128088', + _type: 'Alert', + _createdBy: 'user1@thehive.local', + _createdAt: 1712161128982, + type: 'alert type', + source: 'alert source', + sourceRef: 'test123', + title: 'title', + description: 'description', + severity: 1, + severityLabel: 'LOW', + date: 1712161128964, + tags: ['tag1', 'tag2'], + tlp: 2, + tlpLabel: 'AMBER', + pap: 2, + papLabel: 'AMBER', + follow: true, + customFields: [], + observableCount: 0, + status: 'New', + stage: 'New', + extraData: {}, + newDate: 1712161128967, + timeToDetect: 0, + }, + }; + + beforeEach(() => { + mockRequest = jest.fn().mockResolvedValue(mockResponse); + // @ts-ignore + connector.request = mockRequest; + jest.clearAllMocks(); + }); + + const alert: ExecutorSubActionCreateAlertParams = { + title: 'title', + description: 'description', + type: 'alert type', + source: 'alert source', + sourceRef: 'test123', + severity: 1, + tlp: 2, + tags: ['tag1', 'tag2'], + }; + + it('TheHive API call is successful with correct parameters', async () => { + await connector.createAlert(alert); + expect(mockRequest).toBeCalledTimes(1); + expect(mockRequest).toHaveBeenCalledWith({ + url: 'https://example.com/api/v1/alert', + method: 'post', + responseSchema: TheHiveCreateAlertResponseSchema, + data: alert, + headers: { + Authorization: 'Bearer test123', + 'X-Organisation': null, + }, + }); + }); + + it('errors during API calls are properly handled', async () => { + // @ts-ignore + connector.request = mockError; + + await expect(connector.createAlert(alert)).rejects.toThrow('API Error'); + }); + }); +}); diff --git a/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts b/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts new file mode 100644 index 0000000000000..fe0caf8788f28 --- /dev/null +++ b/x-pack/plugins/stack_connectors/server/connector_types/thehive/thehive.ts @@ -0,0 +1,140 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { ServiceParams, CaseConnector } from '@kbn/actions-plugin/server'; +import type { AxiosError } from 'axios'; +import { Type } from '@kbn/config-schema'; +import { SUB_ACTION } from '../../../common/thehive/constants'; +import { + TheHiveIncidentResponseSchema, + TheHiveUpdateIncidentResponseSchema, + TheHiveAddCommentResponseSchema, + TheHiveCreateAlertResponseSchema, + ExecutorSubActionCreateAlertParamsSchema, +} from '../../../common/thehive/schema'; +import type { + TheHiveConfig, + TheHiveSecrets, + ExecutorSubActionCreateAlertParams, + TheHiveFailureResponse, + ExternalServiceIncidentResponse, + Incident, + GetIncidentResponse, +} from '../../../common/thehive/types'; + +export const API_VERSION = 'v1'; + +export class TheHiveConnector extends CaseConnector< + TheHiveConfig, + TheHiveSecrets, + Incident, + GetIncidentResponse +> { + private url: string; + private apiKey: string; + private organisation: string | null; + private urlWithoutTrailingSlash: string; + + constructor( + params: ServiceParams, + pushToServiceParamsExtendedSchema: Record> + ) { + super(params, pushToServiceParamsExtendedSchema); + + this.registerSubAction({ + name: SUB_ACTION.CREATE_ALERT, + method: 'createAlert', + schema: ExecutorSubActionCreateAlertParamsSchema, + }); + + this.url = this.config.url; + this.organisation = this.config.organisation; + this.apiKey = this.secrets.apiKey; + this.urlWithoutTrailingSlash = this.url?.endsWith('/') ? this.url.slice(0, -1) : this.url; + } + + private getAuthHeaders() { + return { Authorization: `Bearer ${this.apiKey}`, 'X-Organisation': this.organisation }; + } + + protected getResponseErrorMessage(error: AxiosError): string { + if (!error.response?.status) { + return 'Unknown API Error'; + } + return `API Error: ${error.response?.data?.type} - ${error.response?.data?.message}`; + } + + public async createIncident(incident: Incident): Promise { + const res = await this.request({ + method: 'post', + url: `${this.url}/api/${API_VERSION}/case`, + data: incident, + headers: this.getAuthHeaders(), + responseSchema: TheHiveIncidentResponseSchema, + }); + + return { + id: res.data._id, + title: res.data.title, + url: `${this.urlWithoutTrailingSlash}/cases/${res.data._id}/details`, + pushedDate: new Date(res.data._createdAt).toISOString(), + }; + } + + public async addComment({ incidentId, comment }: { incidentId: string; comment: string }) { + await this.request({ + method: 'post', + url: `${this.url}/api/${API_VERSION}/case/${incidentId}/comment`, + data: { message: comment }, + headers: this.getAuthHeaders(), + responseSchema: TheHiveAddCommentResponseSchema, + }); + } + + public async updateIncident({ + incidentId, + incident, + }: { + incidentId: string; + incident: Incident; + }): Promise { + await this.request({ + method: 'patch', + url: `${this.url}/api/${API_VERSION}/case/${incidentId}`, + data: incident, + headers: this.getAuthHeaders(), + responseSchema: TheHiveUpdateIncidentResponseSchema, + }); + + return { + id: incidentId, + title: incident.title, + url: `${this.urlWithoutTrailingSlash}/cases/${incidentId}/details`, + pushedDate: new Date().toISOString(), + }; + } + + public async getIncident({ id }: { id: string }): Promise { + const res = await this.request({ + url: `${this.url}/api/${API_VERSION}/case/${id}`, + headers: this.getAuthHeaders(), + responseSchema: TheHiveIncidentResponseSchema, + }); + + return res.data; + } + + public async createAlert(alert: ExecutorSubActionCreateAlertParams) { + await this.request({ + method: 'post', + url: `${this.url}/api/${API_VERSION}/alert`, + data: alert, + headers: this.getAuthHeaders(), + responseSchema: TheHiveCreateAlertResponseSchema, + }); + } +} diff --git a/x-pack/plugins/stack_connectors/server/plugin.test.ts b/x-pack/plugins/stack_connectors/server/plugin.test.ts index ee99a4e4be297..0c9551f787ca0 100644 --- a/x-pack/plugins/stack_connectors/server/plugin.test.ts +++ b/x-pack/plugins/stack_connectors/server/plugin.test.ts @@ -131,7 +131,7 @@ describe('Stack Connectors Plugin', () => { name: 'Torq', }) ); - expect(actionsSetup.registerSubActionConnectorType).toHaveBeenCalledTimes(9); + expect(actionsSetup.registerSubActionConnectorType).toHaveBeenCalledTimes(10); expect(actionsSetup.registerSubActionConnectorType).toHaveBeenNthCalledWith( 1, expect.objectContaining({ @@ -183,13 +183,20 @@ describe('Stack Connectors Plugin', () => { ); expect(actionsSetup.registerSubActionConnectorType).toHaveBeenNthCalledWith( 8, + expect.objectContaining({ + id: '.thehive', + name: 'TheHive', + }) + ); + expect(actionsSetup.registerSubActionConnectorType).toHaveBeenNthCalledWith( + 9, expect.objectContaining({ id: '.sentinelone', name: 'Sentinel One', }) ); expect(actionsSetup.registerSubActionConnectorType).toHaveBeenNthCalledWith( - 9, + 10, expect.objectContaining({ id: '.crowdstrike', name: 'CrowdStrike', diff --git a/x-pack/test/alerting_api_integration/common/config.ts b/x-pack/test/alerting_api_integration/common/config.ts index 2b4f8e2cd8aff..80439bc1cb489 100644 --- a/x-pack/test/alerting_api_integration/common/config.ts +++ b/x-pack/test/alerting_api_integration/common/config.ts @@ -56,6 +56,7 @@ const enabledActionTypes = [ CROWDSTRIKE_CONNECTOR_ID, '.slack', '.slack_api', + '.thehive', '.tines', '.webhook', '.xmatters', diff --git a/x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/thehive_simulation.ts b/x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/thehive_simulation.ts new file mode 100644 index 0000000000000..fc6ff59cc2498 --- /dev/null +++ b/x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/thehive_simulation.ts @@ -0,0 +1,101 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import http from 'http'; + +import { ProxyArgs, Simulator } from './simulator'; + +export class TheHiveSimulator extends Simulator { + private readonly returnError: boolean; + + constructor({ returnError = false, proxy }: { returnError?: boolean; proxy?: ProxyArgs }) { + super(proxy); + + this.returnError = returnError; + } + + public async handler( + request: http.IncomingMessage, + response: http.ServerResponse, + data: Record + ) { + if (this.returnError) { + return TheHiveSimulator.sendErrorResponse(response); + } + + return TheHiveSimulator.sendResponse(response); + } + + private static sendResponse(response: http.ServerResponse) { + response.statusCode = 201; + response.setHeader('Content-Type', 'application/json'); + response.end(JSON.stringify(theHiveSuccessResponse, null, 4)); + } + + private static sendErrorResponse(response: http.ServerResponse) { + response.statusCode = 400; + response.setHeader('Content-Type', 'application/json'); + response.end(JSON.stringify(theHiveFailedResponse, null, 4)); + } +} + +export const theHiveSuccessResponse = { + _id: '~172064', + _type: 'Case', + _createdBy: 'user1@thehive.local', + _createdAt: 1712128153041, + number: 67, + title: 'title', + description: 'description', + severity: 1, + severityLabel: 'LOW', + startDate: 1712128153029, + tags: ['tag1', 'tag2'], + flag: false, + tlp: 2, + tlpLabel: 'AMBER', + pap: 2, + papLabel: 'AMBER', + status: 'New', + stage: 'New', + assignee: 'user1@thehive.local', + customFields: [], + userPermissions: [ + 'manageCase/create', + 'manageAlert/update', + 'manageProcedure', + 'managePage', + 'manageObservable', + 'manageCase/delete', + 'manageAlert/create', + 'manageCaseReport', + 'manageAlert/delete', + 'accessTheHiveFS', + 'manageKnowledgeBase', + 'manageAction', + 'manageShare', + 'manageAnalyse', + 'manageFunction/invoke', + 'manageTask', + 'manageCase/merge', + 'manageCustomEvent', + 'manageAlert/import', + 'manageCase/changeOwnership', + 'manageComment', + 'manageAlert/reopen', + 'manageCase/update', + 'manageCase/reopen', + ], + extraData: {}, + newDate: 1712128153029, + timeToDetect: 0, +}; + +export const theHiveFailedResponse = { + type: 'BadRequest', + message: 'Invalid json', +}; diff --git a/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/thehive.ts b/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/thehive.ts new file mode 100644 index 0000000000000..e1bf048606bc1 --- /dev/null +++ b/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/thehive.ts @@ -0,0 +1,330 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import expect from '@kbn/expect'; + +import { TheHiveSimulator } from '@kbn/actions-simulators-plugin/server/thehive_simulation'; +import { TaskErrorSource } from '@kbn/task-manager-plugin/common'; +import { FtrProviderContext } from '../../../../../common/ftr_provider_context'; + +const connectorTypeId = '.thehive'; +const name = 'TheHive action'; +const secrets = { + apiKey: 'token12345', +}; + +// eslint-disable-next-line import/no-default-export +export default function theHiveTest({ getService }: FtrProviderContext) { + const supertest = getService('supertest'); + const configService = getService('config'); + + const createConnector = async (url: string) => { + const { body } = await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config: { url, organisation: null }, + secrets, + }) + .expect(200); + + return body.id; + }; + + describe('TheHive', () => { + describe('action creation', () => { + const simulator = new TheHiveSimulator({ + returnError: false, + proxy: { + config: configService.get('kbnTestServer.serverArgs'), + }, + }); + const config = { url: '', organisation: null }; + + before(async () => { + config.url = await simulator.start(); + }); + + after(() => { + simulator.close(); + }); + + it('should return 200 when creating the connector without organisation', async () => { + const { body: createdAction } = await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config, + secrets, + }) + .expect(200); + + expect(createdAction).to.eql({ + id: createdAction.id, + is_preconfigured: false, + is_system_action: false, + is_deprecated: false, + name, + connector_type_id: connectorTypeId, + is_missing_secrets: false, + config, + }); + }); + + it('should return 200 when creating the connector with the organisation', async () => { + const { body: createdAction } = await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config: { ...config, organisation: 'test-organisation' }, + secrets, + }) + .expect(200); + + expect(createdAction).to.eql({ + id: createdAction.id, + is_preconfigured: false, + is_system_action: false, + is_deprecated: false, + name, + connector_type_id: connectorTypeId, + is_missing_secrets: false, + config: { ...config, organisation: 'test-organisation' }, + }); + }); + + it('should return 400 Bad Request when creating the connector without the url', async () => { + await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config: {}, + secrets, + }) + .expect(400) + .then((resp: any) => { + expect(resp.body).to.eql({ + statusCode: 400, + error: 'Bad Request', + message: + 'error validating action type config: [url]: expected value of type [string] but got [undefined]', + }); + }); + }); + + it('should return 400 Bad Request when creating the connector with a url that is not allowed', async () => { + await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config: { + url: 'http://thehive.mynonexistent.com', + }, + secrets, + }) + .expect(400) + .then((resp: any) => { + expect(resp.body).to.eql({ + statusCode: 400, + error: 'Bad Request', + message: + 'error validating action type config: error validating url: target url "http://thehive.mynonexistent.com" is not added to the Kibana config xpack.actions.allowedHosts', + }); + }); + }); + + it('should return 400 Bad Request when creating the connector without secrets', async () => { + await supertest + .post('/api/actions/connector') + .set('kbn-xsrf', 'foo') + .send({ + name, + connector_type_id: connectorTypeId, + config, + }) + .expect(400) + .then((resp: any) => { + expect(resp.body).to.eql({ + statusCode: 400, + error: 'Bad Request', + message: + 'error validating action type secrets: [apiKey]: expected value of type [string] but got [undefined]', + }); + }); + }); + }); + + describe('executor', () => { + describe('validation', () => { + const simulator = new TheHiveSimulator({ + proxy: { + config: configService.get('kbnTestServer.serverArgs'), + }, + }); + let theHiveActionId: string; + + before(async () => { + const url = await simulator.start(); + theHiveActionId = await createConnector(url); + }); + + after(() => { + simulator.close(); + }); + + it('should fail when the params is empty', async () => { + const { body } = await supertest + .post(`/api/actions/connector/${theHiveActionId}/_execute`) + .set('kbn-xsrf', 'foo') + .send({ + params: {}, + }); + expect(200); + + expect(body).to.eql({ + status: 'error', + connector_id: theHiveActionId, + message: + 'error validating action params: [subAction]: expected value of type [string] but got [undefined]', + retry: false, + errorSource: TaskErrorSource.FRAMEWORK, + }); + }); + + it('should fail when the subAction is invalid', async () => { + const { body } = await supertest + .post(`/api/actions/connector/${theHiveActionId}/_execute`) + .set('kbn-xsrf', 'foo') + .send({ + params: { subAction: 'invalidAction' }, + }) + .expect(200); + + expect(body).to.eql({ + connector_id: theHiveActionId, + status: 'error', + retry: true, + message: 'an error occurred while running the action', + errorSource: TaskErrorSource.FRAMEWORK, + service_message: `Sub action "invalidAction" is not registered. Connector id: ${theHiveActionId}. Connector name: TheHive. Connector type: .thehive`, + }); + }); + }); + + describe('execution', () => { + describe('successful response simulator', () => { + const simulator = new TheHiveSimulator({ + proxy: { + config: configService.get('kbnTestServer.serverArgs'), + }, + }); + let url: string; + let theHiveActionId: string; + + before(async () => { + url = await simulator.start(); + theHiveActionId = await createConnector(url); + }); + + after(() => { + simulator.close(); + }); + + it('should send a formatted JSON object', async () => { + const { body } = await supertest + .post(`/api/actions/connector/${theHiveActionId}/_execute`) + .set('kbn-xsrf', 'foo') + .send({ + params: { + subAction: 'pushToService', + subActionParams: { + incident: { + title: 'title', + description: 'description', + tlp: 2, + severity: 1, + tags: ['tag1', 'tag2'], + }, + comments: [], + }, + }, + }) + .expect(200); + + expect(simulator.requestData).to.eql({ + title: 'title', + description: 'description', + tlp: 2, + severity: 1, + tags: ['tag1', 'tag2'], + }); + + expect(body).to.eql({ + status: 'ok', + connector_id: theHiveActionId, + data: { + id: '~172064', + title: 'title', + url: `${url}/cases/~172064/details`, + pushedDate: new Date(1712128153041).toISOString(), + }, + }); + }); + }); + + describe('error response simulator', () => { + const simulator = new TheHiveSimulator({ + returnError: true, + proxy: { + config: configService.get('kbnTestServer.serverArgs'), + }, + }); + + let theHiveActionId: string; + + before(async () => { + const url = await simulator.start(); + theHiveActionId = await createConnector(url); + }); + + after(() => { + simulator.close(); + }); + + it('should return a failure when error happens', async () => { + const { body } = await supertest + .post(`/api/actions/connector/${theHiveActionId}/_execute`) + .set('kbn-xsrf', 'foo') + .send({ + params: {}, + }) + .expect(200); + + expect(body).to.eql({ + status: 'error', + connector_id: theHiveActionId, + message: + 'error validating action params: [subAction]: expected value of type [string] but got [undefined]', + retry: false, + errorSource: TaskErrorSource.FRAMEWORK, + }); + }); + }); + }); + }); + }); +} diff --git a/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/index.ts b/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/index.ts index ab79a189839e2..2f773c7bbf43b 100644 --- a/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/index.ts +++ b/x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/index.ts @@ -43,6 +43,7 @@ export default function connectorsTests({ loadTestFile, getService }: FtrProvide loadTestFile(require.resolve('./connector_types/torq')); loadTestFile(require.resolve('./connector_types/openai')); loadTestFile(require.resolve('./connector_types/d3security')); + loadTestFile(require.resolve('./connector_types/thehive')); loadTestFile(require.resolve('./connector_types/bedrock')); loadTestFile(require.resolve('./create')); loadTestFile(require.resolve('./delete')); diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/actions/check_registered_connector_types.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/actions/check_registered_connector_types.ts index ac491f0e99aad..4b7dd28d63b5c 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/actions/check_registered_connector_types.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/actions/check_registered_connector_types.ts @@ -46,6 +46,7 @@ export default function createRegisteredConnectorTypeTests({ getService }: FtrPr '.observability-ai-assistant', '.resilient', '.teams', + '.thehive', '.tines', '.torq', '.opsgenie', diff --git a/x-pack/test/plugin_api_integration/test_suites/task_manager/check_registered_task_types.ts b/x-pack/test/plugin_api_integration/test_suites/task_manager/check_registered_task_types.ts index 011da0ff699bd..576f08d890e5b 100644 --- a/x-pack/test/plugin_api_integration/test_suites/task_manager/check_registered_task_types.ts +++ b/x-pack/test/plugin_api_integration/test_suites/task_manager/check_registered_task_types.ts @@ -75,6 +75,7 @@ export default function ({ getService }: FtrProviderContext) { 'actions:.slack_api', 'actions:.swimlane', 'actions:.teams', + 'actions:.thehive', 'actions:.tines', 'actions:.torq', 'actions:.webhook', From 1bf4fcd6d4cc0ff3195c0da7104e04740e3657db Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Tue, 30 Jul 2024 10:53:01 +0200 Subject: [PATCH 11/14] [ES|QL] Improves the authoring of the query and charts (#186875) ## Summary It makes the authoring of the ES|QL query easier by: - changing the flyout to be resizable - displaying a tab with the results of the query in the ES|QL datagrid component. image ### Checklist - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../src/flyout/flyout_service.tsx | 23 +++- .../core-overlays-browser/src/flyout.ts | 5 +- packages/kbn-esql-utils/index.ts | 1 + packages/kbn-esql-utils/src/index.ts | 1 + src/plugins/esql_datagrid/kibana.jsonc | 3 +- .../esql_datagrid/public/create_datagrid.tsx | 15 ++- .../esql_datagrid/public/data_grid.tsx | 92 ++++++++++++++- .../esql_datagrid/public/kibana_services.ts | 6 +- src/plugins/esql_datagrid/public/plugin.ts | 9 +- src/plugins/esql_datagrid/tsconfig.json | 2 + x-pack/plugins/lens/kibana.jsonc | 1 + .../esql_data_grid_accordion.tsx | 105 ++++++++++++++++++ .../shared/edit_on_the_fly/helpers.test.ts | 37 +++++- .../shared/edit_on_the_fly/helpers.ts | 72 +++++++++--- .../lens_configuration_flyout.test.tsx | 94 +++++++++++++++- .../lens_configuration_flyout.tsx | 61 +++++++++- .../open_lens_config/edit_action_helpers.ts | 1 + .../open_lens_config/helpers.scss | 2 + x-pack/plugins/lens/tsconfig.json | 2 + 19 files changed, 486 insertions(+), 46 deletions(-) create mode 100644 x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/esql_data_grid_accordion.tsx diff --git a/packages/core/overlays/core-overlays-browser-internal/src/flyout/flyout_service.tsx b/packages/core/overlays/core-overlays-browser-internal/src/flyout/flyout_service.tsx index d93498f6c9bfc..7ab844789828b 100644 --- a/packages/core/overlays/core-overlays-browser-internal/src/flyout/flyout_service.tsx +++ b/packages/core/overlays/core-overlays-browser-internal/src/flyout/flyout_service.tsx @@ -8,7 +8,7 @@ /* eslint-disable max-classes-per-file */ -import { EuiFlyout } from '@elastic/eui'; +import { EuiFlyout, EuiFlyoutResizable } from '@elastic/eui'; import React from 'react'; import { render, unmountComponentAtNode } from 'react-dom'; import { Subject } from 'rxjs'; @@ -102,11 +102,26 @@ export class FlyoutService { } }; - render( - + const getWrapper = (children: JSX.Element) => { + return options?.isResizable ? ( + + {children} + + ) : ( - + {children} + ); + }; + + render( + + {getWrapper()} , this.targetDomElement ); diff --git a/packages/core/overlays/core-overlays-browser/src/flyout.ts b/packages/core/overlays/core-overlays-browser/src/flyout.ts index 23e86c08e4434..8903f48e198cd 100644 --- a/packages/core/overlays/core-overlays-browser/src/flyout.ts +++ b/packages/core/overlays/core-overlays-browser/src/flyout.ts @@ -5,7 +5,7 @@ * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ -import type { EuiFlyoutProps } from '@elastic/eui'; +import type { EuiFlyoutProps, EuiFlyoutResizableProps } from '@elastic/eui'; import type { MountPoint, OverlayRef } from '@kbn/core-mount-utils-browser'; /** @@ -28,10 +28,11 @@ export interface OverlayFlyoutStart { /** * @public */ -export type OverlayFlyoutOpenOptions = Omit & { +export type OverlayFlyoutOpenOptions = Omit & { /** * EuiFlyout onClose handler. * If provided the consumer is responsible for calling flyout.close() to close the flyout; */ onClose?: (flyout: OverlayRef) => void; + isResizable?: boolean; }; diff --git a/packages/kbn-esql-utils/index.ts b/packages/kbn-esql-utils/index.ts index ffb424ebcf0ae..b3d8698ea7075 100644 --- a/packages/kbn-esql-utils/index.ts +++ b/packages/kbn-esql-utils/index.ts @@ -20,6 +20,7 @@ export { getESQLQueryColumns, getESQLQueryColumnsRaw, getESQLResults, + formatESQLColumns, getTimeFieldFromESQLQuery, getStartEndParams, hasStartEndParams, diff --git a/packages/kbn-esql-utils/src/index.ts b/packages/kbn-esql-utils/src/index.ts index 5ac459b7564b8..d0b10ad486599 100644 --- a/packages/kbn-esql-utils/src/index.ts +++ b/packages/kbn-esql-utils/src/index.ts @@ -22,6 +22,7 @@ export { getESQLQueryColumns, getESQLQueryColumnsRaw, getESQLResults, + formatESQLColumns, getStartEndParams, hasStartEndParams, } from './utils/run_query'; diff --git a/src/plugins/esql_datagrid/kibana.jsonc b/src/plugins/esql_datagrid/kibana.jsonc index ed589432578f3..e2596ccb9fc8b 100644 --- a/src/plugins/esql_datagrid/kibana.jsonc +++ b/src/plugins/esql_datagrid/kibana.jsonc @@ -9,7 +9,8 @@ "requiredPlugins": [ "data", "uiActions", - "fieldFormats" + "fieldFormats", + "share", ], "requiredBundles": [ "kibanaReact", diff --git a/src/plugins/esql_datagrid/public/create_datagrid.tsx b/src/plugins/esql_datagrid/public/create_datagrid.tsx index 6e218fac2bde4..e3352d77e3072 100644 --- a/src/plugins/esql_datagrid/public/create_datagrid.tsx +++ b/src/plugins/esql_datagrid/public/create_datagrid.tsx @@ -22,9 +22,15 @@ interface ESQLDataGridProps { dataView: DataView; columns: DatatableColumn[]; query: AggregateQuery; + /** + * Optional parameters + */ flyoutType?: 'overlay' | 'push'; isTableView?: boolean; initialColumns?: DatatableColumn[]; + fullHeight?: boolean; + initialRowHeight?: number; + controlColumnIds?: string[]; // default: ['openDetails', 'select'] } const DataGridLazy = withSuspense(lazy(() => import('./data_grid'))); @@ -35,6 +41,10 @@ export const ESQLDataGrid = (props: ESQLDataGridProps) => { return Promise.all([startServicesPromise]); }, []); + const getWrapper = (children: JSX.Element) => { + return props.fullHeight ?
{children}
: <>{children}; + }; + const deps = value?.[0]; if (loading || !deps) return ; @@ -45,14 +55,15 @@ export const ESQLDataGrid = (props: ESQLDataGridProps) => { }} > -
+ {getWrapper( -
+ )}
); diff --git a/src/plugins/esql_datagrid/public/data_grid.tsx b/src/plugins/esql_datagrid/public/data_grid.tsx index f45f1ce7f9ead..a53cb1b28f351 100644 --- a/src/plugins/esql_datagrid/public/data_grid.tsx +++ b/src/plugins/esql_datagrid/public/data_grid.tsx @@ -8,10 +8,19 @@ import React, { useState, useCallback, useMemo } from 'react'; import { zipObject } from 'lodash'; -import { UnifiedDataTable, DataLoadingState, type SortOrder } from '@kbn/unified-data-table'; +import { + UnifiedDataTable, + DataLoadingState, + type SortOrder, + renderCustomToolbar, +} from '@kbn/unified-data-table'; +import { i18n } from '@kbn/i18n'; +import { EuiLink, EuiText, EuiIcon } from '@elastic/eui'; +import { css } from '@emotion/react'; import { Storage } from '@kbn/kibana-utils-plugin/public'; import type { ESQLRow } from '@kbn/es-types'; import type { DatatableColumn, DatatableColumnMeta } from '@kbn/expressions-plugin/common'; +import type { SharePluginStart } from '@kbn/share-plugin/public'; import type { AggregateQuery } from '@kbn/es-query'; import type { DataTableRecord } from '@kbn/discover-utils/types'; import type { DataView } from '@kbn/data-views-plugin/common'; @@ -24,6 +33,7 @@ interface ESQLDataGridProps { core: CoreStart; data: DataPublicPluginStart; fieldFormats: FieldFormatsStart; + share?: SharePluginStart; rows: ESQLRow[]; dataView: DataView; columns: DatatableColumn[]; @@ -31,6 +41,8 @@ interface ESQLDataGridProps { flyoutType?: 'overlay' | 'push'; isTableView?: boolean; initialColumns?: DatatableColumn[]; + initialRowHeight?: number; + controlColumnIds?: string[]; } type DataTableColumnsMeta = Record< string, @@ -41,13 +53,19 @@ type DataTableColumnsMeta = Record< >; const sortOrder: SortOrder[] = []; +const DEFAULT_INITIAL_ROW_HEIGHT = 5; +const DEFAULT_ROWS_PER_PAGE = 10; +const ROWS_PER_PAGE_OPTIONS = [10, 25]; const DataGrid: React.FC = (props) => { const [expandedDoc, setExpandedDoc] = useState(undefined); const [activeColumns, setActiveColumns] = useState( (props.initialColumns || (props.isTableView ? props.columns : [])).map((c) => c.name) ); - const [rowHeight, setRowHeight] = useState(5); + const [rowHeight, setRowHeight] = useState( + props.initialRowHeight ?? DEFAULT_INITIAL_ROW_HEIGHT + ); + const [rowsPerPage, setRowsPerPage] = useState(DEFAULT_ROWS_PER_PAGE); const onSetColumns = useCallback((columns) => { setActiveColumns(columns); @@ -123,9 +141,71 @@ const DataGrid: React.FC = (props) => { props.fieldFormats, ]); + const discoverLocator = useMemo(() => { + return props.share?.url.locators.get('DISCOVER_APP_LOCATOR'); + }, [props.share?.url.locators]); + + const renderToolbar = useCallback( + (customToolbarProps) => { + const discoverLink = discoverLocator?.getRedirectUrl({ + dataViewSpec: props.dataView.toSpec(), + timeRange: props.data.query.timefilter.timefilter.getTime(), + query: props.query, + columns: activeColumns, + }); + return renderCustomToolbar({ + ...customToolbarProps, + toolbarProps: { + ...customToolbarProps.toolbarProps, + hasRoomForGridControls: true, + }, + gridProps: { + additionalControls: ( + + + + {i18n.translate('esqlDataGrid.openInDiscoverLabel', { + defaultMessage: 'Open in Discover', + })} + + + ), + }, + }); + }, + [ + activeColumns, + discoverLocator, + props.data.query.timefilter.timefilter, + props.dataView, + props.query, + ] + ); + return ( = (props) => { loadingState={DataLoadingState.loaded} dataView={props.dataView} sampleSizeState={rows.length} - rowsPerPageState={10} + rowsPerPageState={rowsPerPage} + rowsPerPageOptions={ROWS_PER_PAGE_OPTIONS} onSetColumns={onSetColumns} + onUpdateRowsPerPage={setRowsPerPage} expandedDoc={expandedDoc} setExpandedDoc={setExpandedDoc} showTimeCol @@ -146,9 +228,11 @@ const DataGrid: React.FC = (props) => { maxDocFieldsDisplayed={100} renderDocumentView={renderDocumentView} showFullScreenButton={false} - configRowHeight={5} + configRowHeight={DEFAULT_INITIAL_ROW_HEIGHT} rowHeightState={rowHeight} onUpdateRowHeight={setRowHeight} + controlColumnIds={props.controlColumnIds} + renderCustomToolbar={discoverLocator ? renderToolbar : undefined} /> ); }; diff --git a/src/plugins/esql_datagrid/public/kibana_services.ts b/src/plugins/esql_datagrid/public/kibana_services.ts index df52136ce021b..1fb1f5057afcb 100644 --- a/src/plugins/esql_datagrid/public/kibana_services.ts +++ b/src/plugins/esql_datagrid/public/kibana_services.ts @@ -11,6 +11,7 @@ import type { CoreStart } from '@kbn/core/public'; import type { DataPublicPluginStart } from '@kbn/data-plugin/public'; import type { UiActionsStart } from '@kbn/ui-actions-plugin/public'; import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public'; +import type { SharePluginStart } from '@kbn/share-plugin/public'; export let core: CoreStart; @@ -19,6 +20,7 @@ interface ServiceDeps { data: DataPublicPluginStart; uiActions: UiActionsStart; fieldFormats: FieldFormatsStart; + share?: SharePluginStart; } const servicesReady$ = new BehaviorSubject(undefined); @@ -38,7 +40,8 @@ export const setKibanaServices = ( kibanaCore: CoreStart, data: DataPublicPluginStart, uiActions: UiActionsStart, - fieldFormats: FieldFormatsStart + fieldFormats: FieldFormatsStart, + share?: SharePluginStart ) => { core = kibanaCore; servicesReady$.next({ @@ -46,5 +49,6 @@ export const setKibanaServices = ( data, uiActions, fieldFormats, + share, }); }; diff --git a/src/plugins/esql_datagrid/public/plugin.ts b/src/plugins/esql_datagrid/public/plugin.ts index 662d23c5190b8..8dd0c8d10f245 100755 --- a/src/plugins/esql_datagrid/public/plugin.ts +++ b/src/plugins/esql_datagrid/public/plugin.ts @@ -10,20 +10,25 @@ import type { Plugin, CoreStart, CoreSetup } from '@kbn/core/public'; import type { DataPublicPluginStart } from '@kbn/data-plugin/public'; import type { UiActionsStart } from '@kbn/ui-actions-plugin/public'; import type { FieldFormatsStart } from '@kbn/field-formats-plugin/public'; +import type { SharePluginStart } from '@kbn/share-plugin/public'; import { setKibanaServices } from './kibana_services'; interface ESQLDataGridPluginStart { data: DataPublicPluginStart; uiActions: UiActionsStart; fieldFormats: FieldFormatsStart; + share?: SharePluginStart; } export class ESQLDataGridPlugin implements Plugin<{}, void> { public setup(_: CoreSetup, {}: {}) { return {}; } - public start(core: CoreStart, { data, uiActions, fieldFormats }: ESQLDataGridPluginStart): void { - setKibanaServices(core, data, uiActions, fieldFormats); + public start( + core: CoreStart, + { data, uiActions, fieldFormats, share }: ESQLDataGridPluginStart + ): void { + setKibanaServices(core, data, uiActions, fieldFormats, share); } public stop() {} diff --git a/src/plugins/esql_datagrid/tsconfig.json b/src/plugins/esql_datagrid/tsconfig.json index 1d8685bf55982..c887925e26b56 100644 --- a/src/plugins/esql_datagrid/tsconfig.json +++ b/src/plugins/esql_datagrid/tsconfig.json @@ -25,6 +25,8 @@ "@kbn/unified-doc-viewer-plugin", "@kbn/core-notifications-browser", "@kbn/shared-ux-utility", + "@kbn/share-plugin", + "@kbn/i18n", ], "exclude": [ "target/**/*", diff --git a/x-pack/plugins/lens/kibana.jsonc b/x-pack/plugins/lens/kibana.jsonc index 10eb3721414fe..6a3f9875d1da9 100644 --- a/x-pack/plugins/lens/kibana.jsonc +++ b/x-pack/plugins/lens/kibana.jsonc @@ -56,6 +56,7 @@ "embeddable", "fieldFormats", "charts", + "esqlDataGrid", "esql", ], "extraPublicDirs": [ diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/esql_data_grid_accordion.tsx b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/esql_data_grid_accordion.tsx new file mode 100644 index 0000000000000..b05c6ec0cf592 --- /dev/null +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/esql_data_grid_accordion.tsx @@ -0,0 +1,105 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import React, { useCallback } from 'react'; +import { i18n } from '@kbn/i18n'; +import { css } from '@emotion/react'; +import { EuiTitle, EuiAccordion, EuiSpacer, EuiFlexItem, EuiNotificationBadge } from '@elastic/eui'; +import type { AggregateQuery } from '@kbn/es-query'; +import { euiThemeVars } from '@kbn/ui-theme'; +import { ESQLDataGrid } from '@kbn/esql-datagrid/public'; +import type { ESQLDataGridAttrs } from './helpers'; + +interface ESQLDataGridAccordionProps { + isAccordionOpen: boolean; + dataGridAttrs: ESQLDataGridAttrs; + query: AggregateQuery; + isTableView: boolean; + setIsAccordionOpen: (flag: boolean) => void; + onAccordionToggleCb: (status: boolean) => void; +} + +export const ESQLDataGridAccordion = ({ + isAccordionOpen, + dataGridAttrs, + query, + isTableView, + setIsAccordionOpen, + onAccordionToggleCb, +}: ESQLDataGridAccordionProps) => { + const onAccordionToggle = useCallback( + (status: boolean) => { + setIsAccordionOpen(!isAccordionOpen); + onAccordionToggleCb(status); + }, + [isAccordionOpen, onAccordionToggleCb, setIsAccordionOpen] + ); + return ( + + +
+ {i18n.translate('xpack.lens.config.ESQLQueryResultsTitle', { + defaultMessage: 'ES|QL Query Results', + })} +
+ + } + buttonProps={{ + paddingSize: 'm', + }} + initialIsOpen={isAccordionOpen} + forceState={isAccordionOpen ? 'open' : 'closed'} + onToggle={onAccordionToggle} + extraAction={ + + {dataGridAttrs.rows.length} + + } + > + <> + + + +
+
+ ); +}; diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.test.ts b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.test.ts index fcdb83a978f6a..5f80fdb89ed64 100644 --- a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.test.ts +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.test.ts @@ -5,7 +5,7 @@ * 2.0. */ import { dataViewPluginMocks } from '@kbn/data-views-plugin/public/mocks'; -import { getESQLQueryColumns } from '@kbn/esql-utils'; +import { getESQLResults } from '@kbn/esql-utils'; import type { LensPluginStartDependencies } from '../../../plugin'; import { createMockStartDependencies } from '../../../editor_frame_service/mocks'; import { @@ -18,7 +18,7 @@ import { suggestionsApi } from '../../../lens_suggestions_api'; import { getSuggestions } from './helpers'; const mockSuggestionApi = suggestionsApi as jest.Mock; -const mockFetchData = getESQLQueryColumns as jest.Mock; +const mockFetchData = getESQLResults as jest.Mock; jest.mock('../../../lens_suggestions_api', () => ({ suggestionsApi: jest.fn(() => mockAllSuggestions), @@ -26,7 +26,37 @@ jest.mock('../../../lens_suggestions_api', () => ({ jest.mock('@kbn/esql-utils', () => { return { - getESQLQueryColumns: jest.fn().mockResolvedValue(() => [ + getESQLResults: jest.fn().mockResolvedValue({ + response: { + columns: [ + { + name: '@timestamp', + id: '@timestamp', + meta: { + type: 'date', + }, + }, + { + name: 'bytes', + id: 'bytes', + meta: { + type: 'number', + }, + }, + { + name: 'memory', + id: 'memory', + meta: { + type: 'number', + }, + }, + ], + values: [], + }, + }), + getIndexPatternFromESQLQuery: jest.fn().mockReturnValue('index1'), + getESQLAdHocDataview: jest.fn().mockResolvedValue({}), + formatESQLColumns: jest.fn().mockReturnValue([ { name: '@timestamp', id: '@timestamp', @@ -49,7 +79,6 @@ jest.mock('@kbn/esql-utils', () => { }, }, ]), - getIndexPatternFromESQLQuery: jest.fn().mockReturnValue('index1'), }; }); diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.ts b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.ts index dcd47d6c9170c..4e6f1ef70acbd 100644 --- a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.ts +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/helpers.ts @@ -7,16 +7,59 @@ import { getIndexPatternFromESQLQuery, getESQLAdHocDataview, - getESQLQueryColumns, + getESQLResults, + formatESQLColumns, } from '@kbn/esql-utils'; import type { AggregateQuery } from '@kbn/es-query'; +import type { ESQLRow } from '@kbn/es-types'; import { getLensAttributesFromSuggestion } from '@kbn/visualization-utils'; import type { DataViewSpec } from '@kbn/data-views-plugin/public'; +import type { DataView } from '@kbn/data-views-plugin/common'; +import type { DatatableColumn } from '@kbn/expressions-plugin/common'; import type { TypedLensByValueInput } from '../../../embeddable/embeddable_component'; import type { LensPluginStartDependencies } from '../../../plugin'; import type { DatasourceMap, VisualizationMap } from '../../../types'; import { suggestionsApi } from '../../../lens_suggestions_api'; +export interface ESQLDataGridAttrs { + rows: ESQLRow[]; + dataView: DataView; + columns: DatatableColumn[]; +} + +export const getGridAttrs = async ( + query: AggregateQuery, + adHocDataViews: DataViewSpec[], + deps: LensPluginStartDependencies, + abortController?: AbortController +): Promise => { + const indexPattern = getIndexPatternFromESQLQuery(query.esql); + const dataViewSpec = adHocDataViews.find((adHoc) => { + return adHoc.name === indexPattern; + }); + + const [results, dataView] = await Promise.all([ + getESQLResults({ + esqlQuery: query.esql, + search: deps.data.search.search, + signal: abortController?.signal, + dropNullColumns: true, + timeRange: deps.data.query.timefilter.timefilter.getAbsoluteTime(), + }), + dataViewSpec + ? deps.dataViews.create(dataViewSpec) + : getESQLAdHocDataview(query.esql, deps.dataViews), + ]); + + const columns = formatESQLColumns(results.response.columns); + + return { + rows: results.response.values, + dataView, + columns, + }; +}; + export const getSuggestions = async ( query: AggregateQuery, deps: LensPluginStartDependencies, @@ -24,24 +67,23 @@ export const getSuggestions = async ( visualizationMap: VisualizationMap, adHocDataViews: DataViewSpec[], setErrors: (errors: Error[]) => void, - abortController?: AbortController + abortController?: AbortController, + setDataGridAttrs?: (attrs: ESQLDataGridAttrs) => void ) => { try { - const indexPattern = getIndexPatternFromESQLQuery(query.esql); - const dataViewSpec = adHocDataViews.find((adHoc) => { - return adHoc.name === indexPattern; - }); - - const dataView = dataViewSpec - ? await deps.dataViews.create(dataViewSpec) - : await getESQLAdHocDataview(query.esql, deps.dataViews); + const { dataView, columns, rows } = await getGridAttrs( + query, + adHocDataViews, + deps, + abortController + ); - const columns = await getESQLQueryColumns({ - esqlQuery: 'esql' in query ? query.esql : '', - search: deps.data.search.search, - signal: abortController?.signal, - timeRange: deps.data.query.timefilter.timefilter.getAbsoluteTime(), + setDataGridAttrs?.({ + rows, + dataView, + columns, }); + const context = { dataViewSpec: dataView?.toSpec(false), fieldName: '', diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.test.tsx b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.test.tsx index bda603bb0909d..2c1d3290fde7f 100644 --- a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.test.tsx +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.test.tsx @@ -6,7 +6,7 @@ */ import React from 'react'; import { renderWithReduxStore } from '../../../mocks'; -import { screen } from '@testing-library/react'; +import { screen, waitFor } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; import type { Query, AggregateQuery } from '@kbn/es-query'; import { coreMock } from '@kbn/core/public/mocks'; @@ -17,6 +17,64 @@ import type { TypedLensByValueInput } from '../../../embeddable/embeddable_compo import { LensEditConfigurationFlyout } from './lens_configuration_flyout'; import type { EditConfigPanelProps } from './types'; +jest.mock('@kbn/esql-utils', () => { + return { + getESQLResults: jest.fn().mockResolvedValue({ + response: { + columns: [ + { + name: '@timestamp', + id: '@timestamp', + meta: { + type: 'date', + }, + }, + { + name: 'bytes', + id: 'bytes', + meta: { + type: 'number', + }, + }, + { + name: 'memory', + id: 'memory', + meta: { + type: 'number', + }, + }, + ], + values: [], + }, + }), + getIndexPatternFromESQLQuery: jest.fn().mockReturnValue('index1'), + getESQLAdHocDataview: jest.fn().mockResolvedValue({}), + formatESQLColumns: jest.fn().mockReturnValue([ + { + name: '@timestamp', + id: '@timestamp', + meta: { + type: 'date', + }, + }, + { + name: 'bytes', + id: 'bytes', + meta: { + type: 'number', + }, + }, + { + name: 'memory', + id: 'memory', + meta: { + type: 'number', + }, + }, + ]), + }; +}); + const lensAttributes = { title: 'test', visualizationType: 'testVis', @@ -38,11 +96,27 @@ const lensAttributes = { } as unknown as TypedLensByValueInput['attributes']; const mockStartDependencies = createMockStartDependencies() as unknown as LensPluginStartDependencies; -const data = mockDataPlugin(); -(data.query.timefilter.timefilter.getTime as jest.Mock).mockReturnValue({ - from: 'now-2m', - to: 'now', -}); + +const data = { + ...mockDataPlugin(), + query: { + ...mockDataPlugin().query, + timefilter: { + ...mockDataPlugin().query.timefilter, + timefilter: { + ...mockDataPlugin().query.timefilter.timefilter, + getTime: jest.fn(() => ({ + from: 'now-2m', + to: 'now', + })), + getAbsoluteTime: jest.fn(() => ({ + from: '2021-01-10T04:00:00.000Z', + to: '2021-01-10T04:00:00.000Z', + })), + }, + }, + }, +}; const startDependencies = { ...mockStartDependencies, data, @@ -196,6 +270,14 @@ describe('LensEditConfigurationFlyout', () => { expect(screen.getByTestId('InlineEditingESQLEditor')).toBeInTheDocument(); expect(screen.getByTestId('InlineEditingSuggestions')).toBeInTheDocument(); }); + + it('should display the ES|QL results table if canEditTextBasedQuery prop is true', async () => { + renderConfigFlyout({ + canEditTextBasedQuery: true, + }); + await waitFor(() => expect(screen.getByTestId('ESQLQueryResults')).toBeInTheDocument()); + }); + it('save button is disabled if no changes have been made', async () => { const updateByRefInputSpy = jest.fn(); const saveByRefSpy = jest.fn(); diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx index f796ea26810c8..a30fb5d3f52fc 100644 --- a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx @@ -45,10 +45,11 @@ import { import { LayerConfiguration } from './layer_configuration_section'; import type { EditConfigPanelProps } from './types'; import { FlyoutWrapper } from './flyout_wrapper'; -import { getSuggestions } from './helpers'; +import { getSuggestions, getGridAttrs, type ESQLDataGridAttrs } from './helpers'; import { SuggestionPanel } from '../../../editor_frame_service/editor_frame/suggestion_panel'; import { useApplicationUserMessages } from '../../get_application_user_messages'; import { trackUiCounterEvents } from '../../../lens_ui_telemetry'; +import { ESQLDataGridAccordion } from './esql_data_grid_accordion'; export function LensEditConfigurationFlyout({ attributes, @@ -86,7 +87,9 @@ export function LensEditConfigurationFlyout({ const [isLayerAccordionOpen, setIsLayerAccordionOpen] = useState(true); const [suggestsLimitedColumns, setSuggestsLimitedColumns] = useState(false); const [isSuggestionsAccordionOpen, setIsSuggestionsAccordionOpen] = useState(false); + const [isESQLResultsAccordionOpen, setIsESQLResultsAccordionOpen] = useState(false); const [isVisualizationLoading, setIsVisualizationLoading] = useState(false); + const [dataGridAttrs, setDataGridAttrs] = useState(undefined); const datasourceState = attributes.state.datasourceStates[datasourceId]; const activeDatasource = datasourceMap[datasourceId]; @@ -107,6 +110,9 @@ export function LensEditConfigurationFlyout({ [activeDatasource, datasourceState] ); + // needed for text based languages mode which works ONLY with adHoc dataviews + const adHocDataViews = Object.values(attributes.state.adHocDataViews ?? {}); + const dispatch = useLensDispatch(); useEffect(() => { const s = output$?.subscribe(() => { @@ -128,6 +134,30 @@ export function LensEditConfigurationFlyout({ return () => s?.unsubscribe(); }, [dispatch, output$, layers]); + useEffect(() => { + const abortController = new AbortController(); + const getESQLGridAttrs = async () => { + if (!dataGridAttrs && isOfAggregateQueryType(query)) { + const { dataView, columns, rows } = await getGridAttrs( + query, + adHocDataViews, + startDependencies, + abortController + ); + + setDataGridAttrs({ + rows, + dataView, + columns, + }); + } + }; + getESQLGridAttrs(); + return () => { + abortController.abort(); + }; + }, [adHocDataViews, dataGridAttrs, query, startDependencies]); + const attributesChanged: boolean = useMemo(() => { const previousAttrs = previousAttributes.current; @@ -284,9 +314,6 @@ export function LensEditConfigurationFlyout({ visualizationState: visualization, }); - // needed for text based languages mode which works ONLY with adHoc dataviews - const adHocDataViews = Object.values(attributes.state.adHocDataViews ?? {}); - const runQuery = useCallback( async (q, abortController) => { const attrs = await getSuggestions( @@ -296,7 +323,8 @@ export function LensEditConfigurationFlyout({ visualizationMap, adHocDataViews, setErrors, - abortController + abortController, + setDataGridAttrs ); if (attrs) { setCurrentAttributes?.(attrs); @@ -479,6 +507,23 @@ export function LensEditConfigurationFlyout({ /> )} + {isOfAggregateQueryType(query) && canEditTextBasedQuery && dataGridAttrs && ( + { + if (status && isSuggestionsAccordionOpen) { + setIsSuggestionsAccordionOpen(!status); + } + if (status && isLayerAccordionOpen) { + setIsLayerAccordionOpen(!status); + } + }} + /> + )} @@ -562,6 +610,9 @@ export function LensEditConfigurationFlyout({ if (!status && isLayerAccordionOpen) { setIsLayerAccordionOpen(status); } + if (status && isESQLResultsAccordionOpen) { + setIsESQLResultsAccordionOpen(!status); + } setIsSuggestionsAccordionOpen(!isSuggestionsAccordionOpen); }} /> diff --git a/x-pack/plugins/lens/public/trigger_actions/open_lens_config/edit_action_helpers.ts b/x-pack/plugins/lens/public/trigger_actions/open_lens_config/edit_action_helpers.ts index ae7bd559d9d14..7ec70e687efe5 100644 --- a/x-pack/plugins/lens/public/trigger_actions/open_lens_config/edit_action_helpers.ts +++ b/x-pack/plugins/lens/public/trigger_actions/open_lens_config/edit_action_helpers.ts @@ -66,6 +66,7 @@ const openInlineLensConfigEditor = ( 'data-test-subj': 'customizeLens', className: 'lnsConfigPanel__overlay', hideCloseButton: true, + isResizable: true, onClose: (overlayRef) => { overlayTracker?.clearOverlays(); overlayRef.close(); diff --git a/x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.scss b/x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.scss index ccb6556d650a5..6c83b43a60508 100644 --- a/x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.scss +++ b/x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.scss @@ -4,6 +4,8 @@ @include euiBreakpoint('xs', 's', 'm') { clip-path: none; } + max-inline-size: $euiSizeXXL * 20; + min-inline-size: $euiSizeXXL * 8; background: $euiColorLightestShade; .kbnOverlayMountWrapper { padding-left: $euiFormMaxWidth; diff --git a/x-pack/plugins/lens/tsconfig.json b/x-pack/plugins/lens/tsconfig.json index 90801e8687c61..f94cc7d3dfd1c 100644 --- a/x-pack/plugins/lens/tsconfig.json +++ b/x-pack/plugins/lens/tsconfig.json @@ -111,6 +111,8 @@ "@kbn/licensing-plugin", "@kbn/react-kibana-context-render", "@kbn/react-kibana-mount", + "@kbn/es-types", + "@kbn/esql-datagrid", ], "exclude": ["target/**/*"] } From 834332bd078d9b6660a9ab506919837cad19b111 Mon Sep 17 00:00:00 2001 From: Katerina Date: Tue, 30 Jul 2024 12:43:46 +0300 Subject: [PATCH 12/14] [APM][ECO] Update "Collect new service logs" url (#189361) ## Summary closes https://github.com/elastic/observability-dev/issues/3778 closes https://github.com/elastic/observability-dev/issues/3780 ### Checklist - [x] Update `/app/observabilityOnboarding/?category=logs` to ` /app/observabilityOnboarding/customLogs/?category=logs` - [x] `Collect new service logs` should open on the same tab - [x] Associate logs link should open in new tab https://github.com/user-attachments/assets/acddce50-e925-4ac9-8ebc-012fafb72878 --- .../table/no_entities_empty_state.tsx | 5 ----- .../add_data_context_menu.tsx | 1 - .../shared/add_data_buttons/buttons.tsx | 19 +++++++++---------- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/x-pack/plugins/observability_solution/apm/public/components/app/service_inventory/multi_signal_inventory/table/no_entities_empty_state.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/service_inventory/multi_signal_inventory/table/no_entities_empty_state.tsx index 6e7296aa2eba2..af97ea3093aaf 100644 --- a/x-pack/plugins/observability_solution/apm/public/components/app/service_inventory/multi_signal_inventory/table/no_entities_empty_state.tsx +++ b/x-pack/plugins/observability_solution/apm/public/components/app/service_inventory/multi_signal_inventory/table/no_entities_empty_state.tsx @@ -18,10 +18,8 @@ import { } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import React from 'react'; - import { dashboardsLight } from '@kbn/shared-svg'; import useEffectOnce from 'react-use/lib/useEffectOnce'; -import { useApmPluginContext } from '../../../../../context/apm_plugin/use_apm_plugin_context'; import { useKibana } from '../../../../../context/kibana_context/use_kibana'; import { useLocalStorage } from '../../../../../hooks/use_local_storage'; import { ApmPluginStartDeps, ApmServices } from '../../../../../plugin'; @@ -33,9 +31,7 @@ import { } from '../../../../shared/add_data_buttons/buttons'; export function NoEntitiesEmptyState() { - const { core } = useApmPluginContext(); const { services } = useKibana(); - const { basePath } = core.http; const [userHasDismissedCallout, setUserHasDismissedCallout] = useLocalStorage( 'apm.uiNewExperienceCallout', false @@ -104,7 +100,6 @@ export function NoEntitiesEmptyState() { }} /> { reportButtonClick('collect_new_service_logs'); }} diff --git a/x-pack/plugins/observability_solution/apm/public/components/routing/app_root/apm_header_action_menu/add_data_context_menu.tsx b/x-pack/plugins/observability_solution/apm/public/components/routing/app_root/apm_header_action_menu/add_data_context_menu.tsx index 5d2bb3e09e657..edee8c419eb33 100644 --- a/x-pack/plugins/observability_solution/apm/public/components/routing/app_root/apm_header_action_menu/add_data_context_menu.tsx +++ b/x-pack/plugins/observability_solution/apm/public/components/routing/app_root/apm_header_action_menu/add_data_context_menu.tsx @@ -76,7 +76,6 @@ export function AddDataContextMenu() { name: collectServiceLogs.name, href: basePath.prepend(collectServiceLogs.link), 'data-test-subj': 'apmAddDataCollectServiceLogs', - target: '_blank', onClick: () => { reportButtonClick('collect_new_service_logs'); }, diff --git a/x-pack/plugins/observability_solution/apm/public/components/shared/add_data_buttons/buttons.tsx b/x-pack/plugins/observability_solution/apm/public/components/shared/add_data_buttons/buttons.tsx index 9c57947bccdb9..b11e0d6e8e69d 100644 --- a/x-pack/plugins/observability_solution/apm/public/components/shared/add_data_buttons/buttons.tsx +++ b/x-pack/plugins/observability_solution/apm/public/components/shared/add_data_buttons/buttons.tsx @@ -7,7 +7,6 @@ import React from 'react'; import { EuiButton } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { IBasePath } from '@kbn/core/public'; import { useKibana } from '../../../context/kibana_context/use_kibana'; import { useApmPluginContext } from '../../../context/apm_plugin/use_apm_plugin_context'; @@ -29,7 +28,7 @@ export const collectServiceLogs = { name: i18n.translate('xpack.apm.collect.service.logs.button', { defaultMessage: 'Collect new service logs', }), - link: '/app/observabilityOnboarding/?category=logs', + link: '/app/observabilityOnboarding/customLogs/?category=logs', }; export function AddApmData({ @@ -68,15 +67,15 @@ export function AssociateServiceLogs({ onClick }: { onClick?: () => void }) { ); } -export function CollectServiceLogs({ - basePath, - onClick, -}: { - basePath: IBasePath; - onClick?: () => void; -}) { +export function CollectServiceLogs({ onClick }: { onClick?: () => void }) { + const { core } = useApmPluginContext(); + const { basePath } = core.http; + const { + application: { navigateToUrl }, + } = useKibana().services; + function handleClick() { - window.open(basePath.prepend(collectServiceLogs.link), '_blank'); + navigateToUrl(basePath.prepend(collectServiceLogs.link)); onClick?.(); } return ( From 7bd6ca647d9c4ed9421c2493222e3bd2f8434de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20Haro?= Date: Tue, 30 Jul 2024 11:45:29 +0200 Subject: [PATCH 13/14] [renovate] Do not backport redocly/cli updates (#189471) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b8f62345f58ac..bc94410bdea46 100644 --- a/renovate.json +++ b/renovate.json @@ -75,7 +75,7 @@ "matchDepNames": ["@redocly/cli"], "reviewers": ["team:kibana-core"], "matchBaseBranches": ["main"], - "labels": ["release_note:skip", "Team:Core", "backport:all-open"], + "labels": ["release_note:skip", "Team:Core", "backport:skip"], "minimumReleaseAge": "7 days", "enabled": true }, From a9ae3e53f12576b6a360fcb714e94c89eaf3751b Mon Sep 17 00:00:00 2001 From: Sander Philipse <94373878+sphilipse@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:16:33 +0800 Subject: [PATCH 14/14] [Inference] Fix table responsiveness (#189265) ## Summary This improves the inference endpoint's table responsiveness and code clarity. It also fixes a bug where deleting one endpoint and then a second one would try to delete the same endpoint twice. Screenshot 2024-07-26 at 12 18 59 Screenshot 2024-07-26 at 12 18 52 Screenshot 2024-07-26 at 12 18 37 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .../common/constants.ts | 1 + .../common/translations.ts | 21 --- ...ction.test.tsx => copy_id_action.test.tsx} | 12 +- .../actions/copy_id/copy_id_action.tsx | 47 +++++++ .../actions/copy_id/use_copy_id_action.tsx | 44 ------ .../confirm_delete_endpoint/index.test.tsx | 2 +- .../confirm_delete_endpoint/translations.ts | 7 + .../actions/delete/delete_action.tsx | 55 ++++++++ .../actions/delete/use_delete_action.tsx | 55 -------- .../render_actions/actions/types.ts | 12 -- .../render_actions/use_actions.tsx | 79 ----------- .../deployment_status.tsx | 2 +- .../render_endpoint/endpoint_info.tsx | 36 ++--- .../render_table_columns/table_columns.tsx | 80 ----------- .../tabular_page.test.tsx | 11 +- .../all_inference_endpoints/tabular_page.tsx | 130 +++++++++++------- .../public/components/inference_endpoints.tsx | 4 +- .../public/hooks/use_delete_endpoint.tsx | 5 +- .../public/hooks/use_inference_endpoints.ts | 9 +- .../public/hooks/use_table_data.test.tsx | 48 ++++--- .../public/hooks/use_table_data.tsx | 18 ++- .../public/hooks/use_trained_model_stats.ts | 24 ++++ .../search_inference_endpoints/tsconfig.json | 7 +- 23 files changed, 304 insertions(+), 405 deletions(-) rename x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/{use_copy_id_action.test.tsx => copy_id_action.test.tsx} (80%) create mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.tsx delete mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.tsx create mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/delete_action.tsx delete mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/use_delete_action.tsx delete mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/types.ts delete mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/use_actions.tsx delete mode 100644 x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/table_columns.tsx create mode 100644 x-pack/plugins/search_inference_endpoints/public/hooks/use_trained_model_stats.ts diff --git a/x-pack/plugins/search_inference_endpoints/common/constants.ts b/x-pack/plugins/search_inference_endpoints/common/constants.ts index cdba227626a55..186901659dd29 100644 --- a/x-pack/plugins/search_inference_endpoints/common/constants.ts +++ b/x-pack/plugins/search_inference_endpoints/common/constants.ts @@ -9,3 +9,4 @@ export const PLUGIN_ID = 'searchInferenceEndpoints'; export const PLUGIN_NAME = 'InferenceEndpoints'; export const INFERENCE_ENDPOINTS_QUERY_KEY = 'inferenceEndpointsQueryKey'; +export const TRAINED_MODEL_STATS_QUERY_KEY = 'trainedModelStats'; diff --git a/x-pack/plugins/search_inference_endpoints/common/translations.ts b/x-pack/plugins/search_inference_endpoints/common/translations.ts index bb04ec80fafdc..a61d185c406c0 100644 --- a/x-pack/plugins/search_inference_endpoints/common/translations.ts +++ b/x-pack/plugins/search_inference_endpoints/common/translations.ts @@ -119,20 +119,6 @@ export const FORBIDDEN_TO_ACCESS_TRAINED_MODELS = i18n.translate( } ); -export const COPY_ID_ACTION_LABEL = i18n.translate( - 'xpack.searchInferenceEndpoints.actions.copyID', - { - defaultMessage: 'Copy endpoint ID', - } -); - -export const COPY_ID_ACTION_SUCCESS = i18n.translate( - 'xpack.searchInferenceEndpoints.actions.copyIDSuccess', - { - defaultMessage: 'Inference endpoint ID copied!', - } -); - export const ENDPOINT_ADDED_SUCCESS = i18n.translate( 'xpack.searchInferenceEndpoints.actions.endpointAddedSuccess', { @@ -153,13 +139,6 @@ export const ENDPOINT_ADDED_SUCCESS_DESCRIPTION = (endpointId: string) => values: { endpointId }, }); -export const DELETE_ACTION_LABEL = i18n.translate( - 'xpack.searchInferenceEndpoints.actions.deleteSingleEndpoint', - { - defaultMessage: 'Delete endpoint', - } -); - export const ENDPOINT = i18n.translate('xpack.searchInferenceEndpoints.endpoint', { defaultMessage: 'Endpoint', }); diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.test.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.test.tsx similarity index 80% rename from x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.test.tsx rename to x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.test.tsx index 1445e0c41c574..288ba5089d367 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.test.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.test.tsx @@ -8,7 +8,7 @@ import { renderReactTestingLibraryWithI18n as render } from '@kbn/test-jest-helpers'; import React from 'react'; import { useKibana } from '../../../../../../hooks/use_kibana'; -import { useCopyIDAction } from './use_copy_id_action'; +import { CopyIDAction } from './copy_id_action'; const mockInferenceEndpoint = { deployment: 'not_applicable', @@ -35,8 +35,6 @@ Object.defineProperty(navigator, 'clipboard', { configurable: true, }); -const mockOnActionSuccess = jest.fn(); - jest.mock('../../../../../../hooks/use_kibana', () => ({ useKibana: jest.fn(), })); @@ -53,21 +51,19 @@ const addSuccess = jest.fn(); }, })); -describe('useCopyIDAction hook', () => { +describe('CopyIDAction', () => { beforeEach(() => { jest.clearAllMocks(); }); it('renders the label with correct text', () => { const TestComponent = () => { - const { getAction } = useCopyIDAction({ onActionSuccess: mockOnActionSuccess }); - const action = getAction(mockInferenceEndpoint); - return
{action}
; + return ; }; const { getByTestId } = render(); const labelElement = getByTestId('inference-endpoints-action-copy-id-label'); - expect(labelElement).toHaveTextContent('Copy endpoint ID'); + expect(labelElement).toBeVisible(); }); }); diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.tsx new file mode 100644 index 0000000000000..4641899b59720 --- /dev/null +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/copy_id_action.tsx @@ -0,0 +1,47 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { EuiButtonIcon, EuiCopy } from '@elastic/eui'; +import { i18n } from '@kbn/i18n'; +import React from 'react'; +import { useKibana } from '../../../../../../hooks/use_kibana'; + +interface CopyIDActionProps { + modelId: string; +} + +export const CopyIDAction = ({ modelId }: CopyIDActionProps) => { + const { + services: { notifications }, + } = useKibana(); + const toasts = notifications?.toasts; + + return ( + + {(copy) => ( + { + copy(); + toasts?.addSuccess({ + title: i18n.translate('xpack.searchInferenceEndpoints.actions.copyIDSuccess', { + defaultMessage: 'Inference endpoint ID {modelId} copied', + values: { modelId }, + }), + }); + }} + size="s" + /> + )} + + ); +}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.tsx deleted file mode 100644 index b43b308af068a..0000000000000 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/copy_id/use_copy_id_action.tsx +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import { EuiContextMenuItem, EuiCopy, EuiIcon } from '@elastic/eui'; -import React from 'react'; -import * as i18n from '../../../../../../../common/translations'; -import { useKibana } from '../../../../../../hooks/use_kibana'; -import { InferenceEndpointUI } from '../../../../types'; -import { UseCopyIDActionProps } from '../types'; - -export const useCopyIDAction = ({ onActionSuccess }: UseCopyIDActionProps) => { - const { - services: { notifications }, - } = useKibana(); - const toasts = notifications?.toasts; - - const getAction = (inferenceEndpoint: InferenceEndpointUI) => { - return ( - - {(copy) => ( - } - onClick={() => { - copy(); - onActionSuccess(); - toasts?.addSuccess({ title: i18n.COPY_ID_ACTION_SUCCESS }); - }} - size="s" - > - {i18n.COPY_ID_ACTION_LABEL} - - )} - - ); - }; - - return { getAction }; -}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/index.test.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/index.test.tsx index e6f4594e2d0cd..8fe5c0e94b058 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/index.test.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/index.test.tsx @@ -18,7 +18,7 @@ describe('ConfirmDeleteEndpointModal', () => { render(); }); - it('renders the modal with correct texts', () => { + it('renders the modal with correct elements', () => { expect(screen.getByText(i18n.DELETE_TITLE)).toBeInTheDocument(); expect(screen.getByText(i18n.CONFIRM_DELETE_WARNING)).toBeInTheDocument(); expect(screen.getByText(i18n.CANCEL)).toBeInTheDocument(); diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/translations.ts b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/translations.ts index 6b2dff7d8b8f1..4e306afcc3ac8 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/translations.ts +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/confirm_delete_endpoint/translations.ts @@ -22,3 +22,10 @@ export const CONFIRM_DELETE_WARNING = i18n.translate( 'Deleting an active endpoint will cause operations targeting associated semantic_text fields and inference pipelines to fail.', } ); + +export const DELETE_ACTION_LABEL = i18n.translate( + 'xpack.searchInferenceEndpoints.actions.deleteSingleEndpoint', + { + defaultMessage: 'Delete endpoint', + } +); diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/delete_action.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/delete_action.tsx new file mode 100644 index 0000000000000..88a982fd0b76e --- /dev/null +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/delete_action.tsx @@ -0,0 +1,55 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { EuiButtonIcon } from '@elastic/eui'; +import { i18n } from '@kbn/i18n'; +import React, { useState } from 'react'; +import { useDeleteEndpoint } from '../../../../../../hooks/use_delete_endpoint'; +import { InferenceEndpointUI } from '../../../../types'; +import { ConfirmDeleteEndpointModal } from './confirm_delete_endpoint'; + +interface DeleteActionProps { + selectedEndpoint?: InferenceEndpointUI; +} + +export const DeleteAction: React.FC = ({ selectedEndpoint }) => { + const [isModalVisible, setIsModalVisible] = useState(false); + + const { mutate: deleteEndpoint } = useDeleteEndpoint(() => setIsModalVisible(false)); + + const onConfirmDeletion = () => { + if (!selectedEndpoint) { + return; + } + + deleteEndpoint({ + type: selectedEndpoint.type, + id: selectedEndpoint.endpoint.model_id, + }); + }; + + return ( + <> + setIsModalVisible(true)} + /> + {isModalVisible && ( + setIsModalVisible(false)} + onConfirm={onConfirmDeletion} + /> + )} + + ); +}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/use_delete_action.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/use_delete_action.tsx deleted file mode 100644 index 1a2e5cdb5b51f..0000000000000 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/delete/use_delete_action.tsx +++ /dev/null @@ -1,55 +0,0 @@ -/* - * 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; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import { EuiContextMenuItem, EuiIcon } from '@elastic/eui'; -import React, { useCallback, useState } from 'react'; -import * as i18n from '../../../../../../../common/translations'; -import { useDeleteEndpoint } from '../../../../../../hooks/use_delete_endpoint'; -import { InferenceEndpointUI } from '../../../../types'; -import type { UseActionProps } from '../types'; - -export const useDeleteAction = ({ onActionSuccess }: UseActionProps) => { - const [isModalVisible, setIsModalVisible] = useState(false); - const [endpointToBeDeleted, setEndpointToBeDeleted] = useState(null); - const onCloseModal = useCallback(() => setIsModalVisible(false), []); - const openModal = useCallback( - (selectedEndpoint: InferenceEndpointUI) => { - onActionSuccess(); - setIsModalVisible(true); - setEndpointToBeDeleted(selectedEndpoint); - }, - [onActionSuccess] - ); - - const { mutate: deleteEndpoint } = useDeleteEndpoint(); - - const onConfirmDeletion = useCallback(() => { - onCloseModal(); - if (!endpointToBeDeleted) { - return; - } - - deleteEndpoint({ - type: endpointToBeDeleted.type, - id: endpointToBeDeleted.endpoint.model_id, - }); - }, [deleteEndpoint, onCloseModal, endpointToBeDeleted]); - - const getAction = (selectedEndpoint: InferenceEndpointUI) => { - return ( - } - onClick={() => openModal(selectedEndpoint)} - > - {i18n.DELETE_ACTION_LABEL} - - ); - }; - - return { getAction, isModalVisible, onConfirmDeletion, onCloseModal }; -}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/types.ts b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/types.ts deleted file mode 100644 index a80ccae703b7a..0000000000000 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/actions/types.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * 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; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -export interface UseActionProps { - onActionSuccess: () => void; -} - -export type UseCopyIDActionProps = Pick; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/use_actions.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/use_actions.tsx deleted file mode 100644 index f76d147c68646..0000000000000 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_actions/use_actions.tsx +++ /dev/null @@ -1,79 +0,0 @@ -/* - * 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; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import type { EuiTableComputedColumnType } from '@elastic/eui'; -import { EuiButtonIcon, EuiContextMenuPanel, EuiPopover } from '@elastic/eui'; -import React, { useCallback, useState } from 'react'; -import { InferenceEndpointUI } from '../../types'; -import { useCopyIDAction } from './actions/copy_id/use_copy_id_action'; -import { ConfirmDeleteEndpointModal } from './actions/delete/confirm_delete_endpoint'; -import { useDeleteAction } from './actions/delete/use_delete_action'; - -export const ActionColumn: React.FC<{ interfaceEndpoint: InferenceEndpointUI }> = ({ - interfaceEndpoint, -}) => { - const [isPopoverOpen, setIsPopoverOpen] = useState(false); - const tooglePopover = useCallback(() => setIsPopoverOpen(!isPopoverOpen), [isPopoverOpen]); - const closePopover = useCallback(() => setIsPopoverOpen(false), []); - - const copyIDAction = useCopyIDAction({ - onActionSuccess: closePopover, - }); - - const deleteAction = useDeleteAction({ - onActionSuccess: closePopover, - }); - - const items = [ - copyIDAction.getAction(interfaceEndpoint), - deleteAction.getAction(interfaceEndpoint), - ]; - - return ( - <> - - } - isOpen={isPopoverOpen} - closePopover={closePopover} - panelPaddingSize="none" - anchorPosition="downLeft" - > - - - {deleteAction.isModalVisible ? ( - - ) : null} - - ); -}; - -interface UseBulkActionsReturnValue { - actions: EuiTableComputedColumnType; -} - -export const useActions = (): UseBulkActionsReturnValue => { - return { - actions: { - align: 'right', - render: (interfaceEndpoint: InferenceEndpointUI) => { - return ; - }, - width: '165px', - }, - }; -}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_deployment_status/deployment_status.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_deployment_status/deployment_status.tsx index 61e6e620d2485..cd2466e483ac2 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_deployment_status/deployment_status.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_deployment_status/deployment_status.tsx @@ -15,7 +15,7 @@ interface DeploymentStatusProps { } export const DeploymentStatus: React.FC = ({ status }) => { - if (status === DeploymentStatusEnum.notApplicable) { + if (status === DeploymentStatusEnum.notApplicable || !status) { return null; } diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.tsx index 25892236d61f7..1cb34a06ff997 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/render_endpoint/endpoint_info.tsx @@ -21,18 +21,18 @@ export interface EndpointInfoProps { export const EndpointInfo: React.FC = ({ endpoint }) => { return ( - - + + {endpoint.model_id} - + ); }; -export const EndpointModelInfo: React.FC = ({ endpoint }) => { +const EndpointModelInfo: React.FC = ({ endpoint }) => { const serviceSettings = endpoint.service_settings; const modelId = 'model_id' in serviceSettings @@ -44,15 +44,10 @@ export const EndpointModelInfo: React.FC = ({ endpoint }) => const isEligibleForMITBadge = modelId && ELASTIC_MODEL_DEFINITIONS[modelId]?.license === 'MIT'; return ( - - {modelId && ( - - - - )} - - {isEligibleForMITBadge && ( - + <> + + {modelId && } + {isEligibleForMITBadge ? ( = ({ endpoint }) => > {i18n.MIT_LICENSE} - - )} - - - - {endpointModelAtrributes(endpoint)} - - - + ) : null}{' '} + {endpointModelAtrributes(endpoint)} + + ); }; @@ -141,7 +131,7 @@ function openAIAttributes(endpoint: InferenceAPIConfigResponse) { function azureOpenAIStudioAttributes(endpoint: InferenceAPIConfigResponse) { const serviceSettings = endpoint.service_settings; - const provider = 'provider' in serviceSettings ? serviceSettings.provider : undefined; + const provider = 'provider' in serviceSettings ? serviceSettings?.provider : undefined; const endpointType = 'endpoint_type' in serviceSettings ? serviceSettings.endpoint_type : undefined; const target = 'target' in serviceSettings ? serviceSettings.target : undefined; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/table_columns.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/table_columns.tsx deleted file mode 100644 index 1b53aeb6ada99..0000000000000 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/render_table_columns/table_columns.tsx +++ /dev/null @@ -1,80 +0,0 @@ -/* - * 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; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import { InferenceAPIConfigResponse } from '@kbn/ml-trained-models-utils'; -import React from 'react'; -import type { HorizontalAlignment } from '@elastic/eui'; -import { TaskTypes } from '../../../../common/types'; -import * as i18n from '../../../../common/translations'; -import { useActions } from './render_actions/use_actions'; -import { EndpointInfo } from './render_endpoint/endpoint_info'; -import { ServiceProvider } from './render_service_provider/service_provider'; -import { TaskType } from './render_task_type/task_type'; -import { DeploymentStatus } from './render_deployment_status/deployment_status'; -import { DeploymentStatusEnum, ServiceProviderKeys } from '../types'; - -export const useTableColumns = () => { - const { actions } = useActions(); - const deploymentAlignment: HorizontalAlignment = 'center'; - - const TABLE_COLUMNS = [ - { - field: 'deployment', - name: '', - render: (deployment: DeploymentStatusEnum) => { - if (deployment != null) { - return ; - } - - return null; - }, - width: '64px', - align: deploymentAlignment, - }, - { - field: 'endpoint', - name: i18n.ENDPOINT, - render: (endpoint: InferenceAPIConfigResponse) => { - if (endpoint != null) { - return ; - } - - return null; - }, - sortable: true, - }, - { - field: 'provider', - name: i18n.SERVICE_PROVIDER, - render: (provider: ServiceProviderKeys) => { - if (provider != null) { - return ; - } - - return null; - }, - sortable: false, - width: '185px', - }, - { - field: 'type', - name: i18n.TASK_TYPE, - render: (type: TaskTypes) => { - if (type != null) { - return ; - } - - return null; - }, - sortable: false, - width: '185px', - }, - actions, - ]; - - return TABLE_COLUMNS; -}; diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.test.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.test.tsx index 91a2ea959fdec..70791287d9ae1 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.test.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.test.tsx @@ -10,6 +10,8 @@ import { screen } from '@testing-library/react'; import { render } from '@testing-library/react'; import { TabularPage } from './tabular_page'; import { InferenceAPIConfigResponse } from '@kbn/ml-trained-models-utils'; +import { TRAINED_MODEL_STATS_QUERY_KEY } from '../../../common/constants'; +import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; const inferenceEndpoints = [ { @@ -43,8 +45,15 @@ jest.mock('../../hooks/use_delete_endpoint', () => ({ })); describe('When the tabular page is loaded', () => { + const queryClient = new QueryClient(); + queryClient.setQueryData([TRAINED_MODEL_STATS_QUERY_KEY], { + trained_model_stats: [{ model_id: '.elser_model_2', deployment_stats: { state: 'started' } }], + }); + const wrapper = ({ children }: { children: React.ReactNode }) => { + return {children}; + }; beforeEach(() => { - render(); + render(wrapper({ children: })); }); it('should display all model_ids in the table', () => { diff --git a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.tsx b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.tsx index ec19ad49ad477..cb3b885659417 100644 --- a/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.tsx @@ -5,25 +5,34 @@ * 2.0. */ -import React, { useCallback, useEffect } from 'react'; +import React, { useCallback } from 'react'; -import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; +import { + EuiBasicTable, + EuiBasicTableColumn, + EuiFlexGroup, + EuiFlexItem, + HorizontalAlignment, +} from '@elastic/eui'; import { InferenceAPIConfigResponse } from '@kbn/ml-trained-models-utils'; -import { extractErrorProperties } from '@kbn/ml-error-utils'; +import { TaskTypes } from '../../../common/types'; import * as i18n from '../../../common/translations'; import { useTableData } from '../../hooks/use_table_data'; -import { FilterOptions } from './types'; +import { FilterOptions, InferenceEndpointUI, ServiceProviderKeys } from './types'; import { DeploymentStatusEnum } from './types'; import { useAllInferenceEndpointsState } from '../../hooks/use_all_inference_endpoints_state'; -import { EndpointsTable } from './endpoints_table'; import { ServiceProviderFilter } from './filter/service_provider_filter'; import { TaskTypeFilter } from './filter/task_type_filter'; import { TableSearch } from './search/table_search'; -import { useTableColumns } from './render_table_columns/table_columns'; -import { useKibana } from '../../hooks/use_kibana'; +import { DeploymentStatus } from './render_table_columns/render_deployment_status/deployment_status'; +import { EndpointInfo } from './render_table_columns/render_endpoint/endpoint_info'; +import { ServiceProvider } from './render_table_columns/render_service_provider/service_provider'; +import { TaskType } from './render_table_columns/render_task_type/task_type'; +import { DeleteAction } from './render_table_columns/render_actions/actions/delete/delete_action'; +import { CopyIDAction } from './render_table_columns/render_actions/actions/copy_id/copy_id_action'; interface TabularPageProps { inferenceEndpoints: InferenceAPIConfigResponse[]; @@ -31,16 +40,9 @@ interface TabularPageProps { export const TabularPage: React.FC = ({ inferenceEndpoints }) => { const [searchKey, setSearchKey] = React.useState(''); - const [deploymentStatus, setDeploymentStatus] = React.useState< - Record - >({}); const { queryParams, setQueryParams, filterOptions, setFilterOptions } = useAllInferenceEndpointsState(); - const { - services: { ml, notifications }, - } = useKibana(); - const onFilterChangedCallback = useCallback( (newFilterOptions: Partial) => { setFilterOptions(newFilterOptions); @@ -48,43 +50,76 @@ export const TabularPage: React.FC = ({ inferenceEndpoints }) [setFilterOptions] ); - useEffect(() => { - const fetchDeploymentStatus = async () => { - const trainedModelStats = await ml?.mlApi?.trainedModels.getTrainedModelStats(); - if (trainedModelStats) { - const newDeploymentStatus = trainedModelStats?.trained_model_stats.reduce( - (acc, modelStat) => { - if (modelStat.model_id) { - acc[modelStat.model_id] = - modelStat?.deployment_stats?.state === 'started' - ? DeploymentStatusEnum.deployed - : DeploymentStatusEnum.notDeployed; - } - return acc; - }, - {} as Record - ); - setDeploymentStatus(newDeploymentStatus); - } - }; - - fetchDeploymentStatus().catch((error) => { - const errorObj = extractErrorProperties(error); - notifications?.toasts?.addError(errorObj.message ? new Error(error.message) : error, { - title: i18n.TRAINED_MODELS_STAT_GATHER_FAILED, - }); - }); - }, [ml, notifications]); - const { paginatedSortedTableData, pagination, sorting } = useTableData( inferenceEndpoints, queryParams, filterOptions, - searchKey, - deploymentStatus + searchKey ); - const tableColumns = useTableColumns(); + const tableColumns: Array> = [ + { + field: 'deployment', + name: '', + render: (deployment: DeploymentStatusEnum) => , + align: 'center' as HorizontalAlignment, + width: '64px', + }, + { + field: 'endpoint', + name: i18n.ENDPOINT, + render: (endpoint: InferenceAPIConfigResponse) => { + if (endpoint) { + return ; + } + + return null; + }, + sortable: true, + truncateText: true, + }, + { + field: 'provider', + name: i18n.SERVICE_PROVIDER, + render: (provider: ServiceProviderKeys) => { + if (provider) { + return ; + } + + return null; + }, + sortable: false, + width: '185px', + }, + { + field: 'type', + name: i18n.TASK_TYPE, + render: (type: TaskTypes) => { + if (type) { + return ; + } + + return null; + }, + sortable: false, + width: '185px', + }, + { + actions: [ + { + render: (inferenceEndpoint: InferenceEndpointUI) => ( + + ), + }, + { + render: (inferenceEndpoint: InferenceEndpointUI) => ( + + ), + }, + ], + width: '165px', + }, + ]; const handleTableChange = useCallback( ({ page, sort }) => { @@ -123,9 +158,10 @@ export const TabularPage: React.FC = ({ inferenceEndpoints })
- { - const { inferenceEndpoints } = useQueryInferenceEndpoints(); + const { data } = useQueryInferenceEndpoints(); + + const inferenceEndpoints = data || []; return ( <> diff --git a/x-pack/plugins/search_inference_endpoints/public/hooks/use_delete_endpoint.tsx b/x-pack/plugins/search_inference_endpoints/public/hooks/use_delete_endpoint.tsx index aee9fa1dc55ca..b8a12d8238f9c 100644 --- a/x-pack/plugins/search_inference_endpoints/public/hooks/use_delete_endpoint.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/hooks/use_delete_endpoint.tsx @@ -17,7 +17,7 @@ interface MutationArgs { id: string; } -export const useDeleteEndpoint = () => { +export const useDeleteEndpoint = (onSuccess?: () => void) => { const queryClient = useQueryClient(); const { services } = useKibana(); const toasts = services.notifications?.toasts; @@ -32,6 +32,9 @@ export const useDeleteEndpoint = () => { toasts?.addSuccess({ title: i18n.DELETE_SUCCESS, }); + if (onSuccess) { + onSuccess(); + } }, onError: (error: { body: KibanaServerError }) => { toasts?.addError(new Error(error.body.message), { diff --git a/x-pack/plugins/search_inference_endpoints/public/hooks/use_inference_endpoints.ts b/x-pack/plugins/search_inference_endpoints/public/hooks/use_inference_endpoints.ts index f400429bec250..1a6435cd25153 100644 --- a/x-pack/plugins/search_inference_endpoints/public/hooks/use_inference_endpoints.ts +++ b/x-pack/plugins/search_inference_endpoints/public/hooks/use_inference_endpoints.ts @@ -11,13 +11,10 @@ import { APIRoutes } from '../types'; import { useKibana } from './use_kibana'; import { INFERENCE_ENDPOINTS_QUERY_KEY } from '../../common/constants'; -export const useQueryInferenceEndpoints = (): { - inferenceEndpoints: InferenceAPIConfigResponse[]; - isLoading: boolean; -} => { +export const useQueryInferenceEndpoints = () => { const { services } = useKibana(); - const { data, isLoading } = useQuery({ + return useQuery({ queryKey: [INFERENCE_ENDPOINTS_QUERY_KEY], queryFn: async () => { const response = await services.http.get<{ @@ -27,6 +24,4 @@ export const useQueryInferenceEndpoints = (): { return response.inference_endpoints; }, }); - - return { inferenceEndpoints: data || [], isLoading }; }; diff --git a/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.test.tsx b/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.test.tsx index a8d0326a4c36f..df058df72fb42 100644 --- a/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.test.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.test.tsx @@ -10,6 +10,9 @@ import { renderHook } from '@testing-library/react-hooks'; import { QueryParams } from '../components/all_inference_endpoints/types'; import { useTableData } from './use_table_data'; import { INFERENCE_ENDPOINTS_TABLE_PER_PAGE_VALUES } from '../components/all_inference_endpoints/types'; +import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; +import React from 'react'; +import { TRAINED_MODEL_STATS_QUERY_KEY } from '../../common/constants'; const inferenceEndpoints = [ { @@ -59,17 +62,23 @@ const filterOptions = { type: ['sparse_embedding', 'text_embedding'], } as any; -const deploymentStatus = { - '.elser_model_2': 'deployed', - lang_ident_model_1: 'not_deployed', -} as any; - const searchKey = 'my'; describe('useTableData', () => { + const queryClient = new QueryClient(); + const wrapper = ({ children }: { children: React.ReactNode }) => { + return {children}; + }; + + beforeEach(() => { + queryClient.setQueryData([TRAINED_MODEL_STATS_QUERY_KEY], { + trained_model_stats: [{ model_id: '.elser_model_2', deployment_stats: { state: 'started' } }], + }); + }); it('should return correct pagination', () => { - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey), + { wrapper } ); expect(result.current.pagination).toEqual({ @@ -81,8 +90,9 @@ describe('useTableData', () => { }); it('should return correct sorting', () => { - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey), + { wrapper } ); expect(result.current.sorting).toEqual({ @@ -94,8 +104,9 @@ describe('useTableData', () => { }); it('should return correctly sorted data', () => { - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey), + { wrapper } ); const expectedSortedData = [...inferenceEndpoints].sort((a, b) => @@ -113,8 +124,9 @@ describe('useTableData', () => { provider: ['elser'], type: ['text_embedding'], } as any; - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions2, searchKey, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions2, searchKey), + { wrapper } ); const filteredData = result.current.sortedTableData; @@ -129,16 +141,18 @@ describe('useTableData', () => { it('should filter data based on searchKey', () => { const searchKey2 = 'model-05'; - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey2, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey2), + { wrapper } ); const filteredData = result.current.sortedTableData; expect(filteredData.every((item) => item.endpoint.model_id.includes(searchKey))).toBeTruthy(); }); it('should update deployment status based on deploymentStatus object', () => { - const { result } = renderHook(() => - useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey, deploymentStatus) + const { result } = renderHook( + () => useTableData(inferenceEndpoints, queryParams, filterOptions, searchKey), + { wrapper } ); const updatedData = result.current.sortedTableData; diff --git a/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.tsx b/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.tsx index 663df5547c600..1b3ce7814891f 100644 --- a/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.tsx +++ b/x-pack/plugins/search_inference_endpoints/public/hooks/use_table_data.tsx @@ -20,6 +20,7 @@ import { ServiceProviderKeys, } from '../components/all_inference_endpoints/types'; import { DeploymentStatusEnum } from '../components/all_inference_endpoints/types'; +import { useTrainedModelStats } from './use_trained_model_stats'; interface UseTableDataReturn { tableData: InferenceEndpointUI[]; @@ -33,9 +34,20 @@ export const useTableData = ( inferenceEndpoints: InferenceAPIConfigResponse[], queryParams: QueryParams, filterOptions: FilterOptions, - searchKey: string, - deploymentStatus: Record + searchKey: string ): UseTableDataReturn => { + const { data: trainedModelStats } = useTrainedModelStats(); + + const deploymentStatus = trainedModelStats?.trained_model_stats.reduce((acc, modelStat) => { + if (modelStat.model_id) { + acc[modelStat.model_id] = + modelStat?.deployment_stats?.state === 'started' + ? DeploymentStatusEnum.deployed + : DeploymentStatusEnum.notDeployed; + } + return acc; + }, {} as Record); + const tableData: InferenceEndpointUI[] = useMemo(() => { let filteredEndpoints = inferenceEndpoints; @@ -62,7 +74,7 @@ export const useTableData = ( if (isElasticService) { const modelId = endpoint.service_settings?.model_id; deploymentStatusValue = - modelId && deploymentStatus[modelId] !== undefined + modelId && deploymentStatus?.[modelId] ? deploymentStatus[modelId] : DeploymentStatusEnum.notDeployable; } diff --git a/x-pack/plugins/search_inference_endpoints/public/hooks/use_trained_model_stats.ts b/x-pack/plugins/search_inference_endpoints/public/hooks/use_trained_model_stats.ts new file mode 100644 index 0000000000000..57b643b78dc3a --- /dev/null +++ b/x-pack/plugins/search_inference_endpoints/public/hooks/use_trained_model_stats.ts @@ -0,0 +1,24 @@ +/* + * 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; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import { useQuery } from '@tanstack/react-query'; +import { InferenceStatsResponse } from '@kbn/ml-plugin/public/application/services/ml_api_service/trained_models'; +import { useKibana } from './use_kibana'; +import { TRAINED_MODEL_STATS_QUERY_KEY } from '../../common/constants'; + +export const useTrainedModelStats = () => { + const { services } = useKibana(); + + return useQuery({ + queryKey: [TRAINED_MODEL_STATS_QUERY_KEY], + queryFn: async () => { + const response = await services.ml?.mlApi?.trainedModels.getTrainedModelStats(); + + return response || ({ count: 0, trained_model_stats: [] } as InferenceStatsResponse); + }, + }); +}; diff --git a/x-pack/plugins/search_inference_endpoints/tsconfig.json b/x-pack/plugins/search_inference_endpoints/tsconfig.json index 6094924306e54..e915df9529b6b 100644 --- a/x-pack/plugins/search_inference_endpoints/tsconfig.json +++ b/x-pack/plugins/search_inference_endpoints/tsconfig.json @@ -4,9 +4,9 @@ "outDir": "target/types", }, "include": [ - "__mocks__/**/*", - "common/**/*", - "public/**/*", + "__mocks__/**/*", + "common/**/*", + "public/**/*", "server/**/*" ], "kbn_references": [ @@ -29,7 +29,6 @@ "@kbn/doc-links", "@kbn/console-plugin", "@kbn/test-jest-helpers", - "@kbn/ml-error-utils", "@kbn/kibana-utils-plugin" ], "exclude": [