diff --git a/.buildkite/ftr_platform_stateful_configs.yml b/.buildkite/ftr_platform_stateful_configs.yml index 96c15cce513c6..71ba8932271e8 100644 --- a/.buildkite/ftr_platform_stateful_configs.yml +++ b/.buildkite/ftr_platform_stateful_configs.yml @@ -35,10 +35,6 @@ disabled: - x-pack/test/fleet_cypress/config.ts - x-pack/test/fleet_cypress/visual_config.ts - # http/2 security muted tests - - x-pack/test/security_functional/saml.http2.config.ts - - x-pack/test/security_functional/oidc.http2.config.ts - defaultQueue: 'n2-4-spot' enabled: - test/accessibility/config.ts @@ -326,6 +322,8 @@ enabled: - x-pack/test/security_functional/login_selector.config.ts - x-pack/test/security_functional/oidc.config.ts - x-pack/test/security_functional/saml.config.ts + - x-pack/test/security_functional/saml.http2.config.ts + - x-pack/test/security_functional/oidc.http2.config.ts - x-pack/test/security_functional/insecure_cluster_warning.config.ts - x-pack/test/security_functional/user_profiles.config.ts - x-pack/test/security_functional/expired_session.config.ts diff --git a/.buildkite/package-lock.json b/.buildkite/package-lock.json index 763e8fb659c9b..437e56299cb6c 100644 --- a/.buildkite/package-lock.json +++ b/.buildkite/package-lock.json @@ -24,8 +24,8 @@ "chai": "^4.3.10", "mocha": "^10.3.0", "nock": "^12.0.2", - "ts-node": "^10.7.0", - "typescript": "^4.6.4" + "ts-node": "^10.9.2", + "typescript": "^5.1.6" } }, "node_modules/@cspotcode/source-map-support": { @@ -1451,9 +1451,9 @@ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, "node_modules/ts-node": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", - "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "dependencies": { "@cspotcode/source-map-support": "^0.8.0", @@ -1529,16 +1529,16 @@ } }, "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/universal-user-agent": { @@ -2707,9 +2707,9 @@ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" }, "ts-node": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", - "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "requires": { "@cspotcode/source-map-support": "^0.8.0", @@ -2753,9 +2753,9 @@ "dev": true }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true }, "universal-user-agent": { diff --git a/.buildkite/package.json b/.buildkite/package.json index be91750b4e797..efd66f1c17a09 100644 --- a/.buildkite/package.json +++ b/.buildkite/package.json @@ -26,8 +26,8 @@ "chai": "^4.3.10", "mocha": "^10.3.0", "nock": "^12.0.2", - "ts-node": "^10.7.0", - "typescript": "^4.6.4" + "ts-node": "^10.9.2", + "typescript": "^5.1.6" }, "imports": { "#pipeline-utils": "./pipeline-utils/index.ts", diff --git a/.buildkite/scripts/common/util.sh b/.buildkite/scripts/common/util.sh index bd924e95f0bcf..445871e6420bd 100755 --- a/.buildkite/scripts/common/util.sh +++ b/.buildkite/scripts/common/util.sh @@ -36,7 +36,7 @@ check_for_changed_files() { GIT_CHANGES="$(git status --porcelain -- . ':!:.bazelrc' ':!:config/node.options' ':!config/kibana.yml')" if [ "$GIT_CHANGES" ]; then - if ! is_auto_commit_disabled && [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-}" ]]; then + if ! is_auto_commit_disabled && [[ "$SHOULD_AUTO_COMMIT_CHANGES" == "true" && "${BUILDKITE_PULL_REQUEST:-}" != "" && "${BUILDKITE_PULL_REQUEST}" != "false" ]]; then NEW_COMMIT_MESSAGE="[CI] Auto-commit changed files from '$1'" PREVIOUS_COMMIT_MESSAGE="$(git log -1 --pretty=%B)" diff --git a/.buildkite/scripts/steps/code_generation/security_solution_codegen.sh b/.buildkite/scripts/steps/code_generation/security_solution_codegen.sh index 63ed00a3513f9..ef4d69b2a295e 100755 --- a/.buildkite/scripts/steps/code_generation/security_solution_codegen.sh +++ b/.buildkite/scripts/steps/code_generation/security_solution_codegen.sh @@ -6,22 +6,16 @@ source .buildkite/scripts/common/util.sh echo --- Security Solution OpenAPI Code Generation -echo -e "\n[Security Solution OpenAPI Code Generation] OpenAPI Common Package" - +echo -e "\n[Security Solution OpenAPI Code Generation] OpenAPI Common Package\n" (cd packages/kbn-openapi-common && yarn openapi:generate) -check_for_changed_files "yarn openapi:generate" true echo -e "\n[Security Solution OpenAPI Code Generation] Lists Common Package\n" - (cd packages/kbn-securitysolution-lists-common && yarn openapi:generate) -check_for_changed_files "yarn openapi:generate" true - -echo -e "\n[Security Solution OpenAPI Code Generation] Exceptions Common Package" +echo -e "\n[Security Solution OpenAPI Code Generation] Exceptions Common Package\n" (cd packages/kbn-securitysolution-exceptions-common && yarn openapi:generate) -check_for_changed_files "yarn openapi:generate" true - -echo -e "\n[Security Solution OpenAPI Code Generation] Security Solution Plugin" +echo -e "\n[Security Solution OpenAPI Code Generation] Security Solution Plugin\n" (cd x-pack/plugins/security_solution && yarn openapi:generate) + check_for_changed_files "yarn openapi:generate" true \ No newline at end of file diff --git a/.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh b/.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh index 91ee63ab11185..798c3cdbb9b76 100755 --- a/.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh +++ b/.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh @@ -7,36 +7,27 @@ source .buildkite/scripts/common/util.sh echo --- Security Solution OpenAPI Bundling echo -e "\n[Security Solution OpenAPI Bundling] Detections API\n" - (cd x-pack/plugins/security_solution && yarn openapi:bundle:detections) -check_for_changed_files "yarn openapi:bundle:detections" true -echo -e "\n[Security Solution OpenAPI Bundling] Entity Analytics API\n" +echo -e "\n[Security Solution OpenAPI Bundling] Timeline API\n" +(cd x-pack/plugins/security_solution && yarn openapi:bundle:timeline) +echo -e "\n[Security Solution OpenAPI Bundling] Entity Analytics API\n" (cd x-pack/plugins/security_solution && yarn openapi:bundle:entity-analytics) -check_for_changed_files "yarn openapi:bundle:entity-analytics" true echo -e "\n[Security Solution OpenAPI Bundling] Lists API\n" - -echo -e "\n[Security Solution OpenAPI Bundling] Endpoint Management API\n" - -(cd x-pack/plugins/security_solution && yarn openapi:bundle:endpoint-management) -check_for_changed_files "yarn openapi:bundle:endpoint-management" true - (cd packages/kbn-securitysolution-lists-common && yarn openapi:bundle) -check_for_changed_files "yarn openapi:bundle" true echo -e "\n[Security Solution OpenAPI Bundling] Exceptions API\n" - (cd packages/kbn-securitysolution-exceptions-common && yarn openapi:bundle) -check_for_changed_files "yarn openapi:bundle" true -echo -e "\n[Security Solution OpenAPI Bundling] Elastic Assistant API\n" +echo -e "\n[Security Solution OpenAPI Bundling] Endpoint Management API\n" +(cd x-pack/plugins/security_solution && yarn openapi:bundle:endpoint-management) +echo -e "\n[Security Solution OpenAPI Bundling] Elastic Assistant API\n" (cd x-pack/packages/kbn-elastic-assistant-common && yarn openapi:bundle) -check_for_changed_files "yarn openapi:bundle" true echo -e "\n[Security Solution OpenAPI Bundling] Osquery API\n" - (cd x-pack/plugins/osquery && yarn openapi:bundle) + check_for_changed_files "yarn openapi:bundle" true diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b4237eff609be..a92983d9532b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,6 +42,7 @@ test/analytics/plugins/analytics_plugin_a @elastic/kibana-core packages/kbn-apm-config-loader @elastic/kibana-core @vigneshshanmugam x-pack/plugins/observability_solution/apm_data_access @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team packages/kbn-apm-data-view @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/apm/ftr_e2e @elastic/obs-ux-infra_services-team x-pack/plugins/observability_solution/apm @elastic/obs-ux-infra_services-team packages/kbn-apm-synthtrace @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team packages/kbn-apm-synthtrace-client @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team @@ -375,7 +376,6 @@ packages/kbn-discover-utils @elastic/kibana-data-discovery packages/kbn-doc-links @elastic/docs packages/kbn-docs-utils @elastic/kibana-operations packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery -packages/analytics/ebt @elastic/kibana-core packages/kbn-ebt-tools @elastic/kibana-core x-pack/packages/security-solution/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore @@ -450,7 +450,7 @@ src/plugins/field_formats @elastic/kibana-data-discovery packages/kbn-field-types @elastic/kibana-data-discovery packages/kbn-field-utils @elastic/kibana-data-discovery x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team -x-pack/plugins/file_upload @elastic/kibana-gis +x-pack/plugins/file_upload @elastic/kibana-gis @elastic/ml-ui examples/files_example @elastic/appex-sharedux src/plugins/files_management @elastic/appex-sharedux src/plugins/files @elastic/appex-sharedux @@ -622,6 +622,7 @@ x-pack/packages/observability/alerting_test_data @elastic/obs-ux-management-team x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops x-pack/packages/observability/get_padded_alert_time_range_util @elastic/obs-ux-management-team x-pack/plugins/observability_solution/observability_logs_explorer @elastic/obs-ux-logs-team +x-pack/plugins/observability_solution/observability_onboarding/e2e @elastic/obs-ux-logs-team @elastic/obs-ux-onboarding-team x-pack/plugins/observability_solution/observability_onboarding @elastic/obs-ux-logs-team @elastic/obs-ux-onboarding-team x-pack/plugins/observability_solution/observability @elastic/obs-ux-management-team x-pack/plugins/observability_solution/observability_shared @elastic/observability-ui @@ -754,6 +755,7 @@ x-pack/test/security_functional/plugins/test_endpoints @elastic/kibana-security packages/kbn-securitysolution-autocomplete @elastic/security-detection-engine x-pack/packages/security-solution/data_table @elastic/security-threat-hunting-investigations packages/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore +packages/kbn-securitysolution-endpoint-exceptions-common @elastic/security-detection-engine packages/kbn-securitysolution-es-utils @elastic/security-detection-engine packages/kbn-securitysolution-exception-list-components @elastic/security-detection-engine packages/kbn-securitysolution-exceptions-common @elastic/security-detection-engine @@ -772,6 +774,7 @@ packages/kbn-securitysolution-t-grid @elastic/security-detection-engine packages/kbn-securitysolution-utils @elastic/security-detection-engine packages/kbn-server-http-tools @elastic/kibana-core packages/kbn-server-route-repository @elastic/obs-knowledge-team +packages/kbn-server-route-repository-utils @elastic/obs-knowledge-team x-pack/plugins/serverless @elastic/appex-sharedux packages/serverless/settings/common @elastic/appex-sharedux @elastic/kibana-management x-pack/plugins/serverless_observability @elastic/obs-ux-management-team @@ -855,6 +858,7 @@ test/server_integration/plugins/status_plugin_b @elastic/kibana-core packages/kbn-std @elastic/kibana-core packages/kbn-stdio-dev-helpers @elastic/kibana-operations packages/kbn-storybook @elastic/kibana-operations +x-pack/plugins/observability_solution/synthetics/e2e @elastic/obs-ux-management-team x-pack/plugins/observability_solution/synthetics @elastic/obs-ux-management-team x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture @elastic/response-ops x-pack/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops @@ -870,6 +874,10 @@ packages/kbn-test-eui-helpers @elastic/kibana-visualizations x-pack/test/licensing_plugin/plugins/test_feature_usage @elastic/kibana-security packages/kbn-test-jest-helpers @elastic/kibana-operations @elastic/appex-qa packages/kbn-test-subj-selector @elastic/kibana-operations @elastic/appex-qa +x-pack/test_serverless +test +x-pack/test +x-pack/performance @elastic/appex-qa x-pack/examples/testing_embedded_lens @elastic/kibana-visualizations packages/kbn-text-based-editor @elastic/kibana-esql x-pack/examples/third_party_lens_navigation_prompt @elastic/kibana-visualizations @@ -1254,7 +1262,6 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant /test/functional/services/remote @elastic/appex-qa /test/visual_regression @elastic/appex-qa /x-pack/test/visual_regression @elastic/appex-qa -/x-pack/performance @elastic/appex-qa /packages/kbn-test/src/functional_test_runner @elastic/appex-qa /packages/kbn-performance-testing-dataset-extractor @elastic/appex-qa /x-pack/test_serverless/**/*config.base.ts @elastic/appex-qa @@ -1264,7 +1271,7 @@ x-pack/test/observability_ai_assistant_functional @elastic/obs-ai-assistant /x-pack/test_serverless/api_integration/test_suites/common/elasticsearch_api @elastic/appex-qa /x-pack/test_serverless/functional/test_suites/security/ftr/ @elastic/appex-qa /x-pack/test_serverless/functional/test_suites/common/home_page/ @elastic/appex-qa -/x-pack/test_serverless/functional/services/ @elastic/appex-qa +/x-pack/test_serverless/**/services/ @elastic/appex-qa # Core /config/ @elastic/kibana-core 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 1bfb44658eaca..63847b91b45ce 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-27 +date: 2024-08-01 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 9e29eb8cf39ec..c394dade7b1a7 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-27 +date: 2024-08-01 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 fb823304df0ea..e011f3cf5c85a 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-27 +date: 2024-08-01 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..47928bc65edd2 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -241,23 +241,11 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", @@ -276,9 +264,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 +308,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 +387,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 +409,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 +454,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 +476,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 +630,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 +663,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 38a16d81f70b8..195d461850caa 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-27 +date: 2024-08-01 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 0f136a6d9d2fd..e99c9cbc5265d 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-27 +date: 2024-08-01 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 5fdd05b999d94..f2bf80672c8de 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-27 +date: 2024-08-01 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 c1de040d73c17..e41ed73fa4b8d 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-27 +date: 2024-08-01 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 6d9b26f858601..7af6e6386bd64 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-27 +date: 2024-08-01 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 1002e89ce416a..fdb3e920c2bd1 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-27 +date: 2024-08-01 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 433c59d783dd2..a9a8766c35ad3 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-27 +date: 2024-08-01 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 6e598609e3e4a..68bf18b3f9b48 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-27 +date: 2024-08-01 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 0b447f28bc793..a1e73caae4304 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-27 +date: 2024-08-01 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 0f132b93504bb..5264a27e8d44f 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-27 +date: 2024-08-01 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 ee48b044f66f0..d1dfcc350a094 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-27 +date: 2024-08-01 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 545929b755699..759ca5892ce4b 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-27 +date: 2024-08-01 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 33ab51c6c6bd1..5eaca11ad270a 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-27 +date: 2024-08-01 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 1ccbfc7872f04..2fea3205a50fd 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-27 +date: 2024-08-01 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 d17aff9a53b70..6b948f6657a03 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-27 +date: 2024-08-01 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 1a02717efeec0..32de7c9e2c00f 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-27 +date: 2024-08-01 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 2793ee21f59e9..7b35543c77910 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-27 +date: 2024-08-01 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 116c5d1d4fade..46750afc630b2 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-27 +date: 2024-08-01 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 baea0ada1e092..57c0cd4d7464c 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-27 +date: 2024-08-01 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 c8d2a381070c7..fed2ea68670d1 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-27 +date: 2024-08-01 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 d7f2f6fbb98c3..a57f0edbc2092 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-27 +date: 2024-08-01 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 d929c72da9cb6..3595c44c72919 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-27 +date: 2024-08-01 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 794459e05bf4b..428236b2c71ab 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-27 +date: 2024-08-01 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 b065ad993de6c..441470e2e3fc6 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-27 +date: 2024-08-01 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 b0ecc287d4b1c..9208e4135958b 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-27 +date: 2024-08-01 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 8b2ed9702c977..da8cae9763b85 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-27 +date: 2024-08-01 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 e77cae403edfb..f1e246efa1fa5 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-27 +date: 2024-08-01 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 7ceab8fe02d0f..f088a1dd40d4b 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-27 +date: 2024-08-01 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 173e3c053f24e..dd78e6a4f4103 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-27 +date: 2024-08-01 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 9ef1a78af25d8..1c55fbfac4067 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-27 +date: 2024-08-01 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 d8ca97de1f77c..74420ce858df1 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-27 +date: 2024-08-01 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 24d90b0c5e257..28ad1dbce6567 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-27 +date: 2024-08-01 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 | - | @@ -66,59 +68,60 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | securitySolution | - | | | @kbn/monaco, securitySolution | - | | | fleet, cloudSecurityPosture, exploratoryView, osquery, synthetics | - | -| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, enterpriseSearch, serverlessSearch, transform, upgradeAssistant, apm, entityManager, observabilityOnboarding, synthetics, security | - | +| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, enterpriseSearch, serverlessSearch, transform, upgradeAssistant, apm, entityManager, 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 eb3630d69b7d4..288d9092d1011 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-27 +date: 2024-08-01 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) | - | @@ -1128,8 +1148,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [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 +1165,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 +1244,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 +1269,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 +1280,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 +1298,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 +1341,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 +1362,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) | - | @@ -1357,15 +1377,16 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedCellValueElementProps) | - | | | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx#:~:text=DeprecatedRowRenderer) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/server/search_strategy/endpoint_fields/index.ts#:~:text=BeatFields) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [columns.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx#:~:text=BrowserField), [columns.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx#:~:text=BrowserField), [columns.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField)+ 29 more | - | -| | [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=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [helpers.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField), [use_data_view.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx#:~:text=BrowserField), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#:~:text=BrowserField)+ 29 more | - | +| | [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)+ 75 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 +1418,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 +1428,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 +1448,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 +1477,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 +1485,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 +1513,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 +1545,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 +1565,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 +1618,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 +1637,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 29e9a89302914..8a86e1833baf5 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-27 +date: 2024-08-01 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 ab534a50e7e6b..ab1606c9c1b35 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-27 +date: 2024-08-01 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 62f2f132e7acb..5aa625a2605a2 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-27 +date: 2024-08-01 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 bf891957d07bf..16c642b6eb6f6 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-27 +date: 2024-08-01 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 24faba3786e36..751c4e48ea500 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-27 +date: 2024-08-01 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 fd858d1c69041..cc376175ae9d6 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-27 +date: 2024-08-01 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 5f257fe0715f8..b049637feb903 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-27 +date: 2024-08-01 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 22b2b8ae0ca78..8fc543875542e 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-27 +date: 2024-08-01 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 813e7bc576a99..b999041af5f87 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-27 +date: 2024-08-01 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 77011350dad2e..6602d24d2c96a 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-27 +date: 2024-08-01 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 1eb0518546bf6..a8e98c12ba6dc 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entity_manager.devdocs.json b/api_docs/entity_manager.devdocs.json index 145b8f97ff63a..0ec36023ac35f 100644 --- a/api_docs/entity_manager.devdocs.json +++ b/api_docs/entity_manager.devdocs.json @@ -1,7 +1,64 @@ { "id": "entityManager", "client": { - "classes": [], + "classes": [ + { + "parentPluginId": "entityManager", + "id": "def-public.EntityManagerUnauthorizedError", + "type": "Class", + "tags": [], + "label": "EntityManagerUnauthorizedError", + "description": [], + "signature": [ + { + "pluginId": "entityManager", + "scope": "public", + "docId": "kibEntityManagerPluginApi", + "section": "def-public.EntityManagerUnauthorizedError", + "text": "EntityManagerUnauthorizedError" + }, + " extends Error" + ], + "path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "entityManager", + "id": "def-public.EntityManagerUnauthorizedError.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "entityManager", + "id": "def-public.EntityManagerUnauthorizedError.Unnamed.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], "functions": [], "interfaces": [ { @@ -152,21 +209,6 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false - }, - { - "parentPluginId": "entityManager", - "id": "def-public.ERROR_USER_NOT_AUTHORIZED", - "type": "string", - "tags": [], - "label": "ERROR_USER_NOT_AUTHORIZED", - "description": [], - "signature": [ - "\"user_not_authorized\"" - ], - "path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false } ], "objects": [] diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index 07b873ff17966..a992b1003346c 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; @@ -21,10 +21,13 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs- | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 14 | 1 | +| 16 | 0 | 16 | 1 | ## Client +### Classes + + ### Interfaces 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 a163c6bd22131..71c411556774d 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-27 +date: 2024-08-01 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 b9c067e51f01a..a2748717e7797 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-27 +date: 2024-08-01 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 650cb1a702e1d..e54bb5fc6a5ac 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-27 +date: 2024-08-01 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 e1bdc470c7169..25b3e02bbf6f8 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-27 +date: 2024-08-01 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 fd3e79542c837..15468790f84c0 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-27 +date: 2024-08-01 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 f98bca8f5082e..5821e5f1419ed 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-27 +date: 2024-08-01 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 3358c645a8587..9792e5ebb1b52 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-27 +date: 2024-08-01 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 8c89eed53f877..b5aae123ab9ff 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-27 +date: 2024-08-01 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 0403ce924b6d0..f22a8cf506f62 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-27 +date: 2024-08-01 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 865f440b8a851..448bc3fb19e3b 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-27 +date: 2024-08-01 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 63e7c5dfc723c..556131a8d7615 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-27 +date: 2024-08-01 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 e5809822bcb31..ce438cf419458 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-27 +date: 2024-08-01 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 58a14a7c91815..20bde4fd07615 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-27 +date: 2024-08-01 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 ada9c3eb58c87..797174c8c51e2 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-27 +date: 2024-08-01 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 0f86e4e659369..c411b83bf2264 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-27 +date: 2024-08-01 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 67fbf8e3c3a0c..2f42031faffc4 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-27 +date: 2024-08-01 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 85fe7287f4c6b..1361c95024c9b 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-27 +date: 2024-08-01 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 3d6d7e666ed8d..33dfed0238c32 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-27 +date: 2024-08-01 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 11964bd06d8db..53774caf41650 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-27 +date: 2024-08-01 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 e5d3b535b3045..f740830bbc277 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-27 +date: 2024-08-01 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 61d5fc773b35e..3493e67dac2be 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-27 +date: 2024-08-01 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 279e74c6a3ad6..15a8a1cd216d4 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-27 +date: 2024-08-01 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 b5f3bbf501fae..2becb2f032a4a 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-27 +date: 2024-08-01 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 1fab57d756286..320f5dc8d5309 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-27 +date: 2024-08-01 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 13bdc60839af2..9fdad3660c5a8 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-27 +date: 2024-08-01 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..f3cc7d80e6a15 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" }, "" @@ -5400,6 +5400,10 @@ "plugin": "cases", "path": "x-pack/plugins/cases/server/files/index.test.ts" }, + { + "plugin": "cases", + "path": "x-pack/plugins/cases/server/files/index.test.ts" + }, { "plugin": "cases", "path": "x-pack/plugins/cases/server/files/index.test.ts" diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 75b15e250f429..06ef242784597 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-27 +date: 2024-08-01 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 c50e7018ed70f..0072e379a6e71 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-27 +date: 2024-08-01 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 32089de039c9e..253c0ede31062 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-27 +date: 2024-08-01 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 7258650608821..20c4709a63922 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-27 +date: 2024-08-01 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 1f97d40b2eddd..82eee29554ece 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-27 +date: 2024-08-01 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 e35461edda21b..3b1cc59bea371 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-27 +date: 2024-08-01 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 ce8544df48495..a6cc03bf651eb 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-27 +date: 2024-08-01 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 66ac507328d50..b7e563d27be89 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-27 +date: 2024-08-01 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 225a9fef3fb64..10d933d6cd889 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-27 +date: 2024-08-01 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 dd0d92f226422..10cbfdcf942fa 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-27 +date: 2024-08-01 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 e6361d9dd2b2a..e915faf2f275e 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-27 +date: 2024-08-01 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 8be1ca83ca77d..8555a637ffc45 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-27 +date: 2024-08-01 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 94e7002a6810e..692fde1f7aafe 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-27 +date: 2024-08-01 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 42907ca245fbe..0aee1d54c30c4 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-27 +date: 2024-08-01 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 1692db11ce76c..e4643bad9f7b0 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-27 +date: 2024-08-01 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 f2923c74dd4e4..f9e29e443d87d 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-27 +date: 2024-08-01 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 a935d429fef50..7dd19612397d4 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-27 +date: 2024-08-01 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 9a09f0562eee9..6954cd0e26860 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-27 +date: 2024-08-01 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 bab959488dba2..391edd1e088f2 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-27 +date: 2024-08-01 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 8063ffe8ef700..20e746c4d1359 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-27 +date: 2024-08-01 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 b3cd9b270280c..f37e270544a74 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-27 +date: 2024-08-01 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 d169766218fba..5dd2cf1d579a4 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-27 +date: 2024-08-01 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 8fae757af9f57..7de325c712393 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-27 +date: 2024-08-01 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 f4e2589597db0..2ca543e2868b2 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-27 +date: 2024-08-01 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 75de86f031e68..0dc5d17ebfeea 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-27 +date: 2024-08-01 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 f1e05b11aafd4..9557f500103ef 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-27 +date: 2024-08-01 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 bbc8ce885eecc..bebd66657c5d2 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-27 +date: 2024-08-01 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 83e18cb3e63a7..b5418d1b665c9 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-27 +date: 2024-08-01 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 7ededcaa437f2..97c3e909391a7 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-27 +date: 2024-08-01 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 a68b5c08397d6..c36b701433393 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_apm_config_loader.devdocs.json index 81ea00f3dac6d..3af68277a32ea 100644 --- a/api_docs/kbn_apm_config_loader.devdocs.json +++ b/api_docs/kbn_apm_config_loader.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration", + "id": "def-server.ApmConfiguration", "type": "Class", "tags": [], "label": "ApmConfiguration", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.Unnamed", + "id": "def-server.ApmConfiguration.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -45,7 +37,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.Unnamed.$1", + "id": "def-server.ApmConfiguration.Unnamed.$1", "type": "string", "tags": [], "label": "rootDir", @@ -60,7 +52,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.Unnamed.$2", + "id": "def-server.ApmConfiguration.Unnamed.$2", "type": "Object", "tags": [], "label": "rawKibanaConfig", @@ -75,7 +67,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.Unnamed.$3", + "id": "def-server.ApmConfiguration.Unnamed.$3", "type": "boolean", "tags": [], "label": "isDistributable", @@ -93,7 +85,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.getConfig", + "id": "def-server.ApmConfiguration.getConfig", "type": "Function", "tags": [], "label": "getConfig", @@ -108,7 +100,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.getConfig.$1", + "id": "def-server.ApmConfiguration.getConfig.$1", "type": "string", "tags": [], "label": "serviceName", @@ -126,7 +118,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.ApmConfiguration.isUsersRedactionEnabled", + "id": "def-server.ApmConfiguration.isUsersRedactionEnabled", "type": "Function", "tags": [], "label": "isUsersRedactionEnabled", @@ -147,7 +139,7 @@ "functions": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.getConfiguration", + "id": "def-server.getConfiguration", "type": "Function", "tags": [], "label": "getConfiguration", @@ -163,7 +155,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.getConfiguration.$1", + "id": "def-server.getConfiguration.$1", "type": "string", "tags": [], "label": "serviceName", @@ -182,7 +174,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.initApm", + "id": "def-server.initApm", "type": "Function", "tags": [], "label": "initApm", @@ -196,7 +188,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.initApm.$1", + "id": "def-server.initApm.$1", "type": "Array", "tags": [], "label": "argv", @@ -211,7 +203,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.initApm.$2", + "id": "def-server.initApm.$2", "type": "string", "tags": [], "label": "rootDir", @@ -226,7 +218,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.initApm.$3", + "id": "def-server.initApm.$3", "type": "boolean", "tags": [], "label": "isDistributable", @@ -241,7 +233,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.initApm.$4", + "id": "def-server.initApm.$4", "type": "string", "tags": [], "label": "serviceName", @@ -260,7 +252,7 @@ }, { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.shouldInstrumentClient", + "id": "def-server.shouldInstrumentClient", "type": "Function", "tags": [], "label": "shouldInstrumentClient", @@ -276,7 +268,7 @@ "children": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.shouldInstrumentClient.$1", + "id": "def-server.shouldInstrumentClient.$1", "type": "Object", "tags": [], "label": "config", @@ -301,7 +293,7 @@ "objects": [ { "parentPluginId": "@kbn/apm-config-loader", - "id": "def-common.apmConfigSchema", + "id": "def-server.apmConfigSchema", "type": "Object", "tags": [], "label": "apmConfigSchema", @@ -386,5 +378,13 @@ "initialIsOpen": false } ] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index 28b877e08612c..d7891fe75514d 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; @@ -23,14 +23,14 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 18 | 0 | 18 | 0 | -## Common +## Server ### Objects - + ### Functions - + ### Classes - + diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index dd182b9db936e..c6d3530168b07 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-27 +date: 2024-08-01 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 7a13acad1972a..e2e251da6838a 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-27 +date: 2024-08-01 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 a5347cf79ad08..dcd9ef93e8dca 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-27 +date: 2024-08-01 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 db743af2c5567..11fc4c3aaca31 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-27 +date: 2024-08-01 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 4a6099ebf3f8a..77f658c1aa28b 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-27 +date: 2024-08-01 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 43969b73f6af3..3963e33e3f91d 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-27 +date: 2024-08-01 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 b919d5023cf86..7979684006e64 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-27 +date: 2024-08-01 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 f45828037f8a5..cb51561961230 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-27 +date: 2024-08-01 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 686208daf9c32..4ea28e92020d7 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-27 +date: 2024-08-01 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 3911c1c588975..dc0b7573ccbd9 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-27 +date: 2024-08-01 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 dca9a419b0f30..7c73dede68129 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-27 +date: 2024-08-01 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 8e86bbe9cbafd..1bee56d7998c1 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-27 +date: 2024-08-01 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 3265180462381..820b98339caef 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-27 +date: 2024-08-01 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 678abcac0d495..fd5581972dcb4 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-27 +date: 2024-08-01 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 d48fa89b2f189..7686d6d38cff2 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-27 +date: 2024-08-01 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 490af455777b7..46b425339690c 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_cli_dev_mode.devdocs.json index c37bb3fd626b3..2f1b44dd52f5e 100644 --- a/api_docs/kbn_cli_dev_mode.devdocs.json +++ b/api_docs/kbn_cli_dev_mode.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/cli-dev-mode", - "id": "def-common.bootstrapDevMode", + "id": "def-server.bootstrapDevMode", "type": "Function", "tags": [], "label": "bootstrapDevMode", @@ -35,7 +27,7 @@ "children": [ { "parentPluginId": "@kbn/cli-dev-mode", - "id": "def-common.bootstrapDevMode.$1", + "id": "def-server.bootstrapDevMode.$1", "type": "Object", "tags": [], "label": "{ configs, cliArgs, applyConfigOverrides }", @@ -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_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 03cb73ea41e03..00c87906ea5a3 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 2 | 0 | 2 | 0 | -## Common +## Server ### Functions - + diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index d253741375cb6..8036fbb79e18f 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-27 +date: 2024-08-01 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 5b90445ad327a..bd352fb754b62 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-27 +date: 2024-08-01 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 5c2183ff92604..b3ce4e08512ca 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-27 +date: 2024-08-01 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 0fc004bb46ac5..9a5b94b724820 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- import kbnColoringObj from './kbn_coloring.devdocs.json'; diff --git a/api_docs/kbn_config.devdocs.json b/api_docs/kbn_config.devdocs.json index 9d3f7d417425c..ed8e98d30c968 100644 --- a/api_docs/kbn_config.devdocs.json +++ b/api_docs/kbn_config.devdocs.json @@ -9,18 +9,10 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [ { "parentPluginId": "@kbn/config", - "id": "def-common.Env", + "id": "def-server.Env", "type": "Class", "tags": [], "label": "Env", @@ -31,7 +23,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.Env.packageInfo", + "id": "def-server.Env.packageInfo", "type": "Object", "tags": [], "label": "packageInfo", @@ -42,9 +34,9 @@ "{ readonly version: string; readonly branch: string; readonly buildNum: number; readonly buildSha: string; readonly buildShaShort: string; readonly buildDate: Date; readonly buildFlavor: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.BuildFlavor", + "section": "def-server.BuildFlavor", "text": "BuildFlavor" }, "; readonly dist: boolean; }" @@ -55,7 +47,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.Env.mode", + "id": "def-server.Env.mode", "type": "Object", "tags": [], "label": "mode", @@ -76,7 +68,7 @@ "functions": [ { "parentPluginId": "@kbn/config", - "id": "def-common.getConfigFromFiles", + "id": "def-server.getConfigFromFiles", "type": "Function", "tags": [], "label": "getConfigFromFiles", @@ -90,7 +82,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.getConfigFromFiles.$1", + "id": "def-server.getConfigFromFiles.$1", "type": "Object", "tags": [], "label": "configFiles", @@ -109,7 +101,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.hasConfigPathIntersection", + "id": "def-server.hasConfigPathIntersection", "type": "Function", "tags": [], "label": "hasConfigPathIntersection", @@ -123,7 +115,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.hasConfigPathIntersection.$1", + "id": "def-server.hasConfigPathIntersection.$1", "type": "string", "tags": [], "label": "leafPath", @@ -138,7 +130,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.hasConfigPathIntersection.$2", + "id": "def-server.hasConfigPathIntersection.$2", "type": "string", "tags": [], "label": "rootPath", @@ -157,7 +149,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.isConfigPath", + "id": "def-server.isConfigPath", "type": "Function", "tags": [], "label": "isConfigPath", @@ -173,7 +165,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.isConfigPath.$1", + "id": "def-server.isConfigPath.$1", "type": "Unknown", "tags": [], "label": "value", @@ -196,7 +188,7 @@ "interfaces": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ChangedDeprecatedPaths", + "id": "def-server.ChangedDeprecatedPaths", "type": "Interface", "tags": [], "label": "ChangedDeprecatedPaths", @@ -209,7 +201,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ChangedDeprecatedPaths.set", + "id": "def-server.ChangedDeprecatedPaths.set", "type": "Array", "tags": [], "label": "set", @@ -223,7 +215,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ChangedDeprecatedPaths.unset", + "id": "def-server.ChangedDeprecatedPaths.unset", "type": "Array", "tags": [], "label": "unset", @@ -240,7 +232,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationCommand", + "id": "def-server.ConfigDeprecationCommand", "type": "Interface", "tags": [], "label": "ConfigDeprecationCommand", @@ -253,7 +245,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationCommand.set", + "id": "def-server.ConfigDeprecationCommand.set", "type": "Array", "tags": [], "label": "set", @@ -267,7 +259,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationCommand.unset", + "id": "def-server.ConfigDeprecationCommand.unset", "type": "Array", "tags": [], "label": "unset", @@ -284,7 +276,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationContext", + "id": "def-server.ConfigDeprecationContext", "type": "Interface", "tags": [], "label": "ConfigDeprecationContext", @@ -297,7 +289,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationContext.version", + "id": "def-server.ConfigDeprecationContext.version", "type": "string", "tags": [], "label": "version", @@ -310,7 +302,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationContext.branch", + "id": "def-server.ConfigDeprecationContext.branch", "type": "string", "tags": [], "label": "branch", @@ -323,7 +315,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationContext.docLinks", + "id": "def-server.ConfigDeprecationContext.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -348,7 +340,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory", + "id": "def-server.ConfigDeprecationFactory", "type": "Interface", "tags": [], "label": "ConfigDeprecationFactory", @@ -361,7 +353,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecate", + "id": "def-server.ConfigDeprecationFactory.deprecate", "type": "Function", "tags": [], "label": "deprecate", @@ -374,9 +366,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -386,7 +378,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecate.$1", + "id": "def-server.ConfigDeprecationFactory.deprecate.$1", "type": "string", "tags": [], "label": "deprecatedKey", @@ -401,7 +393,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecate.$2", + "id": "def-server.ConfigDeprecationFactory.deprecate.$2", "type": "string", "tags": [], "label": "removeBy", @@ -416,7 +408,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecate.$3", + "id": "def-server.ConfigDeprecationFactory.deprecate.$3", "type": "CompoundType", "tags": [], "label": "details", @@ -434,7 +426,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecateFromRoot", + "id": "def-server.ConfigDeprecationFactory.deprecateFromRoot", "type": "Function", "tags": [], "label": "deprecateFromRoot", @@ -447,9 +439,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -459,7 +451,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecateFromRoot.$1", + "id": "def-server.ConfigDeprecationFactory.deprecateFromRoot.$1", "type": "string", "tags": [], "label": "deprecatedKey", @@ -474,7 +466,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecateFromRoot.$2", + "id": "def-server.ConfigDeprecationFactory.deprecateFromRoot.$2", "type": "string", "tags": [], "label": "removeBy", @@ -489,7 +481,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.deprecateFromRoot.$3", + "id": "def-server.ConfigDeprecationFactory.deprecateFromRoot.$3", "type": "CompoundType", "tags": [], "label": "details", @@ -507,7 +499,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.rename", + "id": "def-server.ConfigDeprecationFactory.rename", "type": "Function", "tags": [], "label": "rename", @@ -520,9 +512,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -532,7 +524,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.rename.$1", + "id": "def-server.ConfigDeprecationFactory.rename.$1", "type": "string", "tags": [], "label": "oldKey", @@ -547,7 +539,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.rename.$2", + "id": "def-server.ConfigDeprecationFactory.rename.$2", "type": "string", "tags": [], "label": "newKey", @@ -562,7 +554,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.rename.$3", + "id": "def-server.ConfigDeprecationFactory.rename.$3", "type": "CompoundType", "tags": [], "label": "details", @@ -580,7 +572,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.renameFromRoot", + "id": "def-server.ConfigDeprecationFactory.renameFromRoot", "type": "Function", "tags": [], "label": "renameFromRoot", @@ -593,9 +585,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -605,7 +597,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.renameFromRoot.$1", + "id": "def-server.ConfigDeprecationFactory.renameFromRoot.$1", "type": "string", "tags": [], "label": "oldKey", @@ -620,7 +612,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.renameFromRoot.$2", + "id": "def-server.ConfigDeprecationFactory.renameFromRoot.$2", "type": "string", "tags": [], "label": "newKey", @@ -635,7 +627,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.renameFromRoot.$3", + "id": "def-server.ConfigDeprecationFactory.renameFromRoot.$3", "type": "CompoundType", "tags": [], "label": "details", @@ -653,7 +645,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unused", + "id": "def-server.ConfigDeprecationFactory.unused", "type": "Function", "tags": [], "label": "unused", @@ -666,9 +658,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -678,7 +670,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unused.$1", + "id": "def-server.ConfigDeprecationFactory.unused.$1", "type": "string", "tags": [], "label": "unusedKey", @@ -693,7 +685,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unused.$2", + "id": "def-server.ConfigDeprecationFactory.unused.$2", "type": "CompoundType", "tags": [], "label": "details", @@ -711,7 +703,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unusedFromRoot", + "id": "def-server.ConfigDeprecationFactory.unusedFromRoot", "type": "Function", "tags": [], "label": "unusedFromRoot", @@ -724,9 +716,9 @@ ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" } ], @@ -736,7 +728,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unusedFromRoot.$1", + "id": "def-server.ConfigDeprecationFactory.unusedFromRoot.$1", "type": "string", "tags": [], "label": "unusedKey", @@ -751,7 +743,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationFactory.unusedFromRoot.$2", + "id": "def-server.ConfigDeprecationFactory.unusedFromRoot.$2", "type": "CompoundType", "tags": [], "label": "details", @@ -772,7 +764,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails", + "id": "def-server.DeprecatedConfigDetails", "type": "Interface", "tags": [], "label": "DeprecatedConfigDetails", @@ -785,7 +777,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.configPath", + "id": "def-server.DeprecatedConfigDetails.configPath", "type": "string", "tags": [], "label": "configPath", @@ -798,7 +790,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.title", + "id": "def-server.DeprecatedConfigDetails.title", "type": "string", "tags": [], "label": "title", @@ -814,7 +806,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.message", + "id": "def-server.DeprecatedConfigDetails.message", "type": "string", "tags": [], "label": "message", @@ -827,7 +819,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.level", + "id": "def-server.DeprecatedConfigDetails.level", "type": "CompoundType", "tags": [], "label": "level", @@ -843,7 +835,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.silent", + "id": "def-server.DeprecatedConfigDetails.silent", "type": "CompoundType", "tags": [], "label": "silent", @@ -859,7 +851,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.documentationUrl", + "id": "def-server.DeprecatedConfigDetails.documentationUrl", "type": "string", "tags": [], "label": "documentationUrl", @@ -875,7 +867,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.DeprecatedConfigDetails.correctiveActions", + "id": "def-server.DeprecatedConfigDetails.correctiveActions", "type": "Object", "tags": [], "label": "correctiveActions", @@ -894,7 +886,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.EnvironmentMode", + "id": "def-server.EnvironmentMode", "type": "Interface", "tags": [], "label": "EnvironmentMode", @@ -905,7 +897,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.EnvironmentMode.name", + "id": "def-server.EnvironmentMode.name", "type": "CompoundType", "tags": [], "label": "name", @@ -919,7 +911,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.EnvironmentMode.dev", + "id": "def-server.EnvironmentMode.dev", "type": "boolean", "tags": [], "label": "dev", @@ -930,7 +922,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.EnvironmentMode.prod", + "id": "def-server.EnvironmentMode.prod", "type": "boolean", "tags": [], "label": "prod", @@ -944,7 +936,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo", + "id": "def-server.PackageInfo", "type": "Interface", "tags": [], "label": "PackageInfo", @@ -955,7 +947,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.version", + "id": "def-server.PackageInfo.version", "type": "string", "tags": [], "label": "version", @@ -966,7 +958,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.branch", + "id": "def-server.PackageInfo.branch", "type": "string", "tags": [], "label": "branch", @@ -977,7 +969,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.buildNum", + "id": "def-server.PackageInfo.buildNum", "type": "number", "tags": [], "label": "buildNum", @@ -988,7 +980,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.buildSha", + "id": "def-server.PackageInfo.buildSha", "type": "string", "tags": [], "label": "buildSha", @@ -999,7 +991,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.buildShaShort", + "id": "def-server.PackageInfo.buildShaShort", "type": "string", "tags": [], "label": "buildShaShort", @@ -1010,7 +1002,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.buildDate", + "id": "def-server.PackageInfo.buildDate", "type": "Object", "tags": [], "label": "buildDate", @@ -1024,7 +1016,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.buildFlavor", + "id": "def-server.PackageInfo.buildFlavor", "type": "CompoundType", "tags": [], "label": "buildFlavor", @@ -1038,7 +1030,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.PackageInfo.dist", + "id": "def-server.PackageInfo.dist", "type": "boolean", "tags": [], "label": "dist", @@ -1055,7 +1047,7 @@ "misc": [ { "parentPluginId": "@kbn/config", - "id": "def-common.AddConfigDeprecation", + "id": "def-server.AddConfigDeprecation", "type": "Type", "tags": [], "label": "AddConfigDeprecation", @@ -1066,9 +1058,9 @@ "(details: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.DeprecatedConfigDetails", + "section": "def-server.DeprecatedConfigDetails", "text": "DeprecatedConfigDetails" }, ") => void" @@ -1080,7 +1072,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.AddConfigDeprecation.$1", + "id": "def-server.AddConfigDeprecation.$1", "type": "Object", "tags": [], "label": "details", @@ -1088,9 +1080,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.DeprecatedConfigDetails", + "section": "def-server.DeprecatedConfigDetails", "text": "DeprecatedConfigDetails" } ], @@ -1103,7 +1095,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.BuildFlavor", + "id": "def-server.BuildFlavor", "type": "Type", "tags": [], "label": "BuildFlavor", @@ -1118,7 +1110,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation", + "id": "def-server.ConfigDeprecation", "type": "Type", "tags": [], "label": "ConfigDeprecation", @@ -1129,25 +1121,25 @@ "(config: Readonly<{ [x: string]: any; }>, fromPath: string, addDeprecation: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.AddConfigDeprecation", + "section": "def-server.AddConfigDeprecation", "text": "AddConfigDeprecation" }, ", context: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationContext", + "section": "def-server.ConfigDeprecationContext", "text": "ConfigDeprecationContext" }, ") => void | ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationCommand", + "section": "def-server.ConfigDeprecationCommand", "text": "ConfigDeprecationCommand" } ], @@ -1158,7 +1150,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation.$1", + "id": "def-server.ConfigDeprecation.$1", "type": "Object", "tags": [], "label": "config", @@ -1174,7 +1166,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation.$2", + "id": "def-server.ConfigDeprecation.$2", "type": "string", "tags": [], "label": "fromPath", @@ -1185,7 +1177,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation.$3", + "id": "def-server.ConfigDeprecation.$3", "type": "Function", "tags": [], "label": "addDeprecation", @@ -1194,9 +1186,9 @@ "(details: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.DeprecatedConfigDetails", + "section": "def-server.DeprecatedConfigDetails", "text": "DeprecatedConfigDetails" }, ") => void" @@ -1208,7 +1200,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation.$3.$1", + "id": "def-server.ConfigDeprecation.$3.$1", "type": "Object", "tags": [], "label": "details", @@ -1216,9 +1208,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.DeprecatedConfigDetails", + "section": "def-server.DeprecatedConfigDetails", "text": "DeprecatedConfigDetails" } ], @@ -1230,7 +1222,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecation.$4", + "id": "def-server.ConfigDeprecation.$4", "type": "Object", "tags": [], "label": "context", @@ -1238,9 +1230,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationContext", + "section": "def-server.ConfigDeprecationContext", "text": "ConfigDeprecationContext" } ], @@ -1253,7 +1245,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationProvider", + "id": "def-server.ConfigDeprecationProvider", "type": "Type", "tags": [], "label": "ConfigDeprecationProvider", @@ -1264,17 +1256,17 @@ "(factory: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" }, ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" }, "[]" @@ -1286,7 +1278,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigDeprecationProvider.$1", + "id": "def-server.ConfigDeprecationProvider.$1", "type": "Object", "tags": [], "label": "factory", @@ -1294,9 +1286,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" } ], @@ -1309,7 +1301,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.ConfigPath", + "id": "def-server.ConfigPath", "type": "Type", "tags": [], "label": "ConfigPath", @@ -1324,7 +1316,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.RawConfigAdapter", + "id": "def-server.RawConfigAdapter", "type": "Type", "tags": [], "label": "RawConfigAdapter", @@ -1339,7 +1331,7 @@ "children": [ { "parentPluginId": "@kbn/config", - "id": "def-common.RawConfigAdapter.$1", + "id": "def-server.RawConfigAdapter.$1", "type": "Object", "tags": [], "label": "rawConfig", @@ -1356,7 +1348,7 @@ }, { "parentPluginId": "@kbn/config", - "id": "def-common.RawConfigurationProvider", + "id": "def-server.RawConfigurationProvider", "type": "Type", "tags": [], "label": "RawConfigurationProvider", @@ -1373,5 +1365,13 @@ } ], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index ae4305a1c8dea..ebfc90d0984e4 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; @@ -23,17 +23,17 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core |-------------------|-----------|------------------------|-----------------| | 79 | 0 | 50 | 9 | -## Common +## Server ### Functions - + ### Classes - + ### Interfaces - + ### Consts, variables and types - + diff --git a/api_docs/kbn_config_mocks.devdocs.json b/api_docs/kbn_config_mocks.devdocs.json index 44c2f2ea91060..922f5422a35c3 100644 --- a/api_docs/kbn_config_mocks.devdocs.json +++ b/api_docs/kbn_config_mocks.devdocs.json @@ -34,9 +34,9 @@ " | undefined; }) => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.Env", + "section": "def-server.Env", "text": "Env" } ], @@ -203,9 +203,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationContext", + "section": "def-server.ConfigDeprecationContext", "text": "ConfigDeprecationContext" } ], @@ -225,25 +225,25 @@ "{ has: jest.MockInstance; get: jest.MockInstance; set: jest.MockInstance; getFlattenedPaths: jest.MockInstance; toRaw: jest.MockInstance, [], unknown>; } & ", @@ -271,9 +271,9 @@ ">, [], unknown>; setGlobalStripUnknownKeys: jest.MockInstance; setSchema: jest.MockInstance], unknown>; addDeprecationProvider: jest.MockInstance; getHandledDeprecatedConfigs: jest.MockInstance<[string, ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.DeprecatedConfigDetails", + "section": "def-server.DeprecatedConfigDetails", "text": "DeprecatedConfigDetails" }, "[]][], [], unknown>; atPath: jest.MockInstance<", @@ -313,25 +313,25 @@ ", [", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigPath", + "section": "def-server.ConfigPath", "text": "ConfigPath" }, ", ({ ignoreUnchanged?: boolean | undefined; } | undefined)?], unknown>; atPathSync: jest.MockInstance; isEnabledAtPath: jest.MockInstance, [path: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigPath", + "section": "def-server.ConfigPath", "text": "ConfigPath" }, "], unknown>; getUnusedPaths: jest.MockInstance, [], unknown>; getUsedPaths: jest.MockInstance, [], unknown>; getDeprecatedConfigPath$: jest.MockInstance<", @@ -339,17 +339,17 @@ "<", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ChangedDeprecatedPaths", + "section": "def-server.ChangedDeprecatedPaths", "text": "ChangedDeprecatedPaths" }, ">, [], unknown>; addDynamicConfigPaths: jest.MockInstance; setDynamicConfigOverrides: jest.MockInstance], unknown>; } & ", @@ -411,9 +411,9 @@ "() => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationContext", + "section": "def-server.ConfigDeprecationContext", "text": "ConfigDeprecationContext" } ], diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index 21435a7c9201c..6f371dc959cbb 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-27 +date: 2024-08-01 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 f25a8060dc117..a08ece7b7cab8 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-27 +date: 2024-08-01 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 8fd16b491bebe..391ff1a604c7d 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-27 +date: 2024-08-01 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 1d01ef234b555..22e49932c4098 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-27 +date: 2024-08-01 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 6f79f27867fec..188e53504bb7e 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-27 +date: 2024-08-01 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 e4727d8324c26..02a3120275cb8 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-27 +date: 2024-08-01 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 eccbc8da955a0..d8fbf620b43b1 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-27 +date: 2024-08-01 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 1707d8f44da02..cabf0c10e03dc 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-27 +date: 2024-08-01 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 6dcc3d4eb074a..a917d0fc31164 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-27 +date: 2024-08-01 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..2ff35482ac18e 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -1,70 +1,41 @@ { "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", "description": [ "\nGeneral settings of the analytics client" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "AnalyticsClientInitContext" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.isDev", + "id": "def-public.AnalyticsClientInitContext.isDev", "type": "boolean", "tags": [], "label": "isDev", "description": [ "\nBoolean indicating if it's running in developer mode." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.sendTo", - "type": "CompoundType", - "tags": [], - "label": "sendTo", - "description": [ - "\nSpecify if the shippers should send their data to the production or staging environments." - ], - "signature": [ - "\"production\" | \"staging\"" - ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsClientInitContext.logger", + "id": "def-public.AnalyticsClientInitContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -72,15 +43,9 @@ "\nApplication-provided logger." ], "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } + "Logger" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -89,7 +54,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts", + "id": "def-public.ContextProviderOpts", "type": "Interface", "tags": [], "label": "ContextProviderOpts", @@ -97,35 +62,29 @@ "\nDefinition of a context provider" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.name", + "id": "def-public.ContextProviderOpts.name", "type": "string", "tags": [], "label": "name", "description": [ "\nThe name of the provider." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.context$", + "id": "def-public.ContextProviderOpts.context$", "type": "Object", "tags": [], "label": "context$", @@ -136,13 +95,13 @@ "Observable", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderOpts.schema", + "id": "def-public.ContextProviderOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -151,16 +110,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -169,7 +122,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event", + "id": "def-public.Event", "type": "Interface", "tags": [], "label": "Event", @@ -177,48 +130,42 @@ "\nDefinition of the full event structure" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", "" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.timestamp", + "id": "def-public.Event.timestamp", "type": "string", "tags": [], "label": "timestamp", "description": [ "\nThe time the event was generated in ISO format." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.event_type", + "id": "def-public.Event.event_type", "type": "string", "tags": [], "label": "event_type", "description": [ "\nThe event type." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.properties", + "id": "def-public.Event.properties", "type": "Uncategorized", "tags": [], "label": "properties", @@ -228,13 +175,13 @@ "signature": [ "Properties" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.Event.context", + "id": "def-public.Event.context", "type": "Object", "tags": [], "label": "context", @@ -242,15 +189,9 @@ "\nThe {@link EventContext} enriched during the processing pipeline." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - } + "EventContext" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -259,20 +200,23 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext", + "id": "def-public.EventContext", "type": "Interface", "tags": [], "label": "EventContext", "description": [ "\nDefinition of the context that can be appended to the events through the {@link IAnalyticsClient.registerContextProvider}." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "signature": [ + "EventContext" + ], + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cluster_uuid", + "id": "def-public.EventContext.cluster_uuid", "type": "string", "tags": [], "label": "cluster_uuid", @@ -282,13 +226,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cluster_name", + "id": "def-public.EventContext.cluster_name", "type": "string", "tags": [], "label": "cluster_name", @@ -298,13 +242,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.license_id", + "id": "def-public.EventContext.license_id", "type": "string", "tags": [], "label": "license_id", @@ -314,13 +258,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.userId", + "id": "def-public.EventContext.userId", "type": "string", "tags": [], "label": "userId", @@ -330,13 +274,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.cloudId", + "id": "def-public.EventContext.cloudId", "type": "string", "tags": [], "label": "cloudId", @@ -346,13 +290,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.isElasticCloudUser", + "id": "def-public.EventContext.isElasticCloudUser", "type": "CompoundType", "tags": [], "label": "isElasticCloudUser", @@ -362,13 +306,13 @@ "signature": [ "boolean | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.version", + "id": "def-public.EventContext.version", "type": "string", "tags": [], "label": "version", @@ -378,13 +322,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.pageName", + "id": "def-public.EventContext.pageName", "type": "string", "tags": [], "label": "pageName", @@ -394,13 +338,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.applicationId", + "id": "def-public.EventContext.applicationId", "type": "string", "tags": [], "label": "applicationId", @@ -410,13 +354,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.entityId", + "id": "def-public.EventContext.entityId", "type": "string", "tags": [], "label": "entityId", @@ -426,13 +370,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventContext.Unnamed", + "id": "def-public.EventContext.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: unknown", @@ -442,7 +386,7 @@ "signature": [ "[key: string]: unknown" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -451,7 +395,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts", + "id": "def-public.EventTypeOpts", "type": "Interface", "tags": [], "label": "EventTypeOpts", @@ -459,35 +403,29 @@ "\nDefinition of an Event Type." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts.eventType", + "id": "def-public.EventTypeOpts.eventType", "type": "string", "tags": [], "label": "eventType", "description": [ "\nThe event type's unique name." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventTypeOpts.schema", + "id": "def-public.EventTypeOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -496,16 +434,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -514,20 +446,23 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient", + "id": "def-public.IAnalyticsClient", "type": "Interface", "tags": [], "label": "IAnalyticsClient", "description": [ "\nAnalytics client's public APIs" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "IAnalyticsClient" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent", + "id": "def-public.IAnalyticsClient.reportEvent", "type": "Function", "tags": [ "track-adoption" @@ -539,7 +474,7 @@ "signature": [ "(eventType: string, eventData: EventTypeData) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -1043,150 +978,6 @@ "plugin": "observabilityAIAssistant", "path": "x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -1455,10 +1246,6 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/mocks.ts" - }, { "plugin": "@kbn/core-analytics-browser-internal", "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" @@ -1503,7 +1290,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent.$1", + "id": "def-public.IAnalyticsClient.reportEvent.$1", "type": "string", "tags": [], "label": "eventType", @@ -1513,14 +1300,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.reportEvent.$2", + "id": "def-public.IAnalyticsClient.reportEvent.$2", "type": "Uncategorized", "tags": [], "label": "eventData", @@ -1530,7 +1317,7 @@ "signature": [ "EventTypeData" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1540,7 +1327,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerEventType", + "id": "def-public.IAnalyticsClient.registerEventType", "type": "Function", "tags": [], "label": "registerEventType", @@ -1549,22 +1336,16 @@ ], "signature": [ "(eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerEventType.$1", + "id": "def-public.IAnalyticsClient.registerEventType.$1", "type": "Object", "tags": [], "label": "eventTypeOps", @@ -1572,16 +1353,10 @@ "The definition of the event type {@link EventTypeOpts }." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1591,7 +1366,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper", + "id": "def-public.IAnalyticsClient.registerShipper", "type": "Function", "tags": [], "label": "registerShipper", @@ -1600,38 +1375,20 @@ ], "signature": [ "(Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$1", + "id": "def-public.IAnalyticsClient.registerShipper.$1", "type": "Object", "tags": [], "label": "Shipper", @@ -1639,23 +1396,17 @@ "The {@link IShipper } class to instantiate the shipper." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$2", + "id": "def-public.IAnalyticsClient.registerShipper.$2", "type": "Uncategorized", "tags": [], "label": "shipperConfig", @@ -1665,14 +1416,14 @@ "signature": [ "ShipperConfig" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerShipper.$3", + "id": "def-public.IAnalyticsClient.registerShipper.$3", "type": "Object", "tags": [], "label": "opts", @@ -1680,16 +1431,10 @@ "Additional options to register the shipper {@link RegisterShipperOpts }." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1699,7 +1444,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.optIn", + "id": "def-public.IAnalyticsClient.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -1708,22 +1453,16 @@ ], "signature": [ "(optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.optIn.$1", + "id": "def-public.IAnalyticsClient.optIn.$1", "type": "Object", "tags": [], "label": "optInConfig", @@ -1731,15 +1470,9 @@ "{@link OptInConfig }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - } + "OptInConfig" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1749,7 +1482,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerContextProvider", + "id": "def-public.IAnalyticsClient.registerContextProvider", "type": "Function", "tags": [ "track-adoption" @@ -1760,16 +1493,10 @@ ], "signature": [ "(contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -1889,18 +1616,6 @@ "plugin": "apm", "path": "x-pack/plugins/observability_solution/apm/public/analytics/register_service_inventory_view_type_context.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -2005,10 +1720,6 @@ "plugin": "@kbn/core-status-server-internal", "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/mocks.ts" - }, { "plugin": "@kbn/core-analytics-browser-internal", "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" @@ -2053,7 +1764,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.registerContextProvider.$1", + "id": "def-public.IAnalyticsClient.registerContextProvider.$1", "type": "Object", "tags": [], "label": "contextProviderOpts", @@ -2061,16 +1772,10 @@ "{@link ContextProviderOpts }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2080,7 +1785,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.removeContextProvider", + "id": "def-public.IAnalyticsClient.removeContextProvider", "type": "Function", "tags": [], "label": "removeContextProvider", @@ -2090,13 +1795,13 @@ "signature": [ "(contextProviderName: string) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.removeContextProvider.$1", + "id": "def-public.IAnalyticsClient.removeContextProvider.$1", "type": "string", "tags": [], "label": "contextProviderName", @@ -2106,7 +1811,7 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2116,7 +1821,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.telemetryCounter$", + "id": "def-public.IAnalyticsClient.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2126,22 +1831,16 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.flush", + "id": "def-public.IAnalyticsClient.flush", "type": "Function", "tags": [], "label": "flush", @@ -2151,7 +1850,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2159,7 +1858,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IAnalyticsClient.shutdown", + "id": "def-public.IAnalyticsClient.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2169,7 +1868,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2180,20 +1879,23 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper", + "id": "def-public.IShipper", "type": "Interface", "tags": [], "label": "IShipper", "description": [ "\nBasic structure of a Shipper" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "signature": [ + "IShipper" + ], + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.reportEvents", + "id": "def-public.IShipper.reportEvents", "type": "Function", "tags": [], "label": "reportEvents", @@ -2202,22 +1904,16 @@ ], "signature": [ "(events: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", ">[]) => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.reportEvents.$1", + "id": "def-public.IShipper.reportEvents.$1", "type": "Array", "tags": [], "label": "events", @@ -2225,16 +1921,10 @@ "batched events {@link Event }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", ">[]" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2244,7 +1934,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.optIn", + "id": "def-public.IShipper.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -2254,13 +1944,13 @@ "signature": [ "(isOptedIn: boolean) => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.optIn.$1", + "id": "def-public.IShipper.optIn.$1", "type": "boolean", "tags": [], "label": "isOptedIn", @@ -2270,7 +1960,7 @@ "signature": [ "boolean" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2280,7 +1970,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.extendContext", + "id": "def-public.IShipper.extendContext", "type": "Function", "tags": [], "label": "extendContext", @@ -2289,22 +1979,16 @@ ], "signature": [ "((newContext: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - }, + "EventContext", ") => void) | undefined" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.extendContext.$1", + "id": "def-public.IShipper.extendContext.$1", "type": "Object", "tags": [], "label": "newContext", @@ -2312,15 +1996,9 @@ "The full new context to set {@link EventContext }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - } + "EventContext" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2330,7 +2008,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.telemetryCounter$", + "id": "def-public.IShipper.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2340,22 +2018,16 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", "> | undefined" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.flush", + "id": "def-public.IShipper.flush", "type": "Function", "tags": [], "label": "flush", @@ -2365,7 +2037,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2373,7 +2045,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.IShipper.shutdown", + "id": "def-public.IShipper.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2383,7 +2055,7 @@ "signature": [ "() => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2394,7 +2066,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.KbnAnalyticsWindowApi", + "id": "def-public.KbnAnalyticsWindowApi", "type": "Interface", "tags": [], "label": "KbnAnalyticsWindowApi", @@ -2407,7 +2079,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.KbnAnalyticsWindowApi.flush", + "id": "def-public.KbnAnalyticsWindowApi.flush", "type": "Function", "tags": [], "label": "flush", @@ -2428,20 +2100,23 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig", + "id": "def-public.OptInConfig", "type": "Interface", "tags": [], "label": "OptInConfig", "description": [ "\nOptions for the optIn API" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "OptInConfig" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig.global", + "id": "def-public.OptInConfig.global", "type": "Object", "tags": [], "label": "global", @@ -2449,21 +2124,15 @@ "\nControls the global enabled/disabled behaviour of the client and shippers." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfigPerType", - "text": "OptInConfigPerType" - } + "OptInConfigPerType" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfig.event_types", + "id": "def-public.OptInConfig.event_types", "type": "Object", "tags": [], "label": "event_types", @@ -2472,16 +2141,10 @@ ], "signature": [ "Record | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2490,33 +2153,36 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType", + "id": "def-public.OptInConfigPerType", "type": "Interface", "tags": [], "label": "OptInConfigPerType", "description": [ "\nSets whether a type of event is enabled/disabled globally or per shipper." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "OptInConfigPerType" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType.enabled", + "id": "def-public.OptInConfigPerType.enabled", "type": "boolean", "tags": [], "label": "enabled", "description": [ "\nThe event type is globally enabled." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.OptInConfigPerType.shippers", + "id": "def-public.OptInConfigPerType.shippers", "type": "Object", "tags": [], "label": "shippers", @@ -2526,7 +2192,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2535,14 +2201,17 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.RegisterShipperOpts", + "id": "def-public.RegisterShipperOpts", "type": "Interface", "tags": [], "label": "RegisterShipperOpts", "description": [ "\nOptional options to register a shipper" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "RegisterShipperOpts" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2550,7 +2219,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray", + "id": "def-public.SchemaArray", "type": "Interface", "tags": [], "label": "SchemaArray", @@ -2558,30 +2227,18 @@ "\nSchema to represent an array" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " extends ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray.type", + "id": "def-public.SchemaArray.type", "type": "string", "tags": [], "label": "type", @@ -2591,13 +2248,13 @@ "signature": [ "\"array\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaArray.items", + "id": "def-public.SchemaArray.items", "type": "CompoundType", "tags": [], "label": "items", @@ -2606,72 +2263,24 @@ ], "signature": [ "{ type: \"pass_through\"; _meta: { description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "; } | (unknown extends Value ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends (infer U)[] | readonly (infer U)[] ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " : NonNullable extends Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends object ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", ")" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2680,7 +2289,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue", + "id": "def-public.SchemaChildValue", "type": "Interface", "tags": [], "label": "SchemaChildValue", @@ -2688,22 +2297,16 @@ "\nSchema to define a primitive value" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue.type", + "id": "def-public.SchemaChildValue.type", "type": "Uncategorized", "tags": [], "label": "type", @@ -2712,37 +2315,19 @@ ], "signature": [ "NonNullable extends string | Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaStringTypes", - "text": "AllowedSchemaStringTypes" - }, + "AllowedSchemaStringTypes", " : NonNullable extends number ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaNumberTypes", - "text": "AllowedSchemaNumberTypes" - }, + "AllowedSchemaNumberTypes", " : NonNullable extends boolean ? \"boolean\" : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaTypes", - "text": "AllowedSchemaTypes" - } + "AllowedSchemaTypes" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaChildValue._meta", + "id": "def-public.SchemaChildValue._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2751,16 +2336,10 @@ ], "signature": [ "{ description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2769,7 +2348,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMeta", + "id": "def-public.SchemaMeta", "type": "Interface", "tags": [], "label": "SchemaMeta", @@ -2777,22 +2356,16 @@ "\nSchema meta with optional description" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMeta._meta", + "id": "def-public.SchemaMeta._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2801,16 +2374,10 @@ ], "signature": [ "({ description?: string | undefined; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", ") | undefined" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2819,7 +2386,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaObject", + "id": "def-public.SchemaObject", "type": "Interface", "tags": [], "label": "SchemaObject", @@ -2827,30 +2394,18 @@ "\nSchema to represent an object" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " extends ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaObject.properties", + "id": "def-public.SchemaObject.properties", "type": "Object", "tags": [], "label": "properties", @@ -2859,16 +2414,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2877,7 +2426,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor", + "id": "def-public.ShipperClassConstructor", "type": "Interface", "tags": [], "label": "ShipperClassConstructor", @@ -2885,35 +2434,29 @@ "\nConstructor of a {@link IShipper}" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.shipperName", + "id": "def-public.ShipperClassConstructor.shipperName", "type": "string", "tags": [], "label": "shipperName", "description": [ "\nThe shipper's unique name" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new", + "id": "def-public.ShipperClassConstructor.new", "type": "Function", "tags": [], "label": "new", @@ -2923,13 +2466,13 @@ "signature": [ "any" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new.$1", + "id": "def-public.ShipperClassConstructor.new.$1", "type": "Uncategorized", "tags": [], "label": "config", @@ -2939,14 +2482,14 @@ "signature": [ "Config" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperClassConstructor.new.$2", + "id": "def-public.ShipperClassConstructor.new.$2", "type": "Object", "tags": [], "label": "initContext", @@ -2954,15 +2497,9 @@ "Common context {@link AnalyticsClientInitContext }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AnalyticsClientInitContext", - "text": "AnalyticsClientInitContext" - } + "AnalyticsClientInitContext" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2975,20 +2512,23 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter", + "id": "def-public.TelemetryCounter", "type": "Interface", "tags": [], "label": "TelemetryCounter", "description": [ "\nShape of the events emitted by the telemetryCounter$ observable" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "signature": [ + "TelemetryCounter" + ], + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.type", + "id": "def-public.TelemetryCounter.type", "type": "CompoundType", "tags": [], "label": "type", @@ -2998,59 +2538,59 @@ "signature": [ "\"succeeded\" | \"failed\" | \"enqueued\" | \"sent_to_shipper\" | \"dropped\"" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.source", + "id": "def-public.TelemetryCounter.source", "type": "string", "tags": [], "label": "source", "description": [ "\nWho emitted the event? It can be \"client\" or the name of the shipper." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.event_type", + "id": "def-public.TelemetryCounter.event_type", "type": "string", "tags": [], "label": "event_type", "description": [ "\nThe event type the success/failure/drop event refers to." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.code", + "id": "def-public.TelemetryCounter.code", "type": "string", "tags": [], "label": "code", "description": [ "\nCode to provide additional information about the success or failure. Examples are 200/400/504/ValidationError/UnknownError" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounter.count", + "id": "def-public.TelemetryCounter.count", "type": "number", "tags": [], "label": "count", "description": [ "\nThe number of events that this counter refers to." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3062,7 +2602,7 @@ "misc": [ { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaBooleanTypes", + "id": "def-public.AllowedSchemaBooleanTypes", "type": "Type", "tags": [], "label": "AllowedSchemaBooleanTypes", @@ -3072,14 +2612,14 @@ "signature": [ "\"boolean\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaNumberTypes", + "id": "def-public.AllowedSchemaNumberTypes", "type": "Type", "tags": [], "label": "AllowedSchemaNumberTypes", @@ -3089,14 +2629,14 @@ "signature": [ "\"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaStringTypes", + "id": "def-public.AllowedSchemaStringTypes", "type": "Type", "tags": [], "label": "AllowedSchemaStringTypes", @@ -3106,14 +2646,14 @@ "signature": [ "\"keyword\" | \"text\" | \"date\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AllowedSchemaTypes", + "id": "def-public.AllowedSchemaTypes", "type": "Type", "tags": [], "label": "AllowedSchemaTypes", @@ -3123,14 +2663,14 @@ "signature": [ "\"boolean\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsServiceSetup", + "id": "def-public.AnalyticsServiceSetup", "type": "Type", "tags": [], "label": "AnalyticsServiceSetup", @@ -3139,63 +2679,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/analytics/core-analytics-browser/src/types.ts", @@ -3205,7 +2703,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.AnalyticsServiceStart", + "id": "def-public.AnalyticsServiceStart", "type": "Type", "tags": [], "label": "AnalyticsServiceStart", @@ -3214,23 +2712,11 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "packages/core/analytics/core-analytics-browser/src/types.ts", @@ -3240,7 +2726,7 @@ }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ContextProviderName", + "id": "def-public.ContextProviderName", "type": "Type", "tags": [], "label": "ContextProviderName", @@ -3250,14 +2736,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.EventType", + "id": "def-public.EventType", "type": "Type", "tags": [], "label": "EventType", @@ -3267,14 +2753,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.PossibleSchemaTypes", + "id": "def-public.PossibleSchemaTypes", "type": "Type", "tags": [], "label": "PossibleSchemaTypes", @@ -3283,38 +2769,20 @@ ], "signature": [ "Value extends string | Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaStringTypes", - "text": "AllowedSchemaStringTypes" - }, + "AllowedSchemaStringTypes", " : Value extends number ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaNumberTypes", - "text": "AllowedSchemaNumberTypes" - }, + "AllowedSchemaNumberTypes", " : Value extends boolean ? \"boolean\" : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaTypes", - "text": "AllowedSchemaTypes" - } + "AllowedSchemaTypes" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.RootSchema", + "id": "def-public.RootSchema", "type": "Type", "tags": [], "label": "RootSchema", @@ -3323,23 +2791,17 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaMetaOptional", + "id": "def-public.SchemaMetaOptional", "type": "Type", "tags": [], "label": "SchemaMetaOptional", @@ -3349,14 +2811,14 @@ "signature": [ "unknown extends Value ? { optional?: boolean | undefined; } : undefined extends Value ? { optional: true; } : { optional?: false | undefined; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.SchemaValue", + "id": "def-public.SchemaValue", "type": "Type", "tags": [], "label": "SchemaValue", @@ -3365,79 +2827,31 @@ ], "signature": [ "{ type: \"pass_through\"; _meta: { description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "; } | (unknown extends Value ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends (infer U)[] | readonly (infer U)[] ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " : NonNullable extends Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends object ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", ")" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.ShipperName", + "id": "def-public.ShipperName", "type": "Type", "tags": [], "label": "ShipperName", @@ -3447,14 +2861,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-browser", - "id": "def-common.TelemetryCounterType", + "id": "def-public.TelemetryCounterType", "type": "Type", "tags": [], "label": "TelemetryCounterType", @@ -3464,12 +2878,28 @@ "signature": [ "\"succeeded\" | \"failed\" | \"enqueued\" | \"sent_to_shipper\" | \"dropped\"" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "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 9b8aa29f6dcc1..b5b2e3d91fd06 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; @@ -21,13 +21,13 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 101 | 0 | 0 | 0 | +| 100 | 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 d18d98de72000..c56c48961098f 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-27 +date: 2024-08-01 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 29da96818ccd6..bfba4c9373fbf 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-27 +date: 2024-08-01 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..d88810492946d 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -9,62 +9,41 @@ "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", "description": [ "\nGeneral settings of the analytics client" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "AnalyticsClientInitContext" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.isDev", + "id": "def-server.AnalyticsClientInitContext.isDev", "type": "boolean", "tags": [], "label": "isDev", "description": [ "\nBoolean indicating if it's running in developer mode." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.sendTo", - "type": "CompoundType", - "tags": [], - "label": "sendTo", - "description": [ - "\nSpecify if the shippers should send their data to the production or staging environments." - ], - "signature": [ - "\"production\" | \"staging\"" - ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsClientInitContext.logger", + "id": "def-server.AnalyticsClientInitContext.logger", "type": "Object", "tags": [], "label": "logger", @@ -72,15 +51,9 @@ "\nApplication-provided logger." ], "signature": [ - { - "pluginId": "@kbn/logging", - "scope": "common", - "docId": "kibKbnLoggingPluginApi", - "section": "def-common.Logger", - "text": "Logger" - } + "Logger" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -89,7 +62,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts", + "id": "def-server.ContextProviderOpts", "type": "Interface", "tags": [], "label": "ContextProviderOpts", @@ -97,35 +70,29 @@ "\nDefinition of a context provider" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.name", + "id": "def-server.ContextProviderOpts.name", "type": "string", "tags": [], "label": "name", "description": [ "\nThe name of the provider." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.context$", + "id": "def-server.ContextProviderOpts.context$", "type": "Object", "tags": [], "label": "context$", @@ -136,13 +103,13 @@ "Observable", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderOpts.schema", + "id": "def-server.ContextProviderOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -151,16 +118,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -169,7 +130,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event", + "id": "def-server.Event", "type": "Interface", "tags": [], "label": "Event", @@ -177,48 +138,42 @@ "\nDefinition of the full event structure" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", "" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.timestamp", + "id": "def-server.Event.timestamp", "type": "string", "tags": [], "label": "timestamp", "description": [ "\nThe time the event was generated in ISO format." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.event_type", + "id": "def-server.Event.event_type", "type": "string", "tags": [], "label": "event_type", "description": [ "\nThe event type." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.properties", + "id": "def-server.Event.properties", "type": "Uncategorized", "tags": [], "label": "properties", @@ -228,13 +183,13 @@ "signature": [ "Properties" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.Event.context", + "id": "def-server.Event.context", "type": "Object", "tags": [], "label": "context", @@ -242,15 +197,9 @@ "\nThe {@link EventContext} enriched during the processing pipeline." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - } + "EventContext" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -259,20 +208,23 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext", + "id": "def-server.EventContext", "type": "Interface", "tags": [], "label": "EventContext", "description": [ "\nDefinition of the context that can be appended to the events through the {@link IAnalyticsClient.registerContextProvider}." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "signature": [ + "EventContext" + ], + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cluster_uuid", + "id": "def-server.EventContext.cluster_uuid", "type": "string", "tags": [], "label": "cluster_uuid", @@ -282,13 +234,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cluster_name", + "id": "def-server.EventContext.cluster_name", "type": "string", "tags": [], "label": "cluster_name", @@ -298,13 +250,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.license_id", + "id": "def-server.EventContext.license_id", "type": "string", "tags": [], "label": "license_id", @@ -314,13 +266,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.userId", + "id": "def-server.EventContext.userId", "type": "string", "tags": [], "label": "userId", @@ -330,13 +282,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.cloudId", + "id": "def-server.EventContext.cloudId", "type": "string", "tags": [], "label": "cloudId", @@ -346,13 +298,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.isElasticCloudUser", + "id": "def-server.EventContext.isElasticCloudUser", "type": "CompoundType", "tags": [], "label": "isElasticCloudUser", @@ -362,13 +314,13 @@ "signature": [ "boolean | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.version", + "id": "def-server.EventContext.version", "type": "string", "tags": [], "label": "version", @@ -378,13 +330,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.pageName", + "id": "def-server.EventContext.pageName", "type": "string", "tags": [], "label": "pageName", @@ -394,13 +346,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.applicationId", + "id": "def-server.EventContext.applicationId", "type": "string", "tags": [], "label": "applicationId", @@ -410,13 +362,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.entityId", + "id": "def-server.EventContext.entityId", "type": "string", "tags": [], "label": "entityId", @@ -426,13 +378,13 @@ "signature": [ "string | undefined" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventContext.Unnamed", + "id": "def-server.EventContext.Unnamed", "type": "IndexSignature", "tags": [], "label": "[key: string]: unknown", @@ -442,7 +394,7 @@ "signature": [ "[key: string]: unknown" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -451,7 +403,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts", + "id": "def-server.EventTypeOpts", "type": "Interface", "tags": [], "label": "EventTypeOpts", @@ -459,35 +411,29 @@ "\nDefinition of an Event Type." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts.eventType", + "id": "def-server.EventTypeOpts.eventType", "type": "string", "tags": [], "label": "eventType", "description": [ "\nThe event type's unique name." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventTypeOpts.schema", + "id": "def-server.EventTypeOpts.schema", "type": "Object", "tags": [], "label": "schema", @@ -496,16 +442,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -514,20 +454,23 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient", + "id": "def-server.IAnalyticsClient", "type": "Interface", "tags": [], "label": "IAnalyticsClient", "description": [ "\nAnalytics client's public APIs" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "IAnalyticsClient" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent", + "id": "def-server.IAnalyticsClient.reportEvent", "type": "Function", "tags": [ "track-adoption" @@ -539,7 +482,7 @@ "signature": [ "(eventType: string, eventData: EventTypeData) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -1043,150 +986,6 @@ "plugin": "observabilityAIAssistant", "path": "x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -1455,10 +1254,6 @@ "plugin": "actions", "path": "x-pack/plugins/actions/server/lib/action_executor.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/mocks.ts" - }, { "plugin": "@kbn/core-analytics-browser-internal", "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" @@ -1503,7 +1298,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent.$1", + "id": "def-server.IAnalyticsClient.reportEvent.$1", "type": "string", "tags": [], "label": "eventType", @@ -1513,14 +1308,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.reportEvent.$2", + "id": "def-server.IAnalyticsClient.reportEvent.$2", "type": "Uncategorized", "tags": [], "label": "eventData", @@ -1530,7 +1325,7 @@ "signature": [ "EventTypeData" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1540,7 +1335,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerEventType", + "id": "def-server.IAnalyticsClient.registerEventType", "type": "Function", "tags": [], "label": "registerEventType", @@ -1549,22 +1344,16 @@ ], "signature": [ "(eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerEventType.$1", + "id": "def-server.IAnalyticsClient.registerEventType.$1", "type": "Object", "tags": [], "label": "eventTypeOps", @@ -1572,16 +1361,10 @@ "The definition of the event type {@link EventTypeOpts }." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1591,7 +1374,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper", + "id": "def-server.IAnalyticsClient.registerShipper", "type": "Function", "tags": [], "label": "registerShipper", @@ -1600,38 +1383,20 @@ ], "signature": [ "(Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$1", + "id": "def-server.IAnalyticsClient.registerShipper.$1", "type": "Object", "tags": [], "label": "Shipper", @@ -1639,23 +1404,17 @@ "The {@link IShipper } class to instantiate the shipper." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$2", + "id": "def-server.IAnalyticsClient.registerShipper.$2", "type": "Uncategorized", "tags": [], "label": "shipperConfig", @@ -1665,14 +1424,14 @@ "signature": [ "ShipperConfig" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerShipper.$3", + "id": "def-server.IAnalyticsClient.registerShipper.$3", "type": "Object", "tags": [], "label": "opts", @@ -1680,16 +1439,10 @@ "Additional options to register the shipper {@link RegisterShipperOpts }." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1699,7 +1452,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.optIn", + "id": "def-server.IAnalyticsClient.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -1708,22 +1461,16 @@ ], "signature": [ "(optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.optIn.$1", + "id": "def-server.IAnalyticsClient.optIn.$1", "type": "Object", "tags": [], "label": "optInConfig", @@ -1731,15 +1478,9 @@ "{@link OptInConfig }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - } + "OptInConfig" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1749,7 +1490,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerContextProvider", + "id": "def-server.IAnalyticsClient.registerContextProvider", "type": "Function", "tags": [ "track-adoption" @@ -1760,16 +1501,10 @@ ], "signature": [ "(contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -1889,18 +1624,6 @@ "plugin": "apm", "path": "x-pack/plugins/observability_solution/apm/public/analytics/register_service_inventory_view_type_context.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts" - }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -2005,10 +1728,6 @@ "plugin": "@kbn/core-status-server-internal", "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" }, - { - "plugin": "@kbn/ebt", - "path": "packages/analytics/ebt/client/src/analytics_client/mocks.ts" - }, { "plugin": "@kbn/core-analytics-browser-internal", "path": "packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts" @@ -2053,7 +1772,7 @@ "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.registerContextProvider.$1", + "id": "def-server.IAnalyticsClient.registerContextProvider.$1", "type": "Object", "tags": [], "label": "contextProviderOpts", @@ -2061,16 +1780,10 @@ "{@link ContextProviderOpts }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2080,7 +1793,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.removeContextProvider", + "id": "def-server.IAnalyticsClient.removeContextProvider", "type": "Function", "tags": [], "label": "removeContextProvider", @@ -2090,13 +1803,13 @@ "signature": [ "(contextProviderName: string) => void" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.removeContextProvider.$1", + "id": "def-server.IAnalyticsClient.removeContextProvider.$1", "type": "string", "tags": [], "label": "contextProviderName", @@ -2106,7 +1819,7 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2116,7 +1829,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.telemetryCounter$", + "id": "def-server.IAnalyticsClient.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2126,22 +1839,16 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.flush", + "id": "def-server.IAnalyticsClient.flush", "type": "Function", "tags": [], "label": "flush", @@ -2151,7 +1858,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2159,7 +1866,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IAnalyticsClient.shutdown", + "id": "def-server.IAnalyticsClient.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2169,7 +1876,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2180,20 +1887,23 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper", + "id": "def-server.IShipper", "type": "Interface", "tags": [], "label": "IShipper", "description": [ "\nBasic structure of a Shipper" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "signature": [ + "IShipper" + ], + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.reportEvents", + "id": "def-server.IShipper.reportEvents", "type": "Function", "tags": [], "label": "reportEvents", @@ -2202,22 +1912,16 @@ ], "signature": [ "(events: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", ">[]) => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.reportEvents.$1", + "id": "def-server.IShipper.reportEvents.$1", "type": "Array", "tags": [], "label": "events", @@ -2225,16 +1929,10 @@ "batched events {@link Event }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.Event", - "text": "Event" - }, + "Event", ">[]" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2244,7 +1942,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.optIn", + "id": "def-server.IShipper.optIn", "type": "Function", "tags": [], "label": "optIn", @@ -2254,13 +1952,13 @@ "signature": [ "(isOptedIn: boolean) => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.optIn.$1", + "id": "def-server.IShipper.optIn.$1", "type": "boolean", "tags": [], "label": "isOptedIn", @@ -2270,7 +1968,7 @@ "signature": [ "boolean" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2280,7 +1978,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.extendContext", + "id": "def-server.IShipper.extendContext", "type": "Function", "tags": [], "label": "extendContext", @@ -2289,22 +1987,16 @@ ], "signature": [ "((newContext: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - }, + "EventContext", ") => void) | undefined" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.extendContext.$1", + "id": "def-server.IShipper.extendContext.$1", "type": "Object", "tags": [], "label": "newContext", @@ -2312,15 +2004,9 @@ "The full new context to set {@link EventContext }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventContext", - "text": "EventContext" - } + "EventContext" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2330,7 +2016,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.telemetryCounter$", + "id": "def-server.IShipper.telemetryCounter$", "type": "Object", "tags": [], "label": "telemetryCounter$", @@ -2340,22 +2026,16 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", "> | undefined" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.flush", + "id": "def-server.IShipper.flush", "type": "Function", "tags": [], "label": "flush", @@ -2365,7 +2045,7 @@ "signature": [ "() => Promise" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2373,7 +2053,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.IShipper.shutdown", + "id": "def-server.IShipper.shutdown", "type": "Function", "tags": [], "label": "shutdown", @@ -2383,7 +2063,7 @@ "signature": [ "() => void" ], - "path": "packages/analytics/ebt/client/src/shippers/types.ts", + "path": "node_modules/@elastic/ebt/client/src/shippers/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2394,20 +2074,23 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig", + "id": "def-server.OptInConfig", "type": "Interface", "tags": [], "label": "OptInConfig", "description": [ "\nOptions for the optIn API" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "OptInConfig" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig.global", + "id": "def-server.OptInConfig.global", "type": "Object", "tags": [], "label": "global", @@ -2415,21 +2098,15 @@ "\nControls the global enabled/disabled behaviour of the client and shippers." ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfigPerType", - "text": "OptInConfigPerType" - } + "OptInConfigPerType" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfig.event_types", + "id": "def-server.OptInConfig.event_types", "type": "Object", "tags": [], "label": "event_types", @@ -2438,16 +2115,10 @@ ], "signature": [ "Record | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2456,33 +2127,36 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType", + "id": "def-server.OptInConfigPerType", "type": "Interface", "tags": [], "label": "OptInConfigPerType", "description": [ "\nSets whether a type of event is enabled/disabled globally or per shipper." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "OptInConfigPerType" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType.enabled", + "id": "def-server.OptInConfigPerType.enabled", "type": "boolean", "tags": [], "label": "enabled", "description": [ "\nThe event type is globally enabled." ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.OptInConfigPerType.shippers", + "id": "def-server.OptInConfigPerType.shippers", "type": "Object", "tags": [], "label": "shippers", @@ -2492,7 +2166,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2501,14 +2175,17 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.RegisterShipperOpts", + "id": "def-server.RegisterShipperOpts", "type": "Interface", "tags": [], "label": "RegisterShipperOpts", "description": [ "\nOptional options to register a shipper" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "signature": [ + "RegisterShipperOpts" + ], + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2516,7 +2193,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray", + "id": "def-server.SchemaArray", "type": "Interface", "tags": [], "label": "SchemaArray", @@ -2524,30 +2201,18 @@ "\nSchema to represent an array" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " extends ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray.type", + "id": "def-server.SchemaArray.type", "type": "string", "tags": [], "label": "type", @@ -2557,13 +2222,13 @@ "signature": [ "\"array\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaArray.items", + "id": "def-server.SchemaArray.items", "type": "CompoundType", "tags": [], "label": "items", @@ -2572,72 +2237,24 @@ ], "signature": [ "{ type: \"pass_through\"; _meta: { description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "; } | (unknown extends Value ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends (infer U)[] | readonly (infer U)[] ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " : NonNullable extends Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends object ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", ")" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2646,7 +2263,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue", + "id": "def-server.SchemaChildValue", "type": "Interface", "tags": [], "label": "SchemaChildValue", @@ -2654,22 +2271,16 @@ "\nSchema to define a primitive value" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue.type", + "id": "def-server.SchemaChildValue.type", "type": "Uncategorized", "tags": [], "label": "type", @@ -2678,37 +2289,19 @@ ], "signature": [ "NonNullable extends string | Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaStringTypes", - "text": "AllowedSchemaStringTypes" - }, + "AllowedSchemaStringTypes", " : NonNullable extends number ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaNumberTypes", - "text": "AllowedSchemaNumberTypes" - }, + "AllowedSchemaNumberTypes", " : NonNullable extends boolean ? \"boolean\" : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaTypes", - "text": "AllowedSchemaTypes" - } + "AllowedSchemaTypes" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaChildValue._meta", + "id": "def-server.SchemaChildValue._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2717,16 +2310,10 @@ ], "signature": [ "{ description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2735,7 +2322,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMeta", + "id": "def-server.SchemaMeta", "type": "Interface", "tags": [], "label": "SchemaMeta", @@ -2743,22 +2330,16 @@ "\nSchema meta with optional description" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMeta._meta", + "id": "def-server.SchemaMeta._meta", "type": "CompoundType", "tags": [], "label": "_meta", @@ -2767,16 +2348,10 @@ ], "signature": [ "({ description?: string | undefined; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", ") | undefined" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2785,7 +2360,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaObject", + "id": "def-server.SchemaObject", "type": "Interface", "tags": [], "label": "SchemaObject", @@ -2793,30 +2368,18 @@ "\nSchema to represent an object" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " extends ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMeta", - "text": "SchemaMeta" - }, + "SchemaMeta", "" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaObject.properties", + "id": "def-server.SchemaObject.properties", "type": "Object", "tags": [], "label": "properties", @@ -2825,16 +2388,10 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -2843,7 +2400,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor", + "id": "def-server.ShipperClassConstructor", "type": "Interface", "tags": [], "label": "ShipperClassConstructor", @@ -2851,35 +2408,29 @@ "\nConstructor of a {@link IShipper}" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", "" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.shipperName", + "id": "def-server.ShipperClassConstructor.shipperName", "type": "string", "tags": [], "label": "shipperName", "description": [ "\nThe shipper's unique name" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new", + "id": "def-server.ShipperClassConstructor.new", "type": "Function", "tags": [], "label": "new", @@ -2889,13 +2440,13 @@ "signature": [ "any" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new.$1", + "id": "def-server.ShipperClassConstructor.new.$1", "type": "Uncategorized", "tags": [], "label": "config", @@ -2905,14 +2456,14 @@ "signature": [ "Config" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperClassConstructor.new.$2", + "id": "def-server.ShipperClassConstructor.new.$2", "type": "Object", "tags": [], "label": "initContext", @@ -2920,15 +2471,9 @@ "Common context {@link AnalyticsClientInitContext }" ], "signature": [ - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AnalyticsClientInitContext", - "text": "AnalyticsClientInitContext" - } + "AnalyticsClientInitContext" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2941,20 +2486,23 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter", + "id": "def-server.TelemetryCounter", "type": "Interface", "tags": [], "label": "TelemetryCounter", "description": [ "\nShape of the events emitted by the telemetryCounter$ observable" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "signature": [ + "TelemetryCounter" + ], + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.type", + "id": "def-server.TelemetryCounter.type", "type": "CompoundType", "tags": [], "label": "type", @@ -2964,59 +2512,59 @@ "signature": [ "\"succeeded\" | \"failed\" | \"enqueued\" | \"sent_to_shipper\" | \"dropped\"" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.source", + "id": "def-server.TelemetryCounter.source", "type": "string", "tags": [], "label": "source", "description": [ "\nWho emitted the event? It can be \"client\" or the name of the shipper." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.event_type", + "id": "def-server.TelemetryCounter.event_type", "type": "string", "tags": [], "label": "event_type", "description": [ "\nThe event type the success/failure/drop event refers to." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.code", + "id": "def-server.TelemetryCounter.code", "type": "string", "tags": [], "label": "code", "description": [ "\nCode to provide additional information about the success or failure. Examples are 200/400/504/ValidationError/UnknownError" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounter.count", + "id": "def-server.TelemetryCounter.count", "type": "number", "tags": [], "label": "count", "description": [ "\nThe number of events that this counter refers to." ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false } @@ -3028,7 +2576,7 @@ "misc": [ { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaBooleanTypes", + "id": "def-server.AllowedSchemaBooleanTypes", "type": "Type", "tags": [], "label": "AllowedSchemaBooleanTypes", @@ -3038,14 +2586,14 @@ "signature": [ "\"boolean\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaNumberTypes", + "id": "def-server.AllowedSchemaNumberTypes", "type": "Type", "tags": [], "label": "AllowedSchemaNumberTypes", @@ -3055,14 +2603,14 @@ "signature": [ "\"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaStringTypes", + "id": "def-server.AllowedSchemaStringTypes", "type": "Type", "tags": [], "label": "AllowedSchemaStringTypes", @@ -3072,14 +2620,14 @@ "signature": [ "\"keyword\" | \"text\" | \"date\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AllowedSchemaTypes", + "id": "def-server.AllowedSchemaTypes", "type": "Type", "tags": [], "label": "AllowedSchemaTypes", @@ -3089,14 +2637,14 @@ "signature": [ "\"boolean\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServicePreboot", + "id": "def-server.AnalyticsServicePreboot", "type": "Type", "tags": [], "label": "AnalyticsServicePreboot", @@ -3105,63 +2653,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", @@ -3171,7 +2677,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServiceSetup", + "id": "def-server.AnalyticsServiceSetup", "type": "Type", "tags": [], "label": "AnalyticsServiceSetup", @@ -3180,63 +2686,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", @@ -3246,7 +2710,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.AnalyticsServiceStart", + "id": "def-server.AnalyticsServiceStart", "type": "Type", "tags": [], "label": "AnalyticsServiceStart", @@ -3255,23 +2719,11 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "packages/core/analytics/core-analytics-server/src/contracts.ts", @@ -3281,7 +2733,7 @@ }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ContextProviderName", + "id": "def-server.ContextProviderName", "type": "Type", "tags": [], "label": "ContextProviderName", @@ -3291,14 +2743,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.EventType", + "id": "def-server.EventType", "type": "Type", "tags": [], "label": "EventType", @@ -3308,14 +2760,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.PossibleSchemaTypes", + "id": "def-server.PossibleSchemaTypes", "type": "Type", "tags": [], "label": "PossibleSchemaTypes", @@ -3324,38 +2776,20 @@ ], "signature": [ "Value extends string | Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaStringTypes", - "text": "AllowedSchemaStringTypes" - }, + "AllowedSchemaStringTypes", " : Value extends number ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaNumberTypes", - "text": "AllowedSchemaNumberTypes" - }, + "AllowedSchemaNumberTypes", " : Value extends boolean ? \"boolean\" : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.AllowedSchemaTypes", - "text": "AllowedSchemaTypes" - } + "AllowedSchemaTypes" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.RootSchema", + "id": "def-server.RootSchema", "type": "Type", "tags": [], "label": "RootSchema", @@ -3364,23 +2798,17 @@ ], "signature": [ "{ [Key in keyof Required]: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaValue", - "text": "SchemaValue" - }, + "SchemaValue", "; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaMetaOptional", + "id": "def-server.SchemaMetaOptional", "type": "Type", "tags": [], "label": "SchemaMetaOptional", @@ -3390,14 +2818,14 @@ "signature": [ "unknown extends Value ? { optional?: boolean | undefined; } : undefined extends Value ? { optional: true; } : { optional?: false | undefined; }" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.SchemaValue", + "id": "def-server.SchemaValue", "type": "Type", "tags": [], "label": "SchemaValue", @@ -3406,79 +2834,31 @@ ], "signature": [ "{ type: \"pass_through\"; _meta: { description: string; } & ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaMetaOptional", - "text": "SchemaMetaOptional" - }, + "SchemaMetaOptional", "; } | (unknown extends Value ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " | ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends (infer U)[] | readonly (infer U)[] ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaArray", - "text": "SchemaArray" - }, + "SchemaArray", " : NonNullable extends Date ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", " : NonNullable extends object ? ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaObject", - "text": "SchemaObject" - }, + "SchemaObject", " : ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.SchemaChildValue", - "text": "SchemaChildValue" - }, + "SchemaChildValue", ")" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.ShipperName", + "id": "def-server.ShipperName", "type": "Type", "tags": [], "label": "ShipperName", @@ -3488,14 +2868,14 @@ "signature": [ "string" ], - "path": "packages/analytics/ebt/client/src/analytics_client/types.ts", + "path": "node_modules/@elastic/ebt/client/src/analytics_client/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/core-analytics-server", - "id": "def-common.TelemetryCounterType", + "id": "def-server.TelemetryCounterType", "type": "Type", "tags": [], "label": "TelemetryCounterType", @@ -3505,12 +2885,20 @@ "signature": [ "\"succeeded\" | \"failed\" | \"enqueued\" | \"sent_to_shipper\" | \"dropped\"" ], - "path": "packages/analytics/ebt/client/src/events/types.ts", + "path": "node_modules/@elastic/ebt/client/src/events/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "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 e000ce18ead4c..a3c023118b0ba 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; @@ -21,13 +21,13 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 100 | 0 | 0 | 0 | +| 99 | 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 1139061e4459b..7905d0f914028 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-27 +date: 2024-08-01 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 3e997fed3f713..55091cf7ce397 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-27 +date: 2024-08-01 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 12c1360aa251b..55701f01cd9a0 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-27 +date: 2024-08-01 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 231bf24cfeaef..16e694f675ada 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-27 +date: 2024-08-01 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 bbacf9d0e6e19..eff713f8e2129 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-27 +date: 2024-08-01 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 cfea385540567..6c20af0d4b716 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-27 +date: 2024-08-01 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..18fb1dea37623 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,30 +356,18 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.analytics", + "id": "def-public.CoreAppsServiceStartDeps.analytics", "type": "Object", "tags": [], "label": "analytics", "description": [], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "packages/core/apps/core-apps-browser-internal/src/core_app.ts", @@ -404,7 +376,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.i18n", + "id": "def-public.CoreAppsServiceStartDeps.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -412,9 +384,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 +396,7 @@ }, { "parentPluginId": "@kbn/core-apps-browser-internal", - "id": "def-common.CoreAppsServiceStartDeps.theme", + "id": "def-public.CoreAppsServiceStartDeps.theme", "type": "Object", "tags": [], "label": "theme", @@ -432,9 +404,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 +422,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 +439,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 5ac3bf8406188..85adee9fccc28 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-27 +date: 2024-08-01 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 557abe16505ba..8e7b1b4cdd4ba 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-27 +date: 2024-08-01 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 b31ff2d8c4f69..bc4eddec94574 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-27 +date: 2024-08-01 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 3ed346fb01576..671091c5b3e09 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-27 +date: 2024-08-01 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 e13c7a7fa38bb..23fc874794842 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-27 +date: 2024-08-01 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 f6fbb49286ede..70be07ac048d0 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-27 +date: 2024-08-01 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..948c932369a7b 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", @@ -45,9 +37,9 @@ "({ env, logger, configService, }?: { env?: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.Env", + "section": "def-server.Env", "text": "Env" }, " | undefined; logger?: jest.Mocked<", @@ -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", @@ -88,9 +80,9 @@ "{ env?: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.Env", + "section": "def-server.Env", "text": "Env" }, " | undefined; logger?: jest.Mocked<", @@ -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 0b5a5c42e519a..2fdcaac2bc28b 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-27 +date: 2024-08-01 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 0c0dcbd383ea3..995ec4c0c7215 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-27 +date: 2024-08-01 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 d3ce0da5de918..18a0249793d06 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-27 +date: 2024-08-01 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 15d8691ed2f45..a82dafb111cb2 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-27 +date: 2024-08-01 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 46fc0f12d3fe9..511ad134eb3ee 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-27 +date: 2024-08-01 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 a9a98a89baf3a..9ea4040b2be4e 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-27 +date: 2024-08-01 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 4bcf899cd83c0..ad230e21b0d49 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-27 +date: 2024-08-01 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..cc33b0fc5a6d8 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", @@ -30,9 +22,9 @@ "() => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" }, "[]" @@ -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 23606135376da..c0142235a9289 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-27 +date: 2024-08-01 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 2d268a761a1ec..a28c2fe2d952d 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-27 +date: 2024-08-01 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 6530d71ae5212..aa0cfc36dc686 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-27 +date: 2024-08-01 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 73273b9cce881..9f274cb1bfa4c 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-27 +date: 2024-08-01 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 dd2904508d9bf..b4fcefb84695e 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-27 +date: 2024-08-01 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 9fc3a4387e468..a85323730c90b 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-27 +date: 2024-08-01 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 d447c5343ccd0..98f6a2cd33e97 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-27 +date: 2024-08-01 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 460faa010deaa..164aa24a8a934 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-27 +date: 2024-08-01 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 be5ab2fc5e6b1..d3e569853b085 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-27 +date: 2024-08-01 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 05904bea2a214..231f5ae8ebf3a 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-27 +date: 2024-08-01 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 9f4b427d05a55..8978e230e74b3 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-27 +date: 2024-08-01 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 3e53077888b70..ee7d93f6d1e08 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-27 +date: 2024-08-01 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 ba7b888fe0320..07a52e526f06e 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-27 +date: 2024-08-01 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 c9e5dd743874f..b1df0002797e9 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-27 +date: 2024-08-01 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 72ff8a15ff9ae..6402bbf85035e 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-27 +date: 2024-08-01 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 b4401d159a011..b7a12bfc2367f 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-27 +date: 2024-08-01 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 7c8deaa8a4d16..df3b388fe7a96 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-27 +date: 2024-08-01 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 a1e8946dbb25d..e4bbb8e369753 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-27 +date: 2024-08-01 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 5992e38aa5cf4..e08a01ee02728 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-27 +date: 2024-08-01 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 cdb178f6f0768..0a3fb1b17e173 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-27 +date: 2024-08-01 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 5bffe4d8bf2d8..007b5b750a051 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-27 +date: 2024-08-01 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 8e1af2df42e5c..1b2e74b3d560d 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-27 +date: 2024-08-01 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 cd72bc8edb4f0..bbfb4f72beb4d 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-27 +date: 2024-08-01 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 10347b1594151..a46f9e036242e 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-27 +date: 2024-08-01 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 aaece3e42dc1d..3b5ce1c0505c6 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-27 +date: 2024-08-01 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 560b26f9a50aa..93e9fa55c0daa 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-27 +date: 2024-08-01 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 a44dffb9b9a50..a04436c3af866 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-27 +date: 2024-08-01 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 d5ac146e0f72a..d1ad2d13c3724 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-27 +date: 2024-08-01 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 c29b87a6fb55d..3dc7e66d5e79a 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-27 +date: 2024-08-01 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 491f09744b24f..3f237a5ab742e 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-27 +date: 2024-08-01 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 97514da6f854c..34e6095170721 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-27 +date: 2024-08-01 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 391e800f4db21..33d0b3250edd0 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-27 +date: 2024-08-01 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 0f2ed07ab224b..0d67b764d10cb 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-27 +date: 2024-08-01 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 ffb81240bc5f9..39143cbdffeba 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-27 +date: 2024-08-01 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 180b490c66c00..e84b9da070e93 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-27 +date: 2024-08-01 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 f5b754c4cd90b..e597fbb890991 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-27 +date: 2024-08-01 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 d36d9a5490e20..734c54cbc5052 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-27 +date: 2024-08-01 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 c68b209b6f274..c77b84d287c6a 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-27 +date: 2024-08-01 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 145d7819ea2c7..fae9d35eaa1e9 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-27 +date: 2024-08-01 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 b9ff9dcf13c79..5ea7a8bd28424 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-27 +date: 2024-08-01 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 a7f5fd7314a0a..e9c4c130f151e 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-27 +date: 2024-08-01 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 7b6ce099e3a58..29019370253b1 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-27 +date: 2024-08-01 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 63fce1619f6e2..f3355a81da692 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-27 +date: 2024-08-01 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 d03525c4b808b..6fa02a6fb8f28 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-27 +date: 2024-08-01 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 ce9391a0eb20e..b88c895d42b8d 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-27 +date: 2024-08-01 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 abf4c907d02f7..9d9ce60eba564 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-27 +date: 2024-08-01 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..8751c6033f8fe 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" @@ -6220,10 +6236,6 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/server/routes/api/external/update_objects_spaces.ts" }, - { - "plugin": "serverless", - "path": "x-pack/plugins/serverless/server/plugin.ts" - }, { "plugin": "security", "path": "x-pack/plugins/security/server/routes/api_keys/create.ts" @@ -6308,6 +6320,10 @@ "plugin": "encryptedSavedObjects", "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.ts" }, + { + "plugin": "serverless", + "path": "x-pack/plugins/serverless/server/plugin.ts" + }, { "plugin": "actions", "path": "x-pack/plugins/actions/server/routes/get_oauth_access_token.ts" @@ -6410,7 +6426,7 @@ }, { "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/unmute_alert.ts" + "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.ts" }, { "plugin": "alerting", @@ -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" @@ -7560,14 +7632,6 @@ "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/run_soon.test.ts" }, - { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/unmute_alert.test.ts" - }, - { - "plugin": "alerting", - "path": "x-pack/plugins/alerting/server/routes/unmute_alert.test.ts" - }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/unmute_all_rule.test.ts" @@ -8068,6 +8132,14 @@ "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/rule/apis/snooze/snooze_rule_route.test.ts" }, + { + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/plugins/alerting/server/routes/rule/apis/unmute_alert/unmute_alert_route.test.ts" + }, { "plugin": "alerting", "path": "x-pack/plugins/alerting/server/routes/rule/apis/unsnooze/unsnooze_rule_route.test.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>" @@ -15592,6 +15672,10 @@ "plugin": "unifiedSearch", "path": "src/plugins/unified_search/server/autocomplete/value_suggestions_route.ts" }, + { + "plugin": "aiops", + "path": "x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts" + }, { "plugin": "aiops", "path": "x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts" @@ -16501,7 +16585,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 +16594,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 +16625,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.patch", + "id": "def-server.VersionedRouter.patch", "type": "Function", "tags": [ "track-adoption" @@ -16552,17 +16636,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 +16724,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 +16733,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 +16764,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouter.delete", + "id": "def-server.VersionedRouter.delete", "type": "Function", "tags": [ "track-adoption" @@ -16691,17 +16775,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 +16999,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 +17008,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 +17042,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteResponseValidation", + "id": "def-server.VersionedRouteResponseValidation", "type": "Interface", "tags": [ "note", @@ -16974,7 +17058,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 +17067,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 +17080,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteResponseValidation.unsafe", + "id": "def-server.VersionedRouteResponseValidation.unsafe", "type": "Object", "tags": [], "label": "unsafe", @@ -17013,7 +17097,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation", + "id": "def-server.VersionedRouteValidation", "type": "Interface", "tags": [], "label": "VersionedRouteValidation", @@ -17023,9 +17107,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 +17120,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation.request", + "id": "def-server.VersionedRouteValidation.request", "type": "CompoundType", "tags": [], "label": "request", @@ -17046,9 +17130,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 +17143,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteValidation.response", + "id": "def-server.VersionedRouteValidation.response", "type": "Object", "tags": [ "note" @@ -17071,9 +17155,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 +17173,7 @@ "enums": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResultType", + "id": "def-server.AuthResultType", "type": "Enum", "tags": [], "label": "AuthResultType", @@ -17101,7 +17185,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthStatus", + "id": "def-server.AuthStatus", "type": "Enum", "tags": [], "label": "AuthStatus", @@ -17115,7 +17199,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResultType", + "id": "def-server.OnPreResponseResultType", "type": "Enum", "tags": [], "label": "OnPreResponseResultType", @@ -17127,7 +17211,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResultType", + "id": "def-server.OnPreRoutingResultType", "type": "Enum", "tags": [], "label": "OnPreRoutingResultType", @@ -17141,7 +17225,7 @@ "misc": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ApiVersion", + "id": "def-server.ApiVersion", "type": "Type", "tags": [ "note", @@ -17162,7 +17246,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler", + "id": "def-server.AuthenticationHandler", "type": "Type", "tags": [], "label": "AuthenticationHandler", @@ -17173,57 +17257,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 +17319,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$1", + "id": "def-server.AuthenticationHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -17243,9 +17327,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 +17340,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$2", + "id": "def-server.AuthenticationHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -17264,17 +17348,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 +17368,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthenticationHandler.$3", + "id": "def-server.AuthenticationHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -17292,9 +17376,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 +17391,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthHeaders", + "id": "def-server.AuthHeaders", "type": "Type", "tags": [], "label": "AuthHeaders", @@ -17322,7 +17406,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.AuthResult", + "id": "def-server.AuthResult", "type": "Type", "tags": [], "label": "AuthResult", @@ -17330,25 +17414,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 +17443,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.DestructiveRouteMethod", + "id": "def-server.DestructiveRouteMethod", "type": "Type", "tags": [], "label": "DestructiveRouteMethod", @@ -17376,7 +17460,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthHeaders", + "id": "def-server.GetAuthHeaders", "type": "Type", "tags": [ "return" @@ -17389,17 +17473,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 +17497,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthHeaders.$1", + "id": "def-server.GetAuthHeaders.$1", "type": "Object", "tags": [], "label": "request", @@ -17423,9 +17507,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 +17523,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthState", + "id": "def-server.GetAuthState", "type": "Type", "tags": [], "label": "GetAuthState", @@ -17450,17 +17534,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 +17556,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.GetAuthState.$1", + "id": "def-server.GetAuthState.$1", "type": "Object", "tags": [], "label": "request", @@ -17482,9 +17566,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 +17582,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerContextType", + "id": "def-server.HandlerContextType", "type": "Type", "tags": [], "label": "HandlerContextType", @@ -17509,9 +17593,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 +17607,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction", + "id": "def-server.HandlerFunction", "type": "Type", "tags": [], "label": "HandlerFunction", @@ -17540,7 +17624,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction.$1", + "id": "def-server.HandlerFunction.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -17554,7 +17638,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerFunction.$2", + "id": "def-server.HandlerFunction.$2", "type": "Array", "tags": [], "label": "args", @@ -17571,7 +17655,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HandlerParameters", + "id": "def-server.HandlerParameters", "type": "Type", "tags": [], "label": "HandlerParameters", @@ -17588,7 +17672,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.Headers", + "id": "def-server.Headers", "type": "Type", "tags": [], "label": "Headers", @@ -17605,7 +17689,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpProtocol", + "id": "def-server.HttpProtocol", "type": "Type", "tags": [], "label": "HttpProtocol", @@ -17622,7 +17706,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.HttpResponsePayload", + "id": "def-server.HttpResponsePayload", "type": "Type", "tags": [], "label": "HttpResponsePayload", @@ -17641,7 +17725,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider", + "id": "def-server.IContextProvider", "type": "Type", "tags": [], "label": "IContextProvider", @@ -17652,17 +17736,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 +17768,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider.$1", + "id": "def-server.IContextProvider.$1", "type": "Object", "tags": [], "label": "context", @@ -17700,7 +17784,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IContextProvider.$2", + "id": "def-server.IContextProvider.$2", "type": "Object", "tags": [], "label": "rest", @@ -17711,17 +17795,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 +17819,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IsAuthenticated", + "id": "def-server.IsAuthenticated", "type": "Type", "tags": [], "label": "IsAuthenticated", @@ -17746,9 +17830,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 +17844,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.IsAuthenticated.$1", + "id": "def-server.IsAuthenticated.$1", "type": "Object", "tags": [], "label": "request", @@ -17770,9 +17854,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 +17870,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaRequestRouteOptions", + "id": "def-server.KibanaRequestRouteOptions", "type": "Type", "tags": [], "label": "KibanaRequestRouteOptions", @@ -17797,17 +17881,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 +17903,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KibanaResponseFactory", + "id": "def-server.KibanaResponseFactory", "type": "Type", "tags": [], "label": "KibanaResponseFactory", @@ -17829,33 +17913,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 +17947,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 +17973,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 +18003,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KnownHeaders", + "id": "def-server.KnownHeaders", "type": "Type", "tags": [], "label": "KnownHeaders", @@ -17936,7 +18020,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.KnownKeys", + "id": "def-server.KnownKeys", "type": "Type", "tags": [], "label": "KnownKeys", @@ -17946,9 +18030,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 +18044,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.LazyValidator", + "id": "def-server.LazyValidator", "type": "Type", "tags": [ "note", @@ -18001,7 +18085,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.LifecycleResponseFactory", + "id": "def-server.LifecycleResponseFactory", "type": "Type", "tags": [], "label": "LifecycleResponseFactory", @@ -18011,17 +18095,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 +18116,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler", + "id": "def-server.OnPostAuthHandler", "type": "Type", "tags": [], "label": "OnPostAuthHandler", @@ -18043,57 +18127,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 +18189,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$1", + "id": "def-server.OnPostAuthHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18113,9 +18197,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 +18210,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$2", + "id": "def-server.OnPostAuthHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18134,17 +18218,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 +18238,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthHandler.$3", + "id": "def-server.OnPostAuthHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18162,9 +18246,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 +18261,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthResult", + "id": "def-server.OnPostAuthResult", "type": "Type", "tags": [], "label": "OnPostAuthResult", @@ -18185,9 +18269,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 +18282,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPostAuthResultType", + "id": "def-server.OnPostAuthResultType", "type": "string", "tags": [], "label": "OnPostAuthResultType", @@ -18210,7 +18294,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler", + "id": "def-server.OnPreAuthHandler", "type": "Type", "tags": [], "label": "OnPreAuthHandler", @@ -18221,57 +18305,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 +18367,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$1", + "id": "def-server.OnPreAuthHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18291,9 +18375,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 +18388,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$2", + "id": "def-server.OnPreAuthHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18312,17 +18396,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 +18416,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthHandler.$3", + "id": "def-server.OnPreAuthHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18340,9 +18424,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 +18439,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthResult", + "id": "def-server.OnPreAuthResult", "type": "Type", "tags": [], "label": "OnPreAuthResult", @@ -18363,9 +18447,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 +18460,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreAuthResultType", + "id": "def-server.OnPreAuthResultType", "type": "string", "tags": [], "label": "OnPreAuthResultType", @@ -18388,7 +18472,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler", + "id": "def-server.OnPreResponseHandler", "type": "Type", "tags": [], "label": "OnPreResponseHandler", @@ -18399,41 +18483,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 +18529,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$1", + "id": "def-server.OnPreResponseHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18453,9 +18537,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 +18550,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$2", + "id": "def-server.OnPreResponseHandler.$2", "type": "Object", "tags": [], "label": "preResponse", @@ -18474,9 +18558,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 +18570,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseHandler.$3", + "id": "def-server.OnPreResponseHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18494,9 +18578,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 +18593,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreResponseResult", + "id": "def-server.OnPreResponseResult", "type": "Type", "tags": [], "label": "OnPreResponseResult", @@ -18517,17 +18601,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 +18622,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler", + "id": "def-server.OnPreRoutingHandler", "type": "Type", "tags": [], "label": "OnPreRoutingHandler", @@ -18549,57 +18633,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 +18695,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$1", + "id": "def-server.OnPreRoutingHandler.$1", "type": "Object", "tags": [], "label": "request", @@ -18619,9 +18703,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 +18716,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$2", + "id": "def-server.OnPreRoutingHandler.$2", "type": "CompoundType", "tags": [], "label": "response", @@ -18640,17 +18724,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 +18744,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingHandler.$3", + "id": "def-server.OnPreRoutingHandler.$3", "type": "Object", "tags": [], "label": "toolkit", @@ -18668,9 +18752,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 +18767,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.OnPreRoutingResult", + "id": "def-server.OnPreRoutingResult", "type": "Type", "tags": [], "label": "OnPreRoutingResult", @@ -18691,17 +18775,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 +18796,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RawRequest", + "id": "def-server.RawRequest", "type": "Type", "tags": [], "label": "RawRequest", @@ -18722,9 +18806,9 @@ " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.FakeRawRequest", + "section": "def-server.FakeRawRequest", "text": "FakeRawRequest" } ], @@ -18735,7 +18819,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RedirectResponseOptions", + "id": "def-server.RedirectResponseOptions", "type": "Type", "tags": [], "label": "RedirectResponseOptions", @@ -18745,17 +18829,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 +18851,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler", + "id": "def-server.RequestHandler", "type": "Type", "tags": [], "label": "RequestHandler", @@ -18778,25 +18862,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 +18892,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$1", + "id": "def-server.RequestHandler.$1", "type": "Uncategorized", "tags": [], "label": "context", @@ -18824,7 +18908,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$2", + "id": "def-server.RequestHandler.$2", "type": "Object", "tags": [], "label": "request", @@ -18834,9 +18918,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 +18931,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandler.$3", + "id": "def-server.RequestHandler.$3", "type": "Uncategorized", "tags": [], "label": "response", @@ -18866,7 +18950,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper", + "id": "def-server.RequestHandlerWrapper", "type": "Type", "tags": [], "label": "RequestHandlerWrapper", @@ -18877,57 +18961,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 +19023,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RequestHandlerWrapper.$1", + "id": "def-server.RequestHandlerWrapper.$1", "type": "Function", "tags": [], "label": "handler", @@ -18948,25 +19032,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 +19062,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 +19076,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 +19084,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 +19097,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 +19116,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseError", + "id": "def-server.ResponseError", "type": "Type", "tags": [], "label": "ResponseError", @@ -19045,9 +19129,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 +19143,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseErrorAttributes", + "id": "def-server.ResponseErrorAttributes", "type": "Type", "tags": [], "label": "ResponseErrorAttributes", @@ -19076,7 +19160,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.ResponseHeaders", + "id": "def-server.ResponseHeaders", "type": "Type", "tags": [], "label": "ResponseHeaders", @@ -19093,7 +19177,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteAccess", + "id": "def-server.RouteAccess", "type": "Type", "tags": [], "label": "RouteAccess", @@ -19110,7 +19194,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteContentType", + "id": "def-server.RouteContentType", "type": "Type", "tags": [], "label": "RouteContentType", @@ -19127,7 +19211,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteMethod", + "id": "def-server.RouteMethod", "type": "Type", "tags": [], "label": "RouteMethod", @@ -19137,17 +19221,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 +19242,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar", + "id": "def-server.RouteRegistrar", "type": "Type", "tags": [], "label": "RouteRegistrar", @@ -19169,25 +19253,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 +19283,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$1", + "id": "def-server.RouteRegistrar.$1", "type": "Object", "tags": [], "label": "route", @@ -19207,9 +19291,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 +19304,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteRegistrar.$2", + "id": "def-server.RouteRegistrar.$2", "type": "Function", "tags": [], "label": "handler", @@ -19229,33 +19313,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 +19351,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 +19365,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 +19373,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 +19386,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 +19405,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction", + "id": "def-server.RouteValidationFunction", "type": "Type", "tags": [], "label": "RouteValidationFunction", @@ -19332,17 +19416,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 +19438,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction.$1", + "id": "def-server.RouteValidationFunction.$1", "type": "Any", "tags": [], "label": "data", @@ -19368,7 +19452,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationFunction.$2", + "id": "def-server.RouteValidationFunction.$2", "type": "Object", "tags": [], "label": "validationResult", @@ -19376,9 +19460,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 +19475,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidationSpec", + "id": "def-server.RouteValidationSpec", "type": "Type", "tags": [], "label": "RouteValidationSpec", @@ -19425,9 +19509,9 @@ " | ", { "pluginId": "@kbn/core-http-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-common.RouteValidationFunction", + "section": "def-server.RouteValidationFunction", "text": "RouteValidationFunction" }, "" @@ -19439,7 +19523,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidator", + "id": "def-server.RouteValidator", "type": "Type", "tags": [], "label": "RouteValidator", @@ -19449,17 +19533,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 +19555,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.RouteValidatorFullConfigRequest", + "id": "def-server.RouteValidatorFullConfigRequest", "type": "Type", "tags": [], "label": "RouteValidatorFullConfigRequest", @@ -19481,17 +19565,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 +19586,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SafeRouteMethod", + "id": "def-server.SafeRouteMethod", "type": "Type", "tags": [], "label": "SafeRouteMethod", @@ -19519,7 +19603,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders", + "id": "def-server.SetAuthHeaders", "type": "Type", "tags": [], "label": "SetAuthHeaders", @@ -19528,17 +19612,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 +19634,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders.$1", + "id": "def-server.SetAuthHeaders.$1", "type": "Object", "tags": [], "label": "request", @@ -19558,9 +19642,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 +19655,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.SetAuthHeaders.$2", + "id": "def-server.SetAuthHeaders.$2", "type": "Object", "tags": [], "label": "headers", @@ -19588,7 +19672,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.StringKeysAsVals", + "id": "def-server.StringKeysAsVals", "type": "Type", "tags": [], "label": "StringKeysAsVals", @@ -19605,7 +19689,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedResponseBodyValidation", + "id": "def-server.VersionedResponseBodyValidation", "type": "Type", "tags": [], "label": "VersionedResponseBodyValidation", @@ -19613,17 +19697,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 +19718,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteConfig", + "id": "def-server.VersionedRouteConfig", "type": "Type", "tags": [], "label": "VersionedRouteConfig", @@ -19645,25 +19729,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 +19759,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRegistrar", + "id": "def-server.VersionedRouteRegistrar", "type": "Type", "tags": [], "label": "VersionedRouteRegistrar", @@ -19686,17 +19770,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 +19794,7 @@ "children": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRegistrar.$1", + "id": "def-server.VersionedRouteRegistrar.$1", "type": "CompoundType", "tags": [], "label": "config", @@ -19721,25 +19805,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 +19837,7 @@ }, { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.VersionedRouteRequestValidation", + "id": "def-server.VersionedRouteRequestValidation", "type": "Type", "tags": [], "label": "VersionedRouteRequestValidation", @@ -19761,17 +19845,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 +19868,7 @@ "objects": [ { "parentPluginId": "@kbn/core-http-server", - "id": "def-common.validBodyOutput", + "id": "def-server.validBodyOutput", "type": "Object", "tags": [], "label": "validBodyOutput", @@ -19800,5 +19884,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 4919ce68483da..5baf450d5a3b4 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-27 +date: 2024-08-01 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 0f7237b085ab1..2115b79d86211 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-27 +date: 2024-08-01 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 ef42e47b1b3f7..c7c13d3f2a9c6 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-27 +date: 2024-08-01 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 f2b96f8fa2322..dbedd39795da9 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-27 +date: 2024-08-01 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 1b1d9cf4e0b4c..4e251535c3bc7 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-27 +date: 2024-08-01 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 116788f6edfd3..49f586853d550 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-27 +date: 2024-08-01 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 6d0aef609ff48..6214001e8ee9f 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-27 +date: 2024-08-01 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 dee5dd1fa37de..f6856f68daf20 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-27 +date: 2024-08-01 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 a8b7846e7d693..500025ca6133d 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-27 +date: 2024-08-01 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 d485cc064176e..951b96c2dfe2f 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-27 +date: 2024-08-01 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 4c658eec39cb2..085acb3c00b4a 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-27 +date: 2024-08-01 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..295994fc63a54 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", @@ -54,63 +38,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", @@ -119,7 +61,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.application", + "id": "def-public.CoreSetup.application", "type": "Object", "tags": [], "label": "application", @@ -129,9 +71,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 +83,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.customBranding", + "id": "def-public.CoreSetup.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -151,9 +93,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 +105,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.fatalErrors", + "id": "def-public.CoreSetup.fatalErrors", "type": "Object", "tags": [], "label": "fatalErrors", @@ -173,9 +115,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 +127,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.http", + "id": "def-public.CoreSetup.http", "type": "Object", "tags": [], "label": "http", @@ -195,9 +137,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 +149,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.notifications", + "id": "def-public.CoreSetup.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -217,9 +159,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 +171,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.uiSettings", + "id": "def-public.CoreSetup.uiSettings", "type": "Object", "tags": [ "Deprecated" @@ -241,9 +183,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 +195,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.settings", + "id": "def-public.CoreSetup.settings", "type": "Object", "tags": [], "label": "settings", @@ -263,9 +205,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 +217,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.executionContext", + "id": "def-public.CoreSetup.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -285,9 +227,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 +239,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.theme", + "id": "def-public.CoreSetup.theme", "type": "Object", "tags": [], "label": "theme", @@ -307,9 +249,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 +261,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.plugins", + "id": "def-public.CoreSetup.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -329,9 +271,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 +283,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.security", + "id": "def-public.CoreSetup.security", "type": "Object", "tags": [], "label": "security", @@ -351,9 +293,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 +305,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.userProfile", + "id": "def-public.CoreSetup.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -373,9 +315,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 +327,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreSetup.getStartServices", + "id": "def-public.CoreSetup.getStartServices", "type": "Function", "tags": [], "label": "getStartServices", @@ -396,9 +338,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 +356,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart", + "id": "def-public.CoreStart", "type": "Interface", "tags": [], "label": "CoreStart", @@ -427,7 +369,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.analytics", + "id": "def-public.CoreStart.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -436,23 +378,11 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", @@ -461,7 +391,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.application", + "id": "def-public.CoreStart.application", "type": "Object", "tags": [], "label": "application", @@ -471,9 +401,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 +413,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.chrome", + "id": "def-public.CoreStart.chrome", "type": "Object", "tags": [], "label": "chrome", @@ -493,9 +423,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 +435,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.customBranding", + "id": "def-public.CoreStart.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -515,9 +445,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 +457,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.docLinks", + "id": "def-public.CoreStart.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -537,9 +467,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 +479,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.executionContext", + "id": "def-public.CoreStart.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -559,9 +489,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 +501,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.http", + "id": "def-public.CoreStart.http", "type": "Object", "tags": [], "label": "http", @@ -581,9 +511,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 +523,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.savedObjects", + "id": "def-public.CoreStart.savedObjects", "type": "Object", "tags": [ "deprecated" @@ -605,9 +535,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 +613,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.i18n", + "id": "def-public.CoreStart.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -693,9 +623,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 +635,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.notifications", + "id": "def-public.CoreStart.notifications", "type": "Object", "tags": [], "label": "notifications", @@ -715,9 +645,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 +657,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.overlays", + "id": "def-public.CoreStart.overlays", "type": "Object", "tags": [], "label": "overlays", @@ -737,9 +667,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 +679,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.uiSettings", + "id": "def-public.CoreStart.uiSettings", "type": "Object", "tags": [ "Deprecated" @@ -761,9 +691,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 +703,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.settings", + "id": "def-public.CoreStart.settings", "type": "Object", "tags": [], "label": "settings", @@ -783,9 +713,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 +725,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.fatalErrors", + "id": "def-public.CoreStart.fatalErrors", "type": "Object", "tags": [], "label": "fatalErrors", @@ -805,9 +735,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 +747,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.deprecations", + "id": "def-public.CoreStart.deprecations", "type": "Object", "tags": [], "label": "deprecations", @@ -827,9 +757,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 +769,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.theme", + "id": "def-public.CoreStart.theme", "type": "Object", "tags": [], "label": "theme", @@ -849,9 +779,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 +791,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.plugins", + "id": "def-public.CoreStart.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -871,9 +801,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 +813,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.security", + "id": "def-public.CoreStart.security", "type": "Object", "tags": [], "label": "security", @@ -893,9 +823,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 +835,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.CoreStart.userProfile", + "id": "def-public.CoreStart.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -915,9 +845,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 +863,7 @@ "misc": [ { "parentPluginId": "@kbn/core-lifecycle-browser", - "id": "def-common.StartServicesAccessor", + "id": "def-public.StartServicesAccessor", "type": "Type", "tags": [], "label": "StartServicesAccessor", @@ -944,9 +874,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 +890,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 11ac6530d0a8e..524e138ceecd5 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-27 +date: 2024-08-01 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 f6b92b29b6849..9ee545865a254 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-27 +date: 2024-08-01 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..bc9633a4c0006 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", @@ -44,63 +36,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", @@ -109,7 +59,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.elasticsearch", + "id": "def-server.CorePreboot.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -119,9 +69,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 +81,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.http", + "id": "def-server.CorePreboot.http", "type": "Object", "tags": [], "label": "http", @@ -141,17 +91,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 +112,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CorePreboot.preboot", + "id": "def-server.CorePreboot.preboot", "type": "Object", "tags": [], "label": "preboot", @@ -172,9 +122,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 +137,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup", + "id": "def-server.CoreSetup", "type": "Interface", "tags": [], "label": "CoreSetup", @@ -197,9 +147,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 +160,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.analytics", + "id": "def-server.CoreSetup.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -219,63 +169,21 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", @@ -284,7 +192,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.capabilities", + "id": "def-server.CoreSetup.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -294,9 +202,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 +214,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.customBranding", + "id": "def-server.CoreSetup.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -316,9 +224,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 +236,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.docLinks", + "id": "def-server.CoreSetup.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -338,9 +246,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 +258,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.elasticsearch", + "id": "def-server.CoreSetup.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -360,9 +268,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 +280,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.executionContext", + "id": "def-server.CoreSetup.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -382,9 +290,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 +302,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.http", + "id": "def-server.CoreSetup.http", "type": "CompoundType", "tags": [], "label": "http", @@ -404,25 +312,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 +341,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.i18n", + "id": "def-server.CoreSetup.i18n", "type": "Object", "tags": [], "label": "i18n", @@ -443,9 +351,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 +363,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.logging", + "id": "def-server.CoreSetup.logging", "type": "Object", "tags": [], "label": "logging", @@ -465,9 +373,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 +385,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.metrics", + "id": "def-server.CoreSetup.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -487,9 +395,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 +407,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.savedObjects", + "id": "def-server.CoreSetup.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -509,9 +417,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 +429,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.status", + "id": "def-server.CoreSetup.status", "type": "Object", "tags": [], "label": "status", @@ -531,9 +439,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 +451,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.uiSettings", + "id": "def-server.CoreSetup.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -553,9 +461,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 +473,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.userSettings", + "id": "def-server.CoreSetup.userSettings", "type": "Object", "tags": [], "label": "userSettings", @@ -575,9 +483,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 +495,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.deprecations", + "id": "def-server.CoreSetup.deprecations", "type": "Object", "tags": [], "label": "deprecations", @@ -597,9 +505,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 +517,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.getStartServices", + "id": "def-server.CoreSetup.getStartServices", "type": "Function", "tags": [], "label": "getStartServices", @@ -620,9 +528,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 +543,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.plugins", + "id": "def-server.CoreSetup.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -645,9 +553,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 +565,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.security", + "id": "def-server.CoreSetup.security", "type": "Object", "tags": [], "label": "security", @@ -667,9 +575,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 +587,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreSetup.userProfile", + "id": "def-server.CoreSetup.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -689,9 +597,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 +612,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart", + "id": "def-server.CoreStart", "type": "Interface", "tags": [], "label": "CoreStart", @@ -717,7 +625,7 @@ "children": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.analytics", + "id": "def-server.CoreStart.analytics", "type": "Object", "tags": [], "label": "analytics", @@ -726,23 +634,11 @@ ], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", @@ -751,7 +647,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.capabilities", + "id": "def-server.CoreStart.capabilities", "type": "Object", "tags": [], "label": "capabilities", @@ -761,9 +657,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 +669,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.customBranding", + "id": "def-server.CoreStart.customBranding", "type": "Object", "tags": [], "label": "customBranding", @@ -783,9 +679,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 +691,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.docLinks", + "id": "def-server.CoreStart.docLinks", "type": "Object", "tags": [], "label": "docLinks", @@ -805,9 +701,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 +713,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.elasticsearch", + "id": "def-server.CoreStart.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -827,9 +723,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 +735,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.executionContext", + "id": "def-server.CoreStart.executionContext", "type": "Object", "tags": [], "label": "executionContext", @@ -849,9 +745,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 +757,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.http", + "id": "def-server.CoreStart.http", "type": "Object", "tags": [], "label": "http", @@ -871,9 +767,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 +779,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.metrics", + "id": "def-server.CoreStart.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -893,9 +789,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 +801,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.savedObjects", + "id": "def-server.CoreStart.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -915,9 +811,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 +823,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.uiSettings", + "id": "def-server.CoreStart.uiSettings", "type": "Object", "tags": [], "label": "uiSettings", @@ -937,9 +833,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 +845,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.plugins", + "id": "def-server.CoreStart.plugins", "type": "Object", "tags": [], "label": "plugins", @@ -959,9 +855,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 +867,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.security", + "id": "def-server.CoreStart.security", "type": "Object", "tags": [], "label": "security", @@ -981,9 +877,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 +889,7 @@ }, { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.CoreStart.userProfile", + "id": "def-server.CoreStart.userProfile", "type": "Object", "tags": [], "label": "userProfile", @@ -1003,9 +899,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 +917,7 @@ "misc": [ { "parentPluginId": "@kbn/core-lifecycle-server", - "id": "def-common.StartServicesAccessor", + "id": "def-server.StartServicesAccessor", "type": "Type", "tags": [], "label": "StartServicesAccessor", @@ -1032,9 +928,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 +944,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 bebafb19b0334..b386e0557976c 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-27 +date: 2024-08-01 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 7195be09539d4..74795a91451a1 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-27 +date: 2024-08-01 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 6c928888f06e3..23d0a042b988f 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-27 +date: 2024-08-01 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 92570b31dcb16..1715f707860fa 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-27 +date: 2024-08-01 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 3d43fa5fd2567..e1a9ae9e7d7a7 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-27 +date: 2024-08-01 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 919cc42dce6f6..91e279957e0e2 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-27 +date: 2024-08-01 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 e35ba0d918efd..c0b745d9469b1 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-27 +date: 2024-08-01 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 fb9e5ffbefaef..ebae1fd1a8084 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-27 +date: 2024-08-01 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 6964519f208b6..4c7968d1e051b 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-27 +date: 2024-08-01 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 8b62a646bfc14..e4d5327baa526 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-27 +date: 2024-08-01 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 daa5176f9af24..c24a69bc6a10b 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-27 +date: 2024-08-01 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 42584bee35dd3..ce7d9ee4d4dc9 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-27 +date: 2024-08-01 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 a1f8550a24d95..3a7671f18aeb2 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-27 +date: 2024-08-01 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 e2e01565415f5..4d7e776afe1eb 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-27 +date: 2024-08-01 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 9733a47beb6ee..26dfeac08a5cf 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-27 +date: 2024-08-01 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 1fb590719b358..cfd768dc24b86 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-27 +date: 2024-08-01 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 03f273a481125..68b225c332dc6 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-27 +date: 2024-08-01 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 4c4c8ed2c7eee..d39cf23db48f6 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-27 +date: 2024-08-01 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 d0ed6fe58f021..37d3fc99ff219 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-27 +date: 2024-08-01 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..e5c1fc4d6353d 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", @@ -1086,15 +1070,17 @@ "signature": [ "Omit<", "EuiFlyoutProps", - "<\"div\">, \"onClose\"> & { onClose?: ((flyout: ", + "<\"div\"> | ", + "EuiFlyoutResizableProps", + ", \"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; }" + ") => void) | undefined; isResizable?: boolean | undefined; }" ], "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", "deprecated": false, @@ -1103,5 +1089,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 ad1d7e6680d3d..69f062ead8899 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-27 +date: 2024-08-01 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 bc1b8e5179697..012fd10f153da 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-27 +date: 2024-08-01 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 549414da49105..e824ef11770d6 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-27 +date: 2024-08-01 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..c6a2d1dc4b9e6 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", @@ -243,17 +227,17 @@ "{ mode: Readonly<", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.EnvironmentMode", + "section": "def-server.EnvironmentMode", "text": "EnvironmentMode" }, ">; packageInfo: Readonly<", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.PackageInfo", + "section": "def-server.PackageInfo", "text": "PackageInfo" }, ">; }" @@ -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 7d1fd3703824b..97a910ebce3d7 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-27 +date: 2024-08-01 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..d426362803488 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", @@ -95,17 +79,17 @@ "(config?: unknown, { buildFlavor }?: { buildFlavor?: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.BuildFlavor", + "section": "def-server.BuildFlavor", "text": "BuildFlavor" }, " | 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", @@ -140,9 +124,9 @@ "{ buildFlavor?: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.BuildFlavor", + "section": "def-server.BuildFlavor", "text": "BuildFlavor" }, " | undefined; }" @@ -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 803f51a3a9cfe..41a7ebedd8f44 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-27 +date: 2024-08-01 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 7d26be68e17b2..4967aa98ad239 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-27 +date: 2024-08-01 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 8f5f161005919..2a39f3aad360f 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-27 +date: 2024-08-01 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..142c285574d59 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", @@ -418,9 +410,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationProvider", + "section": "def-server.ConfigDeprecationProvider", "text": "ConfigDeprecationProvider" }, " | undefined" @@ -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", @@ -572,17 +564,17 @@ "{ mode: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.EnvironmentMode", + "section": "def-server.EnvironmentMode", "text": "EnvironmentMode" }, "; packageInfo: Readonly<", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.PackageInfo", + "section": "def-server.PackageInfo", "text": "PackageInfo" }, ">; instanceUuid: string; configs: readonly string[]; }" @@ -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 9b767d9a1c7b1..a7afcee2b6f0d 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-27 +date: 2024-08-01 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 a9338757205d5..5ea489116ec46 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-27 +date: 2024-08-01 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 a9a9bba7b7409..29146d6fc2aa8 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-27 +date: 2024-08-01 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 db221996917d9..077a5219aa2fa 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-27 +date: 2024-08-01 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 a3a0a9a3192b5..62745a0530a20 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-27 +date: 2024-08-01 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 3ed4aa703b015..31c33fbbc0b0b 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-27 +date: 2024-08-01 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 6d16adff3d390..b21a7545595e3 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-27 +date: 2024-08-01 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..85b7cca2fbf1a 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", @@ -75,9 +67,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.RawConfigurationProvider", + "section": "def-server.RawConfigurationProvider", "text": "RawConfigurationProvider" } ], @@ -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", @@ -96,9 +88,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.Env", + "section": "def-server.Env", "text": "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 a33127b0bd3ce..a92b245497d2d 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-27 +date: 2024-08-01 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 03816987b6d55..2917cf20409c6 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-27 +date: 2024-08-01 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 37da4b545b549..4dd973ec0fb7e 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-27 +date: 2024-08-01 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 eef2d486ea4e9..690be2408f69e 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-27 +date: 2024-08-01 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 4fa2c347d34ac..9c9e970ce4893 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-27 +date: 2024-08-01 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 efe4ababcf0a1..34d0a626ad38a 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-27 +date: 2024-08-01 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 cf995c178216b..4d23578f78d70 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-27 +date: 2024-08-01 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 e9d2139b75005..98ec26a82ad69 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-27 +date: 2024-08-01 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 f0eb0b8882f2e..87b91fef56c4a 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-27 +date: 2024-08-01 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 37aa1cc712716..a5b497a7bb419 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-27 +date: 2024-08-01 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 1875c988eec1c..558e2fb648b07 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-27 +date: 2024-08-01 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 09b66845c5218..4e5deb1524f38 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-27 +date: 2024-08-01 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 936611dac50a7..39dc535d6f194 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-27 +date: 2024-08-01 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 31c7534ff3057..1b8e9ecf30ed9 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-27 +date: 2024-08-01 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 8283dc79977c0..cf5c4f599244d 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-27 +date: 2024-08-01 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 a5158d653b1eb..f2537964a457c 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-27 +date: 2024-08-01 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 93d0b96393487..2c649e3a7105f 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-27 +date: 2024-08-01 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 7dd648e4fb951..bd3bff31a4969 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-27 +date: 2024-08-01 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 4020aeca971f8..77695eeb5e8ef 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-27 +date: 2024-08-01 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 efd4166761d3b..98bfab9d27aeb 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-27 +date: 2024-08-01 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 57f26228d9c38..9f7c7f424c898 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-27 +date: 2024-08-01 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 3ca3795f94f00..fda8bea201dc9 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-27 +date: 2024-08-01 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 bc47d73e4096d..7207dc9130f1b 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-27 +date: 2024-08-01 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 524f2e79ed708..ec46a4ec1a3ca 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-27 +date: 2024-08-01 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 e9b6622c574b7..84e2bb642ef5a 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-27 +date: 2024-08-01 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 2d48cba57f784..b955e81200dc5 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-27 +date: 2024-08-01 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 1e47711a0590e..2fe7aee9f2f7f 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-27 +date: 2024-08-01 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 3e0d391cf30b4..968eeb9eed438 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-27 +date: 2024-08-01 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..63c08a5cd2861 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,70 +280,28 @@ "children": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.analytics", + "id": "def-server.StatusServiceSetupDeps.analytics", "type": "Object", "tags": [], "label": "analytics", "description": [], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; registerEventType: (eventTypeOps: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.EventTypeOpts", - "text": "EventTypeOpts" - }, + "EventTypeOpts", ") => void; registerShipper: (Shipper: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ShipperClassConstructor", - "text": "ShipperClassConstructor" - }, + "ShipperClassConstructor", ", shipperConfig: ShipperConfig, opts?: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.RegisterShipperOpts", - "text": "RegisterShipperOpts" - }, + "RegisterShipperOpts", " | undefined) => void; registerContextProvider: (contextProviderOpts: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.ContextProviderOpts", - "text": "ContextProviderOpts" - }, + "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], "path": "packages/core/status/core-status-server-internal/src/status_service.ts", @@ -360,7 +310,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.elasticsearch", + "id": "def-server.StatusServiceSetupDeps.elasticsearch", "type": "Object", "tags": [], "label": "elasticsearch", @@ -386,7 +336,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.environment", + "id": "def-server.StatusServiceSetupDeps.environment", "type": "Object", "tags": [], "label": "environment", @@ -400,7 +350,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.pluginDependencies", + "id": "def-server.StatusServiceSetupDeps.pluginDependencies", "type": "Object", "tags": [], "label": "pluginDependencies", @@ -414,7 +364,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.http", + "id": "def-server.StatusServiceSetupDeps.http", "type": "Object", "tags": [], "label": "http", @@ -428,7 +378,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.metrics", + "id": "def-server.StatusServiceSetupDeps.metrics", "type": "Object", "tags": [], "label": "metrics", @@ -436,9 +386,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 +398,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.savedObjects", + "id": "def-server.StatusServiceSetupDeps.savedObjects", "type": "Object", "tags": [], "label": "savedObjects", @@ -467,9 +417,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 +430,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusServiceSetupDeps.coreUsageData", + "id": "def-server.StatusServiceSetupDeps.coreUsageData", "type": "Object", "tags": [], "label": "coreUsageData", @@ -489,9 +439,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 +458,7 @@ "misc": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.StatusConfigType", + "id": "def-server.StatusConfigType", "type": "Type", "tags": [], "label": "StatusConfigType", @@ -525,7 +475,7 @@ "objects": [ { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.statusConfig", + "id": "def-server.statusConfig", "type": "Object", "tags": [], "label": "statusConfig", @@ -536,7 +486,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 +497,7 @@ }, { "parentPluginId": "@kbn/core-status-server-internal", - "id": "def-common.statusConfig.schema", + "id": "def-server.statusConfig.schema", "type": "Object", "tags": [], "label": "schema", @@ -578,5 +528,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 4b484076fcc00..3adbc1626bfca 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-27 +date: 2024-08-01 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 65eee6039a0bc..4503715ee12ec 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json index 0ef892f765ed5..3205388600f03 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json @@ -30,9 +30,9 @@ "({ provider, settings, path, }: { provider: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationProvider", + "section": "def-server.ConfigDeprecationProvider", "text": "ConfigDeprecationProvider" }, "; settings?: Record | undefined; path: string; }) => { messages: string[]; levels: string[]; migrated: Record; }" @@ -63,17 +63,17 @@ "(factory: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" }, ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" }, "[]" @@ -93,9 +93,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" } ], @@ -147,9 +147,9 @@ "({ provider, settings, }: { provider: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationProvider", + "section": "def-server.ConfigDeprecationProvider", "text": "ConfigDeprecationProvider" }, "; settings?: Record | undefined; }) => { messages: string[]; levels: string[]; migrated: Record; }" @@ -180,17 +180,17 @@ "(factory: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" }, ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" }, "[]" @@ -210,9 +210,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" } ], diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 7f500a02dc808..a20e14d32879d 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-27 +date: 2024-08-01 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 89597ee304a08..3772660ef4c38 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-27 +date: 2024-08-01 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 f24928134d0dc..16bd64136cd4c 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-27 +date: 2024-08-01 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 ca27b94f9cba0..2c55e0d48cbf3 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-27 +date: 2024-08-01 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 9c756d7947993..2d602d6959f54 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-27 +date: 2024-08-01 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 f4d2a315ecdcf..305fbd9d6aede 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-27 +date: 2024-08-01 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 68826049e22fa..024eda799383f 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-27 +date: 2024-08-01 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 cdaf4614099a6..bac57935e9e46 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-27 +date: 2024-08-01 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 b7ef0f3e8d73b..3fc07fc9356ed 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-27 +date: 2024-08-01 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 e357581744dc0..95bca49e07c8f 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-27 +date: 2024-08-01 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 3b5d232fc9677..5e669e63bf5fd 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-27 +date: 2024-08-01 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 9bf356ee86e27..10a082b373faa 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-27 +date: 2024-08-01 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 c86e40e64c71b..92056d70c1b03 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-27 +date: 2024-08-01 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..f07afb4f2d383 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", @@ -350,17 +342,17 @@ "(factory: ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" }, ") => ", { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecation", + "section": "def-server.ConfigDeprecation", "text": "ConfigDeprecation" }, "[]" @@ -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", @@ -380,9 +372,9 @@ "signature": [ { "pluginId": "@kbn/config", - "scope": "common", + "scope": "server", "docId": "kibKbnConfigPluginApi", - "section": "def-common.ConfigDeprecationFactory", + "section": "def-server.ConfigDeprecationFactory", "text": "ConfigDeprecationFactory" } ], @@ -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 b54dd08148fab..72a387376ebff 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-27 +date: 2024-08-01 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 0ef26fece7eb4..35c61959bf536 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-27 +date: 2024-08-01 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 44290cd2df8aa..e92a4f924a25c 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-27 +date: 2024-08-01 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 ed95851413653..7b56de1a8b347 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-27 +date: 2024-08-01 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 f7443032ca91b..cac8ab6b1ee51 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-27 +date: 2024-08-01 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 1b00f389865b4..aea54b3c5b8fc 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-27 +date: 2024-08-01 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 ef5b0aa72355a..2dc3215493571 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-27 +date: 2024-08-01 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 bf8b02a4f7ae1..dfa7e9fc2e758 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-27 +date: 2024-08-01 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 7a0f7ec2f6ade..2e06d121476ad 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-27 +date: 2024-08-01 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 25a18b099007d..42d4dfde74910 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-27 +date: 2024-08-01 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 f16c6442076f6..b2b172ab7573c 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-27 +date: 2024-08-01 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 9a823cdb3fb9c..354e91babdd67 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-27 +date: 2024-08-01 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 4ab4dae000e39..00cc0f33ff8ca 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-27 +date: 2024-08-01 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 2cca14a9e2fbc..5aebe415f2d64 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-27 +date: 2024-08-01 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 ffcc05a95250c..851d0bdc2dc3a 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-27 +date: 2024-08-01 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 922b2eac5ff3b..1b90d8cb7fd8a 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-27 +date: 2024-08-01 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 93d4f28e39e36..20b03159eb028 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-27 +date: 2024-08-01 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 82deba4e3187a..c55234df617e8 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-27 +date: 2024-08-01 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 cae8bf73dfb44..38759e9a766f6 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-27 +date: 2024-08-01 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 e70b25aad59fb..3b65a80daa262 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-27 +date: 2024-08-01 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 415b9f86a83eb..879bc689099bd 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-27 +date: 2024-08-01 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 f3498da812f6b..61c7cd85c2e8a 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-27 +date: 2024-08-01 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 6abcd34bac5f0..0a56f13311eda 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-27 +date: 2024-08-01 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 b754e45a7aeb1..a3fc2cc2cfce1 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-27 +date: 2024-08-01 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 91a162313814f..3b5b138f9f123 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-27 +date: 2024-08-01 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 4132f0bd67b90..72da07c03c3c5 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-27 +date: 2024-08-01 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 df942353cafcd..3ffd767d46b58 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-27 +date: 2024-08-01 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 b73f2b252e4d2..2c08b2a130fc6 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-27 +date: 2024-08-01 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 b8108d9b73f7e..1ba8d402e0b68 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-27 +date: 2024-08-01 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 815b8d1f42090..59efc45580545 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-27 +date: 2024-08-01 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 9752317168c34..47708265bfbc9 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-27 +date: 2024-08-01 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 2ea2c6f8b9189..881ba3ef671a5 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-27 +date: 2024-08-01 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 c2ee7ce54b472..feece7b451687 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-27 +date: 2024-08-01 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 902489367c059..1c8c332b72815 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-27 +date: 2024-08-01 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 b5f993037abb2..2fff94670b39d 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-27 +date: 2024-08-01 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 563880593e5cc..5b596063fe405 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-27 +date: 2024-08-01 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 73cd9a7af5f02..a9633013803ee 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-27 +date: 2024-08-01 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 29226b8951677..c77ced15aeb4d 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-27 +date: 2024-08-01 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 77fd3693c0649..a6518165afdd4 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-27 +date: 2024-08-01 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 b029fa3e26d78..4c582dfae3afd 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-27 +date: 2024-08-01 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 94769672f2d3b..3702aa5c157f2 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-27 +date: 2024-08-01 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 3412261bb23ba..df696bff0b20e 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.devdocs.json b/api_docs/kbn_docs_utils.devdocs.json index da6dd5935a733..1afbc1016d3d3 100644 --- a/api_docs/kbn_docs_utils.devdocs.json +++ b/api_docs/kbn_docs_utils.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/docs-utils", - "id": "def-common.findPlugins", + "id": "def-server.findPlugins", "type": "Function", "tags": [], "label": "findPlugins", @@ -37,7 +29,7 @@ "children": [ { "parentPluginId": "@kbn/docs-utils", - "id": "def-common.findPlugins.$1", + "id": "def-server.findPlugins.$1", "type": "Array", "tags": [], "label": "pluginOrPackageFilter", @@ -56,7 +48,7 @@ }, { "parentPluginId": "@kbn/docs-utils", - "id": "def-common.findTeamPlugins", + "id": "def-server.findTeamPlugins", "type": "Function", "tags": [], "label": "findTeamPlugins", @@ -72,7 +64,7 @@ "children": [ { "parentPluginId": "@kbn/docs-utils", - "id": "def-common.findTeamPlugins.$1", + "id": "def-server.findTeamPlugins.$1", "type": "string", "tags": [], "label": "team", @@ -91,7 +83,7 @@ }, { "parentPluginId": "@kbn/docs-utils", - "id": "def-common.runBuildApiDocsCli", + "id": "def-server.runBuildApiDocsCli", "type": "Function", "tags": [], "label": "runBuildApiDocsCli", @@ -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_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 83cdae898bf51..6639ee0673221 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban |-------------------|-----------|------------------------|-----------------| | 5 | 0 | 5 | 1 | -## Common +## Server ### Functions - + diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index 7e513514eb35a..3a2016ae678c6 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-27 +date: 2024-08-01 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 fe01f8d826f91..a205229653380 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-27 +date: 2024-07-31 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt'] --- import kbnEbtObj from './kbn_ebt.devdocs.json'; diff --git a/api_docs/kbn_ebt_tools.devdocs.json b/api_docs/kbn_ebt_tools.devdocs.json index 44363fefececf..4accaa3356967 100644 --- a/api_docs/kbn_ebt_tools.devdocs.json +++ b/api_docs/kbn_ebt_tools.devdocs.json @@ -64,13 +64,7 @@ ], "signature": [ "(analytics: Pick<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.IAnalyticsClient", - "text": "IAnalyticsClient" - }, + "IAnalyticsClient", ", \"registerEventType\">) => void" ], "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", @@ -88,13 +82,7 @@ ], "signature": [ "Pick<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.IAnalyticsClient", - "text": "IAnalyticsClient" - }, + "IAnalyticsClient", ", \"registerEventType\">" ], "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", @@ -117,13 +105,7 @@ ], "signature": [ "(analytics: Pick<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.IAnalyticsClient", - "text": "IAnalyticsClient" - }, + "IAnalyticsClient", ", \"reportEvent\">, eventData: ", { "pluginId": "@kbn/ebt-tools", @@ -149,13 +131,7 @@ ], "signature": [ "Pick<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.IAnalyticsClient", - "text": "IAnalyticsClient" - }, + "IAnalyticsClient", ", \"reportEvent\">" ], "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index 34e51f1da3d5b..78fd52bffc735 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-27 +date: 2024-08-01 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 8c63aab80a9d9..da3abe3790c23 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-27 +date: 2024-08-01 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 b6a46bb7afd45..9272a8fe364c1 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-27 +date: 2024-08-01 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 fc2adc090d859..54405de5f412d 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_elastic_assistant_common.devdocs.json index 7ba7ee84ca6e9..703a1f2b44cd4 100644 --- a/api_docs/kbn_elastic_assistant_common.devdocs.json +++ b/api_docs/kbn_elastic_assistant_common.devdocs.json @@ -4205,7 +4205,7 @@ "\nDefault features available to the elastic assistant" ], "signature": [ - "{ readonly assistantKnowledgeBaseByDefault: false; readonly assistantModelEvaluation: false; readonly assistantBedrockChat: false; }" + "{ readonly assistantKnowledgeBaseByDefault: false; readonly assistantModelEvaluation: false; readonly assistantBedrockChat: true; }" ], "path": "x-pack/packages/kbn-elastic-assistant-common/impl/capabilities/index.ts", "deprecated": false, diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index e0285d967e8fe..a3be49909b28f 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.devdocs.json b/api_docs/kbn_entities_schema.devdocs.json index f8a943faf01b5..5a095101476e4 100644 --- a/api_docs/kbn_entities_schema.devdocs.json +++ b/api_docs/kbn_entities_schema.devdocs.json @@ -18,7 +18,41 @@ }, "common": { "classes": [], - "functions": [], + "functions": [ + { + "parentPluginId": "@kbn/entities-schema", + "id": "def-common.durationSchemaWithMinimum", + "type": "Function", + "tags": [], + "label": "durationSchemaWithMinimum", + "description": [], + "signature": [ + "(minimumMinutes: number) => Zod.ZodEffects" + ], + "path": "x-pack/packages/kbn-entities-schema/src/schema/common.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/entities-schema", + "id": "def-common.durationSchemaWithMinimum.$1", + "type": "number", + "tags": [], + "label": "minimumMinutes", + "description": [], + "signature": [ + "number" + ], + "path": "x-pack/packages/kbn-entities-schema/src/schema/common.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], "interfaces": [], "enums": [ { @@ -43,7 +77,7 @@ "label": "EntityDefinition", "description": [], "signature": [ - "{ id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: moment.Duration | undefined; backfillFrequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", + "{ id: string; type: string; version: string; name: string; history: { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", { "pluginId": "@kbn/entities-schema", "scope": "common", @@ -236,7 +270,7 @@ "label": "durationSchema", "description": [], "signature": [ - "Zod.ZodEffects" + "Zod.ZodString" ], "path": "x-pack/packages/kbn-entities-schema/src/schema/common.ts", "deprecated": false, @@ -291,7 +325,7 @@ "section": "def-common.BasicAggregations", "text": "BasicAggregations" }, - "; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }>, \"many\">>; staticFields: Zod.ZodOptional>; managed: Zod.ZodDefault>; history: Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects, moment.Duration, string>; settings: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; backfillSyncDelay: Zod.ZodOptional; backfillLookbackPeriod: Zod.ZodOptional>; backfillFrequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: moment.Duration | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { interval: moment.Duration; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: moment.Duration | undefined; backfillFrequency?: string | undefined; } | undefined; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>; latest: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; }, { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { id: string; type: string; version: string; name: string; history: { interval: moment.Duration; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: moment.Duration | undefined; backfillFrequency?: string | undefined; } | undefined; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", + "; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }>, \"many\">>; staticFields: Zod.ZodOptional>; managed: Zod.ZodDefault>; history: Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects; settings: Zod.ZodEffects; syncDelay: Zod.ZodOptional; lookbackPeriod: Zod.ZodDefault>; frequency: Zod.ZodOptional; backfillSyncDelay: Zod.ZodOptional; backfillLookbackPeriod: Zod.ZodOptional; backfillFrequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>; }, \"strip\", Zod.ZodTypeAny, { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>; latest: Zod.ZodOptional; syncDelay: Zod.ZodOptional; frequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; }, { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { id: string; type: string; version: string; name: string; history: { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", { "pluginId": "@kbn/entities-schema", "scope": "common", @@ -299,7 +333,7 @@ "section": "def-common.BasicAggregations", "text": "BasicAggregations" }, - "; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; latest?: { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; } | undefined; staticFields?: Record | undefined; }, { id: string; type: string; version: string; name: string; history: { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }; indexPatterns: string[]; identityFields: (string | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", + "; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; latest?: { settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; } | undefined; } | undefined; staticFields?: Record | undefined; }, { id: string; type: string; version: string; name: string; history: { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }; indexPatterns: string[]; identityFields: (string | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ", { "pluginId": "@kbn/entities-schema", "scope": "common", @@ -374,6 +408,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/entities-schema", + "id": "def-common.historySettingsSchema", + "type": "Object", + "tags": [], + "label": "historySettingsSchema", + "description": [], + "signature": [ + "Zod.ZodEffects; syncDelay: Zod.ZodOptional; lookbackPeriod: Zod.ZodDefault>; frequency: Zod.ZodOptional; backfillSyncDelay: Zod.ZodOptional; backfillLookbackPeriod: Zod.ZodOptional; backfillFrequency: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncDelay?: string | undefined; syncField?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>" + ], + "path": "x-pack/packages/kbn-entities-schema/src/schema/common.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/entities-schema", "id": "def-common.identityFieldsSchema", diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index 504349f01f5fe..0e1d28098a824 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; @@ -21,13 +21,16 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs- | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 23 | 0 | +| 26 | 0 | 26 | 0 | ## Common ### Objects +### Functions + + ### Enums diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index cd61321631662..214a8ad72f817 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-27 +date: 2024-08-01 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 0eac12271896e..5773b1879d55a 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-27 +date: 2024-08-01 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 29f52ba773679..6dbe382f3f03f 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-27 +date: 2024-08-01 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 9d29486e7c5e1..9b3298d3d8676 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-27 +date: 2024-08-01 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 429dd24d977cb..60356753323cd 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-27 +date: 2024-08-01 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 7ba759a07f676..b7aa16b6b2e66 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-27 +date: 2024-08-01 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 a31e619c12802..bb4444bab7146 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.devdocs.json b/api_docs/kbn_esql_utils.devdocs.json index 5ac4aecf1acdf..6423998036e33 100644 --- a/api_docs/kbn_esql_utils.devdocs.json +++ b/api_docs/kbn_esql_utils.devdocs.json @@ -160,6 +160,62 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/esql-utils", + "id": "def-common.formatESQLColumns", + "type": "Function", + "tags": [], + "label": "formatESQLColumns", + "description": [], + "signature": [ + "(columns: ", + { + "pluginId": "@kbn/es-types", + "scope": "common", + "docId": "kibKbnEsTypesPluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + "[]) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "[]" + ], + "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-utils", + "id": "def-common.formatESQLColumns.$1", + "type": "Array", + "tags": [], + "label": "columns", + "description": [], + "signature": [ + { + "pluginId": "@kbn/es-types", + "scope": "common", + "docId": "kibKbnEsTypesPluginApi", + "section": "def-common.ESQLColumn", + "text": "ESQLColumn" + }, + "[]" + ], + "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/esql-utils", "id": "def-common.getESQLAdHocDataview", diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index 32522fdc83389..70edfdeeee18f 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 63 | 0 | 59 | 0 | +| 65 | 0 | 61 | 0 | ## Common 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 7c8521d3bc892..2f4602125a193 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-27 +date: 2024-08-01 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 606a6250b8506..db36114f70d72 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-27 +date: 2024-08-01 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 94cfedab00922..9139481567930 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-27 +date: 2024-08-01 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 bc46ee79cf0a5..2049c52301262 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-27 +date: 2024-08-01 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 eeae2c60d6804..c0b0c5a080cef 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-27 +date: 2024-08-01 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 fa42502a4a278..59dc098e2d068 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-27 +date: 2024-08-01 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 716b020efe580..48990a149ad1c 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-27 +date: 2024-08-01 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 c84891a051420..e34d143b66d96 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-27 +date: 2024-08-01 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 820c10a377c3f..23dfe1b591029 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-27 +date: 2024-08-01 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 383a2be8b7e9d..871fe27927658 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-27 +date: 2024-08-01 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 e885a86c70f2f..fda7a7ac727b5 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-27 +date: 2024-08-01 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 2b430fd26a9bd..f6ec1aa4942ff 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-27 +date: 2024-08-01 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 60dade1303d2a..2211492963085 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-27 +date: 2024-08-01 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 e4607e562f12f..26c22b58035c3 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-27 +date: 2024-08-01 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 0922beefb3fcd..a7c6b987506a0 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-27 +date: 2024-08-01 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 e81eb764ce186..61c6732cdfcd4 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-27 +date: 2024-08-01 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 ce6e8c724e613..f565f144f55e0 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-27 +date: 2024-08-01 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 bb3f0c48409b0..08d70dbda6cc4 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-27 +date: 2024-08-01 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 022b17e9612da..b5b2e23b0e391 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-27 +date: 2024-08-01 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 f01da4f05d471..633e4743e068a 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-27 +date: 2024-08-01 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 f3c836792fcf7..1567b6dc094a0 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-27 +date: 2024-08-01 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 2808af3667cce..3c0c936343d50 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-27 +date: 2024-08-01 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 a6b27dc49561c..6eb81da9ddf16 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-27 +date: 2024-08-01 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 90acafea2ef62..b31e60a771f9a 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-27 +date: 2024-08-01 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 6b277b13452f2..4ab881401629d 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-27 +date: 2024-08-01 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 4c20c82d8c64c..ab95f21675339 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-27 +date: 2024-08-01 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 492b929df78b9..9afb2ace22add 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-27 +date: 2024-08-01 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 8defcff0b4c77..2af389c7744bc 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-27 +date: 2024-08-01 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 0f2c8c42d84ab..bb4afd28e8217 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-27 +date: 2024-08-01 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 28a83b89de589..90b37498d26ae 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-27 +date: 2024-08-01 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 2e69bacb5aec7..0e5eea496469a 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-27 +date: 2024-08-01 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 cb65d3936a427..6ba93c58e4482 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-27 +date: 2024-08-01 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 37140b6b55dfa..19e7c60427595 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-27 +date: 2024-08-01 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 860326d8d822d..3e95aba1cf0b9 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-27 +date: 2024-08-01 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 42e938aedbcbc..e220688d38087 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-27 +date: 2024-08-01 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 f2dd936a6da09..7670e0d43d0ad 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-27 +date: 2024-08-01 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 ada0e6742702e..4ca520a65926b 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-27 +date: 2024-08-01 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 343142d6926ef..c5307109b670a 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-27 +date: 2024-08-01 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 3c166a06f8755..cb90d4b810342 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-27 +date: 2024-08-01 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 d70d78843bab7..0467c4a466e17 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-27 +date: 2024-08-01 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 c09a24bea0c93..8086b61bb2e28 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-27 +date: 2024-08-01 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 1ba6237997bdd..1cd7ba9911d9b 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-27 +date: 2024-08-01 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 47b9583128ef5..30dffcc876a54 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-27 +date: 2024-08-01 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 510916a7cf864..70763d0b25267 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-27 +date: 2024-08-01 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 4c502240bc123..97fac3292f4c0 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-27 +date: 2024-08-01 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 706a0dbe3629b..4c98218aaa495 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-27 +date: 2024-08-01 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 f55aa0a251ec6..0923c34f8129e 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-27 +date: 2024-08-01 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 ce6e3a2359f6d..84ebb57b997b4 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-27 +date: 2024-08-01 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 497665641bfa4..cd3360e9fa88b 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-27 +date: 2024-08-01 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 a9ad742078f7a..d8386339ed357 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-27 +date: 2024-08-01 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 fd9e65522e064..25a47343eba81 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-27 +date: 2024-08-01 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 4e77b19f8244c..49641710d83dd 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-27 +date: 2024-08-01 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 bafcb1d76a895..8e6d61bc9f487 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-27 +date: 2024-08-01 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 ff2594f2f9b8c..03b640eb7b6e3 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-27 +date: 2024-08-01 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 5098cb1a626ee..2bc705f8aee9a 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-27 +date: 2024-08-01 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 8c1aaf88abde5..0371132f74f6d 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-27 +date: 2024-08-01 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 483c133315567..0ffa23e91f349 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-27 +date: 2024-08-01 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 7b2453c7332ac..cf20fd2deb0eb 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-27 +date: 2024-08-01 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 482b725fd8125..76218b1fc75f0 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-27 +date: 2024-08-01 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 6c2a36a640df6..2f5032a4516bb 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-27 +date: 2024-08-01 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 30d8f5bd892bc..48fe5ab837721 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-27 +date: 2024-08-01 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 0d489f1c0f47a..c024022721ff0 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-27 +date: 2024-08-01 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 5db0430dfd38a..65d4c142ae313 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-27 +date: 2024-08-01 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 7153d06c0df23..c74c7e7db1049 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-27 +date: 2024-08-01 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 acbb4a564ed7d..be163bdf86264 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-27 +date: 2024-08-01 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 cee147428b60e..dfde51856a67c 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-27 +date: 2024-08-01 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 7e8b5a7a01a98..32fdc5f6a5747 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-27 +date: 2024-08-01 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 f6a587a437419..a15bbde96f51a 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-27 +date: 2024-08-01 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 ac8552fb94ef6..74652218b0d5d 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-27 +date: 2024-08-01 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 bf77f27ecfe3a..ec9d380ee1744 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-27 +date: 2024-08-01 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 780f94266578b..6798e7b4d65d6 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-27 +date: 2024-08-01 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 d5ed6678d9cf8..118b2e767db7b 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-27 +date: 2024-08-01 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 9e785d03f2d4e..024b172af528e 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-27 +date: 2024-08-01 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 9c8748a1339f3..27f912784b201 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-27 +date: 2024-08-01 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 19e70661be369..2fc1435757a5b 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-27 +date: 2024-08-01 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 966e8d443367f..4df6c75f4cb85 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-27 +date: 2024-08-01 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 3ce91af74835f..3c77532ed2288 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-27 +date: 2024-08-01 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 6148e49510752..9033be728dc96 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_ml_trained_models_utils.devdocs.json index ae77700bbd77e..e8158b9a149ec 100644 --- a/api_docs/kbn_ml_trained_models_utils.devdocs.json +++ b/api_docs/kbn_ml_trained_models_utils.devdocs.json @@ -459,7 +459,7 @@ "label": "InferenceAPIConfigResponse", "description": [], "signature": [ - "{ model_id: string; task_type: \"sparse_embedding\" | \"text_embedding\"; task_settings: { model?: string | undefined; }; } & ", + "{ inference_id: string; task_type: \"sparse_embedding\" | \"text_embedding\"; task_settings: { model?: string | undefined; }; } & ", "InferenceServiceSettings" ], "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index e4d54ac196ff1..14c75d20bf72e 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-27 +date: 2024-08-01 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 5ac2e875b8df5..3716fc0eb1187 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-27 +date: 2024-08-01 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 4c4d9de13edab..b04874db14a9d 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-27 +date: 2024-08-01 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 aa9437caab84e..17112ef2122b9 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-27 +date: 2024-08-01 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 d0893f1480024..26bc748ab2ed1 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-27 +date: 2024-08-01 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 07564e3e985f7..88e051bf6492d 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-27 +date: 2024-08-01 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 ebfedb7e72f8d..929d7f97239a3 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-27 +date: 2024-08-01 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 64e8aa384d7ec..d5f3604bf61f8 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-27 +date: 2024-08-01 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 e739faa06fca0..54116c2d3cc2a 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-27 +date: 2024-08-01 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 ad51fee86d85b..29d58c5478d84 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_openapi_bundler.devdocs.json index 88416712a8dda..9d455aa69f752 100644 --- a/api_docs/kbn_openapi_bundler.devdocs.json +++ b/api_docs/kbn_openapi_bundler.devdocs.json @@ -209,9 +209,7 @@ "label": "options", "description": [], "signature": [ - "{ mergedSpecInfo?: Partial<", - "OpenAPIV3", - ".InfoObject> | undefined; conflictsResolution?: { prependComponentsWith: \"title\"; } | undefined; } | undefined" + "MergerOptions | undefined" ], "path": "packages/kbn-openapi-bundler/src/openapi_merger.ts", "deprecated": false, diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 4f53d975413fb..63372b1210d96 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-27 +date: 2024-08-01 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 975c4ac55b7f5..ef42b97d161ed 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-27 +date: 2024-08-01 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 148d7c9da11cc..8ff9bf100e506 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-27 +date: 2024-08-01 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 e314035d0f1de..037622fd31c00 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-27 +date: 2024-08-01 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 9f52e7f1197d8..ba5dce47ca90c 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-27 +date: 2024-08-01 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 8395740783c50..afaefffa851a0 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-27 +date: 2024-08-01 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 6b83fb754e1f3..ced9ea2096371 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-27 +date: 2024-08-01 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.devdocs.json b/api_docs/kbn_plugin_check.devdocs.json index 28ee612a740a9..794be230733e3 100644 --- a/api_docs/kbn_plugin_check.devdocs.json +++ b/api_docs/kbn_plugin_check.devdocs.json @@ -9,19 +9,11 @@ "objects": [] }, "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "common": { "classes": [], "functions": [ { "parentPluginId": "@kbn/plugin-check", - "id": "def-common.runPluginCheckCli", + "id": "def-server.runPluginCheckCli", "type": "Function", "tags": [], "label": "runPluginCheckCli", @@ -43,5 +35,13 @@ "enums": [], "misc": [], "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] } } \ No newline at end of file diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index bcfa32eaf1c8a..a304910a3b910 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; @@ -23,8 +23,8 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh |-------------------|-----------|------------------------|-----------------| | 1 | 0 | 0 | 0 | -## Common +## Server ### Functions - + diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index db27a214a8a94..d5bbad482ee41 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-27 +date: 2024-08-01 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 4b6be28441a1a..3c7a419673b26 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-27 +date: 2024-08-01 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 8a0b8700916bd..4e68a0fefd030 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-27 +date: 2024-08-01 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 54cb769474ec5..ed6992cac46ed 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-27 +date: 2024-08-01 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 9b5d2443d3193..e2fd9d147e53c 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-27 +date: 2024-08-01 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 1732ad7392dd7..50dd8c3b2b1e3 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-27 +date: 2024-08-01 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 b364470a1085c..028e42093ac0c 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-27 +date: 2024-08-01 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 f503e52376355..9c5f50ccf4a76 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-27 +date: 2024-08-01 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 520b60fb2f7b6..dccb65f1c17d0 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-27 +date: 2024-08-01 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 115b487c2295a..94ef39a423494 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-27 +date: 2024-08-01 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 c21cf1d7a7981..efc90b0f417cc 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-27 +date: 2024-08-01 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 59a13dc4ad1cb..441d7749cd2db 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-27 +date: 2024-08-01 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 e712f3a3704c1..0c164461e518d 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-27 +date: 2024-08-01 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 21255a0a308ca..ffafc49224a26 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-27 +date: 2024-08-01 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 27b39fde07e8f..c7b17419dfd44 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-27 +date: 2024-08-01 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 32f6daf47ac3a..7b6772c584e41 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-27 +date: 2024-08-01 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 b1b5dccf79449..3d658d9ffdddd 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-27 +date: 2024-08-01 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 f95a59b39b043..fb99cfdec10b6 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-27 +date: 2024-08-01 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 aeda8b672170c..2d16f740bc07e 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-27 +date: 2024-08-01 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 09730e3421113..f351d40946874 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-27 +date: 2024-08-01 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 488fe0cd0d8c2..403f39c790a03 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-27 +date: 2024-08-01 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 9b0180a1cb0dc..af23e79a469bb 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-27 +date: 2024-08-01 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 142af3c85a0f8..b1d4296f5e470 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-27 +date: 2024-08-01 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 eb5219781c52a..e7beab352a9d8 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-27 +date: 2024-08-01 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 3e558ba49a8f3..cffb408f513cf 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-27 +date: 2024-08-01 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 3e89bca49c15f..303cf833316b1 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-27 +date: 2024-08-01 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 90f1c1b0246da..1a1566dfdb2de 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-27 +date: 2024-08-01 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 6cc025824fb4c..c46ded0081348 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-27 +date: 2024-08-01 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 4adda19fc5868..4f4dfad73e355 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-27 +date: 2024-08-01 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 b24d9c232f7a5..83f3afe2c13e6 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-27 +date: 2024-08-01 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 2aaa519c13ada..293cdb3f68109 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-27 +date: 2024-08-01 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 19d4cbf4bfd9e..4393498ff91dc 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-27 +date: 2024-08-01 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 e50f7c66b47c8..3b29506dff6b4 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-27 +date: 2024-08-01 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 43b19e622d0b3..0867f1c9369bf 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-27 +date: 2024-08-01 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 49aaca4c9a9ae..d789d5bfd8a3a 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-27 +date: 2024-08-01 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 2e27df6528bb9..78b4382721823 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-27 +date: 2024-08-01 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 c144bca42ca34..bda7ef8e0a1f0 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-27 +date: 2024-08-01 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 f81426ffed94e..7795583ec45dd 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-27 +date: 2024-08-01 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 34c0efacb1168..baadb225583bf 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-27 +date: 2024-08-01 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 8f96bea6bbe49..7d2c51b325582 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-27 +date: 2024-08-01 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 ee8fcaf097714..8a3844dadafb8 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-27 +date: 2024-08-01 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 04b4e2232a483..564f4b36cb698 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-27 +date: 2024-08-01 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 8eba4762e0dff..84fea22378875 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-27 +date: 2024-08-01 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 184dfc689124a..b191268b3cb33 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-27 +date: 2024-08-01 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 7e824842263e2..f394b99c94901 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-27 +date: 2024-08-01 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 18fdad92af743..2eb562193e339 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-27 +date: 2024-08-01 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 da4e41e842641..bf4a92d130b9e 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-27 +date: 2024-08-01 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 981d02fad0e9e..2fcb13a1a3456 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-27 +date: 2024-08-01 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 6cd775ede0a34..209c94c1cafd8 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-27 +date: 2024-08-01 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 6c29dd6db5d86..7efc0945c6521 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-27 +date: 2024-08-01 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..2dc9cb998613d 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" } ], @@ -4344,10 +4344,6 @@ "plugin": "entityManager", "path": "x-pack/plugins/observability_solution/entity_manager/server/routes/enablement/disable.ts" }, - { - "plugin": "observabilityOnboarding", - "path": "x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts" - }, { "plugin": "synthetics", "path": "x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts" @@ -4430,9 +4426,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 +4803,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 +4898,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 +5062,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 +5215,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 +5244,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 +5269,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 +5298,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 +5377,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 +5406,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 +5430,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 +5518,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 +5574,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 960cb21cefad7..110dab7edfefd 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-27 +date: 2024-08-01 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 28dce15cdbc61..a7ad5cee91d93 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-27 +date: 2024-08-01 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 c70b448b0045f..058af61f8d3fc 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-27 +date: 2024-08-01 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 acf0dc83a12ba..5eef877c71008 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-27 +date: 2024-08-01 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 dde63e9ddd1d2..9c76278af9872 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-27 +date: 2024-08-01 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 64e45e6a34ab7..6f16696c117a2 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-27 +date: 2024-08-01 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 2020c82a69246..fee771529f127 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-27 +date: 2024-08-01 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 b7c447d470363..2af0ae0037ad5 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-27 +date: 2024-08-01 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 1061ac51deca6..500b77aaf7b1d 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-27 +date: 2024-08-01 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 d6cfe4abcde36..0a6cfd0d1b6d0 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-27 +date: 2024-08-01 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 31f7a6be3d0f1..b117d7c0ae109 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-27 +date: 2024-08-01 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 66db5c6858c13..fdc95a7810371 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-27 +date: 2024-08-01 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 cb2d4ec22bbaa..28329127d58a1 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-27 +date: 2024-08-01 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 a9f5bf2c482ff..9b6b929396f09 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-27 +date: 2024-08-01 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 ea846663dbca4..120fd26fba15f 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-27 +date: 2024-08-01 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 d5a42efce52c2..8c22e571f8960 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-27 +date: 2024-08-01 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 eeb463cb51d05..48f000f70e0aa 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-27 +date: 2024-08-01 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 cb4493cc41202..bf022848eecf6 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-27 +date: 2024-08-01 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 f306664d7d4dd..7ee1d0ec68e11 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-27 +date: 2024-08-01 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 f012a54ca2105..e9fe834b133a9 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-27 +date: 2024-08-01 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 4dbb06cc78bdc..81073b2927b1d 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-27 +date: 2024-08-01 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 a68ecb50c5af9..8ccbaf0361813 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-27 +date: 2024-08-01 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 8e51a9f6465b6..6bb092a12ae7c 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-27 +date: 2024-08-01 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 2beee10c6d44a..a0fe0bce4e42f 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-27 +date: 2024-08-01 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 9bd8bfabe3124..6349f2b4b11b5 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-27 +date: 2024-08-01 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..81e983e6b57d7 --- /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-08-01 +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 009f0f74ed505..8b8c906355978 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-27 +date: 2024-08-01 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 cec9e05c35b1b..df533b85c5b19 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-27 +date: 2024-08-01 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 31b0726303c76..69544abab6e7c 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-27 +date: 2024-08-01 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 e5534355a447c..d678e2306b550 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-27 +date: 2024-08-01 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 04637513e8f0c..1bebed52b87d9 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-27 +date: 2024-08-01 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 ceb56345835c2..722a951d8351b 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-27 +date: 2024-08-01 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 49996e8b880ad..5c89af7b238b8 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-27 +date: 2024-08-01 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 3760b7bc8ad03..5f8093e3e31ba 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-27 +date: 2024-08-01 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 820a326e46630..df6e0aea3a374 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-27 +date: 2024-08-01 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 edee4b5d26988..996484c227a74 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-27 +date: 2024-08-01 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 068a0608d9105..23a059e33a60c 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-27 +date: 2024-08-01 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 9c9dc1a5b30bd..607c0bd176ff9 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-27 +date: 2024-08-01 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 33c25127b92c1..f1c65abe9ff40 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-27 +date: 2024-08-01 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 a577ede5b4633..20fdce1b2e1a8 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-27 +date: 2024-08-01 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 6670046b16099..17bbbd7cae18a 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-27 +date: 2024-08-01 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 dfa90bbaa9426..026c09dde0a6f 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-27 +date: 2024-08-01 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 3d6034423f9c5..d3bc2976b10d3 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-27 +date: 2024-08-01 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 d2083e8f54f5b..6c88df056d2b4 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-27 +date: 2024-08-01 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 1d856e7d333e8..9f2ce087132c6 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-27 +date: 2024-08-01 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 c609b0b499df7..2a5376b5c5b2f 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-27 +date: 2024-08-01 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 994748e9e5baf..d257b36dc6693 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-27 +date: 2024-08-01 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 639254897f3b2..dfdba1b2c7abd 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-27 +date: 2024-08-01 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 8fda49bdc78ee..e4f4b3f0bb641 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-27 +date: 2024-08-01 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 a9a7f35892add..523c6314e8985 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-27 +date: 2024-08-01 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 7de4d109d5bd2..0a4b4035c90e7 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-27 +date: 2024-08-01 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 95c0290d56223..b5ec40633c53c 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-27 +date: 2024-08-01 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 d6ec809a417f3..a6ec49f1663a6 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-27 +date: 2024-08-01 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 1072c51c5347a..9c3ff4a420a93 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-27 +date: 2024-08-01 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 93a0c44f90e0a..25dcd6e69af3f 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-27 +date: 2024-08-01 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 119882f7956df..e805136792b6e 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-27 +date: 2024-08-01 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 d0d5837835014..ce0956dadffe1 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-27 +date: 2024-08-01 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 a7c695bc74499..c16dd9bcd8a97 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-27 +date: 2024-08-01 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 5a83d8e02ad57..62929995d0a8a 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-27 +date: 2024-08-01 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 146879a2e12e5..5a3d12fbb9331 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-27 +date: 2024-08-01 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 d55c105cc1a5b..88940cdfe3ee2 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-27 +date: 2024-08-01 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 2ffdbc69904ee..d930fd497fe1d 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-27 +date: 2024-08-01 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 d2f5ca865f134..a7eae9f5c3ed2 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-27 +date: 2024-08-01 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 c348231cbe412..42305ec6a12bb 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-27 +date: 2024-08-01 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 ce540fba1a5f2..aea15e89b1a57 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-27 +date: 2024-08-01 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 0fc60f9b055ab..dfd8806776503 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-27 +date: 2024-08-01 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 9ee4232509bec..a6a6bc3e93c9e 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-27 +date: 2024-08-01 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 e011dfa4988c8..33a4372366999 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-27 +date: 2024-08-01 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 7d50cc5386fb7..73d984f3eb530 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-27 +date: 2024-08-01 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 ed0cd521f064e..570e4dc255e76 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-27 +date: 2024-08-01 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 76755e176daa3..cc41790677454 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-27 +date: 2024-08-01 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 b39a3c6a48a21..4eceae03d4422 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-27 +date: 2024-08-01 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 8e4ad26a15623..99c2cbb42a832 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-27 +date: 2024-08-01 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 deed94fb80f73..caea418957b06 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-27 +date: 2024-08-01 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 7d3cbac5f5194..2a134eb795e31 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-27 +date: 2024-08-01 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 880d97520d33e..2ff937e13c85b 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-27 +date: 2024-08-01 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 d5d2e37538fbd..3dd24aa4ecdea 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-27 +date: 2024-08-01 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 e1eb09c4b6ba4..f1940c6d7b00d 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-27 +date: 2024-08-01 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..0beadefdcc823 --- /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-08-01 +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 a086cf2260361..48d32907a7633 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-27 +date: 2024-08-01 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 0d5db977ec2d2..f1a0102f45b01 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-27 +date: 2024-08-01 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 9c70144c1760c..ea7ee1c3b93cd 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-27 +date: 2024-08-01 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 7f2ae473089ef..f49a4b32c4662 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-27 +date: 2024-08-01 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 5d5d2345e2e41..1a975da9dab0f 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-27 +date: 2024-08-01 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 bcf224730e1cc..56cf5325ebd28 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-27 +date: 2024-08-01 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 93cc7e2816a91..5d2b0d03c0a27 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-27 +date: 2024-08-01 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 86a4c1000d9ed..52b7d71162298 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-27 +date: 2024-08-01 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 afb11075f6bf8..5e8f1a20a3e29 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-27 +date: 2024-08-01 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 b1f4b3ceac4d0..5e06938618aed 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-27 +date: 2024-08-01 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 d7592e27ab7f1..6fd82772eb35a 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-27 +date: 2024-08-01 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 b7bef8ac979ca..c4f8689fc5744 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-27 +date: 2024-08-01 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 8d13368973ca9..0845e505fc039 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-27 +date: 2024-08-01 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 3b1220c17ba24..05097a5a53c5d 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-27 +date: 2024-08-01 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 f0c083ea457e7..750cf483e1f9b 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-27 +date: 2024-08-01 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 09a93a86f2d2c..040623daed125 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-27 +date: 2024-08-01 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 d9b00e9ea832b..3698f4ae6522a 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-27 +date: 2024-08-01 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 3012ef8efc5d3..9586b19ef3c54 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-27 +date: 2024-08-01 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 55511706ae0cc..f0ea72c2b5e73 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-27 +date: 2024-08-01 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 02541a6c0a80a..1a8d360c1dca9 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-27 +date: 2024-08-01 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 05bcb2c2ce25a..e90cceb7197b1 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-27 +date: 2024-08-01 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 d56ca0f0a8642..355d2c4f60152 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-27 +date: 2024-08-01 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 69aa9b195234a..8475c36801278 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-27 +date: 2024-08-01 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 56ee0726d4254..5b15749fa5539 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-27 +date: 2024-08-01 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 b5107ec9aab89..3e8f6d6d31ede 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-27 +date: 2024-08-01 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 8561f3025ed7c..ce3695c5e3d8a 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-27 +date: 2024-08-01 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 ea8a67c91f0d8..59512fbd07447 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-27 +date: 2024-08-01 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 3242764c9035b..c80379deb7e04 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-27 +date: 2024-08-01 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 dabf561f0666a..3e9d8fb8d4767 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-27 +date: 2024-08-01 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 1b7162c2ce815..f7328c48bfe0d 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-27 +date: 2024-08-01 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 58c7b0c05ccef..a7d420fe20770 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-27 +date: 2024-08-01 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 6e9d58d496790..ad350fb11a12b 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-27 +date: 2024-08-01 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 2f907a4775ccd..66fcd75c06a70 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-27 +date: 2024-08-01 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 a3f5f474c6084..0be9836d1d030 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-27 +date: 2024-08-01 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 6196d8927f8db..42a3031dd30c6 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-27 +date: 2024-08-01 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 98ae24fd3579b..4589ba956f902 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-27 +date: 2024-08-01 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 b1b2a922b06bc..be5eb71ecb725 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-27 +date: 2024-08-01 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 fc427e270417b..8322c96ca7c6e 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-27 +date: 2024-08-01 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 fd181c617f82c..7e39844d48256 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-27 +date: 2024-08-01 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 460f380830602..2e6f4a9a90980 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-27 +date: 2024-08-01 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 d92c45c0dc817..86d07e214acef 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-27 +date: 2024-08-01 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 ae7280a59f8ce..0501691dfdcd2 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-27 +date: 2024-08-01 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 e786a7e8c283a..9cf7b160dfb93 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-27 +date: 2024-08-01 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 3f0181e2d8d53..b33738e320389 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-27 +date: 2024-08-01 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 44d48c72c423c..8b042db3c541c 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-27 +date: 2024-08-01 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 a440fa70f1f80..44ec688a4d564 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-27 +date: 2024-08-01 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 63f678c24491f..d268e3ea1510a 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-27 +date: 2024-08-01 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 f00a22ea57261..77b2e3225986f 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-27 +date: 2024-08-01 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 62a5b6f318b38..abb92576992d9 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-27 +date: 2024-08-01 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 0981dbe04ddfe..087715c8d5666 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-27 +date: 2024-08-01 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 52f3e2aa18ddc..dbc516f4d7305 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-27 +date: 2024-08-01 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 419f2c7018bb9..b27ae4b42ddc0 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-27 +date: 2024-08-01 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 4bdd1d955d2df..25d3aca4e4958 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-27 +date: 2024-08-01 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 6db4e46c61699..6fc1783772d64 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-27 +date: 2024-08-01 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 9b157cf04972b..10b589b7663c4 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-27 +date: 2024-08-01 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 1a3f20d2524b8..129bdcf64cef0 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-27 +date: 2024-08-01 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 812bc15efba54..560494a1d76ff 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-27 +date: 2024-08-01 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 b3c493e391c2d..32f2b29f02f74 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-27 +date: 2024-08-01 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 0969db465dc73..62b78a0852563 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-27 +date: 2024-08-01 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 4ab08bfff5ec3..72f60f083cae2 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-27 +date: 2024-08-01 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 c8fa963cd8485..a71eac4fbb9c9 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-27 +date: 2024-08-01 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 e69f30033b8b1..689ecd0e3f4e6 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-27 +date: 2024-08-01 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 d9fc2a71b4eee..48a4b5df508f1 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-27 +date: 2024-08-01 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 b046110f89891..2082ca6d4235f 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-27 +date: 2024-08-01 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 e95fe57fe2eac..cc36fdf0e1800 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-27 +date: 2024-08-01 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 bd6eee683b067..e7ed5e8f1f393 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-27 +date: 2024-08-01 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 | +| 826 | 702 | 44 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 51559 | 239 | 38373 | 1894 | +| 51479 | 241 | 38448 | 1894 | ## 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 | @@ -74,7 +74,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Extends embeddable plugin with more functionality | 19 | 0 | 19 | 2 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides encryption and decryption utilities for saved objects containing sensitive information. | 53 | 0 | 46 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Adds dashboards for discovering and managing Enterprise Search products. | 5 | 0 | 5 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | Entity manager plugin for entity assets (inventory, topology, etc) | 14 | 0 | 14 | 1 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | Entity manager plugin for entity assets (inventory, topology, etc) | 16 | 0 | 16 | 1 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 99 | 3 | 97 | 3 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 29 | 0 | 10 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 2 | 0 | 2 | 0 | @@ -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,8 +195,8 @@ 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 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 107 | 0 | 63 | 7 | +| 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) | - | 105 | 0 | 62 | 5 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 45 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | @@ -205,7 +205,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 228 | 1 | 184 | 18 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 | | translations | [@elastic/kibana-localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 588 | 1 | 562 | 51 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 590 | 1 | 564 | 51 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 156 | 0 | 110 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 212 | 0 | 145 | 11 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). | 15 | 0 | 10 | 3 | @@ -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 | @@ -283,10 +283,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 49 | 0 | 33 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 30 | 0 | 30 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 195 | 1 | 128 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 101 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 100 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 100 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 99 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 103 | 0 | 27 | 0 | @@ -486,13 +486,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 78 | 0 | 78 | 2 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 5 | 0 | 5 | 1 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 41 | 0 | 27 | 6 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 152 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 33 | 0 | 24 | 1 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 13 | 0 | 5 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 35 | 0 | 34 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 156 | 0 | 130 | 9 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 354 | 0 | 328 | 0 | -| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 23 | 0 | 23 | 0 | +| | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 26 | 0 | 26 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 54 | 0 | 39 | 7 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 32 | 0 | 19 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 6 | 0 | @@ -500,7 +499,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 27 | 0 | 27 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 135 | 1 | 120 | 12 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 63 | 0 | 59 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 65 | 0 | 61 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 194 | 0 | 183 | 10 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 40 | 0 | 40 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 0 | 52 | 1 | @@ -672,6 +671,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 +724,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 e7732f81a6da1..e573d3a289c6b 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-27 +date: 2024-08-01 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 36125037fc3f7..9c46ec7318a27 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-27 +date: 2024-08-01 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 402c03e08805a..ad050177e4060 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-27 +date: 2024-08-01 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 c472e37cbe3be..ea0336757577b 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-27 +date: 2024-08-01 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 0d09e69bba26c..2c654b3342a8a 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-27 +date: 2024-08-01 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 416ca57633878..3e758f52c440f 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-27 +date: 2024-08-01 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 57dc1d6f148b4..296676d2f4694 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-27 +date: 2024-08-01 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 80e6053432ce8..3390c6a7db0e6 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-27 +date: 2024-08-01 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 82dd0abb5531a..39c8d8e93b2ee 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-27 +date: 2024-08-01 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 3d33e9199e938..0fd60f971f1fc 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-27 +date: 2024-08-01 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 b53a1c61b9cad..2525b57694e08 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-27 +date: 2024-08-01 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 a9fbf465a28f0..0044fb7f939d1 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-27 +date: 2024-08-01 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 937a933f276b3..b2ac368c8277b 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-27 +date: 2024-08-01 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 54a8a6fe93a28..783f60994d125 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-27 +date: 2024-08-01 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 d637bea9789d1..b623228e1fa2f 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-27 +date: 2024-08-01 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 8d526f93d8a85..c89972a58b842 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-27 +date: 2024-08-01 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 148695eb4082a..bc1f29a7afa3b 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-27 +date: 2024-08-01 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 947aaf2c444c8..8504887cdbc36 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-27 +date: 2024-08-01 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 8f6239f5c42a7..90527b6af2bbd 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-27 +date: 2024-08-01 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 e88ee12049a24..4515a2e78f514 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-27 +date: 2024-08-01 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 edcdfbd054d37..01188384b25cf 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-27 +date: 2024-08-01 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 c58e633eab1a1..d7ec6fa6ea83b 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-27 +date: 2024-08-01 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..7e1c6760e405a 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" }, ") => ", @@ -5950,10 +5950,6 @@ "plugin": "entityManager", "path": "x-pack/plugins/observability_solution/entity_manager/server/routes/enablement/disable.ts" }, - { - "plugin": "observabilityOnboarding", - "path": "x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts" - }, { "plugin": "synthetics", "path": "x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts" @@ -6036,9 +6032,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 3da5a3cf0decd..f5896c16d8ce1 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-27 +date: 2024-08-01 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..4f45187b433b2 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" } ], @@ -485,7 +485,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"assistantBedrockChat\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" + "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"assistantBedrockChat\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -565,7 +565,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"assistantBedrockChat\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"alertTypeEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | undefined" + "\"assistantKnowledgeBaseByDefault\" | \"assistantModelEvaluation\" | \"assistantBedrockChat\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionsEnabled\" | \"endpointResponseActionsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionScanEnabled\" | \"alertsPageChartsEnabled\" | \"securitySolutionNotesEnabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"unifiedComponentsInTimelineDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"manualRuleRunEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -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" @@ -1932,7 +1932,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/public/types.ts", "deprecated": false, @@ -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" @@ -3039,7 +3039,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3215,7 +3215,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly alertTypeEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionsEnabled: boolean; readonly endpointResponseActionsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionScanEnabled: boolean; readonly alertsPageChartsEnabled: boolean; readonly securitySolutionNotesEnabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly assistantKnowledgeBaseByDefault: boolean; readonly assistantBedrockChat: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly unifiedComponentsInTimelineDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly manualRuleRunEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3281,7 +3281,7 @@ "\nA list of allowed values that can be used in `xpack.securitySolution.enableExperimental`.\nThis object is then used to validate and parse the value entered." ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: true; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionsEnabled: true; readonly endpointResponseActionsEnabled: true; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: false; readonly responseActionsSentinelOneProcessesEnabled: false; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionScanEnabled: false; readonly alertsPageChartsEnabled: true; readonly alertTypeEnabled: false; readonly securitySolutionNotesEnabled: false; readonly entityAlertPreviewDisabled: false; readonly assistantModelEvaluation: false; readonly assistantKnowledgeBaseByDefault: false; readonly assistantBedrockChat: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly jamfDataInAnalyzerEnabled: false; readonly timelineEsqlTabDisabled: false; readonly unifiedComponentsInTimelineDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly manualRuleRunEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: false; }" + "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: true; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionsEnabled: true; readonly endpointResponseActionsEnabled: true; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: false; readonly responseActionsSentinelOneProcessesEnabled: false; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionScanEnabled: false; readonly alertsPageChartsEnabled: true; readonly securitySolutionNotesEnabled: false; readonly entityAlertPreviewDisabled: false; readonly assistantModelEvaluation: false; readonly assistantKnowledgeBaseByDefault: false; readonly assistantBedrockChat: true; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly jamfDataInAnalyzerEnabled: false; readonly timelineEsqlTabDisabled: false; readonly unifiedComponentsInTimelineDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly manualRuleRunEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: false; readonly dataIngestionHubEnabled: false; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 08a8dee0374cb..bc47994fc9efa 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-27 +date: 2024-08-01 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 93a8d976751d8..52ebb64b02aeb 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-27 +date: 2024-08-01 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 60acc405af277..f4b49f9f9d91c 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-27 +date: 2024-08-01 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 1394f28002303..126f38401b347 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-27 +date: 2024-08-01 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 cd29a1f1a3807..b73d5c1a84008 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-27 +date: 2024-08-01 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 d84bc3613897d..0f6d7290ce003 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-27 +date: 2024-08-01 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 da8b86c550ad4..4fbd090371881 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-27 +date: 2024-08-01 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 7e44124ac9d38..6ab160a03e05d 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-27 +date: 2024-08-01 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 81dc22edcbf51..ec4c3dcb85ab2 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-27 +date: 2024-08-01 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 472dadff09dce..876fcbea23741 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-27 +date: 2024-08-01 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 370ff754e209a..2c1537cfa54ae 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-27 +date: 2024-08-01 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 e8648d7645211..4e3c66e0a8e81 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-27 +date: 2024-08-01 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 bf21d6778e139..a27dbaf7a9f76 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-27 +date: 2024-08-01 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..f14b739a6a8c0 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" }, "<", @@ -230,16 +230,14 @@ "label": "start", "description": [], "signature": [ - "({ savedObjects, elasticsearch, executionContext, docLinks }: ", + "({ 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 }: ", - "TaskManagerPluginStart", ") => ", { "pluginId": "taskManager", @@ -258,14 +256,14 @@ "id": "def-server.TaskManagerPlugin.start.$1", "type": "Object", "tags": [], - "label": "{ savedObjects, elasticsearch, executionContext, docLinks }", + "label": "{\n savedObjects,\n elasticsearch,\n executionContext,\n docLinks,\n }", "description": [], "signature": [ { "pluginId": "@kbn/core-lifecycle-server", - "scope": "common", + "scope": "server", "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-common.CoreStart", + "section": "def-server.CoreStart", "text": "CoreStart" } ], @@ -273,21 +271,6 @@ "deprecated": false, "trackAdoption": false, "isRequired": true - }, - { - "parentPluginId": "taskManager", - "id": "def-server.TaskManagerPlugin.start.$2", - "type": "Object", - "tags": [], - "label": "{ cloud, serverless }", - "description": [], - "signature": [ - "TaskManagerPluginStart" - ], - "path": "x-pack/plugins/task_manager/server/plugin.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true } ], "returnComment": [] @@ -1454,23 +1437,6 @@ "deprecated": false, "trackAdoption": false }, - { - "parentPluginId": "taskManager", - "id": "def-server.TaskRegisterDefinition.cost", - "type": "CompoundType", - "tags": [], - "label": "cost", - "description": [ - "\nAn optional definition of the cost associated with running the task." - ], - "signature": [ - "TaskCost", - " | undefined" - ], - "path": "x-pack/plugins/task_manager/server/task_type_dictionary.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "taskManager", "id": "def-server.TaskRegisterDefinition.description", diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index f52f02dfaf37e..b748756648d35 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 107 | 0 | 63 | 7 | +| 105 | 0 | 62 | 5 | ## Server diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index 70999d7607ca0..c04570e6d31c2 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-27 +date: 2024-08-01 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 04b77b1192826..9ff4ca1385337 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-27 +date: 2024-08-01 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 8d44ae695b163..58430e970b49f 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-27 +date: 2024-08-01 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 9b24c399b764c..a1903aff59002 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-27 +date: 2024-08-01 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 8eba9ffaa6ca0..8fff89ee6dec8 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-27 +date: 2024-08-01 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..94b9066784f4e 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" }, "; }" @@ -3636,18 +3636,6 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/common/components/drag_and_drop/helpers.ts" }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx" - }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/common/containers/source/use_data_view.tsx" @@ -3704,14 +3692,6 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/renderers/formatted_field.tsx" }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/table/field_value_cell.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/table/field_value_cell.tsx" - }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/common/components/event_details/table/use_action_cell_data_provider.ts" @@ -3760,6 +3740,26 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/detection_engine/rule_creation_ui/components/step_define_rule/index.tsx" }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/components/table_field_value_cell.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/components/table_field_value_cell.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/common/hooks.ts" @@ -4055,11 +4055,11 @@ }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/helpers.ts" + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/index.tsx" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/helpers.ts" + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/index.tsx" }, { "plugin": "securitySolution", @@ -4067,31 +4067,11 @@ }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/event_fields_browser.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/event_fields_browser.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/event_fields_browser.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/common/components/event_details/columns.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/index.tsx" + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/helpers.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/index.tsx" + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/body/column_headers/helpers.ts" }, { "plugin": "securitySolution", @@ -4161,6 +4141,18 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/flyout/document_details/shared/context.tsx" }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/public/flyout/document_details/right/tabs/table_tab.tsx" + }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/shared/utils.ts" diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 150be9dd5ab7a..f2ca6609d2bcc 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-27 +date: 2024-08-01 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 88e38823c2100..95df150988cc9 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-27 +date: 2024-08-01 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..303af21b7d997 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" }, @@ -9361,7 +9361,7 @@ "label": "buildAggregation", "description": [], "signature": [ - "({ timeSeries, aggType, aggField, termField, termSize, sourceFieldsParams, condition, topHitsSize, }: ", + "({ timeSeries, aggType, aggField, termField, termSize, sourceFieldsParams, condition, topHitsSize, loggerCb, }: ", { "pluginId": "triggersActionsUi", "scope": "common", @@ -9382,7 +9382,7 @@ "id": "def-common.buildAggregation.$1", "type": "Object", "tags": [], - "label": "{\n timeSeries,\n aggType,\n aggField,\n termField,\n termSize,\n sourceFieldsParams,\n condition,\n topHitsSize,\n}", + "label": "{\n timeSeries,\n aggType,\n aggField,\n termField,\n termSize,\n sourceFieldsParams,\n condition,\n topHitsSize,\n loggerCb,\n}", "description": [], "signature": [ { @@ -9875,6 +9875,38 @@ "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-common.BuildAggregationOpts.loggerCb", + "type": "Function", + "tags": [], + "label": "loggerCb", + "description": [], + "signature": [ + "((message: string) => void) | undefined" + ], + "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "triggersActionsUi", + "id": "def-common.BuildAggregationOpts.loggerCb.$1", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } ], "initialIsOpen": false diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 96d6eec44b588..3c73082ac97dd 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.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 | |-------------------|-----------|------------------------|-----------------| -| 588 | 1 | 562 | 51 | +| 590 | 1 | 564 | 51 | ## Client 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 1d88b0590c114..ac46711599f0e 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-27 +date: 2024-08-01 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 47eaa045daf9a..ff9a063159749 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-27 +date: 2024-08-01 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 70d2e3c6ebb99..ee16441e66b45 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-27 +date: 2024-08-01 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 e2878573baf42..600ae991b6ba8 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-27 +date: 2024-08-01 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..d961a5ce4e80a 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" }, "" @@ -620,7 +620,7 @@ }, "[] | undefined; iconType?: ", "IconType", - " | undefined; dataTestSubj?: string | undefined; showSaveQuery?: boolean | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showQueryInput?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; additionalQueryBarMenuItems?: ", + " | undefined; showQueryInput?: boolean | undefined; dataTestSubj?: string | undefined; showSaveQuery?: boolean | undefined; customSubmitButton?: React.ReactNode; dataViewPickerOverride?: React.ReactNode; screenTitle?: string | undefined; showQueryMenu?: boolean | undefined; showFilterBar?: boolean | undefined; showDatePicker?: boolean | undefined; showAutoRefreshOnly?: boolean | undefined; additionalQueryBarMenuItems?: ", "AdditionalQueryBarMenuItems", " | undefined; filtersForSuggestions?: ", { @@ -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" } ], @@ -1592,23 +1592,11 @@ "description": [], "signature": [ "{ optIn: (optInConfig: ", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.OptInConfig", - "text": "OptInConfig" - }, + "OptInConfig", ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", "Observable", "<", - { - "pluginId": "@kbn/ebt", - "scope": "common", - "docId": "kibKbnEbtPluginApi", - "section": "def-common.TelemetryCounter", - "text": "TelemetryCounter" - }, + "TelemetryCounter", ">; }" ], "path": "src/plugins/unified_search/public/types.ts", @@ -1625,9 +1613,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 +1633,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 +1674,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 +2565,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 +2608,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 +2634,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 +2723,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 +2774,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 +2797,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 2c94716148481..d287c7819a613 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-27 +date: 2024-08-01 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 cc8cf54058736..f00034330ebce 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-27 +date: 2024-08-01 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 064b121608b88..85cc363c0114e 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-27 +date: 2024-08-01 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 547d2420e9d18..ae54e4e5649a7 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-27 +date: 2024-08-01 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..b1395ec0602f2 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" } ], @@ -1882,7 +1882,7 @@ "signature": [ "\"boolean\" | \"keyword\" | \"text\" | \"date\" | \"integer\" | \"long\" | \"short\" | \"byte\" | \"float\" | \"double\"" ], - "path": "packages/analytics/ebt/client/src/schema/types.ts", + "path": "node_modules/@elastic/ebt/client/src/schema/types.d.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index c4a7f018eb896..ee976cf2cdd2a 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-27 +date: 2024-08-01 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 d7fb1c837147b..1220278c061be 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-27 +date: 2024-08-01 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 e716d090c464e..a4e674961a40b 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-27 +date: 2024-08-01 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 4d0ff7f831b59..f31f7cbfde210 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-27 +date: 2024-08-01 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 c4b0293b758a2..9e76049923243 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-27 +date: 2024-08-01 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 c12fc362579aa..e114470372ab6 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-27 +date: 2024-08-01 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 a95791cccdaa6..b2596325d3c2b 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-27 +date: 2024-08-01 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 e871db7e779a4..4b49c8a725594 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-27 +date: 2024-08-01 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 1dd0c9bab35a8..5e9451ad9e730 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-27 +date: 2024-08-01 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 d6cc24ab2a250..26247a2c08163 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-27 +date: 2024-08-01 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 2513e9e225260..395445ad212c8 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-27 +date: 2024-08-01 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 e16425215e652..d117a12c22196 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-27 +date: 2024-08-01 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 c390b04d71867..eb96e26e0b104 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-27 +date: 2024-08-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 064e39f9961cd..6b515415fe731 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -97,7 +97,35 @@ The Uptime app is already hidden from Kibana when there is no recent Heartbeat d [[release-notes-8.14.3]] == {kib} 8.14.3 -The 8.14.3 release includes the following bug fixes. +The 8.14.3 release includes the following bug fixes and known issues. + +[float] +[[known-issues-8.14.3]] +=== Known issues + +include::CHANGELOG.asciidoc[tag=known-issue-186969] + +[discrete] +[[known-185691]] +.When using the Observability AI Assistant with the OpenAI connector, function calling will result in an error +[%collapsible] +==== +*Details* + +In 8.14.3, if you are using the Observability AI Assistant with the OpenAI connector, function calling will result in an error. +The error message will look similar to this: + +[source] +---- +Error: an error occurred while running the action - Status code: 400. Message: API Error: model_error - Missing required parameter: 'messages[4].function_call.arguments'. +---- + +A fix will be available in 8.15. Users on 8.14.3 can get around this error by turning on synthetic function calling in _AI Assistant Settings_: + +. In {kib}, go to *Stack Management* → *AI Assistant* → *Observability* +. Toggle the _Simulate function calling_ option to *On*. + +For more information, refer to {kibana-pull}185691[#185691]. +==== [float] [[fixes-v8.14.3]] @@ -110,7 +138,13 @@ For the Elastic Security 8.14.3 release information, refer to {security-guide}/r [[release-notes-8.14.2]] == {kib} 8.14.2 -The 8.14.2 release includes the following bug fixes. +The 8.14.2 release includes the following bug fixes and known issues. + +[float] +[[known-issues-8.14.2]] +=== Known issues + +include::CHANGELOG.asciidoc[tag=known-issue-186969] [float] [[fixes-v8.14.2]] @@ -128,7 +162,13 @@ Presentation:: [[release-notes-8.14.1]] == {kib} 8.14.1 -The 8.14.1 release includes the following bug fixes. +The 8.14.1 release includes the following bug fixes and known issues. + +[float] +[[known-issues-8.14.1]] +=== Known issues + +include::CHANGELOG.asciidoc[tag=known-issue-186969] [float] [[fixes-v8.14.1]] @@ -149,6 +189,28 @@ Observability:: For information about the {kib} 8.14.0 release, review the following information. +[float] +[[known-issues-8.14.0]] +=== Known issues + +// tag::known-issue-186969[] +[discrete] +.Creating or editing APM, {observability} and {stack-monitor-app} rules fails +[%collapsible] +==== +*Details* + +When you attempt to create or edit some rule types in **{stack-manage-app}** > **{rules-ui}**, the request will fail with errors similar to `Cannot read properties of undefined (reading 'eui')` or `e.theme.eui is undefined`. +Refer to https://github.com/elastic/kibana/issues/186969[#186969] + +*Impact* + +This known issue impacts only {observability}, {stack-monitor-app}, and APM and {user-experience} rules. + +*Workaround* + +To work around this issue for {observability} and APM and {user-experience} rules, create them from the {observability} *Alerts* page. +Refer to <> and {observability-guide}/create-alerts-rules.html[Create and manage {observability} rules]. +==== +// end::known-issue-186969[] + [float] [[breaking-changes-8.14.0]] === Breaking changes @@ -164,7 +226,7 @@ Before you upgrade to 8.14.0, review the breaking changes, then mitigate the imp *Details* + The advanced setting which hides {esql} from the UI has been renamed from `discover:enableESQL` to `enableESQL`. It is enabled by default and must be switched off to disable {esql} features from your {kib} applications. For more information, refer to ({kibana-pull}182074[#182074]). ==== - + [discrete] [[breaking-178879]] .The unified search filter builder is Generally Available. @@ -173,7 +235,7 @@ The advanced setting which hides {esql} from the UI has been renamed from `disco *Details* + The unified search filter builder (OR / AND) is out of technical preview. For more information, refer to ({kibana-pull}178879[#178879]). ==== - + [discrete] [[breaking-178860]] .{esql} is Generally Available. @@ -182,7 +244,7 @@ The unified search filter builder (OR / AND) is out of technical preview. For mo *Details* + {esql} comes out of technical preview and is generally available. For more information, refer to ({kibana-pull}178860[#178860]). ==== - + [discrete] [[breaking-177549]] .The region map visualization type is Generally Available in Lens. @@ -191,7 +253,7 @@ The unified search filter builder (OR / AND) is out of technical preview. For mo *Details* + The visualization type, region map, comes out of technical preview and is generally available. For more information, refer to ({kibana-pull}177549[#177549]). ==== - + [discrete] [[breaking-177089]] .UI enhancements to managed tags. @@ -200,7 +262,7 @@ The visualization type, region map, comes out of technical preview and is genera *Details* + UI improvements for managed tags. For more information, refer to ({kibana-pull}177089[#177089]). ==== - + [float] [[features-8.14.0]] === Features @@ -603,23 +665,23 @@ Before you upgrade to 8.13.0, review the breaking changes, then mitigate the imp *Details* + The Kafka output no longer supports conditional topics. For more information, refer to ({kibana-pull}176879[#176879]). ==== - + [discrete] [[breaking-176443]] -.Most Fleet installed integrations are now read-only and labelled with a *Managed* tag in the Kibana UI +.Most Fleet installed integrations are now read-only and labelled with a *Managed* tag in the Kibana UI [%collapsible] ==== *Details* + Integration content installed by {fleet} is no longer editable. This content is tagged with *Managed* in the {kib} UI, and is Elastic managed. This content cannot be edited or deleted, however managed visualizations, dashboards, and saved searches can be cloned. The clones can be customized. -When cloning a dashboard the cloned panels become entirely independent copies that are unlinked from the original configurations and dependencies. +When cloning a dashboard the cloned panels become entirely independent copies that are unlinked from the original configurations and dependencies. Managed content relating to specific visualization editors such as Lens, TSVB, and Maps, the clones retain the original reference configurations. The same applies to editing any saved searches in a managed visualization. For more information, refer to ({kibana-pull}172393[#172393]). ==== - + [discrete] [[breaking-174674]] .Removes `is_nan`, `is_finite`, and `is_infinite` functions from {esql} @@ -628,7 +690,7 @@ For more information, refer to ({kibana-pull}172393[#172393]). *Details* + These functions have been removed from {esql} queries as they are not supported. Errors would be thrown when trying to use them. For more information, refer to ({kibana-pull}174674[#174674]). ==== - + [float] [[features-8.13.0]] === Features @@ -936,7 +998,7 @@ The 8.12.1 release includes the following enhancements and bug fixes. === Enhancements Elastic Security:: -For the Elastic Security 8.12.1 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_]. +For the Elastic Security 8.12.1 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_]. Observability:: * Adds `defer_validation: true` to transforms on creation to stop errors when the destination index doesn't exist yet ({kibana-pull}174463[#174463]). @@ -1019,7 +1081,7 @@ The previous summary transforms summarizing every SLOs won't be used anymore and Be aware that when installing a new SLO (or after resetting an SLO), we install two transforms (one for the rollup data and one that summarize the rollup data). Do not delete the new `slo-summary-{slo_id}-{slo_revision}` transforms. For more information, refer to ({kibana-pull}172224[#172224]). ==== - + [discrete] [[breaking-170635]] .A new sub-feature privilege to control user access to the cases settings @@ -1028,7 +1090,7 @@ Be aware that when installing a new SLO (or after resetting an SLO), we install *Details* + Roles with at least a sub-feature privilege configured will not have access to the cases setting like they had previously. All roles without a sub-feature privilege configured will not be affected. For more information, refer to ({kibana-pull}170635[#170635]). ==== - + [float] [[features-8.12.0]] === Features @@ -1057,11 +1119,11 @@ Machine Learning:: * Adds E5 model configurations ({kibana-pull}172053[#172053]). * Adds the ability to create a categorization anomaly detection job from pattern analysis ({kibana-pull}170567[#170567]). * Adds and displays alerts data in the Anomaly Explorer ({kibana-pull}167998[#167998]). -Observability:: +Observability:: * Adds logic to update flyout highlights ({kibana-pull}172193[#172193]). * Adds logic to display highlights in the flyout ({kibana-pull}170650[#170650]). * Changes the Custom threshold title to Beta ({kibana-pull}172360[#172360]). -Security:: +Security:: * Disables the connector parameters field ({kibana-pull}173610[#173610]). * Adds a risk engine missing privileges callout ({kibana-pull}171250[#171250]). * Asset criticality privileges API ({kibana-pull}172441[#172441]). @@ -1764,7 +1826,7 @@ If some SLOs have been installed in a prior version at 8.10, they won't work aft *Removing SLOs before migrating to 8.10* -Use the SLO UI or the SLO delete API to delete all existing SLOs. This takes care of the Saved Object, Transform and rollup data. When all SLOs have been deleted, then delete the residual rollup indices: `.slo-observability.sli-v1*`. Note that this is v1. +Use the SLO UI or the SLO delete API to delete all existing SLOs. This takes care of the Saved Object, Transform and rollup data. When all SLOs have been deleted, then delete the residual rollup indices: `.slo-observability.sli-v1*`. Note that this is v1. *Removing SLOs after migrating to 8.10* 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 0000000000000..592307023172e Binary files /dev/null and b/docs/management/connectors/images/thehive-connector.png differ 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 0000000000000..c72eff5e31054 Binary files /dev/null and b/docs/management/connectors/images/thehive-params-alert-test.png differ 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 0000000000000..a7004bdf35af0 Binary files /dev/null and b/docs/management/connectors/images/thehive-params-case-test.png differ 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/osquery/exported-fields-reference.asciidoc b/docs/osquery/exported-fields-reference.asciidoc index b3127f2ad48cf..99cb79e874754 100644 --- a/docs/osquery/exported-fields-reference.asciidoc +++ b/docs/osquery/exported-fields-reference.asciidoc @@ -155,7 +155,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *amperage* - keyword, number.long -* _battery.amperage_ - The battery's current amperage in mA +* _battery.amperage_ - The current amperage in/out of the battery in mA (positive means charging, negative means discharging) *anonymous* - keyword, number.long @@ -749,6 +749,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _disk_events.checksum_ - UDIF Master checksum if available (CRC32) +*chemistry* - keyword, text.text + +* _battery.chemistry_ - The battery chemistry type (eg. LiP). Some possible values are documented in https://learn.microsoft.com/en-us/windows/win32/power/battery-information-str. + *child_pid* - keyword, number.long * _es_process_events.child_pid_ - Process ID of a child process in case of a fork event @@ -1204,7 +1208,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *current_capacity* - keyword, number.long -* _battery.current_capacity_ - The battery's current charged capacity in mAh +* _battery.current_capacity_ - The battery's current capacity (level of charge) in mAh *current_clock_speed* - keyword, number.long @@ -1330,7 +1334,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *description* - keyword, text.text * _appcompat_shims.description_ - Description of the SDB. -* _atom_packages.description_ - Package supplied description * _browser_plugins.description_ - Plugin description text * _chassis_info.description_ - An extended description of the chassis if available. * _chrome_extensions.description_ - Extension-optional description @@ -1348,6 +1351,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _osquery_flags.description_ - Flag description * _patches.description_ - Fuller description of the patch. * _safari_extensions.description_ - Optional extension description text +* _secureboot.description_ - (Apple Silicon) Human-readable description: 'Full Security', 'Reduced Security', or 'Permissive Security' * _services.description_ - Service Description * _shared_resources.description_ - A textual description of the object * _smbios_tables.description_ - Table entry description @@ -2063,7 +2067,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *flags* - keyword -* _device_partitions.flags_ - +* _device_partitions.flags_ - Value that describes the partition (TSK_VS_PART_FLAG_ENUM) * _dns_cache.flags_ - DNS record flags * _interface_details.flags_ - Flags (netdevice) for the device * _kernel_keys.flags_ - A set of flags describing the state of the key. @@ -2326,7 +2330,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *homepage* - keyword, text.text -* _atom_packages.homepage_ - Package supplied homepage * _npm_packages.homepage_ - Package supplied homepage *hop_limit* - keyword, number.long @@ -2492,6 +2495,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _shadow.inactive_ - Number of days after password expires until account is blocked * _virtual_memory_info.inactive_ - Total number of inactive pages. +*include_remote* - keyword, number.long + +* _users.include_remote_ - 1 to include remote (LDAP/AD) accounts (default 0). Warning: without any uid/username filtering it may list whole LDAP directories + *inetd_compatibility* - keyword, text.text * _launchd.inetd_compatibility_ - Run this daemon or agent as it was launched from inetd @@ -2581,6 +2588,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _chrome_extensions.install_timestamp_ - Extension install time, converted to unix time +*installed_at* - keyword, number.long + +* _vscode_extensions.installed_at_ - Installed Timestamp + *installed_by* - keyword, text.text * _patches.installed_by_ - The system context in which the patch as installed. @@ -2790,6 +2801,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _launchd.keep_alive_ - Should the process be restarted if killed +*kernel_extensions* - keyword, number.long + +* _secureboot.kernel_extensions_ - (Apple Silicon) Allow user management of kernel extensions from identified developers (1 if allowed) + *kernel_memory* - keyword, number.long * _docker_info.kernel_memory_ - 1 if kernel memory limit support is enabled. 0 otherwise @@ -2835,6 +2850,18 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _authorized_keys.key_file_ - Path to the authorized_keys file * _known_hosts.key_file_ - Path to known_hosts file +*key_group_name* - keyword, text.text + +* _user_ssh_keys.key_group_name_ - The group of the private key. Supported for a subset of key_types implemented by OpenSSL + +*key_length* - keyword, number.long + +* _user_ssh_keys.key_length_ - The cryptographic length of the cryptosystem to which the private key belongs, in bits. Definition of cryptographic length is specific to cryptosystem. -1 if unavailable + +*key_security_bits* - keyword, number.long + +* _user_ssh_keys.key_security_bits_ - The number of security bits of the private key, bits of security as defined in NIST SP800-57. -1 if unavailable + *key_strength* - keyword, text.text * _certificates.key_strength_ - Key size used for RSA/DSA, or curve name @@ -2884,7 +2911,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _authorization_mechanisms.label_ - Label of the authorization right * _authorizations.label_ - Item name, usually in reverse domain format * _block_devices.label_ - Block device label string -* _device_partitions.label_ - +* _device_partitions.label_ - The partition name as stored in the partition table * _keychain_acls.label_ - An optional label tag that may be included with the keychain entry * _keychain_items.label_ - Generic item name * _launchd.label_ - Daemon or agent service name @@ -2985,7 +3012,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *license* - keyword, text.text -* _atom_packages.license_ - License for package * _chocolatey_packages.license_ - License under which package is launched * _npm_packages.license_ - License under which package is launched * _python_packages.license_ - License under which package is launched @@ -2998,6 +3024,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _kernel_extensions.linked_against_ - Indexes of extensions this extension is linked against +*load_percentage* - keyword, number.long + +* _cpu_info.load_percentage_ - The current percentage of utilization of the CPU. + *load_state* - keyword, text.text * _systemd_units.load_state_ - Reflects whether the unit definition was properly loaded @@ -3281,6 +3311,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _system_extensions.mdm_managed_ - 1 if managed by MDM system extension payload configuration, 0 otherwise +*mdm_operations* - keyword, number.long + +* _secureboot.mdm_operations_ - (Apple Silicon) Allow remote (MDM) management of kernel extensions and automatic software updates (1 if allowed) + *mechanism* - keyword, text.text * _authorization_mechanisms.mechanism_ - Name of the mechanism that will be called @@ -3392,6 +3426,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _ycloud_instance_metadata.metadata_endpoint_ - Endpoint used to fetch VM metadata +*metalink* - keyword, text.text + +* _yum_sources.metalink_ - Metalink URL + *method* - keyword, text.text * _curl.method_ - The HTTP method for the request @@ -3473,7 +3511,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *minutes_to_full_charge* - keyword, number.long -* _battery.minutes_to_full_charge_ - The number of minutes until the battery is fully charged. This value is -1 if this time is still being calculated +* _battery.minutes_to_full_charge_ - The number of minutes until the battery is fully charged. This value is -1 if this time is still being calculated. On Windows this is calculated from the charge rate and capacity and may not agree with the number reported in "Power & Battery" *minutes_until_empty* - keyword, number.long @@ -3591,7 +3629,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _apparmor_profiles.name_ - Policy name. * _apps.name_ - Name of the Name.app folder * _apt_sources.name_ - Repository name -* _atom_packages.name_ - Package display name * _autoexec.name_ - Name of the program * _azure_instance_metadata.name_ - Name of the VM * _block_devices.name_ - Block device name @@ -3662,6 +3699,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _startup_items.name_ - Name of startup item * _system_controls.name_ - Full sysctl MIB name * _temperature_sensors.name_ - Name of temperature source +* _vscode_extensions.name_ - Extension Name * _windows_firewall_rules.name_ - Friendly name of the rule * _windows_optional_features.name_ - Name of the feature * _windows_search.name_ - The name of the item @@ -3825,7 +3863,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *offset* - keyword, number.long -* _device_partitions.offset_ - +* _device_partitions.offset_ - Byte offset from the start of the volume * _process_memory_map.offset_ - Offset into mapped path *oid* - keyword, text.text @@ -4126,7 +4164,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _apparmor_profiles.path_ - Unique, aa-status compatible, policy identifier. * _appcompat_shims.path_ - This is the path to the SDB database. * _apps.path_ - Absolute and full Name.app path -* _atom_packages.path_ - Package's package.json path * _augeas.path_ - The path to the configuration file * _authenticode.path_ - Must provide a path or directory * _autoexec.path_ - Path to the executable @@ -4203,6 +4240,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _user_events.path_ - Supplied path from event * _user_ssh_keys.path_ - Path to key file * _userassist.path_ - Application file path. +* _vscode_extensions.path_ - Extension path * _windows_crashes.path_ - Path of the executable file for the crashed process * _windows_search.path_ - The full path of the item. * _yara.path_ - The path scanned @@ -4279,7 +4317,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *permissions* - keyword, text.text * _chrome_extensions.permissions_ - The permissions required by the extension -* _kernel_keys.permissions_ - The key permissions, expressed as four hexadecimalbytes containing, from left to right, thepossessor, user, group, and other permissions. +* _kernel_keys.permissions_ - The key permissions, expressed as four hexadecimal bytes containing, from left to right, the possessor, user, group, and other permissions. * _process_memory_map.permissions_ - r=read, w=write, x=execute, p=private (cow) * _shared_memory.permissions_ - Memory segment permissions * _suid_bin.permissions_ - Binary permissions @@ -4512,6 +4550,10 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _docker_container_stats.preread_ - UNIX time when stats were last read +*prerelease* - keyword, number.long + +* _vscode_extensions.prerelease_ - Pre release version + *principal* - keyword, text.text * _ntfs_acl_permissions.principal_ - User or group to which the ACE applies. @@ -4676,6 +4718,11 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _azure_instance_metadata.publisher_ - Publisher of the VM image * _osquery_events.publisher_ - Name of the associated publisher * _programs.publisher_ - Name of the product supplier. +* _vscode_extensions.publisher_ - Publisher Name + +*publisher_id* - keyword, text.text + +* _vscode_extensions.publisher_id_ - Publisher ID *purgeable* - keyword, number.long @@ -4943,6 +4990,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _deb_packages.revision_ - Package revision * _hardware_events.revision_ - Device revision (optional) +* _os_version.revision_ - Update Build Revision, refers to the specific revision number of a Windows update * _platform_info.revision_ - BIOS major and minor revision *roaming* - keyword, number.long @@ -5079,7 +5127,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *secure_mode* - keyword, number.long -* _secureboot.secure_mode_ - Secure mode for Intel-based macOS: 0 disabled, 1 full security, 2 medium security +* _secureboot.secure_mode_ - (Intel) Secure mode: 0 disabled, 1 full security, 2 medium security *secure_process* - keyword, number.long @@ -5139,7 +5187,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *serial_number* - keyword, text.text * _authenticode.serial_number_ - The certificate serial number -* _battery.serial_number_ - The battery's unique serial number +* _battery.serial_number_ - The battery's serial number * _connected_displays.serial_number_ - The serial number of the display. (may not be unique) * _curl_certificate.serial_number_ - Certificate serial number * _kernel_keys.serial_number_ - The serial key of the key. @@ -5240,6 +5288,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *sha256* - keyword, text.text +* _apparmor_profiles.sha256_ - A unique hash that identifies this policy. * _carves.sha256_ - A SHA256 sum of the carved archive * _device_hash.sha256_ - SHA256 hash of provided inode data * _file_events.sha256_ - The SHA256 of the file after change @@ -5274,6 +5323,30 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _shared_memory.shmid_ - Shared memory segment ID +*shortcut_comment* - keyword, text.text + +* _file.shortcut_comment_ - Comment on the shortcut + +*shortcut_run* - keyword, text.text + +* _file.shortcut_run_ - Window mode the target of the shortcut should be run in + +*shortcut_start_in* - keyword, text.text + +* _file.shortcut_start_in_ - Full path to the working directory to use when executing the shortcut target + +*shortcut_target_location* - keyword, text.text + +* _file.shortcut_target_location_ - Folder name where the shortcut target resides + +*shortcut_target_path* - keyword, text.text + +* _file.shortcut_target_path_ - Full path to the file the shortcut points to + +*shortcut_target_type* - keyword, text.text + +* _file.shortcut_target_type_ - Display name for the target type + *sid* - keyword, text.text * _background_activities_moderator.sid_ - User SID. @@ -5413,6 +5486,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _startup_items.source_ - Directory or plist containing startup item * _sudoers.source_ - Source file containing the given rule * _windows_events.source_ - Source or channel of the event +* _yum_sources.source_ - Source file *source_path* - keyword, text.text @@ -5799,7 +5873,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *team_id* - keyword, text.text -* _es_process_events.team_id_ - Team identifier of thd process +* _es_process_events.team_id_ - Team identifier of the process *team_identifier* - keyword, text.text @@ -5879,7 +5953,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _authorizations.timeout_ - Label top-level key * _curl_certificate.timeout_ - Set this value to the timeout in seconds to complete the TLS handshake (default 4s, use 0 for no timeout) -* _kernel_keys.timeout_ - The amount of time until the key will expire,expressed in human-readable form. The string perm heremeans that the key is permanent (no timeout). Thestring expd means that the key has already expired. +* _kernel_keys.timeout_ - The amount of time until the key will expire, expressed in human-readable form. The string perm here means that the key is permanent (no timeout). The string expd means that the key has already expired. *timestamp* - keyword, text.text @@ -5915,7 +5989,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *total_size* - keyword, number.long * _docker_container_processes.total_size_ - Total virtual memory size -* _processes.total_size_ - Total virtual memory size +* _processes.total_size_ - Total virtual memory size (Linux, Windows) or 'footprint' (macOS) *total_width* - keyword, number.long @@ -5960,7 +6034,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _crashes.type_ - Type of crash log * _device_file.type_ - File status * _device_firmware.type_ - Type of device -* _device_partitions.type_ - +* _device_partitions.type_ - Filesystem type if recognized, otherwise, 'meta', 'normal', or 'unallocated' * _disk_encryption.type_ - Description of cipher type and mode if available * _disk_info.type_ - The interface type of the disk. * _dns_cache.type_ - DNS record type @@ -5971,6 +6045,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _file.type_ - File status * _firefox_addons.type_ - Extension, addon, webapp * _hardware_events.type_ - Type of hardware and hardware event +* _homebrew_packages.type_ - Package type ('formula' or 'cask') * _interface_addresses.type_ - Type of address. One of dhcp, manual, auto, other, unknown * _interface_details.type_ - Interface type (includes virtual) * _kernel_keys.type_ - The key type. @@ -6013,7 +6088,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _account_policy_data.uid_ - User ID * _asl.uid_ - UID that sent the log message (set by the server). -* _atom_packages.uid_ - The local user that owns the plugin * _authorized_keys.uid_ - The local owner of authorized_keys file * _bpf_process_events.uid_ - User ID * _bpf_socket_events.uid_ - User ID @@ -6044,6 +6118,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _user_groups.uid_ - User ID * _user_ssh_keys.uid_ - The local user that owns the key file * _users.uid_ - User ID +* _vscode_extensions.uid_ - The local user that owns the plugin *uid_signed* - keyword, number.long @@ -6144,7 +6219,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq *usage* - keyword, number.long -* _kernel_keys.usage_ - the number of threads and open file references thatrefer to this key. +* _kernel_keys.usage_ - the number of threads and open file references that refer to this key. *usb_address* - keyword, number.long @@ -6239,6 +6314,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _osquery_info.uuid_ - Unique ID provided by the system * _system_info.uuid_ - Unique ID provided by the system * _users.uuid_ - User's UUID (Apple) or SID (Windows) +* _vscode_extensions.uuid_ - Extension UUID *valid_from* - keyword, text.text @@ -6315,7 +6391,6 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _alf.version_ - Application Layer Firewall version * _apt_sources.version_ - Repository source version -* _atom_packages.version_ - Package supplied version * _authorizations.version_ - Label top-level key * _azure_instance_metadata.version_ - Version of the VM image * _bitlocker_info.version_ - The FVE metadata version of the drive. @@ -6357,6 +6432,7 @@ For more information about osquery tables, see the https://osquery.io/schema[osq * _safari_extensions.version_ - Extension long version * _system_extensions.version_ - System extension version * _usb_devices.version_ - USB Device version number +* _vscode_extensions.version_ - Extension version * _windows_crashes.version_ - File version info of the crashed process *video_mode* - keyword, text.text 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/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index b83e8a9dc29aa..36dce0e2586e5 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -78,8 +78,11 @@ When you create a dashboard, you are automatically in edit mode and can make cha * To open an existing dashboard, click the dashboard *Title* you want to open. + +TIP: When looking for a specific dashboard, you can filter them by tag or by creator, or search the list based on their name and description. Note that the creator information is only available for dashboards created on or after version 8.14. ++ When you open an existing dashboard, you are in view mode. To make changes to the dashboard, click *Edit* in the toolbar. + [float] [[create-panels-with-lens]] === Create and add panels @@ -450,4 +453,6 @@ include::create-panels-with-editors.asciidoc[] include::make-dashboards-interactive.asciidoc[] +include::find-dashboards.asciidoc[] + include::dashboard-troubleshooting.asciidoc[] diff --git a/docs/user/dashboard/find-dashboards.asciidoc b/docs/user/dashboard/find-dashboards.asciidoc new file mode 100644 index 0000000000000..f1cb400944eca --- /dev/null +++ b/docs/user/dashboard/find-dashboards.asciidoc @@ -0,0 +1,29 @@ +[[find-dashboards]] +== Search and filter dashboards + +When looking for specific dashboards to open or share, several actions are available to you to help you find them quicker. + +**Search by name, description, or tag** + +On your list of **Dashboards**, use the search field to look for specific terms. These terms will be highlighted in real time in your dashboard list to help you locate what's relevant to you. + +**Filter by tag** + +When creating or editing dashboards, you can assign them tags that allow you to retrieve them faster in the future. + +On your dashboard list, you have an option that lets you filter dashboards in or out based on their tags. + +**Filter by creator** + +The user who created or imported a dashboard is identified as the dashboard's **creator**. This information is visible right from the dashboard list, and you can filter that list by creator. + +Similarly, managed dashboards created by integrations are identified as created by Elastic. + +NOTE: The creator information is only available for dashboards created on or after version 8.14. For dashboards from previous versions, the creator is empty. + +image::images/dashboard-filter-by-creator.png[Option to filter the list of dashboards by creator] + +**Sort by name or last update date** + +You can sort the dashboard list based on their name or their last update date. + diff --git a/docs/user/dashboard/images/dashboard-creator-editor.png b/docs/user/dashboard/images/dashboard-creator-editor.png new file mode 100644 index 0000000000000..ee75fee60c4b0 Binary files /dev/null and b/docs/user/dashboard/images/dashboard-creator-editor.png differ diff --git a/docs/user/dashboard/images/dashboard-filter-by-creator.png b/docs/user/dashboard/images/dashboard-filter-by-creator.png new file mode 100644 index 0000000000000..d68aa6a945511 Binary files /dev/null and b/docs/user/dashboard/images/dashboard-filter-by-creator.png differ diff --git a/docs/user/dashboard/images/legend-icon.svg b/docs/user/dashboard/images/legend-icon.svg new file mode 100644 index 0000000000000..332612054af28 --- /dev/null +++ b/docs/user/dashboard/images/legend-icon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/docs/user/dashboard/images/legend-popover.png b/docs/user/dashboard/images/legend-popover.png new file mode 100644 index 0000000000000..4633ab4d8ee52 Binary files /dev/null and b/docs/user/dashboard/images/legend-popover.png differ diff --git a/docs/user/dashboard/images/statistics-in-legends.png b/docs/user/dashboard/images/statistics-in-legends.png new file mode 100644 index 0000000000000..64e8826a49884 Binary files /dev/null and b/docs/user/dashboard/images/statistics-in-legends.png differ diff --git a/docs/user/dashboard/lens.asciidoc b/docs/user/dashboard/lens.asciidoc index b3c5c4980e933..71ca1ccf51233 100644 --- a/docs/user/dashboard/lens.asciidoc +++ b/docs/user/dashboard/lens.asciidoc @@ -361,13 +361,69 @@ The following component menus are available: * *Labels* — Specifies how to display the labels for donut charts, pie charts, and treemaps. -* *Legend* — Specifies how to display the legend. For example, you can display the legend inside the visualization and truncate the legend values. +* *Legend* — Specifies how to display the legend. You can choose to display the legend inside or outside the visualization, truncate the legend values when they're too long, and <>. * *Left axis*, *Bottom axis*, and *Right axis* — Specify how you want to display the chart axes. For example, add axis labels and change the orientation and bounds. +[float] +[[customize-visualization-legend]] +===== Customize a visualization legend + +When creating or editing a visualization, you can customize the way the legend gets displayed, and the data it displays. To do that, look for the image:images/legend-icon.svg[Legend icon] icon. + +image::images/legend-popover.png[Menu with options to customize the legend of a visualization, width=40%] + +NOTE: The options available can vary based on the type of chart you're setting up. For example, showing additional statistics is only possible for time series charts. + +**Change the legend's display** + +With the **Visibility**, **Position**, and **Width** options, you can adjust the way the legend appears in or next to the visualization. + +**Truncate long labels** + +With the **Label truncation** option, you can keep your legend minimal in case of long labels that span over multiple lines. + +**Show additional statistics for time series charts** + +To make your legends as informative as possible, you can show some additional **Statistics** for charts with a timestamp on one of the axes, and add a **Series header**. + +**Bar**, **Line** and **Area** charts can show the following values: + +- **Average**: Average value considering all data points in the chart +- **Median**: Median value considering all data points in the chart +- **Minimum**: Minimum value considering all data points in the chart +- **Maximum**: Maximum value considering all data points in the chart +- **Range**: Difference between min and max values +- **Last value**: Last value considering all data points in the chart +- **Last non-null value:** Last non-null value +- **First value**: First value considering all data points in the chart +- **First non-null value**: First non-null value +- **Difference**: Difference between first and last values +- **Difference %**: % difference between first and last values +- **Sum**: Sum of al values plotted in the chart +- **Count**: number of data points plotted in the chart +- **Distinct Count**: number of data points with different values plotted in the chart +- **Variance**: Variance of all data points plotted in the chart +- **Std Deviation**: Standard deviation of all data points plotted in the chart +- **Current or last value**: The exact value of the current or last data point moused over + + +//Not part of release +//**Pie** charts can only show two static options: +//- **Value** +//- **Percentage** + +All statistics are computed based on the selected time range and the aggregated data points shown in the chart, rather than the original data coming from {es}. + +For example, if the metric plotted in the chart is `Median(system.memory)` and the time range is *last 24 hours*, when you show the **Max** statistic in the Legend, the value that shows corresponds to the `Max[Median(system.memory)]` for the last 24 hours. + +image::images/statistics-in-legends.png[Additional statistics shown in the legend of a memory consumption bar chart] + + + [float] [[explore-lens-data-in-discover]] -=== Explore the data in Discover +==== Explore the data in Discover When your visualization includes one data view, you can open and explore the visualization data in *Discover*. diff --git a/docs/user/dashboard/tutorial-create-a-dashboard-of-lens-panels.asciidoc b/docs/user/dashboard/tutorial-create-a-dashboard-of-lens-panels.asciidoc index ecc7b49750eed..49aaabb0a5420 100644 --- a/docs/user/dashboard/tutorial-create-a-dashboard-of-lens-panels.asciidoc +++ b/docs/user/dashboard/tutorial-create-a-dashboard-of-lens-panels.asciidoc @@ -376,4 +376,6 @@ Now that you have a complete overview of your web server data, save the dashboar . Select *Store time with dashboard*. -. Click *Save*. +. Click *Save*. You will be identified as the **creator** of the dashboard. If you or another user edit the dashboard, you can also view the **last editor** when checking the dashboard information. + +image::images/dashboard-creator-editor.png[Information panel of a dashboard showing its creator and last editor] diff --git a/examples/controls_example/public/react_controls/control_group/components/control_group.tsx b/examples/controls_example/public/react_controls/control_group/components/control_group.tsx index c8eb00b52ed9d..9608d8b082f40 100644 --- a/examples/controls_example/public/react_controls/control_group/components/control_group.tsx +++ b/examples/controls_example/public/react_controls/control_group/components/control_group.tsx @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import React, { useCallback, useEffect, useState } from 'react'; +import React, { useCallback, useEffect, useMemo, useState } from 'react'; import { BehaviorSubject } from 'rxjs'; import { DndContext, @@ -98,64 +98,84 @@ export function ControlGroup({ }; }, [controlGroupApi]); + const ApplyButtonComponent = useMemo(() => { + return ( + + ); + }, [hasUnappliedSelections, applySelections]); + return ( - - + + {!isInitialized && } - setDraggingId(`${active.id}`)} - onDragEnd={onDragEnd} - onDragCancel={() => setDraggingId(null)} - sensors={sensors} - measuring={{ - droppable: { - strategy: MeasuringStrategy.BeforeDragging, - }, - }} - > - - {controlsInOrder.map(({ id, type }) => ( - controlGroupApi} - onApiAvailable={(controlApi) => { - controlsManager.setControlApi(id, controlApi); - }} - isControlGroupInitialized={isInitialized} - /> - ))} - - - {draggingId ? ( - - ) : null} - - - {!autoApplySelections && ( - - - - + + setDraggingId(`${active.id}`)} + onDragEnd={onDragEnd} + onDragCancel={() => setDraggingId(null)} + sensors={sensors} + measuring={{ + droppable: { + strategy: MeasuringStrategy.BeforeDragging, + }, + }} + > + + + {controlsInOrder.map(({ id, type }) => ( + controlGroupApi} + onApiAvailable={(controlApi) => { + controlsManager.setControlApi(id, controlApi); + }} + isControlGroupInitialized={isInitialized} + /> + ))} + + + + {draggingId ? ( + + ) : null} + + + + {isInitialized && !autoApplySelections && ( + + {hasUnappliedSelections ? ( + ApplyButtonComponent + ) : ( + + {ApplyButtonComponent} + + )} )} 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, }; }) ); diff --git a/examples/controls_example/public/react_controls/control_group/init_controls_manager.ts b/examples/controls_example/public/react_controls/control_group/init_controls_manager.ts index 292566185b6bb..378bfe4d82567 100644 --- a/examples/controls_example/public/react_controls/control_group/init_controls_manager.ts +++ b/examples/controls_example/public/react_controls/control_group/init_controls_manager.ts @@ -12,7 +12,7 @@ import { PanelPackage, PresentationContainer, } from '@kbn/presentation-containers'; -import { Reference } from '@kbn/content-management-utils'; +import type { Reference } from '@kbn/content-management-utils'; import { BehaviorSubject, first, merge } from 'rxjs'; import { PublishingSubject } from '@kbn/presentation-publishing'; import { omit } from 'lodash'; diff --git a/examples/controls_example/public/react_controls/timeslider_control/components/index.scss b/examples/controls_example/public/react_controls/timeslider_control/components/index.scss index 9fb6510b1a934..de3677656848a 100644 --- a/examples/controls_example/public/react_controls/timeslider_control/components/index.scss +++ b/examples/controls_example/public/react_controls/timeslider_control/components/index.scss @@ -1,5 +1,8 @@ -.timeSlider-playToggle:enabled { - background-color: $euiColorPrimary !important; +.timeSlider-playToggle { + height: 100%; + &:enabled { + background-color: $euiColorPrimary !important; + } } .timeSlider-prependButton { diff --git a/examples/controls_example/public/react_controls/timeslider_control/components/play_button.tsx b/examples/controls_example/public/react_controls/timeslider_control/components/play_button.tsx index c30bff5c2926d..8fe19bca8a054 100644 --- a/examples/controls_example/public/react_controls/timeslider_control/components/play_button.tsx +++ b/examples/controls_example/public/react_controls/timeslider_control/components/play_button.tsx @@ -41,7 +41,11 @@ export function PlayButton(props: Props) { /> ); return props.disablePlayButton ? ( - + {Button} ) : ( diff --git a/examples/embeddable_examples/public/react_embeddables/field_list/field_list_react_embeddable.tsx b/examples/embeddable_examples/public/react_embeddables/field_list/field_list_react_embeddable.tsx index 6c296b00786e9..b29cf99c507b3 100644 --- a/examples/embeddable_examples/public/react_embeddables/field_list/field_list_react_embeddable.tsx +++ b/examples/embeddable_examples/public/react_embeddables/field_list/field_list_react_embeddable.tsx @@ -8,7 +8,7 @@ import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; import { css } from '@emotion/react'; -import { Reference } from '@kbn/content-management-utils'; +import type { Reference } from '@kbn/content-management-utils'; import { CoreStart } from '@kbn/core-lifecycle-browser'; import { DataView } from '@kbn/data-views-plugin/common'; import { DATA_VIEW_SAVED_OBJECT_TYPE } from '@kbn/data-views-plugin/public'; diff --git a/examples/response_stream/common/api/reducer_stream/index.ts b/examples/response_stream/common/api/reducer_stream/index.ts index cc5255761fbd6..13f3c0274f771 100644 --- a/examples/response_stream/common/api/reducer_stream/index.ts +++ b/examples/response_stream/common/api/reducer_stream/index.ts @@ -7,5 +7,3 @@ */ export { reducerStreamReducer } from './reducer'; -export { reducerStreamRequestBodySchema } from './request_body_schema'; -export type { ReducerStreamRequestBodySchema } from './request_body_schema'; diff --git a/examples/response_stream/server/routes/reducer_stream.ts b/examples/response_stream/server/routes/reducer_stream.ts index abdc90f28a23c..9a84d3009b6c3 100644 --- a/examples/response_stream/server/routes/reducer_stream.ts +++ b/examples/response_stream/server/routes/reducer_stream.ts @@ -16,7 +16,7 @@ import { deleteEntityAction, ReducerStreamApiAction, } from '../../common/api/reducer_stream/reducer_actions'; -import { reducerStreamRequestBodySchema } from '../../common/api/reducer_stream'; +import { reducerStreamRequestBodySchema } from './schemas/reducer_stream'; import { RESPONSE_STREAM_API_ENDPOINT } from '../../common/api'; import { entities, getActions } from './shared'; diff --git a/examples/response_stream/server/routes/redux_stream.ts b/examples/response_stream/server/routes/redux_stream.ts index bd694c531907b..700e1ff3d06c4 100644 --- a/examples/response_stream/server/routes/redux_stream.ts +++ b/examples/response_stream/server/routes/redux_stream.ts @@ -16,7 +16,7 @@ import { error, type ReduxStreamApiAction, } from '../../common/api/redux_stream/data_slice'; -import { reducerStreamRequestBodySchema } from '../../common/api/reducer_stream'; +import { reducerStreamRequestBodySchema } from './schemas/reducer_stream'; import { RESPONSE_STREAM_API_ENDPOINT } from '../../common/api'; import { entities, getActions } from './shared'; diff --git a/packages/analytics/ebt/shippers/elastic_v3/browser/index.ts b/examples/response_stream/server/routes/schemas/reducer_stream/index.ts similarity index 70% rename from packages/analytics/ebt/shippers/elastic_v3/browser/index.ts rename to examples/response_stream/server/routes/schemas/reducer_stream/index.ts index 05619fba6e6e3..62247bb3f3045 100644 --- a/packages/analytics/ebt/shippers/elastic_v3/browser/index.ts +++ b/examples/response_stream/server/routes/schemas/reducer_stream/index.ts @@ -6,5 +6,5 @@ * Side Public License, v 1. */ -export type { ElasticV3ShipperOptions } from '../common'; -export { ElasticV3BrowserShipper } from './src/browser_shipper'; +export { reducerStreamRequestBodySchema } from './request_body_schema'; +export type { ReducerStreamRequestBodySchema } from './request_body_schema'; diff --git a/examples/response_stream/common/api/reducer_stream/request_body_schema.ts b/examples/response_stream/server/routes/schemas/reducer_stream/request_body_schema.ts similarity index 100% rename from examples/response_stream/common/api/reducer_stream/request_body_schema.ts rename to examples/response_stream/server/routes/schemas/reducer_stream/request_body_schema.ts diff --git a/examples/response_stream/common/api/simple_string_stream/index.ts b/examples/response_stream/server/routes/schemas/simple_string_stream/index.ts similarity index 100% rename from examples/response_stream/common/api/simple_string_stream/index.ts rename to examples/response_stream/server/routes/schemas/simple_string_stream/index.ts diff --git a/examples/response_stream/common/api/simple_string_stream/request_body_schema.ts b/examples/response_stream/server/routes/schemas/simple_string_stream/request_body_schema.ts similarity index 100% rename from examples/response_stream/common/api/simple_string_stream/request_body_schema.ts rename to examples/response_stream/server/routes/schemas/simple_string_stream/request_body_schema.ts diff --git a/examples/response_stream/server/routes/single_string_stream.ts b/examples/response_stream/server/routes/single_string_stream.ts index d9cb65686b71e..daf0ae682a14e 100644 --- a/examples/response_stream/server/routes/single_string_stream.ts +++ b/examples/response_stream/server/routes/single_string_stream.ts @@ -9,7 +9,7 @@ import type { IRouter, Logger } from '@kbn/core/server'; import { streamFactory } from '@kbn/ml-response-stream/server'; -import { simpleStringStreamRequestBodySchema } from '../../common/api/simple_string_stream'; +import { simpleStringStreamRequestBodySchema } from './schemas/simple_string_stream'; import { RESPONSE_STREAM_API_ENDPOINT } from '../../common/api'; function timeout(ms: number) { diff --git a/fleet_packages.json b/fleet_packages.json index 76dd27e8c27f0..d0ee7ad089924 100644 --- a/fleet_packages.json +++ b/fleet_packages.json @@ -30,11 +30,11 @@ }, { "name": "elastic_agent", - "version": "1.20.0" + "version": "2.0.1" }, { "name": "endpoint", - "version": "8.14.0" + "version": "8.15.0" }, { "name": "fleet_server", @@ -52,10 +52,10 @@ }, { "name": "synthetics", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "security_detection_engine", - "version": "8.14.3" + "version": "8.15.1" } ] \ No newline at end of file diff --git a/oas_docs/makefile b/oas_docs/makefile index f0b2966f17e4d..aa6bd1af38223 100644 --- a/oas_docs/makefile +++ b/oas_docs/makefile @@ -16,12 +16,11 @@ .PHONY: api-docs api-docs: ## Generate kibana.serverless.yaml and kibana.yaml @npx @redocly/cli join "kibana.info.serverless.yaml" "../x-pack/plugins/observability_solution/apm/docs/openapi/apm.yaml" "../x-pack/plugins/actions/docs/openapi/bundled_serverless.yaml" "../src/plugins/data_views/docs/openapi/bundled.yaml" "../x-pack/plugins/ml/common/openapi/ml_apis_serverless.yaml" "../packages/core/saved-objects/docs/openapi/bundled_serverless.yaml" "../x-pack/plugins/observability_solution/slo/docs/openapi/slo/bundled.yaml" -o "output/kibana.serverless.yaml" "bundle.serverless.json" --prefix-components-with-info-prop title - @npx @redocly/cli join "kibana.info.yaml" "../x-pack/plugins/observability_solution/apm/docs/openapi/apm.yaml" "../x-pack/plugins/actions/docs/openapi/bundled.yaml" "../src/plugins/data_views/docs/openapi/bundled.yaml" "../x-pack/plugins/ml/common/openapi/ml_apis.yaml" "../packages/core/saved-objects/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/slo/docs/openapi/slo/bundled.yaml" "bundle.json" -o "output/kibana.yaml" --prefix-components-with-info-prop title + @npx @redocly/cli join "kibana.info.yaml" "../x-pack/plugins/alerting/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/apm/docs/openapi/apm.yaml" "../x-pack/plugins/cases/docs/openapi/bundled.yaml" "../x-pack/plugins/actions/docs/openapi/bundled.yaml" "../src/plugins/data_views/docs/openapi/bundled.yaml" "../x-pack/plugins/ml/common/openapi/ml_apis.yaml" "../packages/core/saved-objects/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/slo/docs/openapi/slo/bundled.yaml" "bundle.json" -o "output/kibana.yaml" --prefix-components-with-info-prop title .PHONY: api-docs-stateful api-docs-stateful: ## Generate only kibana.yaml - @npx @redocly/cli join "kibana.info.yaml" "../x-pack/plugins/observability_solution/apm/docs/openapi/apm.yaml" "../x-pack/plugins/actions/docs/openapi/bundled.yaml" "../src/plugins/data_views/docs/openapi/bundled.yaml" "../x-pack/plugins/ml/common/openapi/ml_apis.yaml" "../packages/core/saved-objects/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/slo/docs/openapi/slo/bundled.yaml" "bundle.json" -o "output/kibana.yaml" --prefix-components-with-info-prop title -# Temporarily omit "../x-pack/plugins/alerting/docs/openapi/bundled.yaml" and "../x-pack/plugins/cases/docs/openapi/bundled.yaml" due to OAS version + @npx @redocly/cli join "kibana.info.yaml" "../x-pack/plugins/alerting/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/apm/docs/openapi/apm.yaml" "../x-pack/plugins/cases/docs/openapi/bundled.yaml" "../x-pack/plugins/actions/docs/openapi/bundled.yaml" "../src/plugins/data_views/docs/openapi/bundled.yaml" "../x-pack/plugins/ml/common/openapi/ml_apis.yaml" "../packages/core/saved-objects/docs/openapi/bundled.yaml" "../x-pack/plugins/observability_solution/slo/docs/openapi/slo/bundled.yaml" "bundle.json" -o "output/kibana.yaml" --prefix-components-with-info-prop title # Temporarily omit "../x-pack/plugins/fleet/common/openapi/bundled.yaml" due to internals tag and tag sorting .PHONY: api-docs-serverless diff --git a/oas_docs/output/kibana.serverless.yaml b/oas_docs/output/kibana.serverless.yaml index 31d4d1605d028..7629eb0319cbc 100644 --- a/oas_docs/output/kibana.serverless.yaml +++ b/oas_docs/output/kibana.serverless.yaml @@ -1075,7 +1075,7 @@ paths: $ref: '#/components/schemas/Machine_learning_APIs_mlSync4xxResponse' /api/saved_objects/_export: post: - summary: Export saved objects in the default space + summary: Export saved objects operationId: exportSavedObjectsDefault description: > Retrieve sets of saved objects that you want to import into Kibana. @@ -1083,6 +1083,10 @@ paths: You must include `type` or `objects` in the request body. + Exported saved objects are not backwards compatible and cannot be + imported into an older version of Kibana. + + NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. @@ -1147,11 +1151,9 @@ paths: application/json: schema: $ref: '#/components/schemas/Serverless_saved_objects_400_response' - security: - - Serverless_saved_objects_apiKeyAuth: [] /api/saved_objects/_import: post: - summary: Import saved objects in the default space + summary: Import saved objects operationId: importSavedObjectsDefault description: > Create sets of Kibana saved objects from a file created by the export @@ -1275,119 +1277,6 @@ paths: application/json: schema: $ref: '#/components/schemas/Serverless_saved_objects_400_response' - security: - - Serverless_saved_objects_apiKeyAuth: [] - /s/{spaceId}/api/saved_objects/_export: - post: - summary: Export saved objects - operationId: exportSavedObjects - description: > - Retrieves sets of saved objects that you want to import into Kibana. - - You must include `type` or `objects` in the request body. - - - NOTE: The `savedObjects.maxImportExportSize` configuration setting - limits the number of saved objects which may be exported. - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. - tags: - - saved objects - parameters: - - $ref: '#/components/parameters/Serverless_saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Serverless_saved_objects_space_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: >- - #/components/schemas/Serverless_saved_objects_export_objects_request - examples: - exportSavedObjectsRequest: - $ref: >- - #/components/examples/Serverless_saved_objects_export_objects_request - responses: - '200': - description: Indicates a successful call. - content: - application/x-ndjson: - schema: - type: object - additionalProperties: true - examples: - exportSavedObjectsResponse: - $ref: >- - #/components/examples/Serverless_saved_objects_export_objects_response - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/Serverless_saved_objects_400_response' - security: - - Serverless_saved_objects_apiKeyAuth: [] - /s/{spaceId}/api/saved_objects/_import: - post: - summary: Import saved objects - operationId: importSavedObjects - description: > - Creates sets of Kibana saved objects from a file created by the export - API. - - Saved objects can be imported only into the same version, a newer minor - on the same major, or the next major. Exported saved objects are not - backwards compatible and cannot be imported into an older version of - Kibana. - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. - tags: - - saved objects - parameters: - - $ref: '#/components/parameters/Serverless_saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Serverless_saved_objects_space_id' - - $ref: '#/components/parameters/Serverless_saved_objects_compatibility_mode' - - $ref: '#/components/parameters/Serverless_saved_objects_create_new_copies' - - $ref: '#/components/parameters/Serverless_saved_objects_overwrite' - requestBody: - required: true - content: - multipart/form-data: - schema: - $ref: >- - #/components/schemas/Serverless_saved_objects_import_objects_request - examples: - importObjectsRequest: - $ref: >- - #/components/examples/Serverless_saved_objects_import_objects_request - responses: - '200': - description: Indicates a successful call. - content: - application/json: - schema: - $ref: >- - #/components/schemas/Serverless_saved_objects_200_import_objects_response - examples: - importObjectsResponse: - $ref: >- - #/components/examples/Serverless_saved_objects_import_objects_response - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/Serverless_saved_objects_400_response' - security: - - Serverless_saved_objects_apiKeyAuth: [] /s/{spaceId}/api/observability/slos: post: summary: Create an SLO @@ -1439,9 +1328,6 @@ paths: $ref: '#/components/schemas/SLOs_409_response' servers: - url: https://localhost:5601 - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] get: summary: Get a paginated list of SLOs operationId: findSlosOp @@ -1534,9 +1420,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /s/{spaceId}/api/observability/slos/{sloId}: get: summary: Get an SLO @@ -1587,9 +1470,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] put: summary: Update an SLO operationId: updateSloOp @@ -1639,9 +1519,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] delete: summary: Delete an SLO operationId: deleteSloOp @@ -1681,9 +1558,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /s/{spaceId}/api/observability/slos/{sloId}/enable: post: summary: Enable an SLO @@ -1724,9 +1598,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /s/{spaceId}/api/observability/slos/{sloId}/disable: post: summary: Disable an SLO @@ -1767,9 +1638,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /s/{spaceId}/api/observability/slos/{sloId}/_reset: post: summary: Reset an SLO @@ -1814,123 +1682,6 @@ paths: application/json: schema: $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/internal/observability/slos/_historical_summary: - post: - summary: Get a historical summary for SLOs - operationId: historicalSummaryOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. - tags: - - slo - parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_historical_summary_request' - responses: - '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_historical_summary_response' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/internal/observability/slos/_definitions: - get: - summary: Get the SLO definitions - operationId: getDefinitionsOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. - tags: - - slo - parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - name: includeOutdatedOnly - in: query - description: >- - Indicates if the API returns only outdated SLO or all SLO - definitions - schema: - type: boolean - example: true - - name: search - in: query - description: Filters the SLOs by name - schema: - type: string - example: my service availability - - name: page - in: query - description: The page to use for pagination, must be greater or equal than 1 - schema: - type: number - example: 1 - - name: perPage - in: query - description: Number of SLOs returned by page - schema: - type: integer - default: 100 - maximum: 1000 - example: 100 - responses: - '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_find_slo_definitions_response' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /s/{spaceId}/api/observability/slos/_delete_instances: post: summary: Batch delete rollup and summary data @@ -1973,9 +1724,6 @@ paths: $ref: '#/components/schemas/SLOs_403_response' servers: - url: https://localhost:5601 - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] /api/status: get: operationId: /api/status#0 @@ -2089,49 +1837,6 @@ components: name: kbn-xsrf description: Cross-site request forgery protection required: true - Serverless_saved_objects_space_id: - in: path - name: spaceId - description: >- - An identifier for the space. If `/s/` and the identifier are omitted - from the path, the default space is used. - required: true - schema: - type: string - example: default - Serverless_saved_objects_compatibility_mode: - in: query - name: compatibilityMode - schema: - type: boolean - required: false - description: > - Applies various adjustments to the saved objects that are being imported - to maintain compatibility between different Kibana versions. Use this - option only if you encounter issues with imported saved objects. NOTE: - This option cannot be used with the `createNewCopies` option. - Serverless_saved_objects_create_new_copies: - in: query - name: createNewCopies - schema: - type: boolean - required: false - description: > - Creates copies of saved objects, regenerates each object ID, and resets - the origin. When used, potential conflict errors are avoided. NOTE: This - option cannot be used with the `overwrite` and `compatibilityMode` - options. - Serverless_saved_objects_overwrite: - in: query - name: overwrite - schema: - type: boolean - required: false - description: > - Overwrites saved objects when they already exist. When used, potential - conflict errors are automatically resolved by overwriting the - destination object. NOTE: This option cannot be used with the - `createNewCopies` option. SLOs_kbn_xsrf: schema: type: string @@ -5661,77 +5366,6 @@ components: type: integer enum: - 400 - Serverless_saved_objects_export_objects_request: - type: object - properties: - excludeExportDetails: - description: Do not add export details entry at the end of the stream. - type: boolean - default: false - includeReferencesDeep: - description: Includes all of the referenced objects in the exported objects. - type: boolean - objects: - description: A list of objects to export. - type: array - items: - type: object - type: - description: >- - The saved object types to include in the export. Use `*` to export - all the types. - oneOf: - - type: string - - type: array - items: - type: string - Serverless_saved_objects_import_objects_request: - type: object - properties: - file: - description: > - A file exported using the export API. NOTE: The - `savedObjects.maxImportExportSize` configuration setting limits the - number of saved objects which may be included in this file. - Similarly, the `savedObjects.maxImportPayloadBytes` setting limits - the overall size of the file that can be imported. - Serverless_saved_objects_200_import_objects_response: - type: object - properties: - success: - type: boolean - description: > - Indicates when the import was successfully completed. When set to - false, some objects may not have been created. For additional - information, refer to the `errors` and `successResults` properties. - successCount: - type: integer - description: Indicates the number of successfully imported records. - errors: - type: array - items: - type: object - description: > - Indicates the import was unsuccessful and specifies the objects that - failed to import. - - - NOTE: One object may result in multiple errors, which requires - separate steps to resolve. For instance, a `missing_references` - error and conflict error. - successResults: - type: array - items: - type: object - description: > - Indicates the objects that are successfully imported, with any - metadata if applicable. - - - NOTE: Objects are created only when all resolvable errors are - addressed, including conflicts and missing references. If objects - are created as new copies, each entry in the `successResults` array - includes a `destinationId` attribute. SLOs_indicator_properties_apm_availability: title: APM availability required: @@ -6893,55 +6527,6 @@ components: description: The internal SLO version type: number example: 2 - SLOs_historical_summary_request: - title: Historical summary request - type: object - required: - - list - properties: - list: - description: The list of SLO identifiers to get the historical summary for - type: array - items: - type: string - example: 8853df00-ae2e-11ed-90af-09bb6422b258 - SLOs_historical_summary_response: - title: Historical summary response - type: object - additionalProperties: - type: array - items: - type: object - properties: - date: - type: string - example: '2022-01-01T00:00:00.000Z' - status: - $ref: '#/components/schemas/SLOs_summary_status' - sliValue: - type: number - example: 0.9836 - errorBudget: - $ref: '#/components/schemas/SLOs_error_budget' - SLOs_find_slo_definitions_response: - title: Find SLO definitions response - description: | - A paginated response of SLO definitions matching the query. - type: object - properties: - page: - type: number - example: 2 - perPage: - type: number - example: 100 - total: - type: number - example: 123 - results: - type: array - items: - $ref: '#/components/schemas/SLOs_slo_definition_response' SLOs_delete_slo_instances_request: title: Delete SLO instances request description: > @@ -9061,22 +8646,6 @@ components: enum: - 404 securitySchemes: - Serverless_saved_objects_apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: > - Serverless APIs support only key-based authentication. You must create - an API key and use the encoded value in the request header. For example: - 'Authorization: ApiKey base64AccessApiKey'. - SLOs_basicAuth: - type: http - scheme: basic - SLOs_apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: 'e.g. Authorization: ApiKey base64AccessApiKey' Kibana_HTTP_APIs_apiKeyAuth: in: header name: Authorization diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index ae95ff01ac315..551ab3149dda9 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -61,6 +61,9 @@ servers: description: local - url: http://localhost:5622 tags: + - name: alerting + description: Alerting APIs enable you to create and manage rules and alerts. + x-displayName: alerting - name: APM agent keys description: > Configure APM agent keys to authorize requests from APM agents to the APM @@ -72,6 +75,9 @@ tags: Annotations enable you to easily see how events are impacting the performance of your applications. x-displayName: APM annotations + - name: cases + description: Case APIs enable you to open and track issues. + x-displayName: cases - name: connectors description: Connector APIs enable you to create and manage connectors. x-displayName: connectors @@ -94,276 +100,179 @@ tags: - name: system x-displayName: system paths: - /api/apm/agent_keys: - post: - summary: Create an APM agent key - description: Create a new agent key for APM. - operationId: createAgentKey - tags: - - APM agent keys - requestBody: - required: true - content: - application/json: - schema: - type: object - properties: - name: - type: string - privileges: - type: array - items: - type: string - enum: - - event:write - - config_agent:read - responses: - '200': - description: Agent key created successfully - content: - application/json: - schema: - type: object - properties: - api_key: - type: string - expiration: - type: integer - format: int64 - id: - type: string - name: - type: string - encoded: - type: string - /api/apm/services/{serviceName}/annotation/search: - get: - summary: Search for annotations - description: Search for annotations related to a specific service. - operationId: getAnnotation - tags: - - APM annotations - parameters: - - name: serviceName - in: path - required: true - description: The name of the service - schema: - type: string - - name: environment - in: query - required: false - description: The environment to filter annotations by - schema: - type: string - - name: start - in: query - required: false - description: The start date for the search - schema: - type: string - - name: end - in: query - required: false - description: The end date for the search - schema: - type: string - responses: - '200': - description: Successful response - content: - application/json: - schema: - type: object - properties: - annotations: - type: array - items: - type: object - properties: - type: - type: string - enum: - - version - id: - type: string - '@timestamp': - type: number - text: - type: string - /api/apm/services/{serviceName}/annotation: - post: - summary: Create a service annotation - description: Create a new annotation for a specific service. - operationId: createAnnotation - tags: - - APM annotations - parameters: - - name: serviceName - in: path - required: true - description: The name of the service - schema: - type: string - requestBody: - required: true - content: - application/json: - schema: - type: object - properties: - '@timestamp': - type: string - service: - type: object - properties: - version: - type: string - environment: - type: string - message: - type: string - tags: - type: array - items: - type: string - responses: - '200': - description: Annotation created successfully - content: - application/json: - schema: - type: object - properties: - _id: - type: string - _index: - type: string - _source: - type: object - properties: - annotation: - type: string - tags: - type: array - items: - type: string - message: - type: string - service: - type: object - properties: - name: - type: string - environment: - type: string - version: - type: string - event: - type: object - properties: - created: - type: string - '@timestamp': - type: string - /api/actions/connector: + /api/alerting/rule: post: - summary: Create a connector with a random ID - operationId: createConnector - description: The connector identifier is randomly generated. + summary: Create a rule with a random identifier + operationId: createRule + description: > + To create a rule, you must have `all` privileges for the appropriate + Kibana features, depending on the `consumer` and `rule_type_id` of the + rule you're creating. For example, you must have privileges for the + **Management > Stack rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability** features, or + **Security** features. If the rule has actions, you must also have + `read` privileges for the **Management > Actions and Connectors** + feature. This API supports both key- and token-based authentication. To + use key-based authentication, create an API key in Kibana and use it in + the header of the API call. To use token-based authentication, provide a + username and password; an API key that matches the current privileges of + the user is created automatically. In both cases, the API key is + subsequently used for authorization when the rule runs. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/Connectors_create_connector_request' + $ref: '#/components/schemas/Alerting_create_rule_request' examples: - createEmailConnectorRequest: + createEsQueryEsqlRuleRequest: $ref: >- - #/components/examples/Connectors_create_email_connector_request - createIndexConnectorRequest: + #/components/examples/Alerting_create_es_query_esql_rule_request + createEsQueryRuleRequest: + $ref: '#/components/examples/Alerting_create_es_query_rule_request' + createEsQueryKqlRuleRequest: $ref: >- - #/components/examples/Connectors_create_index_connector_request - createWebhookConnectorRequest: + #/components/examples/Alerting_create_es_query_kql_rule_request + createIndexThresholdRuleRequest: $ref: >- - #/components/examples/Connectors_create_webhook_connector_request - createXmattersConnectorRequest: + #/components/examples/Alerting_create_index_threshold_rule_request + createTrackingContainmentRuleRequest: $ref: >- - #/components/examples/Connectors_create_xmatters_connector_request + #/components/examples/Alerting_create_tracking_containment_rule_request responses: '200': description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Connectors_connector_response_properties' + $ref: '#/components/schemas/Alerting_rule_response_properties' examples: - createEmailConnectorResponse: + createEsQueryEsqlRuleResponse: $ref: >- - #/components/examples/Connectors_create_email_connector_response - createIndexConnectorResponse: + #/components/examples/Alerting_create_es_query_esql_rule_response + createEsQueryRuleResponse: + $ref: '#/components/examples/Alerting_create_es_query_rule_response' + createEsQueryKqlRuleResponse: $ref: >- - #/components/examples/Connectors_create_index_connector_response - createWebhookConnectorResponse: + #/components/examples/Alerting_create_es_query_kql_rule_response + createIndexThresholdRuleResponse: $ref: >- - #/components/examples/Connectors_create_webhook_connector_response - createXmattersConnectorResponse: + #/components/examples/Alerting_create_index_threshold_rule_response + createTrackingContainmentRuleResponse: $ref: >- - #/components/examples/Connectors_create_xmatters_connector_response + #/components/examples/Alerting_create_tracking_containment_rule_response '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/connector/{connectorId}: + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' + /api/alerting/rule/{ruleId}: get: - summary: Get a connector information - operationId: getConnector + summary: Get rule details + operationId: getRule + description: > + You must have `read` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rules you're + seeking. For example, the **Management > Stack Rules** feature, + **Analytics > Discover** and **Machine Learning** features, + **Observability** features, or **Security** features. To get rules + associated with the **Stack Monitoring** feature, use the + `monitoring_user` built-in role. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_connector_id' + - $ref: '#/components/parameters/Alerting_rule_id' responses: '200': description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Connectors_connector_response_properties' + $ref: '#/components/schemas/Alerting_rule_response_properties' examples: - getConnectorResponse: - $ref: '#/components/examples/Connectors_get_connector_response' + getRuleResponse: + $ref: '#/components/examples/Alerting_get_rule_response' '401': - $ref: '#/components/responses/Connectors_401' + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' '404': - $ref: '#/components/responses/Connectors_404' + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' delete: - summary: Delete a connector - operationId: deleteConnector + summary: Delete a rule + operationId: deleteRule + description: > + To delete a rule, you must have `all` privileges for the appropriate + Kibana features, depending on the `consumer` and `rule_type_id` of the + rule you're deleting. For example, the **Management** > **Stack Rules** + feature, **Analytics** > **Discover** or **Machine Learning** features, + **Observability**, or **Security** features. WARNING: After you delete a + rule, you cannot recover it. If the API key that is used by the rule was + created automatically, it is deleted. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_connector_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' responses: '204': description: Indicates a successful call. '401': - $ref: '#/components/responses/Connectors_401' + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' '404': - $ref: '#/components/responses/Connectors_404' + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' post: - summary: Create a connector - operationId: createConnectorId + summary: Create a rule + operationId: createRuleId + description: > + This API creates a rule with a specific rule identifier. If you omit the + identifer, it is automatically generated. To create a rule, you must + have `all` privileges for the appropriate Kibana features, depending on + the `consumer` and `rule_type_id` of the rule you're creating. For + example, you must have privileges for the **Management > Stack rules** + feature, **Analytics > Discover** and **Machine Learning** features, + **Observability** features, or **Security** features. If the rule has + actions, you must also have `read` privileges for the **Management > + Actions and Connectors** feature. This API supports both key- and + token-based authentication. To use key-based authentication, create an + API key in Kibana and use it in the header of the API call. To use + token-based authentication, provide a username and password; an API key + that matches the current privileges of the user is created + automatically. In both cases, the API key is subsequently used for + authorization when the rule runs. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' - in: path - name: connectorId + name: ruleId description: > - A UUID v1 or v4 identifier for the connector. If you omit this + An UUID v1 or v4 identifier for the rule. If you omit this parameter, an identifier is randomly generated. required: true schema: @@ -374,737 +283,1324 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Connectors_create_connector_request' + $ref: '#/components/schemas/Alerting_create_rule_request' examples: - createIndexConnectorRequest: + createEsQueryEsqlRuleIdRequest: $ref: >- - #/components/examples/Connectors_create_index_connector_request + #/components/examples/Alerting_create_es_query_esql_rule_request + createEsQueryRuleIdRequest: + $ref: '#/components/examples/Alerting_create_es_query_rule_request' + createEsQueryKqlRuleIdRequest: + $ref: >- + #/components/examples/Alerting_create_es_query_kql_rule_request + createIndexThreholdRuleIdRequest: + $ref: >- + #/components/examples/Alerting_create_index_threshold_rule_request responses: '200': description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Connectors_connector_response_properties' + $ref: '#/components/schemas/Alerting_rule_response_properties' examples: - createIndexConnectorResponse: + createEsQueryEsqlRuleIdResponse: $ref: >- - #/components/examples/Connectors_create_index_connector_response + #/components/examples/Alerting_create_es_query_esql_rule_response + createEsQueryRuleIdResponse: + $ref: '#/components/examples/Alerting_create_es_query_rule_response' + createEsQueryKqlRuleIdResponse: + $ref: >- + #/components/examples/Alerting_create_es_query_kql_rule_response + createIndexThresholdRuleIdResponse: + $ref: >- + #/components/examples/Alerting_create_index_threshold_rule_response '401': - $ref: '#/components/responses/Connectors_401' + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' put: - summary: Update a connector - operationId: updateConnector + summary: Update a rule + operationId: updateRule + description: > + To update a rule, you must have `all` privileges for the appropriate + Kibana features, depending on the `consumer` and `rule_type_id` of the + rule you're updating. For example, you must have privileges for the + **Management > Stack rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability** features, or + **Security** features. If the rule has actions, you must also have + `read` privileges for the **Management > Actions and Connectors** + feature. This API supports both key- and token-based authentication. To + use key-based authentication, create an API key in Kibana and use it in + the header of the API call. To use token-based authentication, provide a + username and password; an API key that matches the current privileges of + the user is created automatically. In both cases, the API key is + subsequently used for authorization when the rule runs. NOTE: If the API + key has different privileges than the key that created or most recently + updated the rule, the rule behavior might change. Though some properties + are optional, when you update the rule the existing property values are + overwritten with default values. Therefore, it is recommended to + explicitly set all property values. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_connector_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/Connectors_update_connector_request' + $ref: '#/components/schemas/Alerting_update_rule_request' examples: - updateIndexConnectorRequest: - $ref: >- - #/components/examples/Connectors_update_index_connector_request + updateRuleRequest: + $ref: '#/components/examples/Alerting_update_rule_request' responses: '200': description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Connectors_connector_response_properties' - '400': - $ref: '#/components/responses/Connectors_401' + $ref: '#/components/schemas/Alerting_rule_response_properties' + examples: + updateRuleResponse: + $ref: '#/components/examples/Alerting_update_rule_response' '401': - $ref: '#/components/responses/Connectors_401' + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' '404': - $ref: '#/components/responses/Connectors_404' - /api/actions/connector/{connectorId}/_execute: + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' + /api/alerting/rule/{ruleId}/_disable: post: - summary: Run a connector - operationId: runConnector + summary: Disable a rule + operationId: disableRule description: > - You can use this API to test an action that involves interaction with - Kibana services or integrations with third-party systems. You must have - `read` privileges for the **Actions and Connectors** feature in the - **Management** section of the Kibana feature privileges. If you use an - index connector, you must also have `all`, `create`, `index`, or `write` - indices privileges. + You must have `all` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rule. For example, + the **Management > Stack Rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability**, and **Security** + features. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_connector_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/Connectors_run_connector_request' - examples: - runCasesWebhookConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_cases_webhook_connector_request - runEmailConnectorRequest: - $ref: '#/components/examples/Connectors_run_email_connector_request' - runIndexConnectorRequest: - $ref: '#/components/examples/Connectors_run_index_connector_request' - runJiraConnectorRequest: - $ref: '#/components/examples/Connectors_run_jira_connector_request' - runPagerDutyConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_pagerduty_connector_request - runServerLogConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_server_log_connector_request - runServiceNowITOMConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_servicenow_itom_connector_request - runSlackConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_slack_api_connector_request - runSwimlaneConnectorRequest: - $ref: >- - #/components/examples/Connectors_run_swimlane_connector_request + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - required: - - connector_id - - status - properties: - connector_id: - type: string - description: The identifier for the connector. - data: - oneOf: - - type: object - description: Information returned from the action. - additionalProperties: true - - type: array - description: An array of information returned from the action. - items: - type: object - status: - type: string - description: The status of the action. - enum: - - error - - ok - examples: - runCasesWebhookConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_cases_webhook_connector_response - runEmailConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_email_connector_response - runIndexConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_index_connector_response - runJiraConnectorResponse: - $ref: '#/components/examples/Connectors_run_jira_connector_response' - runPagerDutyConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_pagerduty_connector_response - runServerLogConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_server_log_connector_response - runServiceNowITOMConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_servicenow_itom_connector_response - runSlackConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_slack_api_connector_response - runSwimlaneConnectorResponse: - $ref: >- - #/components/examples/Connectors_run_swimlane_connector_response + $ref: '#/components/schemas/Alerting_401_response' + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_404_response' + /api/alerting/rule/{ruleId}/_enable: + post: + summary: Enable a rule + operationId: enableRule + description: > + To enable a rule, you must have `all` privileges for the appropriate + Kibana features, depending on the `consumer` and `rule_type_id` of the + rule. For example, the **Management > Stack Rules** feature, **Analytics + > Discover** and **Machine Learning** features, **Observability**, and + **Security** features. This API supports both key- and token-based + authentication. To use key-based authentication, create an API key in + Kibana and use it in the header of the API call. To use token-based + authentication, provide a username and password; an API key that matches + the current privileges of the user is created automatically. In both + cases, the API key is subsequently used for authorization when the rule + runs. + tags: + - alerting + parameters: + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' + responses: + '204': + description: Indicates a successful call. '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/connectors: + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rules/_find: get: - summary: Get all connectors - operationId: getConnectors + summary: Find rule information + operationId: findRules + description: > + You must have `read` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rules you're + seeking. For example, you must have privileges for the **Management > + Stack rules** feature, **Analytics > Discover** and **Machine Learning** + features, **Observability** features, or **Security** features. To find + rules associated with the **Stack Monitoring** feature, use the + `monitoring_user` built-in role. tags: - - connectors + - alerting + parameters: + - name: default_search_operator + in: query + description: The default operator to use for the simple_query_string. + schema: + type: string + default: OR + example: OR + - name: fields + in: query + description: The fields to return in the `attributes` key of the response. + schema: + type: array + items: + type: string + - name: filter + in: query + description: > + A KQL string that you filter with an attribute from your saved + object. It should look like `savedObjectType.attributes.title: + "myTitle"`. However, if you used a direct attribute of a saved + object, such as `updatedAt`, you must define your filter, for + example, `savedObjectType.updatedAt > 2018-12-22`. + schema: + type: string + - name: has_reference + in: query + description: >- + Filters the rules that have a relation with the reference objects + with a specific type and identifier. + schema: + type: object + properties: + id: + type: string + type: + type: string + - name: page + in: query + description: The page number to return. + schema: + type: integer + default: 1 + example: 1 + - name: per_page + in: query + description: The number of rules to return per page. + schema: + type: integer + default: 20 + example: 20 + - name: search + in: query + description: >- + An Elasticsearch simple_query_string query that filters the objects + in the response. + schema: + type: string + example: threshold +-test* + - name: search_fields + in: query + description: The fields to perform the simple_query_string parsed query against. + schema: + oneOf: + - type: string + example: name + - type: array + items: + type: string + - name: sort_field + in: query + description: > + Determines which field is used to sort the results. The field must + exist in the `attributes` key of the response. + schema: + type: string + - name: sort_order + in: query + description: Determines the sort order. + schema: + type: string + enum: + - asc + - desc + default: desc + example: asc responses: '200': description: Indicates a successful call. content: application/json: schema: - type: array - items: - $ref: >- - #/components/schemas/Connectors_connector_response_properties + type: object + properties: + data: + type: array + items: + $ref: '#/components/schemas/Alerting_rule_response_properties' + page: + type: integer + per_page: + type: integer + total: + type: integer examples: - getConnectorsResponse: - $ref: '#/components/examples/Connectors_get_connectors_response' + findRulesResponse: + $ref: '#/components/examples/Alerting_find_rules_response' + findConditionalActionRulesResponse: + $ref: >- + #/components/examples/Alerting_find_rules_response_conditional_action '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/connector_types: + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/_health: get: - summary: Get all connector types - operationId: getConnectorTypes + summary: Get the alerting framework health + operationId: getAlertingHealth + description: > + You must have `read` privileges for the **Management > Stack Rules** + feature or for at least one of the **Analytics > Discover**, **Analytics + > Machine Learning**, **Observability**, or **Security** features. tags: - - connectors - parameters: - - in: query - name: feature_id - description: >- - A filter to limit the retrieved connector types to those that - support a specific feature (such as alerting or cases). - schema: - $ref: '#/components/schemas/Connectors_features' + - alerting + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + alerting_framework_health: + type: object + description: > + Three substates identify the health of the alerting + framework: `decryption_health`, `execution_health`, and + `read_health`. + properties: + decryption_health: + type: object + description: The timestamp and status of the rule decryption. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + execution_health: + type: object + description: The timestamp and status of the rule run. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + read_health: + type: object + description: The timestamp and status of the rule reading events. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + has_permanent_encryption_key: + type: boolean + description: >- + If `false`, the encrypted saved object plugin does not + have a permanent encryption key. + example: true + is_sufficiently_secure: + type: boolean + description: If `false`, security is enabled but TLS is not. + example: true + examples: + getAlertingHealthResponse: + $ref: '#/components/examples/Alerting_get_health_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rule_types: + get: + summary: Get the rule types + operationId: getRuleTypes + description: > + If you have `read` privileges for one or more Kibana features, the API + response contains information about the appropriate rule types. For + example, there are rule types associated with the **Management > Stack + Rules** feature, **Analytics > Discover** and **Machine Learning** + features, **Observability** features, and **Security** features. To get + rule types associated with the **Stack Monitoring** feature, use the + `monitoring_user` built-in role. + tags: + - alerting responses: '200': description: Indicates a successful call. content: application/json: schema: - title: Get connector types response body properties - description: The properties vary for each connector type. type: array items: type: object properties: - enabled: - type: boolean + action_groups: + description: > + An explicit list of groups for which the rule type can + schedule actions, each with the action group's unique ID + and human readable name. Rule actions validation uses + this configuration to ensure that groups are valid. + type: array + items: + type: object + properties: + id: + type: string + name: + type: string + action_variables: + description: > + A list of action variables that the rule type makes + available via context and state in action parameter + templates, and a short human readable description. When + you create a rule in Kibana, it uses this information to + prompt you for these variables in action parameter + editors. + type: object + properties: + context: + type: array + items: + type: object + properties: + name: + type: string + description: + type: string + useWithTripleBracesInTemplates: + type: boolean + params: + type: array + items: + type: object + properties: + description: + type: string + name: + type: string + state: + type: array + items: + type: object + properties: + description: + type: string + name: + type: string + alerts: + type: object + description: > + Details for writing alerts as data documents for this + rule type. + properties: + context: + type: string + description: | + The namespace for this rule type. + enum: + - ml.anomaly-detection + - observability.apm + - observability.logs + - observability.metrics + - observability.slo + - observability.threshold + - observability.uptime + - security + - stack + dynamic: + type: string + description: Indicates whether new fields are added dynamically. + enum: + - 'false' + - runtime + - strict + - 'true' + isSpaceAware: + type: boolean + description: > + Indicates whether the alerts are space-aware. If + true, space-specific alert indices are used. + mappings: + type: object + properties: + fieldMap: + type: object + description: > + Mapping information for each field supported in + alerts as data documents for this rule type. For + more information about mapping parameters, refer + to the Elasticsearch documentation. + additionalProperties: + $ref: >- + #/components/schemas/Alerting_fieldmap_properties + secondaryAlias: + type: string + description: > + A secondary alias. It is typically used to support + the signals alias for detection rules. + shouldWrite: + type: boolean + description: > + Indicates whether the rule should write out alerts + as data. + useEcs: + type: boolean + description: > + Indicates whether to include the ECS component + template for the alerts. + useLegacyAlerts: + type: boolean + default: false + description: > + Indicates whether to include the legacy component + template for the alerts. + authorized_consumers: description: >- - Indicates whether the connector type is enabled in - Kibana. - example: true - enabled_in_config: - type: boolean + The list of the plugins IDs that have access to the rule + type. + type: object + properties: + alerts: + type: object + properties: + all: + type: boolean + read: + type: boolean + apm: + type: object + properties: + all: + type: boolean + read: + type: boolean + discover: + type: object + properties: + all: + type: boolean + read: + type: boolean + infrastructure: + type: object + properties: + all: + type: boolean + read: + type: boolean + logs: + type: object + properties: + all: + type: boolean + read: + type: boolean + ml: + type: object + properties: + all: + type: boolean + read: + type: boolean + monitoring: + type: object + properties: + all: + type: boolean + read: + type: boolean + siem: + type: object + properties: + all: + type: boolean + read: + type: boolean + slo: + type: object + properties: + all: + type: boolean + read: + type: boolean + stackAlerts: + type: object + properties: + all: + type: boolean + read: + type: boolean + uptime: + type: object + properties: + all: + type: boolean + read: + type: boolean + category: + type: string description: >- - Indicates whether the connector type is enabled in the - Kibana configuration file. - example: true + The rule category, which is used by features such as + category-specific maintenance windows. + enum: + - management + - observability + - securitySolution + default_action_group_id: + description: The default identifier for the rule type group. + type: string + does_set_recovery_context: + description: >- + Indicates whether the rule passes context variables to + its recovery action. + type: boolean enabled_in_license: + description: >- + Indicates whether the rule type is enabled or disabled + based on the subscription. + type: boolean + has_alerts_mappings: type: boolean description: >- - Indicates whether the connector is enabled in the - license. - example: true + Indicates whether the rule type has custom mappings for + the alert data. + has_fields_for_a_a_d: + type: boolean id: - $ref: '#/components/schemas/Connectors_connector_types' - is_system_action_type: + description: The unique identifier for the rule type. + type: string + is_exportable: + description: >- + Indicates whether the rule type is exportable in **Stack + Management > Saved Objects**. type: boolean - example: false minimum_license_required: + description: The subscriptions required to use the rule type. type: string - description: The license that is required to use the connector type. example: basic name: + description: The descriptive name of the rule type. type: string - description: The name of the connector type. - example: Index - supported_feature_ids: - type: array - description: The features that are supported by the connector type. - items: - $ref: '#/components/schemas/Connectors_features' - example: - - alerting - - cases - - siem + producer: + description: >- + An identifier for the application that produces this + rule type. + type: string + example: stackAlerts + recovery_action_group: + description: >- + An action group to use when an alert goes from an active + state to an inactive one. + type: object + properties: + id: + type: string + name: + type: string + rule_task_timeout: + type: string + example: 5m examples: - getConnectorTypesServerlessResponse: - $ref: >- - #/components/examples/Connectors_get_connector_types_generativeai_response + getRuleTypesResponse: + $ref: '#/components/examples/Alerting_get_rule_types_response' '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/action/{actionId}: - delete: - summary: Delete a connector - operationId: legacyDeleteConnector - deprecated: true + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rule/{ruleId}/_mute_all: + post: + summary: Mute all alerts + operationId: muteAllAlerts description: > - Deprecated in 7.13.0. Use the delete connector API instead. WARNING: - When you delete a connector, it cannot be recovered. + This API snoozes the notifications for the rule indefinitely. The rule + checks continue to occur but alerts will not trigger any actions. You + must have `all` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rule. For example, + the **Management > Stack Rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability**, and **Security** + features. If the rule has actions, you must also have `read` privileges + for the **Management > Actions and Connectors** feature. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_action_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' responses: '204': description: Indicates a successful call. '401': - $ref: '#/components/responses/Connectors_401' - get: - summary: Get connector information - operationId: legacyGetConnector - description: Deprecated in 7.13.0. Use the get connector API instead. - deprecated: true + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rule/{ruleId}/_unmute_all: + post: + summary: Unmute all alerts + operationId: unmuteAllAlerts + description: > + If the rule has its notifications snoozed indefinitely, this API cancels + the snooze. You must have `all` privileges for the appropriate Kibana + features, depending on the `consumer` and `rule_type_id` of the rule. + For example, the **Management > Stack Rules** feature, **Analytics > + Discover** and **Machine Learning** features, **Observability**, and + **Security** features. If the rule has actions, you must also have + `read` privileges for the **Management > Actions and Connectors** + feature. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_action_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' responses: - '200': - $ref: '#/components/responses/Connectors_200_actions' + '204': + description: Indicates a successful call. '401': - $ref: '#/components/responses/Connectors_401' - put: - summary: Update a connector - operationId: legacyUpdateConnector - deprecated: true - description: Deprecated in 7.13.0. Use the update connector API instead. + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rule/{ruleId}/_update_api_key: + post: + summary: Update the API key for a rule + operationId: updateRuleAPIKey + description: >- + The new API key has the credentials of the user that submits the + request. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_action_id' - requestBody: - required: true - content: - application/json: - schema: - title: Legacy update connector request body properties - description: The properties vary depending on the connector type. - type: object - properties: - config: - type: object - description: >- - The new connector configuration. Configuration properties - vary depending on the connector type. - name: - type: string - description: The new name for the connector. - secrets: - type: object - description: >- - The updated secrets configuration for the connector. Secrets - properties vary depending on the connector type. + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_rule_id' responses: '200': - $ref: '#/components/responses/Connectors_200_actions' - '404': - $ref: '#/components/responses/Connectors_404' - /api/actions: - get: - summary: Get all connectors - operationId: legacyGetConnectors - deprecated: true - description: Deprecated in 7.13.0. Use the get all connectors API instead. + description: Indicates a successful call. + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_400_response' + /api/alerting/rule/{ruleId}/alert/{alertId}/_mute: + post: + summary: Mute an alert + operationId: muteAlert + description: > + You must have `all` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rule. For example, + the **Management > Stack Rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability**, and **Security** + features. If the rule has actions, you must also have `read` privileges + for the **Management > Actions and Connectors** feature. tags: - - connectors + - alerting + parameters: + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_alert_id' + - $ref: '#/components/parameters/Alerting_rule_id' responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: array - items: - $ref: '#/components/schemas/Connectors_action_response_properties' - '401': - $ref: '#/components/responses/Connectors_401' + $ref: '#/components/schemas/Alerting_401_response' + /api/alerting/rule/{ruleId}/alert/{alertId}/_unmute: post: - summary: Create a connector - operationId: legacyCreateConnector - deprecated: true - description: Deprecated in 7.13.0. Use the create connector API instead. + summary: Unmute an alert + operationId: unmuteAlert + description: > + You must have `all` privileges for the appropriate Kibana features, + depending on the `consumer` and `rule_type_id` of the rule. For example, + the **Management > Stack Rules** feature, **Analytics > Discover** and + **Machine Learning** features, **Observability**, and **Security** + features. If the rule has actions, you must also have `read` privileges + for the **Management > Actions and Connectors** feature. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - requestBody: - required: true - content: - application/json: - schema: - title: Legacy create connector request properties - type: object - properties: - actionTypeId: - type: string - description: The connector type identifier. - config: - type: object - description: >- - The configuration for the connector. Configuration - properties vary depending on the connector type. - name: - type: string - description: The display name for the connector. - secrets: - type: object - description: > - The secrets configuration for the connector. Secrets - configuration properties vary depending on the connector - type. NOTE: Remember these values. You must provide them - each time you update the connector. + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_alert_id' + - $ref: '#/components/parameters/Alerting_rule_id' responses: - '200': - $ref: '#/components/responses/Connectors_200_actions' + '204': + description: Indicates a successful call. '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/list_action_types: + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}: + delete: + summary: Delete an alert + operationId: legaryDeleteAlert + deprecated: true + description: > + Deprecated in 7.13.0. Use the delete rule API instead. WARNING: After + you delete an alert, you cannot recover it. + tags: + - alerting + parameters: + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 + responses: + '204': + description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' get: - summary: Get connector types - operationId: legacyGetConnectorTypes + summary: Get an alert by identifier + operationId: legacyGetAlert deprecated: true - description: Deprecated in 7.13.0. Use the get all connector types API instead. + description: Deprecated in 7.13.0. Use the get rule API instead. tags: - - connectors + - alerting + parameters: + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 responses: '200': description: Indicates a successful call. content: application/json: schema: - title: Legacy get connector types response body properties - description: The properties vary for each connector type. - type: array - items: - type: object - properties: - enabled: - type: boolean - description: >- - Indicates whether the connector type is enabled in - Kibana. - enabledInConfig: - type: boolean - description: >- - Indicates whether the connector type is enabled in the - Kibana `.yml` file. - enabledInLicense: - type: boolean - description: >- - Indicates whether the connector is enabled in the - license. - example: true - id: - type: string - description: The unique identifier for the connector type. - minimumLicenseRequired: - type: string - description: The license that is required to use the connector type. - name: - type: string - description: The name of the connector type. + $ref: '#/components/schemas/Alerting_alert_response_properties' '401': - $ref: '#/components/responses/Connectors_401' - /api/actions/action/{actionId}/_execute: + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' post: - summary: Run a connector - operationId: legacyRunConnector + summary: Create an alert + operationId: legacyCreateAlert deprecated: true - description: Deprecated in 7.13.0. Use the run connector API instead. + description: Deprecated in 7.13.0. Use the create rule API instead. tags: - - connectors + - alerting parameters: - - $ref: '#/components/parameters/Connectors_kbn_xsrf' - - $ref: '#/components/parameters/Connectors_action_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: >- + An UUID v1 or v4 identifier for the alert. If this parameter is + omitted, the identifier is randomly generated. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 requestBody: required: true content: application/json: schema: - title: Legacy run connector request body properties - description: The properties vary depending on the connector type. + title: Legacy create alert request properties type: object required: + - alertTypeId + - consumer + - name + - notifyWhen - params + - schedule properties: + actions: + type: array + items: + type: object + required: + - actionTypeId + - group + - id + - params + properties: + actionTypeId: + type: string + description: The identifier for the action type. + group: + type: string + description: > + Grouping actions is recommended for escalations for + different types of alert instances. If you don't need + this functionality, set it to `default`. + id: + type: string + description: The ID of the action saved object. + params: + type: object + description: > + The map to the `params` that the action type will + receive. `params` are handled as Mustache templates + and passed a default set of context. + alertTypeId: + type: string + description: >- + The ID of the alert type that you want to call when the + alert is scheduled to run. + consumer: + type: string + description: >- + The name of the application that owns the alert. This name + has to match the Kibana feature name, as that dictates the + required role-based access control privileges. + enabled: + type: boolean + description: >- + Indicates if you want to run the alert on an interval basis + after it is created. + name: + type: string + description: A name to reference and search. + notifyWhen: + type: string + description: The condition for throttling the notification. + enum: + - onActionGroupChange + - onActiveAlert + - onThrottleInterval params: type: object description: >- - The parameters of the connector. Parameter properties vary - depending on the connector type. - responses: - '200': - description: Indicates a successful call. - content: - application/json: - schema: - type: object - properties: - actionId: - type: string - data: - oneOf: - - type: object - description: Information returned from the action. - additionalProperties: true - - type: array - description: An array of information returned from the action. - items: - type: object - status: + The parameters to pass to the alert type executor `params` + value. This will also validate against the alert type params + validator, if defined. + schedule: + type: object + description: > + The schedule specifying when this alert should be run. A + schedule is structured such that the key specifies the + format you wish to use and its value specifies the schedule. + properties: + interval: + type: string + description: >- + The interval format specifies the interval in seconds, + minutes, hours or days at which the alert should run. + example: 10s + tags: + type: array + items: type: string - description: The status of the action. - '401': - $ref: '#/components/responses/Connectors_401' - /api/data_views: - get: - summary: Get all data views - operationId: getAllDataViewsDefault - tags: - - data views + description: A list of keywords to reference and search. + throttle: + type: string + description: > + How often this alert should fire the same actions. This will + prevent the alert from sending out the same notification + over and over. For example, if an alert with a schedule of 1 + minute stays in a triggered state for 90 minutes, setting a + throttle of `10m` or `1h` will prevent it from sending 90 + notifications during this period. responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - properties: - data_view: - type: array - items: - type: object - properties: - id: - type: string - name: - type: string - namespaces: - type: array - items: - type: string - title: - type: string - typeMeta: - type: object - examples: - getAllDataViewsResponse: - $ref: '#/components/examples/Data_views_get_data_views_response' - '400': - description: Bad request + $ref: '#/components/schemas/Alerting_alert_response_properties' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/data_view: - post: - summary: Create a data view - operationId: createDataViewDefaultw + $ref: '#/components/schemas/Alerting_401_response' + put: + summary: Update an alert + operationId: legacyUpdateAlert + deprecated: true + description: Deprecated in 7.13.0. Use the update rule API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/Data_views_create_data_view_request_object' - examples: - createDataViewRequest: - $ref: '#/components/examples/Data_views_create_data_view_request' + title: Legacy update alert request properties + type: object + required: + - name + - notifyWhen + - params + - schedule + properties: + actions: + type: array + items: + type: object + required: + - actionTypeId + - group + - id + - params + properties: + actionTypeId: + type: string + description: The identifier for the action type. + group: + type: string + description: > + Grouping actions is recommended for escalations for + different types of alert instances. If you don't need + this functionality, set it to `default`. + id: + type: string + description: The ID of the action saved object. + params: + type: object + description: > + The map to the `params` that the action type will + receive. `params` are handled as Mustache templates + and passed a default set of context. + name: + type: string + description: A name to reference and search. + notifyWhen: + type: string + description: The condition for throttling the notification. + enum: + - onActionGroupChange + - onActiveAlert + - onThrottleInterval + params: + type: object + description: >- + The parameters to pass to the alert type executor `params` + value. This will also validate against the alert type params + validator, if defined. + schedule: + type: object + description: > + The schedule specifying when this alert should be run. A + schedule is structured such that the key specifies the + format you wish to use and its value specifies the schedule. + properties: + interval: + type: string + description: >- + The interval format specifies the interval in seconds, + minutes, hours or days at which the alert should run. + example: 1d + tags: + type: array + items: + type: string + description: A list of keywords to reference and search. + throttle: + type: string + description: > + How often this alert should fire the same actions. This will + prevent the alert from sending out the same notification + over and over. For example, if an alert with a schedule of 1 + minute stays in a triggered state for 90 minutes, setting a + throttle of `10m` or `1h` will prevent it from sending 90 + notifications during this period. responses: '200': description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' - '400': - description: Bad request + $ref: '#/components/schemas/Alerting_alert_response_properties' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/data_view/{viewId}: - get: - summary: Get a data view - operationId: getDataViewDefault - tags: - - data views - parameters: - - $ref: '#/components/parameters/Data_views_view_id' - responses: - '200': - description: Indicates a successful call. - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' - examples: - getDataViewResponse: - $ref: '#/components/examples/Data_views_get_data_view_response' - '404': - description: Object is not found. - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_404_response' - delete: - summary: Delete a data view - operationId: deleteDataViewDefault - description: | - WARNING: When you delete a data view, it cannot be recovered. + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/_disable: + post: + summary: Disable an alert + operationId: legacyDisableAlert + deprecated: true + description: Deprecated in 7.13.0. Use the disable rule API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 responses: '204': description: Indicates a successful call. - '404': - description: Object is not found. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_404_response' + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/_enable: post: - summary: Update a data view - operationId: updateDataViewDefault + summary: Enable an alert + operationId: legacyEnableAlert + deprecated: true + description: Deprecated in 7.13.0. Use the enable rule API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_update_data_view_request_object' - examples: - updateDataViewRequest: - $ref: '#/components/examples/Data_views_update_data_view_request' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_data_view_response_object' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/data_view/{viewId}/fields: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/_mute_all: post: - summary: Update data view fields metadata - operationId: updateFieldsMetadataDefault - description: > - Update fields presentation metadata such as count, customLabel, - customDescription, and format. + summary: Mute all alert instances + operationId: legacyMuteAllAlertInstances + deprecated: true + description: Deprecated in 7.13.0. Use the mute all alerts API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - fields - properties: - fields: - description: The field object. - type: object - examples: - updateFieldsMetadataRequest: - $ref: '#/components/examples/Data_views_update_field_metadata_request' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - properties: - acknowledged: - type: boolean - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/data_view/{viewId}/runtime_field: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/_unmute_all: post: - summary: Create a runtime field - operationId: createRuntimeFieldDefault + summary: Unmute all alert instances + operationId: legacyUnmuteAllAlertInstances + deprecated: true + description: Deprecated in 7.13.0. Use the unmute all alerts API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - $ref: '#/components/parameters/Data_views_view_id' - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - name - - runtimeField - properties: - name: - type: string - description: | - The name for a runtime field. - runtimeField: - type: object - description: | - The runtime field definition object. - examples: - createRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_create_runtime_field_request' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: The identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - put: - summary: Create or update a runtime field - operationId: createUpdateRuntimeFieldDefault + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alerts/_find: + get: + summary: Get a paginated set of alerts + operationId: legacyFindAlerts + deprecated: true + description: > + Deprecated in 7.13.0. Use the find rules API instead. NOTE: Alert + `params` are stored as a flattened field type and analyzed as keywords. + As alerts change in Kibana, the results on each page of the response + also change. Use the find API for traditional paginated results, but + avoid using it to export large amounts of data. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - - name: viewId - in: path - description: | - The ID of the data view fields you want to update. - required: true + - name: default_search_operator + in: query + description: The default operator to use for the `simple_query_string`. schema: type: string - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - name - - runtimeField - properties: - name: + default: OR + example: OR + - name: fields + in: query + description: The fields to return in the `attributes` key of the response. + schema: + type: array + items: + type: string + - name: filter + in: query + description: > + A KQL string that you filter with an attribute from your saved + object. It should look like `savedObjectType.attributes.title: + "myTitle"`. However, if you used a direct attribute of a saved + object, such as `updatedAt`, you must define your filter, for + example, `savedObjectType.updatedAt > 2018-12-22`. + schema: + type: string + - name: has_reference + in: query + description: >- + Filters the rules that have a relation with the reference objects + with a specific type and identifier. + schema: + type: object + properties: + id: + type: string + type: + type: string + - name: page + in: query + description: The page number to return. + schema: + type: integer + default: 1 + example: 1 + - name: per_page + in: query + description: The number of alerts to return per page. + schema: + type: integer + default: 20 + example: 20 + - name: search + in: query + description: >- + An Elasticsearch `simple_query_string` query that filters the alerts + in the response. + schema: + type: string + - name: search_fields + in: query + description: >- + The fields to perform the `simple_query_string` parsed query + against. + schema: + oneOf: + - type: string + - type: array + items: type: string - description: | - The name for a runtime field. - runtimeField: - type: object - description: | - The runtime field definition object. - examples: - updateRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_create_runtime_field_request' + - name: sort_field + in: query + description: > + Determines which field is used to sort the results. The field must + exist in the `attributes` key of the response. + schema: + type: string + - name: sort_order + in: query + description: Determines the sort order. + schema: + type: string + enum: + - asc + - desc + default: desc + example: asc responses: '200': description: Indicates a successful call. @@ -1113,27 +1609,30 @@ paths: schema: type: object properties: - data_view: - type: object - fields: + data: type: array items: - type: object - '400': - description: Bad request + $ref: '#/components/schemas/Alerting_alert_response_properties' + page: + type: integer + perPage: + type: integer + total: + type: integer + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/data_view/{viewId}/runtime_field/{fieldName}: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alerts/_health: get: - summary: Get a runtime field - operationId: getRuntimeFieldDefault + summary: Get the alerting framework health + operationId: legacyGetAlertingHealth + deprecated: true + description: Deprecated in 7.13.0. Use the get alerting framework health API instead. tags: - - data views - parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' + - alerting responses: '200': description: Indicates a successful call. @@ -1142,383 +1641,554 @@ paths: schema: type: object properties: - data_view: + alertingFrameworkHealth: type: object - fields: - type: array - items: - type: object - examples: - getRuntimeFieldResponse: - $ref: '#/components/examples/Data_views_get_runtime_field_response' - '404': - description: Object is not found. + description: > + Three substates identify the health of the alerting + framework: `decryptionHealth`, `executionHealth`, and + `readHealth`. + properties: + decryptionHealth: + type: object + description: The timestamp and status of the alert decryption. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + executionHealth: + type: object + description: The timestamp and status of the alert execution. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + readHealth: + type: object + description: The timestamp and status of the alert reading events. + properties: + status: + type: string + example: ok + enum: + - error + - ok + - warn + timestamp: + type: string + format: date-time + example: '2023-01-13T01:28:00.280Z' + hasPermanentEncryptionKey: + type: boolean + description: >- + If `false`, the encrypted saved object plugin does not + have a permanent encryption key. + example: true + isSufficientlySecure: + type: boolean + description: If `false`, security is enabled but TLS is not. + example: true + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_404_response' - delete: - summary: Delete a runtime field from a data view - operationId: deleteRuntimeFieldDefault + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alerts/list_alert_types: + get: + summary: Get the alert types + operationId: legacyGetAlertTypes + deprecated: true + description: Deprecated in 7.13.0. Use the get rule types API instead. tags: - - data views - parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' + - alerting responses: '200': description: Indicates a successful call. - '404': - description: Object is not found. content: application/json: schema: - $ref: '#/components/schemas/Data_views_404_response' + type: array + items: + type: object + properties: + actionGroups: + description: > + An explicit list of groups for which the alert type can + schedule actions, each with the action group's unique ID + and human readable name. Alert actions validation uses + this configuration to ensure that groups are valid. + type: array + items: + type: object + properties: + id: + type: string + name: + type: string + actionVariables: + description: > + A list of action variables that the alert type makes + available via context and state in action parameter + templates, and a short human readable description. The + Alert UI will use this information to prompt users for + these variables in action parameter editors. + type: object + properties: + context: + type: array + items: + type: object + properties: + name: + type: string + description: + type: string + params: + type: array + items: + type: object + properties: + description: + type: string + name: + type: string + state: + type: array + items: + type: object + properties: + description: + type: string + name: + type: string + authorizedConsumers: + description: >- + The list of the plugins IDs that have access to the + alert type. + type: object + defaultActionGroupId: + description: The default identifier for the alert type group. + type: string + enabledInLicense: + description: >- + Indicates whether the rule type is enabled based on the + subscription. + type: boolean + id: + description: The unique identifier for the alert type. + type: string + isExportable: + description: >- + Indicates whether the alert type is exportable in Saved + Objects Management UI. + type: boolean + minimumLicenseRequired: + description: The subscriptions required to use the alert type. + type: string + name: + description: The descriptive name of the alert type. + type: string + producer: + description: >- + An identifier for the application that produces this + alert type. + type: string + recoveryActionGroup: + description: > + An action group to use when an alert instance goes from + an active state to an inactive one. If it is not + specified, the default recovered action group is used. + type: object + properties: + id: + type: string + name: + type: string + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_mute: post: - summary: Update a runtime field - operationId: updateRuntimeFieldDefault + summary: Mute an alert instance + operationId: legacyMuteAlertInstance + deprecated: true + description: Deprecated in 7.13.0. Use the mute alert API instead. tags: - - data views + - alerting parameters: - - $ref: '#/components/parameters/Data_views_field_name' - - $ref: '#/components/parameters/Data_views_view_id' - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - runtimeField - properties: - runtimeField: - type: object - description: | - The runtime field definition object. - - You can update following fields: - - - `type` - - `script` - examples: - updateRuntimeFieldRequest: - $ref: '#/components/examples/Data_views_update_runtime_field_request' + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: An identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 + - in: path + name: alertInstanceId + description: An identifier for the alert instance. + required: true + schema: + type: string + example: dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2 responses: - '200': + '204': description: Indicates a successful call. - '400': - description: Bad request + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/default: - get: - summary: Get the default data view - operationId: getDefaultDataViewDefault + $ref: '#/components/schemas/Alerting_401_response' + /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_unmute: + post: + summary: Unmute an alert instance + operationId: legacyUnmuteAlertInstance + deprecated: true + description: Deprecated in 7.13.0. Use the unmute alert API instead. tags: - - data views + - alerting + parameters: + - $ref: '#/components/parameters/Alerting_kbn_xsrf' + - in: path + name: alertId + description: An identifier for the alert. + required: true + schema: + type: string + example: 41893910-6bca-11eb-9e0d-85d233e3ee35 + - in: path + name: alertInstanceId + description: An identifier for the alert instance. + required: true + schema: + type: string + example: dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2 responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - properties: - data_view_id: - type: string - examples: - getDefaultDataViewResponse: - $ref: >- - #/components/examples/Data_views_get_default_data_view_response - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_400_response' + $ref: '#/components/schemas/Alerting_401_response' + /api/apm/agent_keys: post: - summary: Set the default data view - operationId: setDefaultDatailViewDefault + summary: Create an APM agent key + description: Create a new agent key for APM. + operationId: createAgentKey tags: - - data views - parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - APM agent keys requestBody: required: true content: application/json: schema: type: object - required: - - data_view_id properties: - data_view_id: + name: type: string - nullable: true - description: > - The data view identifier. NOTE: The API does not validate - whether it is a valid identifier. Use `null` to unset the - default data view. - force: - type: boolean - description: Update an existing default data view identifier. - default: false - examples: - setDefaultDataViewRequest: - $ref: '#/components/examples/Data_views_set_default_data_view_request' + privileges: + type: array + items: + type: string + enum: + - event:write + - config_agent:read responses: '200': - description: Indicates a successful call. + description: Agent key created successfully content: application/json: schema: type: object properties: - acknowledged: - type: boolean - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_400_response' - /api/data_views/swap_references: - post: - summary: Swap saved object references - operationId: swapDataViewsDefault - description: > - Changes saved object references from one data view identifier to - another. WARNING: Misuse can break large numbers of saved objects! - Practicing with a backup is recommended. + api_key: + type: string + expiration: + type: integer + format: int64 + id: + type: string + name: + type: string + encoded: + type: string + /api/apm/services/{serviceName}/annotation/search: + get: + summary: Search for annotations + description: Search for annotations related to a specific service. + operationId: getAnnotation tags: - - data views + - APM annotations parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/Data_views_swap_data_view_request_object' - examples: - swapDataViewRequest: - $ref: '#/components/examples/Data_views_swap_data_view_request' - responses: - '200': - description: Indicates a successful call. + - name: serviceName + in: path + required: true + description: The name of the service + schema: + type: string + - name: environment + in: query + required: false + description: The environment to filter annotations by + schema: + type: string + - name: start + in: query + required: false + description: The start date for the search + schema: + type: string + - name: end + in: query + required: false + description: The end date for the search + schema: + type: string + responses: + '200': + description: Successful response content: application/json: schema: type: object properties: - deleteStatus: - type: object - properties: - deletePerformed: - type: boolean - remainingRefs: - type: integer - result: + annotations: type: array items: type: object properties: + type: + type: string + enum: + - version id: type: string - description: A saved object identifier. - type: + '@timestamp': + type: number + text: type: string - description: The saved object type. - /api/data_views/swap_references/_preview: + /api/apm/services/{serviceName}/annotation: post: - summary: Preview a saved object reference swap - operationId: previewSwapDataViewsDefault - description: > - Preview the impact of swapping saved object references from one data - view identifier to another. + summary: Create a service annotation + description: Create a new annotation for a specific service. + operationId: createAnnotation tags: - - data views + - APM annotations parameters: - - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - name: serviceName + in: path + required: true + description: The name of the service + schema: + type: string requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/Data_views_swap_data_view_request_object' - examples: - previewSwapDataViewRequest: - $ref: >- - #/components/examples/Data_views_preview_swap_data_view_request + type: object + properties: + '@timestamp': + type: string + service: + type: object + properties: + version: + type: string + environment: + type: string + message: + type: string + tags: + type: array + items: + type: string responses: '200': - description: Indicates a successful call. + description: Annotation created successfully content: application/json: schema: type: object properties: - result: - type: array - items: - type: object - properties: - id: - type: string - description: A saved object identifier. - type: + _id: + type: string + _index: + type: string + _source: + type: object + properties: + annotation: + type: string + tags: + type: array + items: type: string - description: The saved object type. - /api/ml/saved_objects/sync: - get: - summary: Sync saved objects in the default space + message: + type: string + service: + type: object + properties: + name: + type: string + environment: + type: string + version: + type: string + event: + type: object + properties: + created: + type: string + '@timestamp': + type: string + /api/cases: + post: + summary: Create a case + operationId: createCaseDefaultSpace description: > - Synchronizes Kibana saved objects for machine learning jobs and trained - models in the default space. You must have `all` privileges for the - **Machine Learning** feature in the **Analytics** section of the Kibana - feature privileges. This API runs automatically when you start Kibana - and periodically thereafter. - operationId: mlSync + You must have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the + Kibana feature privileges, depending on the owner of the case you're + creating. tags: - - ml + - cases parameters: - - $ref: '#/components/parameters/Machine_learning_APIs_simulateParam' + - $ref: '#/components/parameters/Cases_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_create_case_request' + examples: + createCaseRequest: + $ref: '#/components/examples/Cases_create_case_request' responses: '200': - description: Indicates a successful call + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Machine_learning_APIs_mlSync200Response' + $ref: '#/components/schemas/Cases_case_response_properties' examples: - syncExample: - $ref: '#/components/examples/Machine_learning_APIs_mlSyncExample' + createCaseResponse: + $ref: '#/components/examples/Cases_create_case_response' '401': description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Machine_learning_APIs_mlSync4xxResponse' - /api/encrypted_saved_objects/_rotate_key: - post: - summary: Rotate a key for encrypted saved objects - operationId: rotateEncryptionKey + $ref: '#/components/schemas/Cases_4xx_response' + delete: + summary: Delete cases + operationId: deleteCaseDefaultSpace description: > - Superuser role required. - - - If a saved object cannot be decrypted using the primary encryption key, - then Kibana will attempt to decrypt it using the specified - decryption-only keys. In most of the cases this overhead is negligible, - but if you're dealing with a large number of saved objects and - experiencing performance issues, you may want to rotate the encryption - key. - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. + You must have `read` or `all` privileges and the `delete` sub-feature + privilege for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases you're deleting. tags: - - saved objects + - cases parameters: - - in: query - name: batch_size - schema: - type: number - default: 10000 - required: false - description: > - Specifies a maximum number of saved objects that Kibana can process - in a single batch. Bulk key rotation is an iterative process since - Kibana may not be able to fetch and process all required saved - objects in one go and splits processing into consequent batches. By - default, the batch size is 10000, which is also a maximum allowed - value. - - in: query - name: type - schema: - type: string - required: false - description: > - Limits encryption key rotation only to the saved objects with the - specified type. By default, Kibana tries to rotate the encryption - key for all saved object types that may contain encrypted - attributes. + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_ids' responses: - '200': + '204': description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - properties: - total: - type: number - description: > - Indicates the total number of all encrypted saved objects - (optionally filtered by the requested `type`), regardless - of the key Kibana used for encryption. - successful: - type: number - description: > - Indicates the total number of all encrypted saved objects - (optionally filtered by the requested `type`), regardless - of the key Kibana used for encryption. - - - NOTE: In most cases, `total` will be greater than - `successful` even if `failed` is zero. The reason is that - Kibana may not need or may not be able to rotate - encryption keys for all encrypted saved objects. - failed: - type: number - description: > - Indicates the number of the saved objects that were still - encrypted with one of the old encryption keys that Kibana - failed to re-encrypt with the primary key. - examples: - rotateEncryptionKeyResponse: - $ref: '#/components/examples/Saved_objects_key_rotation_response' - '400': - description: Bad request + $ref: '#/components/schemas/Cases_4xx_response' + patch: + summary: Update cases + operationId: updateCaseDefaultSpace + description: > + You must have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the + Kibana feature privileges, depending on the owner of the case you're + updating. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_kbn_xsrf' + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_update_case_request' + examples: + updateCaseRequest: + $ref: '#/components/examples/Cases_update_case_request' + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - '429': - description: Already in progress. + type: array + items: + $ref: '#/components/schemas/Cases_case_response_properties' + examples: + updateCaseResponse: + $ref: '#/components/examples/Cases_update_case_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_bulk_create: - post: - summary: Create saved objects - operationId: bulkCreateSavedObjects - deprecated: true + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/_find: + get: + summary: Search cases + operationId: findCasesDefaultSpace + description: > + You must have `read` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the cases you're seeking. tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - in: query - name: overwrite - description: When true, overwrites the document with the same identifier. - schema: - type: boolean - requestBody: - required: true - content: - application/json: - schema: - type: array - items: - type: object + - $ref: '#/components/parameters/Cases_assignees' + - $ref: '#/components/parameters/Cases_category' + - $ref: '#/components/parameters/Cases_defaultSearchOperator' + - $ref: '#/components/parameters/Cases_from' + - $ref: '#/components/parameters/Cases_owner' + - $ref: '#/components/parameters/Cases_page_index' + - $ref: '#/components/parameters/Cases_page_size' + - $ref: '#/components/parameters/Cases_reporters' + - $ref: '#/components/parameters/Cases_search' + - $ref: '#/components/parameters/Cases_searchFields' + - $ref: '#/components/parameters/Cases_severity' + - $ref: '#/components/parameters/Cases_sortField' + - $ref: '#/components/parameters/Cases_sort_order' + - $ref: '#/components/parameters/Cases_status' + - $ref: '#/components/parameters/Cases_tags' + - $ref: '#/components/parameters/Cases_to' responses: '200': description: Indicates a successful call. @@ -1526,87 +2196,284 @@ paths: application/json: schema: type: object - '400': - description: Bad request + properties: + cases: + type: array + maxItems: 10000 + items: + $ref: '#/components/schemas/Cases_case_response_properties' + count_closed_cases: + type: integer + count_in_progress_cases: + type: integer + count_open_cases: + type: integer + page: + type: integer + per_page: + type: integer + total: + type: integer + examples: + findCaseResponse: + $ref: '#/components/examples/Cases_find_case_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_bulk_delete: - post: - summary: Delete saved objects - operationId: bulkDeleteSavedObjects - description: | - WARNING: When you delete a saved object, it cannot be recovered. - deprecated: true + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/alerts/{alertId}: + get: + summary: Get cases for an alert + operationId: getCasesByAlertDefaultSpace + description: > + You must have `read` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the cases you're seeking. + x-technical-preview: true tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - in: query - name: force - description: > - When true, force delete objects that exist in multiple namespaces. - Note that the option applies to the whole request. Use the delete - object API to specify per-object deletion behavior. TIP: Use this if - you attempted to delete objects and received an HTTP 400 error with - the following message: "Unable to delete saved object that exists in - multiple namespaces, use the force option to delete it anyway". - WARNING: When you bulk delete objects that exist in multiple - namespaces, the API also deletes legacy url aliases that reference - the object. These requests are batched to minimise the impact but - they can place a heavy load on Kibana. Make sure you limit the - number of objects that exist in multiple namespaces in a single bulk - delete operation. - schema: - type: boolean - requestBody: - required: true - content: - application/json: - schema: - type: array - items: - type: object + - $ref: '#/components/parameters/Cases_alert_id' + - $ref: '#/components/parameters/Cases_owner' responses: '200': - description: > - Indicates a successful call. NOTE: This HTTP response code indicates - that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + description: Indicates a successful call. content: application/json: schema: - type: object - '400': - description: Bad request + type: array + maxItems: 10000 + items: + type: object + properties: + id: + type: string + description: The case identifier. + title: + type: string + description: The case title. + example: + - id: 06116b80-e1c3-11ec-be9b-9b1838238ee6 + title: security_case + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_bulk_get: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/configure: + get: + summary: Get case settings + operationId: getCaseConfigurationDefaultSpace + description: > + Get setting details such as the closure type, custom fields, templatse, + and the default connector for cases. You must have `read` privileges for + the **Cases** feature in the **Management**, **Observability**, or + **Security** section of the Kibana feature privileges, depending on + where the cases were created. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_owner' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: array + items: + type: object + properties: + closure_type: + $ref: '#/components/schemas/Cases_closure_types' + connector: + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are + not used and are not propagated to individual cases, + therefore it is recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want + a default connector, use `none`. To retrieve + connector IDs, use the find connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a + default connector, use `none`. To retrieve connector + names, use the find connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + created_at: + type: string + format: date-time + example: '2022-06-01T17:07:17.767Z' + created_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + customFields: + type: array + description: Custom fields configuration details. + items: + type: object + properties: + defaultValue: + oneOf: + - type: string + - type: boolean + description: > + A default value for the custom field. If the + `type` is `text`, the default value must be a + string. If the `type` is `toggle`, the default + value must be boolean. + key: + description: > + A unique key for the custom field. Must be lower + case and composed only of a-z, 0-9, '_', and '-' + characters. It is used in API calls to refer to a + specific custom field. + type: string + minLength: 1 + maxLength: 36 + label: + description: >- + The custom field label that is displayed in the + case. + type: string + minLength: 1 + maxLength: 50 + required: + description: > + Indicates whether the field is required. If + `false`, the custom field can be set to null or + omitted when a case is created or updated. + type: boolean + type: + description: The type of the custom field. + type: string + enum: + - text + - toggle + error: + type: string + nullable: true + example: null + id: + type: string + example: 4a97a440-e1cd-11ec-be9b-9b1838238ee6 + mappings: + type: array + items: + type: object + properties: + action_type: + type: string + example: overwrite + source: + type: string + example: title + target: + type: string + example: summary + owner: + $ref: '#/components/schemas/Cases_owners' + templates: + $ref: '#/components/schemas/Cases_templates' + updated_at: + type: string + format: date-time + nullable: true + example: '2022-06-01T19:58:48.169Z' + updated_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + nullable: true + version: + type: string + example: WzIwNzMsMV0= + examples: + getConfigurationResponse: + $ref: '#/components/examples/Cases_get_case_configuration_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' post: - summary: Get saved objects - operationId: bulkGetSavedObjects - deprecated: true + summary: Add case settings + operationId: setCaseConfigurationDefaultSpace + description: > + Case settings include external connection details, custom fields, and + templates. Connectors are used to interface with external systems. You + must create a connector before you can use it in your cases. If you set + a default connector, it is automatically selected when you create cases + in Kibana. If you use the create case API, however, you must still + specify all of the connector details. You must have `all` privileges for + the **Cases** feature in the **Management**, **Observability**, or + **Security** section of the Kibana feature privileges, depending on + where you are creating cases. tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Cases_kbn_xsrf' requestBody: - required: true content: application/json: schema: - type: array - items: - type: object + $ref: '#/components/schemas/Cases_set_case_configuration_request' + examples: + setCaseConfigRequest: + $ref: '#/components/examples/Cases_set_case_configuration_request' responses: '200': description: Indicates a successful call. @@ -1614,625 +2481,850 @@ paths: application/json: schema: type: object - '400': - description: Bad request + properties: + closure_type: + $ref: '#/components/schemas/Cases_closure_types' + connector: + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are not + used and are not propagated to individual cases, + therefore it is recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want a + default connector, use `none`. To retrieve connector + IDs, use the find connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a + default connector, use `none`. To retrieve connector + names, use the find connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + created_at: + type: string + format: date-time + example: '2022-06-01T17:07:17.767Z' + created_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + customFields: + type: array + description: Custom fields configuration details. + items: + type: object + properties: + defaultValue: + oneOf: + - type: string + - type: boolean + description: > + A default value for the custom field. If the `type` + is `text`, the default value must be a string. If + the `type` is `toggle`, the default value must be + boolean. + key: + description: > + A unique key for the custom field. Must be lower + case and composed only of a-z, 0-9, '_', and '-' + characters. It is used in API calls to refer to a + specific custom field. + type: string + minLength: 1 + maxLength: 36 + label: + description: >- + The custom field label that is displayed in the + case. + type: string + minLength: 1 + maxLength: 50 + required: + description: > + Indicates whether the field is required. If `false`, + the custom field can be set to null or omitted when + a case is created or updated. + type: boolean + type: + description: The type of the custom field. + type: string + enum: + - text + - toggle + error: + type: string + nullable: true + example: null + id: + type: string + example: 4a97a440-e1cd-11ec-be9b-9b1838238ee6 + mappings: + type: array + items: + type: object + properties: + action_type: + type: string + example: overwrite + source: + type: string + example: title + target: + type: string + example: summary + owner: + $ref: '#/components/schemas/Cases_owners' + templates: + $ref: '#/components/schemas/Cases_templates' + updated_at: + type: string + format: date-time + nullable: true + example: '2022-06-01T19:58:48.169Z' + updated_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + nullable: true + version: + type: string + example: WzIwNzMsMV0= + examples: + setCaseConfigResponse: + $ref: '#/components/examples/Cases_set_case_configuration_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_bulk_resolve: - post: - summary: Resolve saved objects - operationId: bulkResolveSavedObjects - deprecated: true + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/configure/{configurationId}: + patch: + summary: Update case settings + operationId: updateCaseConfigurationDefaultSpace description: > - Retrieve multiple Kibana saved objects by identifier using any legacy - URL aliases if they exist. Under certain circumstances when Kibana is - upgraded, saved object migrations may necessitate regenerating some - object IDs to enable new features. When an object's ID is regenerated, a - legacy URL alias is created for that object, preserving its old ID. In - such a scenario, that object can be retrieved by the bulk resolve API - using either its new ID or its old ID. + Updates setting details such as the closure type, custom fields, + templates, and the default connector for cases. Connectors are used to + interface with external systems. You must create a connector before you + can use it in your cases. You must have `all` privileges for the + **Cases** feature in the **Management**, **Observability**, or + **Security** section of the Kibana feature privileges, depending on + where the case was created. tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_configuration_id' requestBody: - required: true content: application/json: schema: - type: array - items: - type: object + $ref: '#/components/schemas/Cases_update_case_configuration_request' + examples: + updateCaseConfigurationRequest: + $ref: '#/components/examples/Cases_update_case_configuration_request' responses: '200': - description: > - Indicates a successful call. NOTE: This HTTP response code indicates - that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + description: Indicates a successful call. content: application/json: schema: type: object - '400': - description: Bad request - content: + properties: + closure_type: + $ref: '#/components/schemas/Cases_closure_types' + connector: + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are not + used and are not propagated to individual cases, + therefore it is recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want a + default connector, use `none`. To retrieve connector + IDs, use the find connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a + default connector, use `none`. To retrieve connector + names, use the find connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + created_at: + type: string + format: date-time + example: '2022-06-01T17:07:17.767Z' + created_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + customFields: + type: array + description: Custom fields configuration details. + items: + type: object + properties: + defaultValue: + oneOf: + - type: string + - type: boolean + description: > + A default value for the custom field. If the `type` + is `text`, the default value must be a string. If + the `type` is `toggle`, the default value must be + boolean. + key: + description: > + A unique key for the custom field. Must be lower + case and composed only of a-z, 0-9, '_', and '-' + characters. It is used in API calls to refer to a + specific custom field. + type: string + minLength: 1 + maxLength: 36 + label: + description: >- + The custom field label that is displayed in the + case. + type: string + minLength: 1 + maxLength: 50 + required: + description: > + Indicates whether the field is required. If `false`, + the custom field can be set to null or omitted when + a case is created or updated. + type: boolean + type: + description: The type of the custom field. + type: string + enum: + - text + - toggle + error: + type: string + nullable: true + example: null + id: + type: string + example: 4a97a440-e1cd-11ec-be9b-9b1838238ee6 + mappings: + type: array + items: + type: object + properties: + action_type: + type: string + example: overwrite + source: + type: string + example: title + target: + type: string + example: summary + owner: + $ref: '#/components/schemas/Cases_owners' + templates: + $ref: '#/components/schemas/Cases_templates' + updated_at: + type: string + format: date-time + nullable: true + example: '2022-06-01T19:58:48.169Z' + updated_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + nullable: true + version: + type: string + example: WzIwNzMsMV0= + examples: + updateCaseConfigurationResponse: + $ref: >- + #/components/examples/Cases_update_case_configuration_response + '401': + description: Authorization information is missing or invalid. + content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_bulk_update: - post: - summary: Update saved objects - operationId: bulkUpdateSavedObjects - description: Update the attributes for multiple Kibana saved objects. + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/reporters: + get: + summary: Get case creators + operationId: getCaseReportersDefaultSpace + description: > + Returns information about the users who opened cases. You must have read + privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases. The API returns + information about the users as they existed at the time of the case + creation, including their name, full name, and email address. If any of + those details change thereafter or if a user is deleted, the information + returned by this API is unchanged. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_owner' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: array + maxItems: 10000 + items: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + examples: + getReportersResponse: + $ref: '#/components/examples/Cases_get_reporters_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/status: + get: + summary: Get case status summary + operationId: getCaseStatusDefaultSpace + description: > + Returns the number of cases that are open, closed, and in progress. + Deprecated in 8.1.0. This API is deprecated and will be removed in a + future release; use the find cases API instead. You must have `read` + privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases you're seeking. deprecated: true tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Cases_owner' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + count_closed_cases: + type: integer + count_in_progress_cases: + type: integer + count_open_cases: + type: integer + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/tags: + get: + summary: Get case tags + operationId: getCaseTagsDefaultSpace + description: > + Aggregates and returns a list of case tags. You must have read + privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases you're seeking. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_owner' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: array + maxItems: 10000 + items: + type: string + examples: + getTagsResponse: + $ref: '#/components/examples/Cases_get_tags_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}: + get: + summary: Get case information + operationId: getCaseDefaultSpace + description: > + You must have `read` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the case you're seeking. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_includeComments' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_case_response_properties' + examples: + getDefaultCaseResponse: + $ref: '#/components/examples/Cases_get_case_response' + getDefaultObservabilityCaseReponse: + $ref: '#/components/examples/Cases_get_case_observability_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/alerts: + get: + summary: Get all alerts for a case + description: > + You must have `read` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the cases you're seeking. + x-technical-preview: true + operationId: getCaseAlertsDefaultSpace + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_case_id' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/Cases_alert_response_properties' + examples: + getCaseAlertsResponse: + $ref: '#/components/examples/Cases_get_case_alerts_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/comments: + post: + summary: Add a case comment or alert + operationId: addCaseCommentDefaultSpace + description: > + You must have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the case you're creating. + NOTE: Each case can have a maximum of 1,000 alerts. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_case_id' requestBody: required: true content: application/json: schema: - type: array - items: - type: object + $ref: '#/components/schemas/Cases_add_case_comment_request' + examples: + createCaseCommentRequest: + $ref: '#/components/examples/Cases_add_comment_request' responses: '200': - description: > - Indicates a successful call. NOTE: This HTTP response code indicates - that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + description: Indicates a successful call. content: application/json: schema: - type: object - '400': - description: Bad request + $ref: '#/components/schemas/Cases_case_response_properties' + examples: + createCaseCommentResponse: + $ref: '#/components/examples/Cases_add_comment_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_export: - post: - summary: Export saved objects in the default space - operationId: exportSavedObjectsDefault + $ref: '#/components/schemas/Cases_4xx_response' + delete: + summary: Delete all case comments and alerts + operationId: deleteCaseCommentsDefaultSpace description: > - Retrieve sets of saved objects that you want to import into Kibana. - - You must include `type` or `objects` in the request body. - - - NOTE: The `savedObjects.maxImportExportSize` configuration setting - limits the number of saved objects which may be exported. - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. + Deletes all comments and alerts from a case. You must have `all` + privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases you're deleting. tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_case_id' + responses: + '204': + description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + patch: + summary: Update a case comment or alert + operationId: updateCaseCommentDefaultSpace + description: > + You must have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the case you're updating. + NOTE: You cannot change the comment type or the owner of a comment. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_case_id' requestBody: required: true content: application/json: schema: - type: object - properties: - excludeExportDetails: - description: Do not add export details entry at the end of the stream. - type: boolean - default: false - includeReferencesDeep: - description: >- - Includes all of the referenced objects in the exported - objects. - type: boolean - objects: - description: A list of objects to export. - type: array - items: - type: object - type: - description: >- - The saved object types to include in the export. Use `*` to - export all the types. - oneOf: - - type: string - - type: array - items: - type: string + $ref: '#/components/schemas/Cases_update_case_comment_request' examples: - exportSavedObjectsRequest: - $ref: '#/components/examples/Saved_objects_export_objects_request' + updateCaseCommentRequest: + $ref: '#/components/examples/Cases_update_comment_request' responses: '200': description: Indicates a successful call. content: - application/x-ndjson: + application/json: schema: - type: object - additionalProperties: true + $ref: '#/components/schemas/Cases_case_response_properties' examples: - exportSavedObjectsResponse: - $ref: '#/components/examples/Saved_objects_export_objects_response' - '400': - description: Bad request. + updateCaseCommentResponse: + $ref: '#/components/examples/Cases_update_comment_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_find: + $ref: '#/components/schemas/Cases_4xx_response' get: - summary: Search for saved objects - operationId: findSavedObjects - description: Retrieve a paginated set of Kibana saved objects. + summary: Get all case comments + operationId: getAllCaseCommentsDefaultSpace + description: > + Deprecated in 8.1.0. This API is deprecated and will be removed in a + future release; instead, use the get case comment API, which requires a + comment identifier in the path. You must have `read` privileges for the + **Cases** feature in the **Management**, **Observability**, or + **Security** section of the Kibana feature privileges, depending on the + owner of the cases with the comments you're seeking. deprecated: true tags: - - saved objects + - cases parameters: - - in: query - name: aggs - description: > - An aggregation structure, serialized as a string. The field format - is similar to filter, meaning that to use a saved object type - attribute in the aggregation, the `savedObjectType.attributes.title: - "myTitle"` format must be used. For root fields, the syntax is - `savedObjectType.rootField`. NOTE: As objects change in Kibana, the - results on each page of the response also change. Use the find API - for traditional paginated results, but avoid using it to export - large amounts of data. - schema: - type: string - - in: query - name: default_search_operator - description: The default operator to use for the `simple_query_string`. - schema: - type: string - - in: query - name: fields - description: The fields to return in the attributes key of the response. - schema: - oneOf: - - type: string - - type: array - - in: query - name: filter - description: > - The filter is a KQL string with the caveat that if you filter with - an attribute from your saved object type, it should look like that: - `savedObjectType.attributes.title: "myTitle"`. However, if you use a - root attribute of a saved object such as `updated_at`, you will have - to define your filter like that: `savedObjectType.updated_at > - 2018-12-22`. - schema: - type: string - - in: query - name: has_no_reference - description: >- - Filters to objects that do not have a relationship with the type and - identifier combination. - schema: - type: object - - in: query - name: has_no_reference_operator - description: >- - The operator to use for the `has_no_reference` parameter. Either - `OR` or `AND`. Defaults to `OR`. - schema: - type: string - - in: query - name: has_reference - description: >- - Filters to objects that have a relationship with the type and ID - combination. - schema: - type: object - - in: query - name: has_reference_operator - description: >- - The operator to use for the `has_reference` parameter. Either `OR` - or `AND`. Defaults to `OR`. - schema: - type: string - - in: query - name: page - description: The page of objects to return. - schema: - type: integer - - in: query - name: per_page - description: The number of objects to return per page. - schema: - type: integer - - in: query - name: search - description: >- - An Elasticsearch `simple_query_string` query that filters the - objects in the response. - schema: - type: string - - in: query - name: search_fields - description: >- - The fields to perform the `simple_query_string` parsed query - against. - schema: - oneOf: - - type: string - - type: array - - in: query - name: sort_field - description: > - Sorts the response. Includes "root" and "type" fields. "root" fields - exist for all saved objects, such as "updated_at". "type" fields are - specific to an object type, such as fields returned in the - attributes key of the response. When a single type is defined in the - type parameter, the "root" and "type" fields are allowed, and - validity checks are made in that order. When multiple types are - defined in the type parameter, only "root" fields are allowed. - schema: - type: string - - in: query - name: type - description: The saved object types to include. - required: true - schema: - oneOf: - - type: string - - type: array + - $ref: '#/components/parameters/Cases_case_id' responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - '400': - description: Bad request + $ref: '#/components/schemas/Cases_case_response_properties' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_import: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/comments/_find: + get: + summary: Find case comments and alerts + operationId: findCaseCommentsDefaultSpace + description: > + Retrieves a paginated list of comments for a case. You must have `read` + privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the cases with the comments you're + seeking. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_page_index' + - $ref: '#/components/parameters/Cases_page_size' + - $ref: '#/components/parameters/Cases_sort_order' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_case_response_properties' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/comments/{commentId}: + delete: + summary: Delete a case comment or alert + operationId: deleteCaseCommentDefaultSpace + description: > + You must have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the cases you're deleting. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_kbn_xsrf' + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_comment_id' + responses: + '204': + description: Indicates a successful call. + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + get: + summary: Get a case comment or alert + operationId: getCaseCommentDefaultSpace + description: > + You must have `read` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the cases with the + comments you're seeking. + tags: + - cases + parameters: + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_comment_id' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + oneOf: + - $ref: >- + #/components/schemas/Cases_alert_comment_response_properties + - $ref: >- + #/components/schemas/Cases_user_comment_response_properties + examples: + getCaseCommentResponse: + $ref: '#/components/examples/Cases_get_comment_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/connector/{connectorId}/_push: post: - summary: Import saved objects in the default space - operationId: importSavedObjectsDefault + summary: Push a case to an external service description: > - Create sets of Kibana saved objects from a file created by the export - API. - - Saved objects can be imported only into the same version, a newer minor - on the same major, or the next major. Exported saved objects are not - backwards compatible and cannot be imported into an older version of - Kibana. - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. + You must have `all` privileges for the **Actions and Connectors** + feature in the **Management** section of the Kibana feature privileges. + You must also have `all` privileges for the **Cases** feature in the + **Management**, **Observability**, or **Security** section of the Kibana + feature privileges, depending on the owner of the case you're pushing. + operationId: pushCaseDefaultSpace tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - in: query - name: createNewCopies - schema: - type: boolean - required: false - description: > - Creates copies of saved objects, regenerates each object ID, and - resets the origin. When used, potential conflict errors are avoided. - NOTE: This option cannot be used with the `overwrite` and - `compatibilityMode` options. - - in: query - name: overwrite - schema: - type: boolean - required: false - description: > - Overwrites saved objects when they already exist. When used, - potential conflict errors are automatically resolved by overwriting - the destination object. NOTE: This option cannot be used with the - `createNewCopies` option. - - in: query - name: compatibilityMode - schema: - type: boolean - required: false - description: > - Applies various adjustments to the saved objects that are being - imported to maintain compatibility between different Kibana - versions. Use this option only if you encounter issues with imported - saved objects. NOTE: This option cannot be used with the - `createNewCopies` option. + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_connector_id' + - $ref: '#/components/parameters/Cases_kbn_xsrf' requestBody: - required: true content: - multipart/form-data: + application/json: schema: type: object - properties: - file: - description: > - A file exported using the export API. NOTE: The - `savedObjects.maxImportExportSize` configuration setting - limits the number of saved objects which may be included in - this file. Similarly, the - `savedObjects.maxImportPayloadBytes` setting limits the - overall size of the file that can be imported. - examples: - importObjectsRequest: - $ref: '#/components/examples/Saved_objects_import_objects_request' + nullable: true responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - properties: - success: - type: boolean - description: > - Indicates when the import was successfully completed. When - set to false, some objects may not have been created. For - additional information, refer to the `errors` and - `successResults` properties. - successCount: - type: integer - description: Indicates the number of successfully imported records. - errors: - type: array - items: - type: object - description: > - Indicates the import was unsuccessful and specifies the - objects that failed to import. - - - NOTE: One object may result in multiple errors, which - requires separate steps to resolve. For instance, a - `missing_references` error and conflict error. - successResults: - type: array - items: - type: object - description: > - Indicates the objects that are successfully imported, with - any metadata if applicable. - - - NOTE: Objects are created only when all resolvable errors - are addressed, including conflicts and missing references. - If objects are created as new copies, each entry in the - `successResults` array includes a `destinationId` - attribute. + $ref: '#/components/schemas/Cases_case_response_properties' examples: - importObjectsResponse: - $ref: '#/components/examples/Saved_objects_import_objects_response' - '400': - description: Bad request. + pushCaseResponse: + $ref: '#/components/examples/Cases_push_case_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/_resolve_import_errors: - post: - summary: Resolve import errors - operationId: resolveImportErrors + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/user_actions: + get: + summary: Get case activity description: > - To resolve errors from the Import objects API, you can: - - - * Retry certain saved objects - - * Overwrite specific saved objects - - * Change references to different saved objects - - - This functionality is in technical preview and may be changed or removed - in a future release. Elastic will work to fix any issues, but features - in technical preview are not subject to the support SLA of official GA - features. + Returns all user activity for a case. Deprecated in 8.1.0. This API is + deprecated and will be removed in a future release; use the find user + actions API instead. You must have `read` privileges for the **Cases** + feature in the **Management**, **Observability**, or **Security** + section of the Kibana feature privileges, depending on the owner of the + case you're seeking. + deprecated: true + operationId: getCaseActivityDefaultSpace tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - in: query - name: compatibilityMode - schema: - type: boolean - required: false - description: > - Applies various adjustments to the saved objects that are being - imported to maintain compatibility between different Kibana - versions. When enabled during the initial import, also enable when - resolving import errors. This option cannot be used with the - `createNewCopies` option. - - in: query - name: createNewCopies - schema: - type: boolean - required: false - description: > - Creates copies of the saved objects, regenerates each object ID, and - resets the origin. When enabled during the initial import, also - enable when resolving import errors. - requestBody: - required: true - content: - multipart/form-data: - schema: - type: object - required: - - retries - properties: - file: - description: The same file given to the import API. - type: string - format: binary - retries: - description: >- - The retry operations, which can specify how to resolve - different types of errors. - type: array - items: - type: object - required: - - type - - id - properties: - type: - description: The saved object type. - type: string - id: - description: The saved object ID. - type: string - overwrite: - description: >- - When set to `true`, the source object overwrites the - conflicting destination object. When set to `false`, - does nothing. - type: boolean - destinationId: - description: >- - Specifies the destination ID that the imported object - should have, if different from the current ID. - type: string - replaceReferences: - description: >- - A list of `type`, `from`, and `to` used to change the - object references. - type: array - items: - type: object - properties: - type: - type: string - from: - type: string - to: - type: string - ignoreMissingReferences: - description: >- - When set to `true`, ignores missing reference errors. - When set to `false`, does nothing. - type: boolean - examples: - resolveImportErrorsRequest: - $ref: >- - #/components/examples/Saved_objects_resolve_missing_reference_request + - $ref: '#/components/parameters/Cases_case_id' responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - properties: - success: - type: boolean - description: > - Indicates a successful import. When set to `false`, some - objects may not have been created. For additional - information, refer to the `errors` and `successResults` - properties. - successCount: - type: number - description: | - Indicates the number of successfully resolved records. - errors: - type: array - description: > - Specifies the objects that failed to resolve. - - - NOTE: One object can result in multiple errors, which - requires separate steps to resolve. For instance, a - `missing_references` error and a `conflict` error. - items: - type: object - successResults: - type: array - description: > - Indicates the objects that are successfully imported, with - any metadata if applicable. - - - NOTE: Objects are only created when all resolvable errors - are addressed, including conflict and missing references. - items: - type: object - examples: - resolveImportErrorsResponse: - $ref: >- - #/components/examples/Saved_objects_resolve_missing_reference_response - '400': - description: Bad request. + type: array + items: + $ref: '#/components/schemas/Cases_user_actions_response_properties' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/{type}: - post: - summary: Create a saved object - operationId: createSavedObject - description: Create a Kibana saved object with a randomly generated identifier. - deprecated: true + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/{caseId}/user_actions/_find: + get: + summary: Find case activity + description: > + Retrives a paginated list of user activity for a case. You must have + `read` privileges for the **Cases** feature in the **Management**, + **Observability**, or **Security** section of the Kibana feature + privileges, depending on the owner of the case you're seeking. + operationId: findCaseActivityDefaultSpace tags: - - saved objects + - cases parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' - - in: query - name: overwrite - description: If true, overwrites the document with the same identifier. - schema: - type: boolean - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - attributes - properties: - attributes: - $ref: '#/components/schemas/Saved_objects_attributes' - initialNamespaces: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' - references: - $ref: '#/components/schemas/Saved_objects_references' + - $ref: '#/components/parameters/Cases_case_id' + - $ref: '#/components/parameters/Cases_page_index' + - $ref: '#/components/parameters/Cases_page_size' + - $ref: '#/components/parameters/Cases_sort_order' + - $ref: '#/components/parameters/Cases_user_action_types' responses: '200': description: Indicates a successful call. @@ -2240,915 +3332,8691 @@ paths: application/json: schema: type: object - '409': - description: Indicates a conflict error. + properties: + page: + type: integer + perPage: + type: integer + total: + type: integer + userActions: + type: array + maxItems: 10000 + items: + $ref: >- + #/components/schemas/Cases_user_actions_find_response_properties + examples: + findCaseActivityResponse: + $ref: '#/components/examples/Cases_find_case_activity_response' + '401': + description: Authorization information is missing or invalid. content: application/json: schema: - type: object - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/{type}/{id}: + $ref: '#/components/schemas/Cases_4xx_response' + /api/cases/configure/connectors/_find: get: - summary: Get a saved object - operationId: getSavedObject - description: Retrieve a single Kibana saved object by identifier. - deprecated: true + summary: Get case connectors + operationId: findCaseConnectorsDefaultSpace + description: > + Get information about connectors that are supported for use in cases. + You must have `read` privileges for the **Actions and Connectors** + feature in the **Management** section of the Kibana feature privileges. tags: - - saved objects - parameters: - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - cases responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - post: - summary: Create a saved object - operationId: createSavedObjectId - description: >- - Create a Kibana saved object and specify its identifier instead of using - a randomly generated ID. - deprecated: true - tags: - - saved objects - parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' - - in: query - name: overwrite - description: If true, overwrites the document with the same identifier. - schema: - type: boolean + type: array + items: + type: object + properties: + actionTypeId: + $ref: '#/components/schemas/Cases_connector_types' + config: + type: object + properties: + apiUrl: + type: string + projectKey: + type: string + additionalProperties: true + id: + type: string + isDeprecated: + type: boolean + isMissingSecrets: + type: boolean + isPreconfigured: + type: boolean + name: + type: string + referencedByCount: + type: integer + maxItems: 1000 + examples: + findConnectorResponse: + $ref: '#/components/examples/Cases_find_connector_response' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Cases_4xx_response' + /api/actions/connector: + post: + summary: Create a connector with a random ID + operationId: createConnector + description: The connector identifier is randomly generated. + tags: + - connectors + parameters: + - $ref: '#/components/parameters/Connectors_kbn_xsrf' requestBody: required: true content: application/json: schema: - type: object - required: - - attributes - properties: - attributes: - $ref: '#/components/schemas/Saved_objects_attributes' - initialNamespaces: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' - references: - $ref: '#/components/schemas/Saved_objects_initial_namespaces' + $ref: '#/components/schemas/Connectors_create_connector_request' + examples: + createEmailConnectorRequest: + $ref: >- + #/components/examples/Connectors_create_email_connector_request + createIndexConnectorRequest: + $ref: >- + #/components/examples/Connectors_create_index_connector_request + createWebhookConnectorRequest: + $ref: >- + #/components/examples/Connectors_create_webhook_connector_request + createXmattersConnectorRequest: + $ref: >- + #/components/examples/Connectors_create_xmatters_connector_request responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - '409': - description: Indicates a conflict error. + $ref: '#/components/schemas/Connectors_connector_response_properties' + examples: + createEmailConnectorResponse: + $ref: >- + #/components/examples/Connectors_create_email_connector_response + createIndexConnectorResponse: + $ref: >- + #/components/examples/Connectors_create_index_connector_response + createWebhookConnectorResponse: + $ref: >- + #/components/examples/Connectors_create_webhook_connector_response + createXmattersConnectorResponse: + $ref: >- + #/components/examples/Connectors_create_xmatters_connector_response + '401': + $ref: '#/components/responses/Connectors_401' + /api/actions/connector/{connectorId}: + get: + summary: Get a connector information + operationId: getConnector + tags: + - connectors + parameters: + - $ref: '#/components/parameters/Connectors_connector_id' + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - type: object - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - put: - summary: Update a saved object - operationId: updateSavedObject - description: Update the attributes for Kibana saved objects. - deprecated: true + $ref: '#/components/schemas/Connectors_connector_response_properties' + examples: + getConnectorResponse: + $ref: '#/components/examples/Connectors_get_connector_response' + '401': + $ref: '#/components/responses/Connectors_401' + '404': + $ref: '#/components/responses/Connectors_404' + delete: + summary: Delete a connector + operationId: deleteConnector tags: - - saved objects + - connectors parameters: - - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_connector_id' + responses: + '204': + description: Indicates a successful call. + '401': + $ref: '#/components/responses/Connectors_401' + '404': + $ref: '#/components/responses/Connectors_404' + post: + summary: Create a connector + operationId: createConnectorId + tags: + - connectors + parameters: + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - in: path + name: connectorId + description: > + A UUID v1 or v4 identifier for the connector. If you omit this + parameter, an identifier is randomly generated. + required: true + schema: + type: string + example: ac4e6b90-6be7-11eb-ba0d-9b1c1f912d74 requestBody: required: true content: application/json: schema: - type: object + $ref: '#/components/schemas/Connectors_create_connector_request' + examples: + createIndexConnectorRequest: + $ref: >- + #/components/examples/Connectors_create_index_connector_request responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object - '404': - description: Indicates the object was not found. - content: - application/json: - schema: - type: object - '409': - description: Indicates a conflict error. - content: - application/json: - schema: - type: object - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /api/saved_objects/resolve/{type}/{id}: - get: - summary: Resolve a saved object - operationId: resolveSavedObject - description: > - Retrieve a single Kibana saved object by identifier using any legacy URL - alias if it exists. Under certain circumstances, when Kibana is - upgraded, saved object migrations may necessitate regenerating some - object IDs to enable new features. When an object's ID is regenerated, a - legacy URL alias is created for that object, preserving its old ID. In - such a scenario, that object can be retrieved using either its new ID or - its old ID. - deprecated: true + $ref: '#/components/schemas/Connectors_connector_response_properties' + examples: + createIndexConnectorResponse: + $ref: >- + #/components/examples/Connectors_create_index_connector_response + '401': + $ref: '#/components/responses/Connectors_401' + put: + summary: Update a connector + operationId: updateConnector tags: - - saved objects + - connectors parameters: - - $ref: '#/components/parameters/Saved_objects_saved_object_id' - - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_connector_id' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/Connectors_update_connector_request' + examples: + updateIndexConnectorRequest: + $ref: >- + #/components/examples/Connectors_update_index_connector_request responses: '200': description: Indicates a successful call. content: application/json: schema: - type: object + $ref: '#/components/schemas/Connectors_connector_response_properties' '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/Saved_objects_400_response' - security: - - Saved_objects_basicAuth: [] - - Saved_objects_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos: + $ref: '#/components/responses/Connectors_401' + '401': + $ref: '#/components/responses/Connectors_401' + '404': + $ref: '#/components/responses/Connectors_404' + /api/actions/connector/{connectorId}/_execute: post: - summary: Create an SLO - operationId: createSloOp + summary: Run a connector + operationId: runConnector description: > - You must have `all` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + You can use this API to test an action that involves interaction with + Kibana services or integrations with third-party systems. You must have + `read` privileges for the **Actions and Connectors** feature in the + **Management** section of the Kibana feature privileges. If you use an + index connector, you must also have `all`, `create`, `index`, or `write` + indices privileges. tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_connector_id' requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/SLOs_create_slo_request' - responses: - '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_create_slo_response' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '409': - description: Conflict - The SLO id already exists + $ref: '#/components/schemas/Connectors_run_connector_request' + examples: + runCasesWebhookConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_cases_webhook_connector_request + runEmailConnectorRequest: + $ref: '#/components/examples/Connectors_run_email_connector_request' + runIndexConnectorRequest: + $ref: '#/components/examples/Connectors_run_index_connector_request' + runJiraConnectorRequest: + $ref: '#/components/examples/Connectors_run_jira_connector_request' + runPagerDutyConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_pagerduty_connector_request + runServerLogConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_server_log_connector_request + runServiceNowITOMConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_servicenow_itom_connector_request + runSlackConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_slack_api_connector_request + runSwimlaneConnectorRequest: + $ref: >- + #/components/examples/Connectors_run_swimlane_connector_request + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_409_response' - servers: - - url: https://localhost:5601 - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] + type: object + required: + - connector_id + - status + properties: + connector_id: + type: string + description: The identifier for the connector. + data: + oneOf: + - type: object + description: Information returned from the action. + additionalProperties: true + - type: array + description: An array of information returned from the action. + items: + type: object + status: + type: string + description: The status of the action. + enum: + - error + - ok + examples: + runCasesWebhookConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_cases_webhook_connector_response + runEmailConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_email_connector_response + runIndexConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_index_connector_response + runJiraConnectorResponse: + $ref: '#/components/examples/Connectors_run_jira_connector_response' + runPagerDutyConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_pagerduty_connector_response + runServerLogConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_server_log_connector_response + runServiceNowITOMConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_servicenow_itom_connector_response + runSlackConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_slack_api_connector_response + runSwimlaneConnectorResponse: + $ref: >- + #/components/examples/Connectors_run_swimlane_connector_response + '401': + $ref: '#/components/responses/Connectors_401' + /api/actions/connectors: get: - summary: Get a paginated list of SLOs - operationId: findSlosOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + summary: Get all connectors + operationId: getConnectors tags: - - slo - parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - name: kqlQuery - in: query - description: A valid kql query to filter the SLO with - schema: - type: string - example: 'slo.name:latency* and slo.tags : "prod"' - - name: page - in: query - description: The page to use for pagination, must be greater or equal than 1 - schema: - type: integer - default: 1 - example: 1 - - name: perPage - in: query - description: Number of SLOs returned by page - schema: - type: integer - default: 25 - maximum: 5000 - example: 25 - - name: sortBy - in: query - description: Sort by field - schema: - type: string - enum: - - sli_value - - status - - error_budget_consumed - - error_budget_remaining - default: status - example: status - - name: sortDirection - in: query - description: Sort order - schema: - type: string - enum: - - asc - - desc - default: asc - example: asc - - name: hideStale - in: query - description: >- - Hide stale SLOs from the list as defined by stale SLO threshold in - SLO settings - schema: - type: boolean + - connectors responses: '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_find_slo_response' - '400': - description: Bad request + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_400_response' + type: array + items: + $ref: >- + #/components/schemas/Connectors_connector_response_properties + examples: + getConnectorsResponse: + $ref: '#/components/examples/Connectors_get_connectors_response' '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos/{sloId}: + $ref: '#/components/responses/Connectors_401' + /api/actions/connector_types: get: - summary: Get an SLO - operationId: getSloOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + summary: Get all connector types + operationId: getConnectorTypes tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' - - name: instanceId - in: query - description: the specific instanceId used by the summary calculation + - in: query + name: feature_id + description: >- + A filter to limit the retrieved connector types to those that + support a specific feature (such as alerting or cases). schema: - type: string - example: host-abcde + $ref: '#/components/schemas/Connectors_features' responses: '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_slo_with_summary_response' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - put: - summary: Update an SLO - operationId: updateSloOp - description: > - You must have the `write` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. - tags: - - slo - parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_update_slo_request' - responses: - '200': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_slo_definition_response' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' + title: Get connector types response body properties + description: The properties vary for each connector type. + type: array + items: + type: object + properties: + enabled: + type: boolean + description: >- + Indicates whether the connector type is enabled in + Kibana. + example: true + enabled_in_config: + type: boolean + description: >- + Indicates whether the connector type is enabled in the + Kibana configuration file. + example: true + enabled_in_license: + type: boolean + description: >- + Indicates whether the connector is enabled in the + license. + example: true + id: + $ref: '#/components/schemas/Connectors_connector_types' + is_system_action_type: + type: boolean + example: false + minimum_license_required: + type: string + description: The license that is required to use the connector type. + example: basic + name: + type: string + description: The name of the connector type. + example: Index + supported_feature_ids: + type: array + description: The features that are supported by the connector type. + items: + $ref: '#/components/schemas/Connectors_features' + example: + - alerting + - cases + - siem + examples: + getConnectorTypesServerlessResponse: + $ref: >- + #/components/examples/Connectors_get_connector_types_generativeai_response '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] + $ref: '#/components/responses/Connectors_401' + /api/actions/action/{actionId}: delete: - summary: Delete an SLO - operationId: deleteSloOp + summary: Delete a connector + operationId: legacyDeleteConnector + deprecated: true description: > - You must have the `write` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + Deprecated in 7.13.0. Use the delete connector API instead. WARNING: + When you delete a connector, it cannot be recovered. tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_action_id' responses: '204': - description: Successful request - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' + description: Indicates a successful call. '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos/{sloId}/enable: - post: - summary: Enable an SLO - operationId: enableSloOp - description: > - You must have the `write` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + $ref: '#/components/responses/Connectors_401' + get: + summary: Get connector information + operationId: legacyGetConnector + description: Deprecated in 7.13.0. Use the get connector API instead. + deprecated: true tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: '#/components/parameters/Connectors_action_id' responses: - '204': - description: Successful request - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' + '200': + $ref: '#/components/responses/Connectors_200_actions' '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos/{sloId}/disable: - post: - summary: Disable an SLO - operationId: disableSloOp - description: > - You must have the `write` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + $ref: '#/components/responses/Connectors_401' + put: + summary: Update a connector + operationId: legacyUpdateConnector + deprecated: true + description: Deprecated in 7.13.0. Use the update connector API instead. tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_action_id' + requestBody: + required: true + content: + application/json: + schema: + title: Legacy update connector request body properties + description: The properties vary depending on the connector type. + type: object + properties: + config: + type: object + description: >- + The new connector configuration. Configuration properties + vary depending on the connector type. + name: + type: string + description: The new name for the connector. + secrets: + type: object + description: >- + The updated secrets configuration for the connector. Secrets + properties vary depending on the connector type. responses: '200': - description: Successful request - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_403_response' + $ref: '#/components/responses/Connectors_200_actions' '404': - description: Not found response + $ref: '#/components/responses/Connectors_404' + /api/actions: + get: + summary: Get all connectors + operationId: legacyGetConnectors + deprecated: true + description: Deprecated in 7.13.0. Use the get all connectors API instead. + tags: + - connectors + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos/{sloId}/_reset: - post: - summary: Reset an SLO - operationId: resetSloOp - description: > - You must have the `write` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + type: array + items: + $ref: '#/components/schemas/Connectors_action_response_properties' + '401': + $ref: '#/components/responses/Connectors_401' + post: + summary: Create a connector + operationId: legacyCreateConnector + deprecated: true + description: Deprecated in 7.13.0. Use the create connector API instead. tags: - - slo + - connectors parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - $ref: '#/components/parameters/SLOs_slo_id' + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + title: Legacy create connector request properties + type: object + properties: + actionTypeId: + type: string + description: The connector type identifier. + config: + type: object + description: >- + The configuration for the connector. Configuration + properties vary depending on the connector type. + name: + type: string + description: The display name for the connector. + secrets: + type: object + description: > + The secrets configuration for the connector. Secrets + configuration properties vary depending on the connector + type. NOTE: Remember these values. You must provide them + each time you update the connector. responses: - '204': - description: Successful request - content: - application/json: - schema: - $ref: '#/components/schemas/SLOs_slo_definition_response' - '400': - description: Bad request + '200': + $ref: '#/components/responses/Connectors_200_actions' + '401': + $ref: '#/components/responses/Connectors_401' + /api/actions/list_action_types: + get: + summary: Get connector types + operationId: legacyGetConnectorTypes + deprecated: true + description: Deprecated in 7.13.0. Use the get all connector types API instead. + tags: + - connectors + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_400_response' + title: Legacy get connector types response body properties + description: The properties vary for each connector type. + type: array + items: + type: object + properties: + enabled: + type: boolean + description: >- + Indicates whether the connector type is enabled in + Kibana. + enabledInConfig: + type: boolean + description: >- + Indicates whether the connector type is enabled in the + Kibana `.yml` file. + enabledInLicense: + type: boolean + description: >- + Indicates whether the connector is enabled in the + license. + example: true + id: + type: string + description: The unique identifier for the connector type. + minimumLicenseRequired: + type: string + description: The license that is required to use the connector type. + name: + type: string + description: The name of the connector type. '401': - description: Unauthorized response + $ref: '#/components/responses/Connectors_401' + /api/actions/action/{actionId}/_execute: + post: + summary: Run a connector + operationId: legacyRunConnector + deprecated: true + description: Deprecated in 7.13.0. Use the run connector API instead. + tags: + - connectors + parameters: + - $ref: '#/components/parameters/Connectors_kbn_xsrf' + - $ref: '#/components/parameters/Connectors_action_id' + requestBody: + required: true + content: + application/json: + schema: + title: Legacy run connector request body properties + description: The properties vary depending on the connector type. + type: object + required: + - params + properties: + params: + type: object + description: >- + The parameters of the connector. Parameter properties vary + depending on the connector type. + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response + type: object + properties: + actionId: + type: string + data: + oneOf: + - type: object + description: Information returned from the action. + additionalProperties: true + - type: array + description: An array of information returned from the action. + items: + type: object + status: + type: string + description: The status of the action. + '401': + $ref: '#/components/responses/Connectors_401' + /api/data_views: + get: + summary: Get all data views + operationId: getAllDataViewsDefault + tags: + - data views + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_403_response' - '404': - description: Not found response + type: object + properties: + data_view: + type: array + items: + type: object + properties: + id: + type: string + name: + type: string + namespaces: + type: array + items: + type: string + title: + type: string + typeMeta: + type: object + examples: + getAllDataViewsResponse: + $ref: '#/components/examples/Data_views_get_data_views_response' + '400': + description: Bad request content: application/json: schema: - $ref: '#/components/schemas/SLOs_404_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/internal/observability/slos/_historical_summary: + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/data_view: post: - summary: Get a historical summary for SLOs - operationId: historicalSummaryOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + summary: Create a data view + operationId: createDataViewDefaultw tags: - - slo + - data views parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/Data_views_kbn_xsrf' requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/SLOs_historical_summary_request' + $ref: '#/components/schemas/Data_views_create_data_view_request_object' + examples: + createDataViewRequest: + $ref: '#/components/examples/Data_views_create_data_view_request' responses: '200': - description: Successful request + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_historical_summary_response' + $ref: '#/components/schemas/Data_views_data_view_response_object' '400': description: Bad request content: application/json: schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/data_view/{viewId}: + get: + summary: Get a data view + operationId: getDataViewDefault + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_view_id' + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response + $ref: '#/components/schemas/Data_views_data_view_response_object' + examples: + getDataViewResponse: + $ref: '#/components/examples/Data_views_get_data_view_response' + '404': + description: Object is not found. content: application/json: schema: - $ref: '#/components/schemas/SLOs_403_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/internal/observability/slos/_definitions: - get: - summary: Get the SLO definitions - operationId: getDefinitionsOp - description: > - You must have the `read` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + $ref: '#/components/schemas/Data_views_404_response' + delete: + summary: Delete a data view + operationId: deleteDataViewDefault + description: | + WARNING: When you delete a data view, it cannot be recovered. tags: - - slo + - data views parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' - - name: includeOutdatedOnly - in: query - description: >- - Indicates if the API returns only outdated SLO or all SLO - definitions - schema: - type: boolean - example: true - - name: search - in: query - description: Filters the SLOs by name - schema: - type: string - example: my service availability - - name: page - in: query - description: The page to use for pagination, must be greater or equal than 1 - schema: - type: number - example: 1 - - name: perPage - in: query - description: Number of SLOs returned by page - schema: - type: integer - default: 100 - maximum: 1000 - example: 100 + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: '#/components/parameters/Data_views_view_id' + responses: + '204': + description: Indicates a successful call. + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_404_response' + post: + summary: Update a data view + operationId: updateDataViewDefault + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: '#/components/parameters/Data_views_view_id' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_update_data_view_request_object' + examples: + updateDataViewRequest: + $ref: '#/components/examples/Data_views_update_data_view_request' responses: '200': - description: Successful request + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_find_slo_definitions_response' + $ref: '#/components/schemas/Data_views_data_view_response_object' '400': description: Bad request content: application/json: schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/data_view/{viewId}/fields: + post: + summary: Update data view fields metadata + operationId: updateFieldsMetadataDefault + description: > + Update fields presentation metadata such as count, customLabel, + customDescription, and format. + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: '#/components/parameters/Data_views_view_id' + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - fields + properties: + fields: + description: The field object. + type: object + examples: + updateFieldsMetadataRequest: + $ref: '#/components/examples/Data_views_update_field_metadata_request' + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response + type: object + properties: + acknowledged: + type: boolean + '400': + description: Bad request content: application/json: schema: - $ref: '#/components/schemas/SLOs_403_response' - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /s/{spaceId}/api/observability/slos/_delete_instances: + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/data_view/{viewId}/runtime_field: post: - summary: Batch delete rollup and summary data - operationId: deleteSloInstancesOp - description: > - The deletion occurs for the specified list of `sloId` and `instanceId`. - You must have `all` privileges for the **SLOs** feature in the - **Observability** section of the Kibana feature privileges. + summary: Create a runtime field + operationId: createRuntimeFieldDefault tags: - - slo + - data views parameters: - - $ref: '#/components/parameters/SLOs_kbn_xsrf' - - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - $ref: '#/components/parameters/Data_views_view_id' requestBody: required: true content: application/json: schema: - $ref: '#/components/schemas/SLOs_delete_slo_instances_request' + type: object + required: + - name + - runtimeField + properties: + name: + type: string + description: | + The name for a runtime field. + runtimeField: + type: object + description: | + The runtime field definition object. + examples: + createRuntimeFieldRequest: + $ref: '#/components/examples/Data_views_create_runtime_field_request' responses: - '204': - description: Successful request - '400': - description: Bad request + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_400_response' - '401': - description: Unauthorized response + type: object + put: + summary: Create or update a runtime field + operationId: createUpdateRuntimeFieldDefault + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + - name: viewId + in: path + description: | + The ID of the data view fields you want to update. + required: true + schema: + type: string + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - name + - runtimeField + properties: + name: + type: string + description: | + The name for a runtime field. + runtimeField: + type: object + description: | + The runtime field definition object. + examples: + updateRuntimeFieldRequest: + $ref: '#/components/examples/Data_views_create_runtime_field_request' + responses: + '200': + description: Indicates a successful call. content: application/json: schema: - $ref: '#/components/schemas/SLOs_401_response' - '403': - description: Unauthorized response + type: object + properties: + data_view: + type: object + fields: + type: array + items: + type: object + '400': + description: Bad request content: application/json: schema: - $ref: '#/components/schemas/SLOs_403_response' - servers: - - url: https://localhost:5601 - security: - - SLOs_basicAuth: [] - - SLOs_apiKeyAuth: [] - /api/status: + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/data_view/{viewId}/runtime_field/{fieldName}: get: - operationId: /api/status#0 + summary: Get a runtime field + operationId: getRuntimeFieldDefault + tags: + - data views parameters: - - description: The version of the API to use - in: header - name: elastic-api-version - schema: - default: '2023-10-31' - enum: - - '2023-10-31' - type: string - - description: Set to "true" to get the response in v7 format. - in: query - name: v7format - required: false - schema: - type: boolean - - description: Set to "true" to get the response in v8 format. - in: query - name: v8format - required: false - schema: - type: boolean + - $ref: '#/components/parameters/Data_views_field_name' + - $ref: '#/components/parameters/Data_views_view_id' responses: '200': + description: Indicates a successful call. content: - application/json; Elastic-Api-Version=2023-10-31: + application/json: schema: - anyOf: - - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' - - $ref: >- - #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse - description: >- - Kibana's operational status. A minimal response is sent for - unauthorized users. - description: Overall status is OK and Kibana should be functioning normally. - '503': + type: object + properties: + data_view: + type: object + fields: + type: array + items: + type: object + examples: + getRuntimeFieldResponse: + $ref: '#/components/examples/Data_views_get_runtime_field_response' + '404': + description: Object is not found. content: - application/json; Elastic-Api-Version=2023-10-31: + application/json: schema: - anyOf: - - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' - - $ref: >- - #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse - description: >- - Kibana's operational status. A minimal response is sent for - unauthorized users. - description: >- - Kibana or some of it's essential services are unavailable. Kibana - may be degraded or unavailable. - summary: Get Kibana's current status + $ref: '#/components/schemas/Data_views_404_response' + delete: + summary: Delete a runtime field from a data view + operationId: deleteRuntimeFieldDefault tags: - - system - security: - - Kibana_HTTP_APIs_basicAuth: [] -components: - parameters: - Connectors_kbn_xsrf: - schema: - type: string - in: header - name: kbn-xsrf - description: Cross-site request forgery protection - required: true - Connectors_connector_id: - in: path - name: connectorId - description: An identifier for the connector. - required: true - schema: - type: string - example: df770e30-8b8b-11ed-a780-3b746c987a81 - Connectors_action_id: - in: path - name: actionId - description: An identifier for the action. - required: true - schema: - type: string - example: c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad - Data_views_kbn_xsrf: - schema: - type: string - in: header - name: kbn-xsrf - description: Cross-site request forgery protection - required: true - Data_views_view_id: - in: path - name: viewId - description: An identifier for the data view. - required: true - schema: - type: string - example: ff959d40-b880-11e8-a6d9-e546fe2bba5f - Data_views_field_name: - in: path - name: fieldName - description: The name of the runtime field. - required: true - schema: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_field_name' + - $ref: '#/components/parameters/Data_views_view_id' + responses: + '200': + description: Indicates a successful call. + '404': + description: Object is not found. + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_404_response' + post: + summary: Update a runtime field + operationId: updateRuntimeFieldDefault + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_field_name' + - $ref: '#/components/parameters/Data_views_view_id' + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - runtimeField + properties: + runtimeField: + type: object + description: | + The runtime field definition object. + + You can update following fields: + + - `type` + - `script` + examples: + updateRuntimeFieldRequest: + $ref: '#/components/examples/Data_views_update_runtime_field_request' + responses: + '200': + description: Indicates a successful call. + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/default: + get: + summary: Get the default data view + operationId: getDefaultDataViewDefault + tags: + - data views + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + data_view_id: + type: string + examples: + getDefaultDataViewResponse: + $ref: >- + #/components/examples/Data_views_get_default_data_view_response + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_400_response' + post: + summary: Set the default data view + operationId: setDefaultDatailViewDefault + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - data_view_id + properties: + data_view_id: + type: string + nullable: true + description: > + The data view identifier. NOTE: The API does not validate + whether it is a valid identifier. Use `null` to unset the + default data view. + force: + type: boolean + description: Update an existing default data view identifier. + default: false + examples: + setDefaultDataViewRequest: + $ref: '#/components/examples/Data_views_set_default_data_view_request' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + acknowledged: + type: boolean + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_400_response' + /api/data_views/swap_references: + post: + summary: Swap saved object references + operationId: swapDataViewsDefault + description: > + Changes saved object references from one data view identifier to + another. WARNING: Misuse can break large numbers of saved objects! + Practicing with a backup is recommended. + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_swap_data_view_request_object' + examples: + swapDataViewRequest: + $ref: '#/components/examples/Data_views_swap_data_view_request' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + deleteStatus: + type: object + properties: + deletePerformed: + type: boolean + remainingRefs: + type: integer + result: + type: array + items: + type: object + properties: + id: + type: string + description: A saved object identifier. + type: + type: string + description: The saved object type. + /api/data_views/swap_references/_preview: + post: + summary: Preview a saved object reference swap + operationId: previewSwapDataViewsDefault + description: > + Preview the impact of swapping saved object references from one data + view identifier to another. + tags: + - data views + parameters: + - $ref: '#/components/parameters/Data_views_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/Data_views_swap_data_view_request_object' + examples: + previewSwapDataViewRequest: + $ref: >- + #/components/examples/Data_views_preview_swap_data_view_request + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + result: + type: array + items: + type: object + properties: + id: + type: string + description: A saved object identifier. + type: + type: string + description: The saved object type. + /api/ml/saved_objects/sync: + get: + summary: Sync saved objects in the default space + description: > + Synchronizes Kibana saved objects for machine learning jobs and trained + models in the default space. You must have `all` privileges for the + **Machine Learning** feature in the **Analytics** section of the Kibana + feature privileges. This API runs automatically when you start Kibana + and periodically thereafter. + operationId: mlSync + tags: + - ml + parameters: + - $ref: '#/components/parameters/Machine_learning_APIs_simulateParam' + responses: + '200': + description: Indicates a successful call + content: + application/json: + schema: + $ref: '#/components/schemas/Machine_learning_APIs_mlSync200Response' + examples: + syncExample: + $ref: '#/components/examples/Machine_learning_APIs_mlSyncExample' + '401': + description: Authorization information is missing or invalid. + content: + application/json: + schema: + $ref: '#/components/schemas/Machine_learning_APIs_mlSync4xxResponse' + /api/encrypted_saved_objects/_rotate_key: + post: + summary: Rotate a key for encrypted saved objects + operationId: rotateEncryptionKey + description: > + Superuser role required. + + + If a saved object cannot be decrypted using the primary encryption key, + then Kibana will attempt to decrypt it using the specified + decryption-only keys. In most of the cases this overhead is negligible, + but if you're dealing with a large number of saved objects and + experiencing performance issues, you may want to rotate the encryption + key. + + + This functionality is in technical preview and may be changed or removed + in a future release. Elastic will work to fix any issues, but features + in technical preview are not subject to the support SLA of official GA + features. + tags: + - saved objects + parameters: + - in: query + name: batch_size + schema: + type: number + default: 10000 + required: false + description: > + Specifies a maximum number of saved objects that Kibana can process + in a single batch. Bulk key rotation is an iterative process since + Kibana may not be able to fetch and process all required saved + objects in one go and splits processing into consequent batches. By + default, the batch size is 10000, which is also a maximum allowed + value. + - in: query + name: type + schema: + type: string + required: false + description: > + Limits encryption key rotation only to the saved objects with the + specified type. By default, Kibana tries to rotate the encryption + key for all saved object types that may contain encrypted + attributes. + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + total: + type: number + description: > + Indicates the total number of all encrypted saved objects + (optionally filtered by the requested `type`), regardless + of the key Kibana used for encryption. + successful: + type: number + description: > + Indicates the total number of all encrypted saved objects + (optionally filtered by the requested `type`), regardless + of the key Kibana used for encryption. + + + NOTE: In most cases, `total` will be greater than + `successful` even if `failed` is zero. The reason is that + Kibana may not need or may not be able to rotate + encryption keys for all encrypted saved objects. + failed: + type: number + description: > + Indicates the number of the saved objects that were still + encrypted with one of the old encryption keys that Kibana + failed to re-encrypt with the primary key. + examples: + rotateEncryptionKeyResponse: + $ref: '#/components/examples/Saved_objects_key_rotation_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + '429': + description: Already in progress. + content: + application/json: + schema: + type: object + /api/saved_objects/_bulk_create: + post: + summary: Create saved objects + operationId: bulkCreateSavedObjects + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - in: query + name: overwrite + description: When true, overwrites the document with the same identifier. + schema: + type: boolean + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_bulk_delete: + post: + summary: Delete saved objects + operationId: bulkDeleteSavedObjects + description: | + WARNING: When you delete a saved object, it cannot be recovered. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - in: query + name: force + description: > + When true, force delete objects that exist in multiple namespaces. + Note that the option applies to the whole request. Use the delete + object API to specify per-object deletion behavior. TIP: Use this if + you attempted to delete objects and received an HTTP 400 error with + the following message: "Unable to delete saved object that exists in + multiple namespaces, use the force option to delete it anyway". + WARNING: When you bulk delete objects that exist in multiple + namespaces, the API also deletes legacy url aliases that reference + the object. These requests are batched to minimise the impact but + they can place a heavy load on Kibana. Make sure you limit the + number of objects that exist in multiple namespaces in a single bulk + delete operation. + schema: + type: boolean + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + responses: + '200': + description: > + Indicates a successful call. NOTE: This HTTP response code indicates + that the bulk operation succeeded. Errors pertaining to individual + objects will be returned in the response body. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_bulk_get: + post: + summary: Get saved objects + operationId: bulkGetSavedObjects + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_bulk_resolve: + post: + summary: Resolve saved objects + operationId: bulkResolveSavedObjects + deprecated: true + description: > + Retrieve multiple Kibana saved objects by identifier using any legacy + URL aliases if they exist. Under certain circumstances when Kibana is + upgraded, saved object migrations may necessitate regenerating some + object IDs to enable new features. When an object's ID is regenerated, a + legacy URL alias is created for that object, preserving its old ID. In + such a scenario, that object can be retrieved by the bulk resolve API + using either its new ID or its old ID. + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + responses: + '200': + description: > + Indicates a successful call. NOTE: This HTTP response code indicates + that the bulk operation succeeded. Errors pertaining to individual + objects will be returned in the response body. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_bulk_update: + post: + summary: Update saved objects + operationId: bulkUpdateSavedObjects + description: Update the attributes for multiple Kibana saved objects. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + responses: + '200': + description: > + Indicates a successful call. NOTE: This HTTP response code indicates + that the bulk operation succeeded. Errors pertaining to individual + objects will be returned in the response body. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_export: + post: + summary: Export saved objects + operationId: exportSavedObjectsDefault + description: > + Retrieve sets of saved objects that you want to import into Kibana. + + You must include `type` or `objects` in the request body. + + + Exported saved objects are not backwards compatible and cannot be + imported into an older version of Kibana. + + + NOTE: The `savedObjects.maxImportExportSize` configuration setting + limits the number of saved objects which may be exported. + + + This functionality is in technical preview and may be changed or removed + in a future release. Elastic will work to fix any issues, but features + in technical preview are not subject to the support SLA of official GA + features. + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + excludeExportDetails: + description: Do not add export details entry at the end of the stream. + type: boolean + default: false + includeReferencesDeep: + description: >- + Includes all of the referenced objects in the exported + objects. + type: boolean + objects: + description: A list of objects to export. + type: array + items: + type: object + type: + description: >- + The saved object types to include in the export. Use `*` to + export all the types. + oneOf: + - type: string + - type: array + items: + type: string + examples: + exportSavedObjectsRequest: + $ref: '#/components/examples/Saved_objects_export_objects_request' + responses: + '200': + description: Indicates a successful call. + content: + application/x-ndjson: + schema: + type: object + additionalProperties: true + examples: + exportSavedObjectsResponse: + $ref: '#/components/examples/Saved_objects_export_objects_response' + '400': + description: Bad request. + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_find: + get: + summary: Search for saved objects + operationId: findSavedObjects + description: Retrieve a paginated set of Kibana saved objects. + deprecated: true + tags: + - saved objects + parameters: + - in: query + name: aggs + description: > + An aggregation structure, serialized as a string. The field format + is similar to filter, meaning that to use a saved object type + attribute in the aggregation, the `savedObjectType.attributes.title: + "myTitle"` format must be used. For root fields, the syntax is + `savedObjectType.rootField`. NOTE: As objects change in Kibana, the + results on each page of the response also change. Use the find API + for traditional paginated results, but avoid using it to export + large amounts of data. + schema: + type: string + - in: query + name: default_search_operator + description: The default operator to use for the `simple_query_string`. + schema: + type: string + - in: query + name: fields + description: The fields to return in the attributes key of the response. + schema: + oneOf: + - type: string + - type: array + - in: query + name: filter + description: > + The filter is a KQL string with the caveat that if you filter with + an attribute from your saved object type, it should look like that: + `savedObjectType.attributes.title: "myTitle"`. However, if you use a + root attribute of a saved object such as `updated_at`, you will have + to define your filter like that: `savedObjectType.updated_at > + 2018-12-22`. + schema: + type: string + - in: query + name: has_no_reference + description: >- + Filters to objects that do not have a relationship with the type and + identifier combination. + schema: + type: object + - in: query + name: has_no_reference_operator + description: >- + The operator to use for the `has_no_reference` parameter. Either + `OR` or `AND`. Defaults to `OR`. + schema: + type: string + - in: query + name: has_reference + description: >- + Filters to objects that have a relationship with the type and ID + combination. + schema: + type: object + - in: query + name: has_reference_operator + description: >- + The operator to use for the `has_reference` parameter. Either `OR` + or `AND`. Defaults to `OR`. + schema: + type: string + - in: query + name: page + description: The page of objects to return. + schema: + type: integer + - in: query + name: per_page + description: The number of objects to return per page. + schema: + type: integer + - in: query + name: search + description: >- + An Elasticsearch `simple_query_string` query that filters the + objects in the response. + schema: + type: string + - in: query + name: search_fields + description: >- + The fields to perform the `simple_query_string` parsed query + against. + schema: + oneOf: + - type: string + - type: array + - in: query + name: sort_field + description: > + Sorts the response. Includes "root" and "type" fields. "root" fields + exist for all saved objects, such as "updated_at". "type" fields are + specific to an object type, such as fields returned in the + attributes key of the response. When a single type is defined in the + type parameter, the "root" and "type" fields are allowed, and + validity checks are made in that order. When multiple types are + defined in the type parameter, only "root" fields are allowed. + schema: + type: string + - in: query + name: type + description: The saved object types to include. + required: true + schema: + oneOf: + - type: string + - type: array + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_import: + post: + summary: Import saved objects + operationId: importSavedObjectsDefault + description: > + Create sets of Kibana saved objects from a file created by the export + API. + + Saved objects can be imported only into the same version, a newer minor + on the same major, or the next major. Exported saved objects are not + backwards compatible and cannot be imported into an older version of + Kibana. + + + This functionality is in technical preview and may be changed or removed + in a future release. Elastic will work to fix any issues, but features + in technical preview are not subject to the support SLA of official GA + features. + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - in: query + name: createNewCopies + schema: + type: boolean + required: false + description: > + Creates copies of saved objects, regenerates each object ID, and + resets the origin. When used, potential conflict errors are avoided. + NOTE: This option cannot be used with the `overwrite` and + `compatibilityMode` options. + - in: query + name: overwrite + schema: + type: boolean + required: false + description: > + Overwrites saved objects when they already exist. When used, + potential conflict errors are automatically resolved by overwriting + the destination object. NOTE: This option cannot be used with the + `createNewCopies` option. + - in: query + name: compatibilityMode + schema: + type: boolean + required: false + description: > + Applies various adjustments to the saved objects that are being + imported to maintain compatibility between different Kibana + versions. Use this option only if you encounter issues with imported + saved objects. NOTE: This option cannot be used with the + `createNewCopies` option. + requestBody: + required: true + content: + multipart/form-data: + schema: + type: object + properties: + file: + description: > + A file exported using the export API. NOTE: The + `savedObjects.maxImportExportSize` configuration setting + limits the number of saved objects which may be included in + this file. Similarly, the + `savedObjects.maxImportPayloadBytes` setting limits the + overall size of the file that can be imported. + examples: + importObjectsRequest: + $ref: '#/components/examples/Saved_objects_import_objects_request' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + success: + type: boolean + description: > + Indicates when the import was successfully completed. When + set to false, some objects may not have been created. For + additional information, refer to the `errors` and + `successResults` properties. + successCount: + type: integer + description: Indicates the number of successfully imported records. + errors: + type: array + items: + type: object + description: > + Indicates the import was unsuccessful and specifies the + objects that failed to import. + + + NOTE: One object may result in multiple errors, which + requires separate steps to resolve. For instance, a + `missing_references` error and conflict error. + successResults: + type: array + items: + type: object + description: > + Indicates the objects that are successfully imported, with + any metadata if applicable. + + + NOTE: Objects are created only when all resolvable errors + are addressed, including conflicts and missing references. + If objects are created as new copies, each entry in the + `successResults` array includes a `destinationId` + attribute. + examples: + importObjectsResponse: + $ref: '#/components/examples/Saved_objects_import_objects_response' + '400': + description: Bad request. + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/_resolve_import_errors: + post: + summary: Resolve import errors + operationId: resolveImportErrors + description: > + To resolve errors from the Import objects API, you can: + + + * Retry certain saved objects + + * Overwrite specific saved objects + + * Change references to different saved objects + + + This functionality is in technical preview and may be changed or removed + in a future release. Elastic will work to fix any issues, but features + in technical preview are not subject to the support SLA of official GA + features. + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - in: query + name: compatibilityMode + schema: + type: boolean + required: false + description: > + Applies various adjustments to the saved objects that are being + imported to maintain compatibility between different Kibana + versions. When enabled during the initial import, also enable when + resolving import errors. This option cannot be used with the + `createNewCopies` option. + - in: query + name: createNewCopies + schema: + type: boolean + required: false + description: > + Creates copies of the saved objects, regenerates each object ID, and + resets the origin. When enabled during the initial import, also + enable when resolving import errors. + requestBody: + required: true + content: + multipart/form-data: + schema: + type: object + required: + - retries + properties: + file: + description: The same file given to the import API. + type: string + format: binary + retries: + description: >- + The retry operations, which can specify how to resolve + different types of errors. + type: array + items: + type: object + required: + - type + - id + properties: + type: + description: The saved object type. + type: string + id: + description: The saved object ID. + type: string + overwrite: + description: >- + When set to `true`, the source object overwrites the + conflicting destination object. When set to `false`, + does nothing. + type: boolean + destinationId: + description: >- + Specifies the destination ID that the imported object + should have, if different from the current ID. + type: string + replaceReferences: + description: >- + A list of `type`, `from`, and `to` used to change the + object references. + type: array + items: + type: object + properties: + type: + type: string + from: + type: string + to: + type: string + ignoreMissingReferences: + description: >- + When set to `true`, ignores missing reference errors. + When set to `false`, does nothing. + type: boolean + examples: + resolveImportErrorsRequest: + $ref: >- + #/components/examples/Saved_objects_resolve_missing_reference_request + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + properties: + success: + type: boolean + description: > + Indicates a successful import. When set to `false`, some + objects may not have been created. For additional + information, refer to the `errors` and `successResults` + properties. + successCount: + type: number + description: | + Indicates the number of successfully resolved records. + errors: + type: array + description: > + Specifies the objects that failed to resolve. + + + NOTE: One object can result in multiple errors, which + requires separate steps to resolve. For instance, a + `missing_references` error and a `conflict` error. + items: + type: object + successResults: + type: array + description: > + Indicates the objects that are successfully imported, with + any metadata if applicable. + + + NOTE: Objects are only created when all resolvable errors + are addressed, including conflict and missing references. + items: + type: object + examples: + resolveImportErrorsResponse: + $ref: >- + #/components/examples/Saved_objects_resolve_missing_reference_response + '400': + description: Bad request. + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /api/saved_objects/{type}: + post: + summary: Create a saved object + operationId: createSavedObject + description: Create a Kibana saved object with a randomly generated identifier. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - in: query + name: overwrite + description: If true, overwrites the document with the same identifier. + schema: + type: boolean + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - attributes + properties: + attributes: + $ref: '#/components/schemas/Saved_objects_attributes' + initialNamespaces: + $ref: '#/components/schemas/Saved_objects_initial_namespaces' + references: + $ref: '#/components/schemas/Saved_objects_references' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '409': + description: Indicates a conflict error. + content: + application/json: + schema: + type: object + /api/saved_objects/{type}/{id}: + get: + summary: Get a saved object + operationId: getSavedObject + description: Retrieve a single Kibana saved object by identifier. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_saved_object_id' + - $ref: '#/components/parameters/Saved_objects_saved_object_type' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '400': + description: Bad request. + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + post: + summary: Create a saved object + operationId: createSavedObjectId + description: >- + Create a Kibana saved object and specify its identifier instead of using + a randomly generated ID. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Saved_objects_saved_object_id' + - $ref: '#/components/parameters/Saved_objects_saved_object_type' + - in: query + name: overwrite + description: If true, overwrites the document with the same identifier. + schema: + type: boolean + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - attributes + properties: + attributes: + $ref: '#/components/schemas/Saved_objects_attributes' + initialNamespaces: + $ref: '#/components/schemas/Saved_objects_initial_namespaces' + references: + $ref: '#/components/schemas/Saved_objects_initial_namespaces' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '409': + description: Indicates a conflict error. + content: + application/json: + schema: + type: object + put: + summary: Update a saved object + operationId: updateSavedObject + description: Update the attributes for Kibana saved objects. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_kbn_xsrf' + - $ref: '#/components/parameters/Saved_objects_saved_object_id' + - $ref: '#/components/parameters/Saved_objects_saved_object_type' + requestBody: + required: true + content: + application/json: + schema: + type: object + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '404': + description: Indicates the object was not found. + content: + application/json: + schema: + type: object + '409': + description: Indicates a conflict error. + content: + application/json: + schema: + type: object + /api/saved_objects/resolve/{type}/{id}: + get: + summary: Resolve a saved object + operationId: resolveSavedObject + description: > + Retrieve a single Kibana saved object by identifier using any legacy URL + alias if it exists. Under certain circumstances, when Kibana is + upgraded, saved object migrations may necessitate regenerating some + object IDs to enable new features. When an object's ID is regenerated, a + legacy URL alias is created for that object, preserving its old ID. In + such a scenario, that object can be retrieved using either its new ID or + its old ID. + deprecated: true + tags: + - saved objects + parameters: + - $ref: '#/components/parameters/Saved_objects_saved_object_id' + - $ref: '#/components/parameters/Saved_objects_saved_object_type' + responses: + '200': + description: Indicates a successful call. + content: + application/json: + schema: + type: object + '400': + description: Bad request. + content: + application/json: + schema: + $ref: '#/components/schemas/Saved_objects_400_response' + /s/{spaceId}/api/observability/slos: + post: + summary: Create an SLO + operationId: createSloOp + description: > + You must have `all` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_create_slo_request' + responses: + '200': + description: Successful request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_create_slo_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '409': + description: Conflict - The SLO id already exists + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_409_response' + servers: + - url: https://localhost:5601 + get: + summary: Get a paginated list of SLOs + operationId: findSlosOp + description: > + You must have the `read` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - name: kqlQuery + in: query + description: A valid kql query to filter the SLO with + schema: + type: string + example: 'slo.name:latency* and slo.tags : "prod"' + - name: page + in: query + description: The page to use for pagination, must be greater or equal than 1 + schema: + type: integer + default: 1 + example: 1 + - name: perPage + in: query + description: Number of SLOs returned by page + schema: + type: integer + default: 25 + maximum: 5000 + example: 25 + - name: sortBy + in: query + description: Sort by field + schema: + type: string + enum: + - sli_value + - status + - error_budget_consumed + - error_budget_remaining + default: status + example: status + - name: sortDirection + in: query + description: Sort order + schema: + type: string + enum: + - asc + - desc + default: asc + example: asc + - name: hideStale + in: query + description: >- + Hide stale SLOs from the list as defined by stale SLO threshold in + SLO settings + schema: + type: boolean + responses: + '200': + description: Successful request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_find_slo_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + /s/{spaceId}/api/observability/slos/{sloId}: + get: + summary: Get an SLO + operationId: getSloOp + description: > + You must have the `read` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + - name: instanceId + in: query + description: the specific instanceId used by the summary calculation + schema: + type: string + example: host-abcde + responses: + '200': + description: Successful request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_slo_with_summary_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + put: + summary: Update an SLO + operationId: updateSloOp + description: > + You must have the `write` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_update_slo_request' + responses: + '200': + description: Successful request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_slo_definition_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + delete: + summary: Delete an SLO + operationId: deleteSloOp + description: > + You must have the `write` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + responses: + '204': + description: Successful request + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + /s/{spaceId}/api/observability/slos/{sloId}/enable: + post: + summary: Enable an SLO + operationId: enableSloOp + description: > + You must have the `write` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + responses: + '204': + description: Successful request + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + /s/{spaceId}/api/observability/slos/{sloId}/disable: + post: + summary: Disable an SLO + operationId: disableSloOp + description: > + You must have the `write` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + responses: + '200': + description: Successful request + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + /s/{spaceId}/api/observability/slos/{sloId}/_reset: + post: + summary: Reset an SLO + operationId: resetSloOp + description: > + You must have the `write` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + - $ref: '#/components/parameters/SLOs_slo_id' + responses: + '204': + description: Successful request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_slo_definition_response' + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + '404': + description: Not found response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_404_response' + /s/{spaceId}/api/observability/slos/_delete_instances: + post: + summary: Batch delete rollup and summary data + operationId: deleteSloInstancesOp + description: > + The deletion occurs for the specified list of `sloId` and `instanceId`. + You must have `all` privileges for the **SLOs** feature in the + **Observability** section of the Kibana feature privileges. + tags: + - slo + parameters: + - $ref: '#/components/parameters/SLOs_kbn_xsrf' + - $ref: '#/components/parameters/SLOs_space_id' + requestBody: + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_delete_slo_instances_request' + responses: + '204': + description: Successful request + '400': + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_400_response' + '401': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_401_response' + '403': + description: Unauthorized response + content: + application/json: + schema: + $ref: '#/components/schemas/SLOs_403_response' + servers: + - url: https://localhost:5601 + /api/status: + get: + operationId: /api/status#0 + parameters: + - description: The version of the API to use + in: header + name: elastic-api-version + schema: + default: '2023-10-31' + enum: + - '2023-10-31' + type: string + - description: Set to "true" to get the response in v7 format. + in: query + name: v7format + required: false + schema: + type: boolean + - description: Set to "true" to get the response in v8 format. + in: query + name: v8format + required: false + schema: + type: boolean + responses: + '200': + content: + application/json; Elastic-Api-Version=2023-10-31: + schema: + anyOf: + - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' + - $ref: >- + #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse + description: >- + Kibana's operational status. A minimal response is sent for + unauthorized users. + description: Overall status is OK and Kibana should be functioning normally. + '503': + content: + application/json; Elastic-Api-Version=2023-10-31: + schema: + anyOf: + - $ref: '#/components/schemas/Kibana_HTTP_APIs_core_status_response' + - $ref: >- + #/components/schemas/Kibana_HTTP_APIs_core_status_redactedResponse + description: >- + Kibana's operational status. A minimal response is sent for + unauthorized users. + description: >- + Kibana or some of it's essential services are unavailable. Kibana + may be degraded or unavailable. + summary: Get Kibana's current status + tags: + - system + security: + - Kibana_HTTP_APIs_basicAuth: [] +components: + parameters: + Alerting_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + Alerting_rule_id: + in: path + name: ruleId + description: An identifier for the rule. + required: true + schema: + type: string + example: ac4e6b90-6be7-11eb-ba0d-9b1c1f912d74 + Alerting_alert_id: + in: path + name: alertId + description: >- + An identifier for the alert. The identifier is generated by the rule and + might be any arbitrary string. + required: true + schema: + type: string + example: ac4e6b90-6be7-11eb-ba0d-9b1c1f912d74 + Cases_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + Cases_ids: + name: ids + description: > + The cases that you want to removed. All non-ASCII characters must be URL + encoded. + in: query + required: true + schema: + type: array + items: + type: string + minItems: 1 + maxItems: 100 + example: d4e7abb0-b462-11ec-9a8d-698504725a43 + Cases_assignees: + in: query + name: assignees + description: > + Filters the returned cases by assignees. Valid values are `none` or + unique identifiers for the user profiles. These identifiers can be found + by using the suggest user profile API. + schema: + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 100 + Cases_category: + in: query + name: category + description: Filters the returned cases by category. + schema: + oneOf: + - type: string + example: my-category + - type: array + items: + type: string + maxItems: 100 + Cases_defaultSearchOperator: + in: query + name: defaultSearchOperator + description: he default operator to use for the simple_query_string. + schema: + type: string + default: OR + example: OR + Cases_from: + in: query + name: from + description: > + Returns only cases that were created after a specific date. The date + must be specified as a KQL data range or date match expression. + schema: + type: string + example: now-1d + Cases_owner: + in: query + name: owner + description: > + A filter to limit the response to a specific set of applications. If + this parameter is omitted, the response contains information about all + the cases that the user has access to read. + schema: + oneOf: + - $ref: '#/components/schemas/Cases_owners' + - type: array + items: + $ref: '#/components/schemas/Cases_owners' + example: cases + Cases_page_index: + in: query + name: page + description: The page number to return. + required: false + schema: + type: integer + default: 1 + Cases_page_size: + in: query + name: perPage + description: The number of items to return. Limited to 100 items. + required: false + schema: + type: integer + default: 20 + maximum: 100 + Cases_reporters: + in: query + name: reporters + description: Filters the returned cases by the user name of the reporter. + schema: + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 100 + example: elastic + Cases_search: + in: query + name: search + description: >- + An Elasticsearch simple_query_string query that filters the objects in + the response. + schema: + type: string + Cases_searchFields: + in: query + name: searchFields + description: The fields to perform the simple_query_string parsed query against. + schema: + oneOf: + - $ref: '#/components/schemas/Cases_searchFieldsType' + - type: array + items: + $ref: '#/components/schemas/Cases_searchFieldsType' + Cases_severity: + in: query + name: severity + description: The severity of the case. + schema: + type: string + enum: + - critical + - high + - low + - medium + Cases_sortField: + in: query + name: sortField + description: Determines which field is used to sort the results. + schema: + type: string + enum: + - createdAt + - updatedAt + - closedAt + - title + - category + - status + - severity + default: createdAt + example: updatedAt + Cases_sort_order: + in: query + name: sortOrder + description: Determines the sort order. + required: false + schema: + type: string + enum: + - asc + - desc + default: desc + Cases_status: + in: query + name: status + description: Filters the returned cases by state. + schema: + type: string + enum: + - closed + - in-progress + - open + example: open + Cases_tags: + in: query + name: tags + description: Filters the returned cases by tags. + schema: + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 100 + example: tag-1 + Cases_to: + in: query + name: to + description: > + Returns only cases that were created before a specific date. The date + must be specified as a KQL data range or date match expression. + schema: + type: string + example: now+1d + Cases_alert_id: + in: path + name: alertId + description: An identifier for the alert. + required: true + schema: + type: string + example: 09f0c261e39e36351d75995b78bb83673774d1bc2cca9df2d15f0e5c0a99a540 + Cases_configuration_id: + in: path + name: configurationId + description: An identifier for the configuration. + required: true + schema: + type: string + example: 3297a0f0-b5ec-11ec-b141-0fdb20a7f9a9 + Cases_case_id: + in: path + name: caseId + description: >- + The identifier for the case. To retrieve case IDs, use the find cases + API. All non-ASCII characters must be URL encoded. + required: true + schema: + type: string + example: 9c235210-6834-11ea-a78c-6ffb38a34414 + Cases_includeComments: + in: query + name: includeComments + description: >- + Deprecated in 8.1.0. This parameter is deprecated and will be removed in + a future release. It determines whether case comments are returned. + deprecated: true + schema: + type: boolean + default: true + Cases_comment_id: + in: path + name: commentId + description: > + The identifier for the comment. To retrieve comment IDs, use the get + case or find cases APIs. + required: true + schema: + type: string + example: 71ec1870-725b-11ea-a0b2-c51ea50a58e2 + Cases_connector_id: + in: path + name: connectorId + description: >- + An identifier for the connector. To retrieve connector IDs, use the find + connectors API. + required: true + schema: + type: string + example: abed3a70-71bd-11ea-a0b2-c51ea50a58e2 + Cases_user_action_types: + in: query + name: types + description: Determines the types of user actions to return. + schema: + type: array + items: + type: string + enum: + - action + - alert + - assignees + - attachment + - comment + - connector + - create_case + - description + - pushed + - settings + - severity + - status + - tags + - title + - user + example: create_case + Connectors_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + Connectors_connector_id: + in: path + name: connectorId + description: An identifier for the connector. + required: true + schema: + type: string + example: df770e30-8b8b-11ed-a780-3b746c987a81 + Connectors_action_id: + in: path + name: actionId + description: An identifier for the action. + required: true + schema: + type: string + example: c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad + Data_views_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + Data_views_view_id: + in: path + name: viewId + description: An identifier for the data view. + required: true + schema: + type: string + example: ff959d40-b880-11e8-a6d9-e546fe2bba5f + Data_views_field_name: + in: path + name: fieldName + description: The name of the runtime field. + required: true + schema: + type: string + example: hour_of_day + Machine_learning_APIs_simulateParam: + in: query + name: simulate + description: >- + When true, simulates the synchronization by returning only the list of + actions that would be performed. + required: false + schema: + type: boolean + example: 'true' + Saved_objects_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + Saved_objects_saved_object_type: + in: path + name: type + description: >- + Valid options include `visualization`, `dashboard`, `search`, + `index-pattern`, `config`. + required: true + schema: + type: string + Saved_objects_saved_object_id: + in: path + name: id + description: An identifier for the saved object. + required: true + schema: + type: string + SLOs_kbn_xsrf: + schema: + type: string + in: header + name: kbn-xsrf + description: Cross-site request forgery protection + required: true + SLOs_space_id: + in: path + name: spaceId + description: >- + An identifier for the space. If `/s/` and the identifier are omitted + from the path, the default space is used. + required: true + schema: + type: string + example: default + SLOs_slo_id: + in: path + name: sloId + description: An identifier for the slo. + required: true + schema: + type: string + example: 9c235211-6834-11ea-a78c-6feb38a34414 + schemas: + Alerting_create_anomaly_detection_alert_rule_request: + title: Create anomaly detection rule request + description: > + A rule that checks if the anomaly detection job results contain + anomalies that match the rule conditions. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an anomaly detection rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.ml.anomaly_detection_alert + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_anomaly_detection_jobs_health_rule_request: + title: Create anomaly detection jobs health rule request + description: > + An rule that monitors job health and alerts if an operational issue + occurred that may prevent the job from detecting anomalies. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an anomaly detection jobs health rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.ml.anomaly_detection_jobs_health + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_apm_anomaly_rule_request: + title: Create APM anomaly rule rule request + description: >- + A rule that detects when either the latency, throughput, or failed + transaction rate of a service is anomalous. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_apm_anomaly' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - apm.anomaly + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_apm_error_count_rule_request: + title: Create APM error count rule request + description: >- + A rule that detects when the number of errors in a service exceeds a + defined threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_apm_error_count' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - apm.error_rate + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_apm_transaction_duration_rule_request: + title: Create latency threshold rule request + description: >- + A rule that detects when the latency of a specific transaction type in a + service exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: >- + #/components/schemas/Alerting_params_property_apm_transaction_duration + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - apm.transaction_duration + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_apm_transaction_error_rate_rule_request: + title: Create APM transaction error rate rule request + description: >- + A rule that sends notifications when the rate of transaction errors in a + service exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: >- + #/components/schemas/Alerting_params_property_apm_transaction_error_rate + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - apm.transaction_error_rate + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_es_query_rule_request: + title: Create Elasticsearch query rule request + description: > + A rule that runs a user-configured query, compares the number of matches + to a configured threshold, and schedules actions to run when the + threshold condition is met. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_es_query_rule' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - .es-query + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_geo_containment_rule_request: + title: Create tracking containment rule request + description: > + A rule that runs an Elasticsearch query over indices to determine + whether any documents are currently contained within any boundaries from + the specified boundary index. In the event that an entity is contained + within a boundary, an alert may be generated. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an tracking containment rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - .geo-containment + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_index_threshold_rule_request: + title: Create index threshold rule request + description: >- + A rule that runs an Elasticsearch query, aggregates field values from + documents, compares them to threshold values, and schedules actions to + run when the thresholds are met. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_index_threshold_rule' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - .index-threshold + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_infra_inventory_rule_request: + title: Create infra inventory rule request + description: > + A rule that sends notifications when a metric has reached or exceeded a + value for a specific resource or a group of resources within your + infrastructure. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_infra_inventory' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - metrics.alert.inventory.threshold + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_infra_metric_anomaly_rule_request: + title: Create infrastructure anomaly rule request + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an infrastructure anomaly rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - metrics.alert.anomaly + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_infra_metric_threshold_rule_request: + title: Create infra metric threshold rule request + description: > + A rule that sends notifications when a metric has reached or exceeded a + value for a specific time period. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_infra_metric_threshold' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - metrics.alert.threshold + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_jvm_memory_usage_rule_request: + title: Create JVM memory usage rule request + description: A rule that detects when a node reports high memory usage. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a JVM memory usage rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_jvm_memory_usage + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_log_threshold_rule_request: + title: Create log threshold rule request + description: A rule that detects when a log aggregation exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_log_threshold' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - logs.alert.document.count + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_ccr_exceptions_rule_request: + title: Create CCR read exceptions rule request + description: A rule that detects cross-cluster replication (CCR) read exceptions. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a CCR read exceptions rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_ccr_read_exceptions + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_cluster_health_rule_request: + title: Create cluster health rule request + description: A rule that detects when the health of the cluster changes. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a cluster health rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_cluster_health + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_cpu_usage_rule_request: + title: Create CPU usage rule request + description: A rule that detects when the CPU load for a node is consistently high. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a CPU usage rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_cpu_usage + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_disk_usage_rule_request: + title: Create disk usage rule request + description: A rule that detects when the disk usage for a node is consistently high. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a disk usage rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_disk_usage + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_elasticsearch_version_mismatch_rule_request: + title: Create Elasticsearch version mismatch rule request + description: >- + A rule that detects when the cluster has multipe versions of + Elasticsearch. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a Elasticsearch version mismatch rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_elasticsearch_version_mismatch + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_license_expiration_rule_request: + title: Create license expiration rule request + description: A rule that detects when the cluster license is about to expire. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a license expiration rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_license_expiration + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_kibana_version_mismatch_rule_request: + title: Create Kibana version mismatch rule request + description: A rule that detects when the cluster has multiple versions of Kibana. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a Kibana version mismatch rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_kibana_version_mismatch + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_logstash_version_mismatch_rule_request: + title: Create Logstash version mismatch rule request + description: A rule that detects when the cluster has multiple versions of Logstash. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a Logstash version mismatch rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_logstash_version_mismatch + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_missing_data_rule_request: + title: Create missing monitoring data rule request + description: A rule that detects when monitoring data is missing. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a missing monitoring data rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_missing_monitoring_data + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_nodes_changed_rule_request: + title: Create nodes changed rule request + description: A rule that detects when nodes are added, removed, or restarted. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a nodes changed rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_nodes_changed + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_shard_size_rule_request: + title: Create shard size rule request + description: >- + A rule that detects when the average shard size is larger than a + threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a shard size rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_shard_size + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_thread_pool_search_rejections_rule_request: + title: Create thread pool search rejections rule request + description: >- + A rule that detects when the number of rejections in the thread pool + exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a thread pool search rejections rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_thread_pool_search_rejections + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_monitoring_thread_pool_write_rejections_rule_request: + title: Create thread pool write rejections rule request + description: >- + A rule that detects when the number of rejections in the write thread + pool exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a thread pool write rejections rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - monitoring_alert_thread_pool_write_rejections + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_eql_rule_request: + title: Create event correlation rule request + description: > + A rule that uses Event Query Language (EQL) to match events, generate + sequences, and stack data. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an event correlation rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.eqlRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_indicator_rule_request: + title: Create indicator match rule request + description: > + A rule that uses indicators from intelligence sources to detect matching + events and alerts. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for an indicator match rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.indicatorRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_ml_rule_request: + title: Create machine learning rule request + description: > + A rule that detects when a machine learning job discovers an anomaly + above the defined threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a machine learning rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.mlRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_new_terms_rule_request: + title: Create new terms rule request + description: A rule that finds documents with values that appear for the first time. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a new terms rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.newTermsRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_notifications_rule_request: + title: Create security solution notification (legacy) rule request + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a notification rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.notifications + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_query_rule_request: + title: Create custom query rule request + description: | + A rule that uses KQL or Lucene to detect issues across indices. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a custom query rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.queryRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_saved_query_rule_request: + title: Create saved query rule request + description: > + A rule that searches the defined indices and creates an alert when a + document matches the saved search. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a saved query rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.savedQueryRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_siem_threshold_rule_request: + title: Create threshold rule request + description: > + A rule that aggregates query results to detect when the number of + matches exceeds a threshold. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a threshold rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - siem.thresholdRule + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_slo_burn_rate_rule_request: + title: Create slo burn rate rule request + description: > + A rule that detects when the burn rate is above a defined threshold for + two different lookback periods. The two periods are a long period and a + short period that is 1/12th of the long period. For each lookback + period, the burn rate is computed as the error rate divided by the error + budget. When the burn rates for both periods surpass the threshold, an + alert occurs. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_slo_burn_rate' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - slo.rules.burnRate + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_synthetics_monitor_status_rule_request: + title: Create synthetics monitor status rule request + description: >- + A rule that detects when a monitor is down or an availability threshold + is breached. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for the synthetics monitor status rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.synthetics.alerts.monitorStatus + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_synthetics_uptime_duration_anomaly_rule_request: + title: Create synthetics uptime duration anomaly rule request + description: > + A rule that detects response durations for all of the geographic + locations of each monitor. When a monitor runs for an unusual amount of + time, at a particular time, an anomaly is recorded. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for the uptime duration anomaly rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.uptime.alerts.durationAnomaly + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_synthetics_uptime_tls_rule_request: + title: Create synthetics uptime TLS rule request + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: '#/components/schemas/Alerting_params_property_synthetics_uptime_tls' + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.uptime.alerts.tls + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_synthetics_uptime_tls_certificate_rule_request: + title: Create TLS certificate rule request + description: > + A rule that detects when a monitor has a TLS certificate expiring or + when it exceeds an age limit. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a TLS certificate rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.uptime.alerts.tlsCertificate + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_transform_health_rule_request: + title: Create transform health rule request + description: > + A rule that monitors transforms health and alerts if an operational + issue occurred. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for a transform health rule. + additionalProperties: true + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - transform_health + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_create_uptime_monitor_status_rule_request: + title: Create uptime monitor status rule request + description: A rule that detects monitor errors and outages. + type: object + required: + - consumer + - name + - params + - rule_type_id + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + consumer: + $ref: '#/components/schemas/Alerting_consumer' + enabled: + $ref: '#/components/schemas/Alerting_enabled_rule' + name: + $ref: '#/components/schemas/Alerting_name_rule' + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + $ref: >- + #/components/schemas/Alerting_params_property_synthetics_monitor_status + rule_type_id: + type: string + description: >- + The ID of the rule type that you want to call when the rule is + scheduled to run. + enum: + - xpack.uptime.alerts.monitorStatus + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_filter: + type: object + description: >- + A filter written in Elasticsearch Query Domain Specific Language (DSL) + as defined in the `kbn-es-query` package. + properties: + meta: + type: object + properties: + alias: + type: string + nullable: true + controlledBy: + type: string + disabled: + type: boolean + field: + type: string + group: + type: string + index: + type: string + isMultiIndex: + type: boolean + key: + type: string + negate: + type: boolean + params: + type: object + type: + type: string + value: + type: string + query: + type: object + $state: + type: object + Alerting_notify_when_action: + type: string + description: > + Indicates how often alerts generate actions. Valid values include: + `onActionGroupChange`: Actions run when the alert status changes; + `onActiveAlert`: Actions run when the alert becomes active and at each + check interval while the rule conditions are met; `onThrottleInterval`: + Actions run when the alert becomes active and at the interval specified + in the throttle property while the rule conditions are met. NOTE: You + cannot specify `notify_when` at both the rule and action level. The + recommended method is to set it for each action. If you set it at the + rule level then update the rule in Kibana, it is automatically changed + to use action-specific values. + enum: + - onActionGroupChange + - onActiveAlert + - onThrottleInterval + example: onActiveAlert + Alerting_throttle_action: + type: string + nullable: true + description: > + The throttle interval, which defines how often an alert generates + repeated actions. It is specified in seconds, minutes, hours, or days + and is applicable only if `notify_when` is set to `onThrottleInterval`. + NOTE: You cannot specify the throttle interval at both the rule and + action level. The recommended method is to set it for each action. If + you set it at the rule level then update the rule in Kibana, it is + automatically changed to use action-specific values. + default: null + example: 10m + Alerting_actions: + type: array + default: [] + nullable: true + items: + type: object + required: + - group + - id + - params + description: | + An action that runs under defined conditions. + properties: + alerts_filter: + type: object + description: > + Conditions that affect whether the action runs. If you specify + multiple conditions, all conditions must be met for the action to + run. For example, if an alert occurs within the specified time + frame and matches the query, the action runs. + properties: + query: + type: object + description: >- + Defines a query filter that determines whether the action + runs. + properties: + kql: + type: string + description: A filter written in Kibana Query Language (KQL). + filters: + type: array + items: + $ref: '#/components/schemas/Alerting_filter' + timeframe: + type: object + description: Defines a period that limits whether the action runs. + properties: + days: + type: array + description: >- + Defines the days of the week that the action can run, + represented as an array of numbers. For example, `1` + represents Monday. An empty array is equivalent to + specifying all the days of the week. + items: + type: integer + example: + - 1 + - 2 + - 3 + - 4 + - 5 + hours: + type: object + description: > + Defines the range of time in a day that the action can + run. If the `start` value is `00:00` and the `end` value + is `24:00`, actions be generated all day. + properties: + end: + type: string + description: >- + The end of the time frame in 24-hour notation + (`hh:mm`). + example: '17:00' + start: + type: string + description: >- + The start of the time frame in 24-hour notation + (`hh:mm`). + example: '08:00' + timezone: + type: string + description: > + The ISO time zone for the `hours` values. Values such as + `UTC` and `UTC+1` also work but lack built-in daylight + savings time support and are not recommended. + example: Europe/Madrid + connector_type_id: + type: string + description: >- + The type of connector. This property appears in responses but + cannot be set in requests. + example: .server-log + readOnly: true + frequency: + type: object + description: > + The properties that affect how often actions are generated. If the + rule type supports setting `summary` to `true`, the action can be + a summary of alerts at the specified notification interval. + Otherwise, an action runs for each alert at the specified + notification interval. NOTE: You cannot specify these parameters + when `notify_when` or `throttle` are defined at the rule level. + required: + - notify_when + - summary + properties: + notify_when: + $ref: '#/components/schemas/Alerting_notify_when_action' + summary: + type: boolean + description: Indicates whether the action is a summary. + throttle: + $ref: '#/components/schemas/Alerting_throttle_action' + group: + type: string + description: > + The group name, which affects when the action runs (for example, + when the threshold is met or when the alert is recovered). Each + rule type has a list of valid action group names. If you don't + need to group actions, set to `default`. + example: default + id: + type: string + description: The identifier for the connector saved object. + example: 9dca3e00-74f5-11ed-9801-35303b735aef + params: + type: object + description: >- + The parameters for the action, which are sent to the connector. + The `params` are handled as Mustache templates and passed a + default set of context. + additionalProperties: true + uuid: + type: string + description: A universally unique identifier (UUID) for the action. + example: 1c7a1280-f28c-4e06-96b2-e4e5f05d1d61 + Alerting_alert_delay: + type: object + description: >- + Indicates that an alert occurs only when the specified number of + consecutive runs met the rule conditions. + required: + - active + properties: + active: + type: number + description: The number of consecutive runs that must meet the rule conditions. + example: 3 + Alerting_consumer: + type: string + description: > + The name of the application or feature that owns the rule. For example: + `alerts`, `apm`, `discover`, `infrastructure`, `logs`, `metrics`, `ml`, + `monitoring`, `securitySolution`, `siem`, `stackAlerts`, or `uptime`. + Alerting_enabled_rule: + type: boolean + description: >- + Indicates whether you want to run the rule on an interval basis after it + is created. + Alerting_name_rule: + type: string + description: > + The name of the rule. While this name does not have to be unique, a + distinctive name can help you identify a rule. + Alerting_notify_when: + type: string + description: > + Deprecated in 8.13.0. Use the `notify_when` property in the action + `frequency` object instead. Indicates how often alerts generate actions. + NOTE: You cannot specify `notify_when` at both the rule and action + level. If you set it at the rule level then update the rule in Kibana, + it is automatically changed to use action-specific values. + enum: + - onActionGroupChange + - onActiveAlert + - onThrottleInterval + deprecated: true + example: onActiveAlert + Alerting_schedule: + type: object + description: >- + The check interval, which specifies how frequently the rule conditions + are checked. The interval is specified in seconds, minutes, hours, or + days. + properties: + interval: + type: string + example: 1m + Alerting_tags: + type: array + description: The tags for the rule. + items: + type: string + default: [] + Alerting_throttle: + type: string + description: > + Deprecated in 8.13.0. Use the `throttle` property in the action + `frequency` object instead. The throttle interval, which defines how + often an alert generates repeated actions. NOTE: You cannot specify the + throttle interval at both the rule and action level. If you set it at + the rule level then update the rule in Kibana, it is automatically + changed to use action-specific values. + nullable: true + default: null + deprecated: true + example: 10m + Alerting_params_property_apm_anomaly: + required: + - windowSize + - windowUnit + - environment + - anomalySeverityType + properties: + serviceName: + type: string + description: The service name from APM + transactionType: + type: string + description: The transaction type from APM + windowSize: + type: number + example: 6 + description: The window size + windowUnit: + type: string + description: The window size unit + enum: + - m + - h + - d + environment: + type: string + description: The environment from APM + anomalySeverityType: + type: string + description: The anomaly threshold value + enum: + - critical + - major + - minor + - warning + Alerting_params_property_apm_error_count: + required: + - windowSize + - windowUnit + - threshold + - environment + properties: + serviceName: + type: string + description: The service name from APM + windowSize: + type: number + description: The window size + example: 6 + windowUnit: + type: string + description: The window size unit + enum: + - m + - h + - d + environment: + type: string + description: The environment from APM + threshold: + type: number + description: The error count threshold value + groupBy: + type: array + default: + - service.name + - service.environment + uniqueItems: true + items: + type: string + enum: + - service.name + - service.environment + - transaction.name + - error.grouping_key + errorGroupingKey: + type: string + Alerting_params_property_apm_transaction_duration: + required: + - windowSize + - windowUnit + - threshold + - environment + - aggregationType + properties: + serviceName: + type: string + description: The service name from APM + transactionType: + type: string + description: The transaction type from APM + transactionName: + type: string + description: The transaction name from APM + windowSize: + type: number + description: The window size + example: 6 + windowUnit: + type: string + description: ç + enum: + - m + - h + - d + environment: + type: string + threshold: + type: number + description: The latency threshold value + groupBy: + type: array + default: + - service.name + - service.environment + - transaction.type + uniqueItems: true + items: + type: string + enum: + - service.name + - service.environment + - transaction.type + - transaction.name + aggregationType: + type: string + enum: + - avg + - 95th + - 99th + Alerting_params_property_apm_transaction_error_rate: + required: + - windowSize + - windowUnit + - threshold + - environment + properties: + serviceName: + type: string + description: The service name from APM + transactionType: + type: string + description: The transaction type from APM + transactionName: + type: string + description: The transaction name from APM + windowSize: + type: number + description: The window size + example: 6 + windowUnit: + type: string + description: The window size unit + enum: + - m + - h + - d + environment: + type: string + description: The environment from APM + threshold: + type: number + description: The error rate threshold value + groupBy: + type: array + default: + - service.name + - service.environment + - transaction.type + uniqueItems: true + items: + type: string + enum: + - service.name + - service.environment + - transaction.type + - transaction.name + Alerting_aggfield: + description: > + The name of the numeric field that is used in the aggregation. This + property is required when `aggType` is `avg`, `max`, `min` or `sum`. + type: string + Alerting_aggtype: + description: The type of aggregation to perform. + type: string + enum: + - avg + - count + - max + - min + - sum + default: count + Alerting_excludehitsfrompreviousrun: + description: > + Indicates whether to exclude matches from previous runs. If `true`, you + can avoid alert duplication by excluding documents that have already + been detected by the previous rule run. This option is not available + when a grouping field is specified. + type: boolean + Alerting_groupby: + description: > + Indicates whether the aggregation is applied over all documents (`all`) + or split into groups (`top`) using a grouping field (`termField`). If + grouping is used, an alert will be created for each group when it + exceeds the threshold; only the top groups (up to `termSize` number of + groups) are checked. + type: string + enum: + - all + - top + default: all + Alerting_termsize: + description: > + This property is required when `groupBy` is `top`. It specifies the + number of groups to check against the threshold and therefore limits the + number of alerts on high cardinality fields. + type: integer + Alerting_timefield: + description: The field that is used to calculate the time window. + type: string + Alerting_timewindowsize: + description: > + The size of the time window (in `timeWindowUnit` units), which + determines how far back to search for documents. Generally it should be + a value higher than the rule check interval to avoid gaps in detection. + type: integer + example: 5 + Alerting_timewindowunit: + description: | + The type of units for the time window: seconds, minutes, hours, or days. + type: string + enum: + - s + - m + - h + - d + example: m + Alerting_size: + description: > + The number of documents to pass to the configured actions when the + threshold condition is met. + type: integer + Alerting_termfield: + description: > + The names of up to four fields that are used for grouping the + aggregation. This property is required when `groupBy` is `top`. + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 4 + Alerting_threshold: + description: > + The threshold value that is used with the `thresholdComparator`. If the + `thresholdComparator` is `between` or `notBetween`, you must specify the + boundary values. + type: array + items: + type: integer + example: 4000 + Alerting_thresholdcomparator: + description: >- + The comparison function for the threshold. For example, "is above", "is + above or equals", "is below", "is below or equals", "is between", and + "is not between". + type: string + enum: + - '>' + - '>=' + - < + - <= + - between + - notBetween + example: '>' + Alerting_params_es_query_rule: + oneOf: + - type: object + x-technical-preview: true + description: > + The parameters for an Elasticsearch query rule that uses ES|QL to + define the query. This functionality is in technical pre view and + may be changed or removed in a future release. Elastic will work to + fix any issues, but features in technical preview are not subject to + the support SLA of official GA features. + required: + - esqlQuery + - searchType + - size + - threshold + - thresholdComparator + - timeWindowSize + - timeWindowUnit + properties: + aggField: + $ref: '#/components/schemas/Alerting_aggfield' + aggType: + $ref: '#/components/schemas/Alerting_aggtype' + esqlQuery: + type: object + required: + - esql + properties: + esql: + description: >- + The query definition, which uses Elasticsearch Query + Language. + type: string + excludeHitsFromPreviousRun: + $ref: '#/components/schemas/Alerting_excludehitsfrompreviousrun' + groupBy: + $ref: '#/components/schemas/Alerting_groupby' + searchType: + description: >- + The type of query, in this case a query that uses Elasticsearch + Query Language (ES|QL). + type: string + enum: + - esqlQuery + example: esqlQuery + size: + type: integer + description: > + When `searchType` is `esqlQuery`, this property is required but + it does not affect the rule behavior. + example: 0 + termSize: + $ref: '#/components/schemas/Alerting_termsize' + threshold: + type: array + items: + type: integer + minimum: 0 + maximum: 0 + description: > + The threshold value that is used with the `thresholdComparator`. + When `searchType` is `esqlQuery`, this property is required and + must be set to zero. + thresholdComparator: + type: string + description: > + The comparison function for the threshold. When `searchType` is + `esqlQuery`, this property is required and must be set to ">". + Since the `threshold` value must be `0`, the result is that an + alert occurs whenever the query returns results. + enum: + - '>' + example: '>' + timeField: + $ref: '#/components/schemas/Alerting_timefield' + timeWindowSize: + $ref: '#/components/schemas/Alerting_timewindowsize' + timeWindowUnit: + $ref: '#/components/schemas/Alerting_timewindowunit' + - type: object + description: >- + The parameters for an Elasticsearch query rule that uses KQL or + Lucene to define the query. + required: + - searchType + - size + - threshold + - thresholdComparator + - timeWindowSize + - timeWindowUnit + properties: + aggField: + $ref: '#/components/schemas/Alerting_aggfield' + aggType: + $ref: '#/components/schemas/Alerting_aggtype' + excludeHitsFromPreviousRun: + $ref: '#/components/schemas/Alerting_excludehitsfrompreviousrun' + groupBy: + $ref: '#/components/schemas/Alerting_groupby' + searchConfiguration: + description: >- + The query definition, which uses KQL or Lucene to fetch the + documents from Elasticsearch. + type: object + properties: + filter: + type: array + items: + $ref: '#/components/schemas/Alerting_filter' + index: + description: The indices to query. + oneOf: + - type: string + - type: array + items: + type: string + query: + type: object + properties: + language: + type: string + example: kuery + query: + type: string + searchType: + description: >- + The type of query, in this case a text-based query that uses KQL + or Lucene. + type: string + enum: + - searchSource + example: searchSource + size: + $ref: '#/components/schemas/Alerting_size' + termField: + $ref: '#/components/schemas/Alerting_termfield' + termSize: + $ref: '#/components/schemas/Alerting_termsize' + threshold: + $ref: '#/components/schemas/Alerting_threshold' + thresholdComparator: + $ref: '#/components/schemas/Alerting_thresholdcomparator' + timeField: + $ref: '#/components/schemas/Alerting_timefield' + timeWindowSize: + $ref: '#/components/schemas/Alerting_timewindowsize' + timeWindowUnit: + $ref: '#/components/schemas/Alerting_timewindowunit' + - type: object + description: >- + The parameters for an Elasticsearch query rule that uses + Elasticsearch Query DSL to define the query. + required: + - esQuery + - index + - threshold + - thresholdComparator + - timeField + - timeWindowSize + - timeWindowUnit + properties: + aggField: + $ref: '#/components/schemas/Alerting_aggfield' + aggType: + $ref: '#/components/schemas/Alerting_aggtype' + esQuery: + description: The query definition, which uses Elasticsearch Query DSL. + type: string + excludeHitsFromPreviousRun: + $ref: '#/components/schemas/Alerting_excludehitsfrompreviousrun' + groupBy: + $ref: '#/components/schemas/Alerting_groupby' + index: + description: The indices to query. + oneOf: + - type: array + items: + type: string + - type: string + searchType: + description: >- + The type of query, in this case a query that uses Elasticsearch + Query DSL. + type: string + enum: + - esQuery + default: esQuery + example: esQuery + size: + $ref: '#/components/schemas/Alerting_size' + termField: + $ref: '#/components/schemas/Alerting_termfield' + termSize: + $ref: '#/components/schemas/Alerting_termsize' + threshold: + $ref: '#/components/schemas/Alerting_threshold' + thresholdComparator: + $ref: '#/components/schemas/Alerting_thresholdcomparator' + timeField: + $ref: '#/components/schemas/Alerting_timefield' + timeWindowSize: + $ref: '#/components/schemas/Alerting_timewindowsize' + timeWindowUnit: + $ref: '#/components/schemas/Alerting_timewindowunit' + Alerting_params_index_threshold_rule: + type: object + description: The parameters for an index threshold rule. + required: + - index + - threshold + - thresholdComparator + - timeField + - timeWindowSize + - timeWindowUnit + properties: + aggField: + $ref: '#/components/schemas/Alerting_aggfield' + aggType: + $ref: '#/components/schemas/Alerting_aggtype' + filterKuery: + description: A KQL expression thats limits the scope of alerts. + type: string + groupBy: + $ref: '#/components/schemas/Alerting_groupby' + index: + description: The indices to query. + type: array + items: + type: string + termField: + $ref: '#/components/schemas/Alerting_termfield' + termSize: + $ref: '#/components/schemas/Alerting_termsize' + threshold: + $ref: '#/components/schemas/Alerting_threshold' + thresholdComparator: + $ref: '#/components/schemas/Alerting_thresholdcomparator' + timeField: + $ref: '#/components/schemas/Alerting_timefield' + timeWindowSize: + $ref: '#/components/schemas/Alerting_timewindowsize' + timeWindowUnit: + $ref: '#/components/schemas/Alerting_timewindowunit' + Alerting_params_property_infra_inventory: + properties: + criteria: + type: array + items: + type: object + properties: + metric: + type: string + enum: + - count + - cpu + - diskLatency + - load + - memory + - memoryTotal + - tx + - rx + - logRate + - diskIOReadBytes + - diskIOWriteBytes + - s3TotalRequests + - s3NumberOfObjects + - s3BucketSize + - s3DownloadBytes + - s3UploadBytes + - rdsConnections + - rdsQueriesExecuted + - rdsActiveTransactions + - rdsLatency + - sqsMessagesVisible + - sqsMessagesDelayed + - sqsMessagesSent + - sqsMessagesEmpty + - sqsOldestMessage + - custom + timeSize: + type: number + timeUnit: + type: string + enum: + - s + - m + - h + - d + sourceId: + type: string + threshold: + type: array + items: + type: number + comparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + customMetric: + type: object + properties: + type: + type: string + enum: + - custom + field: + type: string + aggregation: + type: string + enum: + - avg + - max + - min + - rate + id: + type: string + label: + type: string + warningThreshold: + type: array + items: + type: number + warningComparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + filterQuery: + type: string + filterQueryText: + type: string + nodeType: + type: string + enum: + - host + - pod + - container + - awsEC2 + - awsS3 + - awsSQS + - awsRDS + sourceId: + type: string + alertOnNoData: + type: boolean + Alerting_params_property_infra_metric_threshold: + properties: + criteria: + type: array + items: + oneOf: + - title: non count criterion + type: object + properties: + threshold: + type: array + items: + type: number + comparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + timeUnit: + type: string + timeSize: + type: number + warningThreshold: + type: array + items: + type: number + warningComparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + metric: + type: string + aggType: + type: string + enum: + - avg + - max + - min + - cardinality + - rate + - count + - sum + - p95 + - p99 + - custom + - title: count criterion + type: object + properties: + threshold: + type: array + items: + type: number + comparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + timeUnit: + type: string + timeSize: + type: number + warningThreshold: + type: array + items: + type: number + warningComparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + aggType: + type: string + enum: + - count + - title: custom criterion + type: object + properties: + threshold: + type: array + items: + type: number + comparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + timeUnit: + type: string + timeSize: + type: number + warningThreshold: + type: array + items: + type: number + warningComparator: + type: string + enum: + - < + - <= + - '>' + - '>=' + - between + - outside + aggType: + type: string + enum: + - custom + customMetric: + type: array + items: + oneOf: + - type: object + properties: + name: + type: string + aggType: + type: string + enum: + - avg + - sum + - max + - min + - cardinality + field: + type: string + - type: object + properties: + name: + type: string + aggType: + type: string + enum: + - count + filter: + type: string + equation: + type: string + label: + type: string + groupBy: + oneOf: + - type: string + - type: array + items: + type: string + filterQuery: + type: string + sourceId: + type: string + alertOnNoData: + type: boolean + alertOnGroupDisappear: + type: boolean + Alerting_params_property_log_threshold: + oneOf: + - title: Count + type: object + required: + - count + - timeSize + - timeUnit + - logView + properties: + criteria: + type: array + items: + type: object + properties: + field: + type: string + example: my.field + comparator: + type: string + enum: + - more than + - more than or equals + - less than + - less than or equals + - equals + - does not equal + - matches + - does not match + - matches phrase + - does not match phrase + value: + oneOf: + - type: number + example: 42 + - type: string + example: value + count: + type: object + properties: + comparator: + type: string + enum: + - more than + - more than or equals + - less than + - less than or equals + - equals + - does not equal + - matches + - does not match + - matches phrase + - does not match phrase + value: + type: number + example: 100 + timeSize: + type: number + example: 6 + timeUnit: + type: string + enum: + - s + - m + - h + - d + logView: + type: object + properties: + logViewId: + type: string + type: + type: string + enum: + - log-view-reference + example: log-view-reference + groupBy: + type: array + items: + type: string + - title: Ratio + type: object + required: + - count + - timeSize + - timeUnit + - logView + properties: + criteria: + type: array + items: + minItems: 2 + maxItems: 2 + type: array + items: + type: object + properties: + field: + type: string + example: my.field + comparator: + type: string + enum: + - more than + - more than or equals + - less than + - less than or equals + - equals + - does not equal + - matches + - does not match + - matches phrase + - does not match phrase + value: + oneOf: + - type: number + example: 42 + - type: string + example: value + count: + type: object + properties: + comparator: + type: string + enum: + - more than + - more than or equals + - less than + - less than or equals + - equals + - does not equal + - matches + - does not match + - matches phrase + - does not match phrase + value: + type: number + example: 100 + timeSize: + type: number + example: 6 + timeUnit: + type: string + enum: + - s + - m + - h + - d + logView: + type: object + properties: + logViewId: + type: string + type: + type: string + enum: + - log-view-reference + example: log-view-reference + groupBy: + type: array + items: + type: string + Alerting_params_property_slo_burn_rate: + properties: + sloId: + description: The SLO identifier used by the rule + type: string + example: 8853df00-ae2e-11ed-90af-09bb6422b258 + burnRateThreshold: + description: The burn rate threshold used to trigger the alert + type: number + example: 14.4 + maxBurnRateThreshold: + description: >- + The maximum burn rate threshold value defined by the SLO error + budget + type: number + example: 168 + longWindow: + description: The duration of the long window used to compute the burn rate + type: object + properties: + value: + description: The duration value + type: number + example: 6 + unit: + description: The duration unit + type: string + example: h + shortWindow: + description: The duration of the short window used to compute the burn rate + type: object + properties: + value: + description: The duration value + type: number + example: 30 + unit: + description: The duration unit + type: string + example: m + Alerting_params_property_synthetics_uptime_tls: + properties: + search: + type: string + certExpirationThreshold: + type: number + certAgeThreshold: + type: number + Alerting_params_property_synthetics_monitor_status: + required: + - numTimes + - shouldCheckStatus + - shouldCheckAvailability + properties: + availability: + type: object + properties: + range: + type: number + rangeUnit: + type: string + threshold: + type: string + filters: + oneOf: + - type: string + - type: object + deprecated: true + properties: + monitor.type: + type: array + items: + type: string + observer.geo.name: + type: array + items: + type: string + tags: + type: array + items: + type: string + url.port: + type: array + items: + type: string + locations: + deprecated: true + type: array + items: + type: string + numTimes: + type: number + search: + type: string + shouldCheckStatus: + type: boolean + shouldCheckAvailability: + type: boolean + timerangeCount: + type: number + timerangeUnit: + type: string + timerange: + deprecated: true + type: object + properties: + from: + type: string + to: + type: string + version: + type: number + isAutoGenerated: + type: boolean + Alerting_create_rule_request: + title: Create rule request body properties + description: The properties vary depending on the rule type. + oneOf: + - $ref: >- + #/components/schemas/Alerting_create_anomaly_detection_alert_rule_request + - $ref: >- + #/components/schemas/Alerting_create_anomaly_detection_jobs_health_rule_request + - $ref: '#/components/schemas/Alerting_create_apm_anomaly_rule_request' + - $ref: '#/components/schemas/Alerting_create_apm_error_count_rule_request' + - $ref: >- + #/components/schemas/Alerting_create_apm_transaction_duration_rule_request + - $ref: >- + #/components/schemas/Alerting_create_apm_transaction_error_rate_rule_request + - $ref: '#/components/schemas/Alerting_create_es_query_rule_request' + - $ref: '#/components/schemas/Alerting_create_geo_containment_rule_request' + - $ref: '#/components/schemas/Alerting_create_index_threshold_rule_request' + - $ref: '#/components/schemas/Alerting_create_infra_inventory_rule_request' + - $ref: >- + #/components/schemas/Alerting_create_infra_metric_anomaly_rule_request + - $ref: >- + #/components/schemas/Alerting_create_infra_metric_threshold_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_jvm_memory_usage_rule_request + - $ref: '#/components/schemas/Alerting_create_log_threshold_rule_request' + - $ref: >- + #/components/schemas/Alerting_create_monitoring_ccr_exceptions_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_cluster_health_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_cpu_usage_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_disk_usage_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_elasticsearch_version_mismatch_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_license_expiration_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_kibana_version_mismatch_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_logstash_version_mismatch_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_missing_data_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_nodes_changed_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_shard_size_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_thread_pool_search_rejections_rule_request + - $ref: >- + #/components/schemas/Alerting_create_monitoring_thread_pool_write_rejections_rule_request + - $ref: '#/components/schemas/Alerting_create_siem_eql_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_indicator_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_ml_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_new_terms_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_notifications_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_query_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_saved_query_rule_request' + - $ref: '#/components/schemas/Alerting_create_siem_threshold_rule_request' + - $ref: '#/components/schemas/Alerting_create_slo_burn_rate_rule_request' + - $ref: >- + #/components/schemas/Alerting_create_synthetics_monitor_status_rule_request + - $ref: >- + #/components/schemas/Alerting_create_synthetics_uptime_duration_anomaly_rule_request + - $ref: >- + #/components/schemas/Alerting_create_synthetics_uptime_tls_rule_request + - $ref: >- + #/components/schemas/Alerting_create_synthetics_uptime_tls_certificate_rule_request + - $ref: '#/components/schemas/Alerting_create_transform_health_rule_request' + - $ref: >- + #/components/schemas/Alerting_create_uptime_monitor_status_rule_request + discriminator: + propertyName: rule_type_id + mapping: + xpack.ml.anomaly_detection_alert: >- + #/components/schemas/Alerting_create_anomaly_detection_alert_rule_request + xpack.ml.anomaly_detection_jobs_health: >- + #/components/schemas/Alerting_create_anomaly_detection_jobs_health_rule_request + apm.anomaly: '#/components/schemas/Alerting_create_apm_anomaly_rule_request' + apm.error_rate: '#/components/schemas/Alerting_create_apm_error_count_rule_request' + apm.transaction_duration: >- + #/components/schemas/Alerting_create_apm_transaction_duration_rule_request + apm.transaction_error_rate: >- + #/components/schemas/Alerting_create_apm_transaction_error_rate_rule_request + .es-query: '#/components/schemas/Alerting_create_es_query_rule_request' + .geo-containment: '#/components/schemas/Alerting_create_geo_containment_rule_request' + .index-threshold: '#/components/schemas/Alerting_create_index_threshold_rule_request' + metrics.alert.inventory.threshold: '#/components/schemas/Alerting_create_infra_inventory_rule_request' + metrics.alert.anomaly: >- + #/components/schemas/Alerting_create_infra_metric_anomaly_rule_request + metrics.alert.threshold: >- + #/components/schemas/Alerting_create_infra_metric_threshold_rule_request + monitoring_alert_jvm_memory_usage: >- + #/components/schemas/Alerting_create_monitoring_jvm_memory_usage_rule_request + logs.alert.document.count: '#/components/schemas/Alerting_create_log_threshold_rule_request' + monitoring_ccr_read_exceptions: >- + #/components/schemas/Alerting_create_monitoring_ccr_exceptions_rule_request + monitoring_alert_cluster_health: >- + #/components/schemas/Alerting_create_monitoring_cluster_health_rule_request + monitoring_alert_cpu_usage: >- + #/components/schemas/Alerting_create_monitoring_cpu_usage_rule_request + monitoring_alert_disk_usage: >- + #/components/schemas/Alerting_create_monitoring_disk_usage_rule_request + monitoring_alert_elasticsearch_version_mismatch: >- + #/components/schemas/Alerting_create_monitoring_elasticsearch_version_mismatch_rule_request + monitoring_alert_license_expiration: >- + #/components/schemas/Alerting_create_monitoring_license_expiration_rule_request + monitoring_alert_kibana_version_mismatch: >- + #/components/schemas/Alerting_create_monitoring_kibana_version_mismatch_rule_request + monitoring_alert_logstash_version_mismatch: >- + #/components/schemas/Alerting_create_monitoring_logstash_version_mismatch_rule_request + monitoring_alert_missing_monitoring_data: >- + #/components/schemas/Alerting_create_monitoring_missing_data_rule_request + monitoring_alert_nodes_changed: >- + #/components/schemas/Alerting_create_monitoring_nodes_changed_rule_request + monitoring_shard_size: >- + #/components/schemas/Alerting_create_monitoring_shard_size_rule_request + monitoring_alert_thread_pool_search_rejections: >- + #/components/schemas/Alerting_create_monitoring_thread_pool_search_rejections_rule_request + monitoring_alert_thread_pool_write_rejections: >- + #/components/schemas/Alerting_create_monitoring_thread_pool_write_rejections_rule_request + siem.eqlRule: '#/components/schemas/Alerting_create_siem_eql_rule_request' + siem.indicatorRule: '#/components/schemas/Alerting_create_siem_indicator_rule_request' + siem.mlRule: '#/components/schemas/Alerting_create_siem_ml_rule_request' + siem.newTermsRule: '#/components/schemas/Alerting_create_siem_new_terms_rule_request' + siem.notifications: '#/components/schemas/Alerting_create_siem_notifications_rule_request' + siem.queryRule: '#/components/schemas/Alerting_create_siem_query_rule_request' + siem.savedQueryRule: '#/components/schemas/Alerting_create_siem_saved_query_rule_request' + siem.thresholdRule: '#/components/schemas/Alerting_create_siem_threshold_rule_request' + slo.rules.burnRate: '#/components/schemas/Alerting_create_slo_burn_rate_rule_request' + xpack.synthetics.alerts.monitorStatus: >- + #/components/schemas/Alerting_create_synthetics_monitor_status_rule_request + xpack.uptime.alerts.durationAnomaly: >- + #/components/schemas/Alerting_create_synthetics_uptime_duration_anomaly_rule_request + xpack.uptime.alerts.tls: >- + #/components/schemas/Alerting_create_synthetics_uptime_tls_rule_request + xpack.uptime.alerts.tlsCertificate: >- + #/components/schemas/Alerting_create_synthetics_uptime_tls_certificate_rule_request + transform_health: '#/components/schemas/Alerting_create_transform_health_rule_request' + xpack.uptime.alerts.monitorStatus: >- + #/components/schemas/Alerting_create_uptime_monitor_status_rule_request + Alerting_rule_response_properties: + title: Rule response properties + type: object + required: + - actions + - api_key_owner + - consumer + - created_at + - created_by + - enabled + - execution_status + - id + - mute_all + - muted_alert_ids + - name + - params + - rule_type_id + - schedule + - tags + - throttle + - updated_at + - updated_by + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + api_key_created_by_user: + type: boolean + description: >- + Indicates whether the API key that is associated with the rule was + created by the user. + example: false + api_key_owner: + type: string + description: > + The owner of the API key that is associated with the rule and used + to run background tasks. + nullable: true + example: elastic + consumer: + type: string + description: >- + The application or feature that owns the rule. For example, + `alerts`, `apm`, `discover`, `infrastructure`, `logs`, `metrics`, + `ml`, `monitoring`, `securitySolution`, `siem`, `stackAlerts`, or + `uptime`. + example: alerts + created_at: + type: string + description: The date and time that the rule was created. + format: date-time + example: '2022-12-05T23:36:58.284Z' + created_by: + type: string + description: The identifier for the user that created the rule. + nullable: true + example: elastic + enabled: + type: boolean + description: Indicates whether the rule is currently enabled. + example: true + execution_status: + type: object + properties: + last_duration: + type: integer + example: 55 + last_execution_date: + type: string + format: date-time + example: '2022-12-06T00:13:43.890Z' + status: + type: string + example: ok + id: + type: string + description: The identifier for the rule. + example: b530fed0-74f5-11ed-9801-35303b735aef + last_run: + type: object + properties: + alerts_count: + type: object + properties: + active: + type: integer + ignored: + type: integer + new: + type: integer + recovered: + type: integer + outcome: + type: string + example: succeeded + outcome_msg: + type: array + items: + type: string + nullable: true + outcome_order: + type: integer + warning: + type: string + nullable: true + example: null + muted_alert_ids: + type: array + nullable: true + items: + type: string + mute_all: + type: boolean + example: false + name: + type: string + description: The name of the rule. + example: cluster_health_rule + next_run: + type: string + format: date-time + nullable: true + example: '2022-12-06T00:14:43.818Z' + notify_when: + type: string + description: Indicates how often alerts generate actions. + nullable: true + params: + type: object + description: The parameters for the rule. + additionalProperties: true + revision: + type: integer + description: The rule revision number. + rule_type_id: + type: string + description: > + The identifier for the type of rule. For example, `.es-query`, + `.index-threshold`, `logs.alert.document.count`, + `monitoring_alert_cluster_health`, `siem.thresholdRule`, or + `xpack.ml.anomaly_detection_alert`. + example: monitoring_alert_cluster_health + running: + type: boolean + description: Indicates whether the rule is running. + schedule: + $ref: '#/components/schemas/Alerting_schedule' + scheduled_task_id: + type: string + example: b530fed0-74f5-11ed-9801-35303b735aef + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + updated_at: + type: string + description: The date and time that the rule was updated most recently. + example: '2022-12-05T23:36:58.284Z' + updated_by: + type: string + description: The identifier for the user that updated this rule most recently. + nullable: true + example: elastic + Alerting_401_response: + type: object + title: Unsuccessful rule API response + properties: + error: + type: string + example: Unauthorized + enum: + - Unauthorized + message: + type: string + statusCode: + type: integer + example: 401 + enum: + - 401 + Alerting_404_response: + type: object + properties: + error: + type: string + example: Not Found + enum: + - Not Found + message: + type: string + example: Saved object [alert/caaad6d0-920c-11ed-b36a-874bd1548a00] not found + statusCode: + type: integer + example: 404 + enum: + - 404 + Alerting_update_rule_request: + title: Update rule request + description: > + The update rule API request body varies depending on the type of rule + and actions. + type: object + required: + - name + - params + - schedule + properties: + actions: + $ref: '#/components/schemas/Alerting_actions' + alert_delay: + $ref: '#/components/schemas/Alerting_alert_delay' + name: + type: string + description: The name of the rule. + example: cluster_health_rule + notify_when: + $ref: '#/components/schemas/Alerting_notify_when' + params: + type: object + description: The parameters for the rule. + additionalProperties: true + schedule: + $ref: '#/components/schemas/Alerting_schedule' + tags: + $ref: '#/components/schemas/Alerting_tags' + throttle: + $ref: '#/components/schemas/Alerting_throttle' + Alerting_fieldmap_properties: + title: Field map objects in the get rule types response + type: object + properties: + array: + type: boolean + description: Indicates whether the field is an array. + dynamic: + type: boolean + description: Indicates whether it is a dynamic field mapping. + format: + type: string + description: > + Indicates the format of the field. For example, if the `type` is + `date_range`, the `format` can be + `epoch_millis||strict_date_optional_time`. + ignore_above: + type: integer + description: >- + Specifies the maximum length of a string field. Longer strings are + not indexed or stored. + index: + type: boolean + description: Indicates whether field values are indexed. + path: + type: string + description: TBD + properties: + type: object + description: > + Details about the object properties. This property is applicable + when `type` is `object`. + additionalProperties: + type: object + properties: + type: + type: string + description: The data type for each object property. + required: + type: boolean + description: Indicates whether the field is required. + scaling_factor: + type: integer + description: > + The scaling factor to use when encoding values. This property is + applicable when `type` is `scaled_float`. Values will be multiplied + by this factor at index time and rounded to the closest long value. + type: + type: string + description: Specifies the data type for the field. + example: scaled_float + Alerting_400_response: + title: Bad request + type: object + required: + - error + - message + - statusCode + properties: + error: + type: string + enum: + - Bad Request + message: + type: string + statusCode: + type: integer + enum: + - 400 + Alerting_alert_response_properties: + title: Legacy alert response properties + type: object + properties: + actions: + type: array + items: + type: object + alertTypeId: + type: string + example: .index-threshold + apiKeyOwner: + type: string + nullable: true + example: elastic + createdAt: + type: string + description: The date and time that the alert was created. + format: date-time + example: '2022-12-05T23:36:58.284Z' + createdBy: + type: string + description: The identifier for the user that created the alert. + example: elastic + enabled: + type: boolean + description: Indicates whether the alert is currently enabled. + example: true + executionStatus: + type: object + properties: + lastExecutionDate: + type: string + format: date-time + example: '2022-12-06T00:13:43.890Z' + status: + type: string + example: ok + id: + type: string + description: The identifier for the alert. + example: b530fed0-74f5-11ed-9801-35303b735aef + muteAll: + type: boolean + example: false + mutedInstanceIds: + type: array + nullable: true + items: + type: string + name: + type: string + description: The name of the alert. + example: my alert + notifyWhen: + type: string + example: onActionGroupChange + params: + type: object + additionalProperties: true + schedule: + type: object + properties: + interval: + type: string + scheduledTaskId: + type: string + example: b530fed0-74f5-11ed-9801-35303b735aef + tags: + type: array + items: + type: string + throttle: + type: string + nullable: true + updatedAt: + type: string + example: '2022-12-05T23:36:58.284Z' + updatedBy: + type: string + description: The identifier for the user that updated this alert most recently. + nullable: true + example: elastic + Cases_assignees: + type: array + description: An array containing users that are assigned to the case. + maxItems: 10 + nullable: true + items: + type: object + required: + - uid + properties: + uid: + type: string + description: >- + A unique identifier for the user profile. These identifiers can be + found by using the suggest user profile API. + example: u_0wpfV1MqYDaXzLtRVY-gLMrddKDEmfz51Fszhj7hWC8_0 + Cases_connector_properties_none: + title: Create or update case request properties for no connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.none`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. To create a case without + a connector, specify null. To update a case to remove the connector, + specify null. + nullable: true + type: string + example: null + id: + description: >- + The identifier for the connector. To create a case without a + connector, use `none`. To update a case to remove the connector, + specify `none`. + type: string + example: none + name: + description: >- + The name of the connector. To create a case without a connector, use + `none`. To update a case to remove the connector, specify `none`. + type: string + example: none + type: + description: >- + The type of connector. To create a case without a connector, use + `.none`. To update a case to remove the connector, specify `.none`. + type: string + example: .none + enum: + - .none + Cases_connector_properties_cases_webhook: + title: Create or upate case request properties for Cases Webhook connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.cases-webhook`. + type: object + properties: + fields: + type: string + nullable: true + example: null + id: + description: >- + The identifier for the connector. To retrieve connector IDs, use the + find connectors API. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .cases-webhook + enum: + - .cases-webhook + Cases_connector_properties_jira: + title: Create or update case request properties for a Jira connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.jira`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. If you want to omit any + individual field, specify null as its value. + type: object + required: + - issueType + - parent + - priority + properties: + issueType: + description: The type of issue. + type: string + nullable: true + parent: + description: The key of the parent issue, when the issue type is sub-task. + type: string + nullable: true + priority: + description: The priority of the issue. + type: string + nullable: true + id: + description: >- + The identifier for the connector. To retrieve connector IDs, use the + find connectors API. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .jira + enum: + - .jira + Cases_connector_properties_resilient: + title: Create case request properties for a IBM Resilient connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.resilient`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. If you want to omit any + individual field, specify null as its value. + type: object + nullable: true + required: + - issueTypes + - severityCode + properties: + issueTypes: + description: The type of incident. + type: array + items: + type: string + severityCode: + description: The severity code of the incident. + type: string + id: + description: The identifier for the connector. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .resilient + enum: + - .resilient + Cases_connector_properties_servicenow: + title: Create case request properties for a ServiceNow ITSM connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.servicenow`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. If you want to omit any + individual field, specify null as its value. + type: object + required: + - category + - impact + - severity + - subcategory + - urgency + properties: + category: + description: The category of the incident. + type: string + nullable: true + impact: + description: The effect an incident had on business. + type: string + nullable: true + severity: + description: The severity of the incident. + type: string + nullable: true + subcategory: + description: The subcategory of the incident. + type: string + nullable: true + urgency: + description: The extent to which the incident resolution can be delayed. + type: string + nullable: true + id: + description: >- + The identifier for the connector. To retrieve connector IDs, use the + find connectors API. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .servicenow + enum: + - .servicenow + Cases_connector_properties_servicenow_sir: + title: Create case request properties for a ServiceNow SecOps connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.servicenow-sir`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. If you want to omit any + individual field, specify null as its value. + type: object + required: + - category + - destIp + - malwareHash + - malwareUrl + - priority + - sourceIp + - subcategory + properties: + category: + description: The category of the incident. + type: string + nullable: true + destIp: + description: >- + Indicates whether cases will send a comma-separated list of + destination IPs. + type: boolean + nullable: true + malwareHash: + description: >- + Indicates whether cases will send a comma-separated list of + malware hashes. + type: boolean + nullable: true + malwareUrl: + description: >- + Indicates whether cases will send a comma-separated list of + malware URLs. + type: boolean + nullable: true + priority: + description: The priority of the issue. + type: string + nullable: true + sourceIp: + description: >- + Indicates whether cases will send a comma-separated list of + source IPs. + type: boolean + nullable: true + subcategory: + description: The subcategory of the incident. + type: string + nullable: true + id: + description: >- + The identifier for the connector. To retrieve connector IDs, use the + find connectors API. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .servicenow-sir + enum: + - .servicenow-sir + Cases_connector_properties_swimlane: + title: Create case request properties for a Swimlane connector + required: + - fields + - id + - name + - type + description: Defines properties for connectors when type is `.swimlane`. + type: object + properties: + fields: + description: >- + An object containing the connector fields. If you want to omit any + individual field, specify null as its value. + type: object + required: + - caseId + properties: + caseId: + description: The case identifier for Swimlane connectors. + type: string + nullable: true + id: + description: >- + The identifier for the connector. To retrieve connector IDs, use the + find connectors API. + type: string + name: + description: The name of the connector. + type: string + type: + description: The type of connector. + type: string + example: .swimlane + enum: + - .swimlane + Cases_case_description: + description: The description for the case. + type: string + maxLength: 30000 + Cases_owners: + type: string + description: > + The application that owns the cases: Stack Management, Observability, or + Elastic Security. + enum: + - cases + - observability + - securitySolution + example: cases + Cases_settings: + type: object + description: An object that contains the case settings. + required: + - syncAlerts + properties: + syncAlerts: + description: Turns alert syncing on or off. + type: boolean + example: true + Cases_case_severity: + type: string + description: The severity of the case. + enum: + - critical + - high + - low + - medium + default: low + Cases_case_tags: + description: > + The words and phrases that help categorize cases. It can be an empty + array. + type: array + maxItems: 200 + items: type: string - example: hour_of_day - Machine_learning_APIs_simulateParam: - in: query - name: simulate + maxLength: 256 + Cases_case_category: + description: A word or phrase that categorizes the case. + type: string + maxLength: 50 + Cases_case_title: + description: A title for the case. + type: string + maxLength: 160 + Cases_create_case_request: + title: Create case request + description: >- + The create case API request body varies depending on the type of + connector. + type: object + required: + - connector + - description + - owner + - settings + - tags + - title + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + connector: + oneOf: + - $ref: '#/components/schemas/Cases_connector_properties_none' + - $ref: '#/components/schemas/Cases_connector_properties_cases_webhook' + - $ref: '#/components/schemas/Cases_connector_properties_jira' + - $ref: '#/components/schemas/Cases_connector_properties_resilient' + - $ref: '#/components/schemas/Cases_connector_properties_servicenow' + - $ref: '#/components/schemas/Cases_connector_properties_servicenow_sir' + - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + description: + $ref: '#/components/schemas/Cases_case_description' + owner: + $ref: '#/components/schemas/Cases_owners' + settings: + $ref: '#/components/schemas/Cases_settings' + severity: + $ref: '#/components/schemas/Cases_case_severity' + tags: + $ref: '#/components/schemas/Cases_case_tags' + category: + $ref: '#/components/schemas/Cases_case_category' + title: + $ref: '#/components/schemas/Cases_case_title' + customFields: + type: array + description: > + Custom field values for a case. Any optional custom fields that are + not specified in the request are set to null. + minItems: 0 + maxItems: 10 + items: + type: object + required: + - key + - type + - value + properties: + key: + description: > + The unique identifier for the custom field. The key value must + exist in the case configuration settings. + type: string + type: + description: > + The custom field type. It must match the type specified in the + case configuration settings. + type: string + enum: + - text + - toggle + value: + description: > + The custom field value. If the custom field is required, it + cannot be explicitly set to null. However, for cases that + existed when the required custom field was added, the default + value stored in Elasticsearch is `undefined`. The value + returned in the API and user interface in this case is `null`. + oneOf: + - type: string + minLength: 1 + maxLength: 160 + nullable: true + - type: boolean + Cases_case_response_closed_by_properties: + title: Case response properties for closed_by + type: object + nullable: true + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + Cases_alert_comment_response_properties: + title: Add case comment response properties for alerts + type: object + required: + - type + properties: + alertId: + type: array + items: + type: string + example: a6e12ac4-7bce-457b-84f6-d7ce8deb8446 + created_at: + type: string + format: date-time + example: '2023-11-06T19:29:38.424Z' + created_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + id: + type: string + example: 73362370-ab1a-11ec-985f-97e55adae8b9 + index: + type: array + items: + type: string + example: .internal.alerts-security.alerts-default-000001 + owner: + $ref: '#/components/schemas/Cases_owners' + pushed_at: + type: string + format: date-time + example: null + nullable: true + pushed_by: + type: object + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + nullable: true + rule: + type: object + properties: + id: + description: The rule identifier. + type: string + example: 94d80550-aaf4-11ec-985f-97e55adae8b9 + name: + description: The rule name. + type: string + example: security_rule + type: + type: string + example: alert + enum: + - alert + updated_at: + type: string + format: date-time + nullable: true + updated_by: + type: object + nullable: true + required: + - email + - full_name + - username + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + version: + type: string + example: WzMwNDgsMV0= + Cases_user_comment_response_properties: + title: Case response properties for user comments + type: object + required: + - type + properties: + comment: + type: string + example: A new comment. + created_at: + type: string + format: date-time + example: '2022-05-13T09:16:17.416Z' + created_by: + $ref: '#/components/schemas/Cases_case_response_created_by_properties' + id: + type: string + example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + owner: + $ref: '#/components/schemas/Cases_owners' + pushed_at: + type: string + format: date-time + nullable: true + example: null + pushed_by: + $ref: '#/components/schemas/Cases_case_response_pushed_by_properties' + type: + type: string + example: user + enum: + - user + updated_at: + type: string + format: date-time + nullable: true + example: null + updated_by: + $ref: '#/components/schemas/Cases_case_response_updated_by_properties' + version: + type: string + example: WzIwNDMxLDFd + Cases_case_response_created_by_properties: + title: Case response properties for created_by + type: object + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + Cases_case_response_pushed_by_properties: + title: Case response properties for pushed_by + type: object + nullable: true + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + Cases_case_response_updated_by_properties: + title: Case response properties for updated_by + type: object + nullable: true + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + Cases_external_service: + type: object + nullable: true + properties: + connector_id: + type: string + connector_name: + type: string + external_id: + type: string + external_title: + type: string + external_url: + type: string + pushed_at: + type: string + format: date-time + pushed_by: + type: object + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + nullable: true + Cases_case_status: + type: string + description: The status of the case. + enum: + - closed + - in-progress + - open + Cases_case_response_properties: + title: Case response properties + type: object + required: + - closed_at + - closed_by + - comments + - connector + - created_at + - created_by + - description + - duration + - external_service + - id + - owner + - settings + - severity + - status + - tags + - title + - totalAlerts + - totalComment + - updated_at + - updated_by + - version + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + category: + type: string + description: The case category. + nullable: true + closed_at: + type: string + format: date-time + nullable: true + closed_by: + $ref: '#/components/schemas/Cases_case_response_closed_by_properties' + comments: + title: Case response properties for comments + description: An array of comment objects for the case. + type: array + maxItems: 10000 + items: + oneOf: + - $ref: '#/components/schemas/Cases_alert_comment_response_properties' + - $ref: '#/components/schemas/Cases_user_comment_response_properties' + discriminator: + propertyName: type + mapping: + alert: '#/components/schemas/Cases_alert_comment_response_properties' + user: '#/components/schemas/Cases_user_comment_response_properties' + connector: + title: Case response properties for connectors + oneOf: + - $ref: '#/components/schemas/Cases_connector_properties_none' + - $ref: '#/components/schemas/Cases_connector_properties_cases_webhook' + - $ref: '#/components/schemas/Cases_connector_properties_jira' + - $ref: '#/components/schemas/Cases_connector_properties_resilient' + - $ref: '#/components/schemas/Cases_connector_properties_servicenow' + - $ref: '#/components/schemas/Cases_connector_properties_servicenow_sir' + - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + discriminator: + propertyName: type + mapping: + .none: '#/components/schemas/Cases_connector_properties_none' + .cases-webhook: '#/components/schemas/Cases_connector_properties_cases_webhook' + .jira: '#/components/schemas/Cases_connector_properties_jira' + .resilient: '#/components/schemas/Cases_connector_properties_resilient' + .servicenow: '#/components/schemas/Cases_connector_properties_servicenow' + .servicenow-sir: '#/components/schemas/Cases_connector_properties_servicenow_sir' + .swimlane: '#/components/schemas/Cases_connector_properties_swimlane' + created_at: + type: string + format: date-time + example: '2022-05-13T09:16:17.416Z' + created_by: + $ref: '#/components/schemas/Cases_case_response_created_by_properties' + customFields: + type: array + description: Custom field values for the case. + items: + type: object + properties: + key: + description: > + The unique identifier for the custom field. The key value must + exist in the case configuration settings. + type: string + type: + description: > + The custom field type. It must match the type specified in the + case configuration settings. + type: string + enum: + - text + - toggle + value: + description: > + The custom field value. If the custom field is required, it + cannot be explicitly set to null. However, for cases that + existed when the required custom field was added, the default + value stored in Elasticsearch is `undefined`. The value + returned in the API and user interface in this case is `null`. + oneOf: + - type: string + minLength: 1 + maxLength: 160 + nullable: true + - type: boolean + description: + type: string + example: A case description. + duration: + type: integer + description: > + The elapsed time from the creation of the case to its closure (in + seconds). If the case has not been closed, the duration is set to + null. If the case was closed after less than half a second, the + duration is rounded down to zero. + nullable: true + example: 120 + external_service: + $ref: '#/components/schemas/Cases_external_service' + id: + type: string + example: 66b9aa00-94fa-11ea-9f74-e7e108796192 + owner: + $ref: '#/components/schemas/Cases_owners' + settings: + $ref: '#/components/schemas/Cases_settings' + severity: + $ref: '#/components/schemas/Cases_case_severity' + status: + $ref: '#/components/schemas/Cases_case_status' + tags: + type: array + items: + type: string + example: + - tag-1 + title: + type: string + example: Case title 1 + totalAlerts: + type: integer + example: 0 + totalComment: + type: integer + example: 0 + updated_at: + type: string + format: date-time + nullable: true + updated_by: + $ref: '#/components/schemas/Cases_case_response_updated_by_properties' + version: + type: string + example: WzUzMiwxXQ== + Cases_4xx_response: + type: object + title: Unsuccessful cases API response + properties: + error: + type: string + example: Unauthorized + message: + type: string + statusCode: + type: integer + example: 401 + Cases_update_case_request: + title: Update case request description: >- - When true, simulates the synchronization by returning only the list of - actions that would be performed. - required: false - schema: - type: boolean - example: 'true' - Saved_objects_kbn_xsrf: - schema: + The update case API request body varies depending on the type of + connector. + type: object + required: + - cases + properties: + cases: + type: array + description: An array containing one or more case objects. + maxItems: 100 + minItems: 1 + items: + type: object + required: + - id + - version + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + category: + $ref: '#/components/schemas/Cases_case_category' + connector: + oneOf: + - $ref: '#/components/schemas/Cases_connector_properties_none' + - $ref: >- + #/components/schemas/Cases_connector_properties_cases_webhook + - $ref: '#/components/schemas/Cases_connector_properties_jira' + - $ref: '#/components/schemas/Cases_connector_properties_resilient' + - $ref: '#/components/schemas/Cases_connector_properties_servicenow' + - $ref: >- + #/components/schemas/Cases_connector_properties_servicenow_sir + - $ref: '#/components/schemas/Cases_connector_properties_swimlane' + customFields: + type: array + description: > + Custom field values for a case. Any optional custom fields + that are not specified in the request are set to null. + minItems: 0 + maxItems: 10 + items: + type: object + required: + - key + - type + - value + properties: + key: + description: > + The unique identifier for the custom field. The key + value must exist in the case configuration settings. + type: string + type: + description: > + The custom field type. It must match the type specified + in the case configuration settings. + type: string + enum: + - text + - toggle + value: + description: > + The custom field value. If the custom field is required, + it cannot be explicitly set to null. However, for cases + that existed when the required custom field was added, + the default value stored in Elasticsearch is + `undefined`. The value returned in the API and user + interface in this case is `null`. + oneOf: + - type: string + minLength: 1 + maxLength: 160 + nullable: true + - type: boolean + description: + $ref: '#/components/schemas/Cases_case_description' + id: + description: The identifier for the case. + type: string + maxLength: 30000 + settings: + $ref: '#/components/schemas/Cases_settings' + severity: + $ref: '#/components/schemas/Cases_case_severity' + status: + $ref: '#/components/schemas/Cases_case_status' + tags: + $ref: '#/components/schemas/Cases_case_tags' + title: + $ref: '#/components/schemas/Cases_case_title' + version: + description: >- + The current version of the case. To determine this value, use + the get case or find cases APIs. + type: string + Cases_searchFieldsType: + type: string + description: The fields to perform the `simple_query_string` parsed query against. + enum: + - description + - title + Cases_closure_types: + type: string + description: >- + Indicates whether a case is automatically closed when it is pushed to + external systems (`close-by-pushing`) or not automatically closed + (`close-by-user`). + enum: + - close-by-pushing + - close-by-user + example: close-by-user + Cases_connector_types: + type: string + description: The type of connector. + enum: + - .cases-webhook + - .jira + - .none + - .resilient + - .servicenow + - .servicenow-sir + - .swimlane + example: .none + Cases_template_tags: + description: > + The words and phrases that help categorize templates. It can be an empty + array. + type: array + maxItems: 200 + items: type: string - in: header - name: kbn-xsrf - description: Cross-site request forgery protection - required: true - Saved_objects_saved_object_type: - in: path - name: type + maxLength: 256 + Cases_templates: + type: array + x-technical-preview: true + items: + type: object + properties: + caseFields: + type: object + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + category: + $ref: '#/components/schemas/Cases_case_category' + connector: + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are not + used and are not propagated to individual cases, therefore + it is recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want a + default connector, use `none`. To retrieve connector IDs, + use the find connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a default + connector, use `none`. To retrieve connector names, use + the find connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + customFields: + type: array + x-technical-preview: true + description: Custom field values in the template. + items: + type: object + properties: + key: + type: string + description: The unique key for the custom field. + type: + type: string + enum: + - text + - toggle + description: The type of the custom field. + value: + oneOf: + - type: string + - type: boolean + description: > + The default value for the custom field when a case uses + the template. If the `type` is `text`, the default value + must be a string. If the `type` is `toggle`, the default + value must be boolean. + description: + $ref: '#/components/schemas/Cases_case_description' + settings: + $ref: '#/components/schemas/Cases_settings' + severity: + $ref: '#/components/schemas/Cases_case_severity' + tags: + $ref: '#/components/schemas/Cases_case_tags' + title: + $ref: '#/components/schemas/Cases_case_title' + description: + type: string + description: A description for the template. + key: + type: string + description: > + A unique key for the template. Must be lower case and composed + only of a-z, 0-9, '_', and '-' characters. It is used in API calls + to refer to a specific template. + name: + type: string + description: The name of the template. + tags: + $ref: '#/components/schemas/Cases_template_tags' + Cases_set_case_configuration_request: + title: Set case configuration request + description: >- + External connection details, such as the closure type and default + connector for cases. + type: object + required: + - closure_type + - connector + - owner + properties: + closure_type: + $ref: '#/components/schemas/Cases_closure_types' + connector: + description: An object that contains the connector configuration. + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are not used and + are not propagated to individual cases, therefore it is + recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want a default + connector, use `none`. To retrieve connector IDs, use the find + connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a default + connector, use `none`. To retrieve connector names, use the find + connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + required: + - fields + - id + - name + - type + customFields: + type: array + description: Custom fields case configuration. + minItems: 0 + maxItems: 10 + items: + type: object + required: + - key + - label + - required + - type + properties: + defaultValue: + oneOf: + - type: string + - type: boolean + description: > + A default value for the custom field. If the `type` is `text`, + the default value must be a string. If the `type` is `toggle`, + the default value must be boolean. + key: + description: > + A unique key for the custom field. Must be lower case and + composed only of a-z, 0-9, '_', and '-' characters. It is used + in API calls to refer to a specific custom field. + type: string + minLength: 1 + maxLength: 36 + label: + description: The custom field label that is displayed in the case. + type: string + minLength: 1 + maxLength: 50 + required: + description: > + Indicates whether the field is required. If `false`, the + custom field can be set to null or omitted when a case is + created or updated. + type: boolean + type: + description: The type of the custom field. + type: string + enum: + - text + - toggle + owner: + $ref: '#/components/schemas/Cases_owners' + templates: + $ref: '#/components/schemas/Cases_templates' + Cases_update_case_configuration_request: + title: Update case configuration request + description: > + You can update settings such as the closure type, custom fields, + templates, and the default connector for cases. + type: object + required: + - version + properties: + closure_type: + $ref: '#/components/schemas/Cases_closure_types' + connector: + description: An object that contains the connector configuration. + type: object + properties: + fields: + description: >- + The fields specified in the case configuration are not used and + are not propagated to individual cases, therefore it is + recommended to set it to `null`. + nullable: true + type: object + id: + description: >- + The identifier for the connector. If you do not want a default + connector, use `none`. To retrieve connector IDs, use the find + connectors API. + type: string + example: none + name: + description: >- + The name of the connector. If you do not want a default + connector, use `none`. To retrieve connector names, use the find + connectors API. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + required: + - fields + - id + - name + - type + customFields: + type: array + description: Custom fields case configuration. + items: + type: object + required: + - key + - label + - required + - type + properties: + defaultValue: + oneOf: + - type: string + - type: boolean + description: > + A default value for the custom field. If the `type` is `text`, + the default value must be a string. If the `type` is `toggle`, + the default value must be boolean. + key: + description: > + A unique key for the custom field. Must be lower case and + composed only of a-z, 0-9, '_', and '-' characters. It is used + in API calls to refer to a specific custom field. + type: string + minLength: 1 + maxLength: 36 + label: + description: The custom field label that is displayed in the case. + type: string + minLength: 1 + maxLength: 50 + required: + description: > + Indicates whether the field is required. If `false`, the + custom field can be set to null or omitted when a case is + created or updated. + type: boolean + type: + description: The type of the custom field. + type: string + enum: + - text + - toggle + templates: + $ref: '#/components/schemas/Cases_templates' + version: + description: > + The version of the connector. To retrieve the version value, use the + get configuration API. + type: string + example: WzIwMiwxXQ== + Cases_alert_response_properties: + type: object + properties: + attached_at: + type: string + format: date-time + id: + description: The alert identifier. + type: string + index: + description: The alert index. + type: string + Cases_add_alert_comment_request_properties: + title: Add case comment request properties for alerts + required: + - alertId + - index + - owner + - rule + - type + description: Defines properties for case comment requests when type is alert. + type: object + properties: + alertId: + $ref: '#/components/schemas/Cases_alert_identifiers' + index: + $ref: '#/components/schemas/Cases_alert_indices' + owner: + $ref: '#/components/schemas/Cases_owners' + rule: + $ref: '#/components/schemas/Cases_rule' + type: + description: The type of comment. + type: string + example: alert + enum: + - alert + Cases_add_user_comment_request_properties: + title: Add case comment request properties for user comments + description: Defines properties for case comment requests when type is user. + type: object + properties: + comment: + description: The new comment. It is required only when `type` is `user`. + type: string + maxLength: 30000 + example: A new comment. + owner: + $ref: '#/components/schemas/Cases_owners' + type: + type: string + description: The type of comment. + example: user + enum: + - user + required: + - comment + - owner + - type + Cases_alert_identifiers: + title: Alert identifiers + description: > + The alert identifiers. It is required only when `type` is `alert`. You + can use an array of strings to add multiple alerts to a case, provided + that they all relate to the same rule; `index` must also be an array + with the same length or number of elements. Adding multiple alerts in + this manner is recommended rather than calling the API multiple times. + This functionality is in technical preview and may be changed or removed + in a future release. Elastic will work to fix any issues, but features + in technical preview are not subject to the support SLA of official GA + features. + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 1000 + x-technical-preview: true + example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42 + Cases_alert_indices: + title: Alert indices + description: > + The alert indices. It is required only when `type` is `alert`. If you + are adding multiple alerts to a case, use an array of strings; the + position of each index name in the array must match the position of the + corresponding alert identifier in the `alertId` array. This + functionality is in technical preview and may be changed or removed in a + future release. Elastic will work to fix any issues, but features in + technical preview are not subject to the support SLA of official GA + features. + oneOf: + - type: string + - type: array + items: + type: string + maxItems: 1000 + x-technical-preview: true + Cases_rule: + title: Alerting rule + description: > + The rule that is associated with the alerts. It is required only when + `type` is `alert`. This functionality is in technical preview and may be + changed or removed in a future release. Elastic will work to fix any + issues, but features in technical preview are not subject to the support + SLA of official GA features. + type: object + x-technical-preview: true + properties: + id: + description: The rule identifier. + type: string + example: 94d80550-aaf4-11ec-985f-97e55adae8b9 + name: + description: The rule name. + type: string + example: security_rule + Cases_add_case_comment_request: + title: Add case comment request + description: >- + The add comment to case API request body varies depending on whether you + are adding an alert or a comment. + oneOf: + - $ref: '#/components/schemas/Cases_add_alert_comment_request_properties' + - $ref: '#/components/schemas/Cases_add_user_comment_request_properties' + discriminator: + propertyName: type + mapping: + alert: '#/components/schemas/Cases_add_alert_comment_request_properties' + user: '#/components/schemas/Cases_add_user_comment_request_properties' + Cases_update_alert_comment_request_properties: + title: Update case comment request properties for alerts + description: Defines properties for case comment requests when type is alert. + required: + - alertId + - id + - index + - owner + - rule + - type + - version + type: object + properties: + alertId: + $ref: '#/components/schemas/Cases_alert_identifiers' + id: + type: string + description: > + The identifier for the comment. To retrieve comment IDs, use the get + comments API. + example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + index: + $ref: '#/components/schemas/Cases_alert_indices' + owner: + $ref: '#/components/schemas/Cases_owners' + rule: + $ref: '#/components/schemas/Cases_rule' + type: + description: The type of comment. + type: string + enum: + - alert + example: alert + version: + description: > + The current comment version. To retrieve version values, use the get + comments API. + type: string + example: Wzk1LDFd + Cases_update_user_comment_request_properties: + title: Update case comment request properties for user comments + description: Defines properties for case comment requests when type is user. + type: object + properties: + comment: + description: The new comment. It is required only when `type` is `user`. + type: string + maxLength: 30000 + example: A new comment. + id: + type: string + description: > + The identifier for the comment. To retrieve comment IDs, use the get + comments API. + example: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + owner: + $ref: '#/components/schemas/Cases_owners' + type: + type: string + description: The type of comment. + enum: + - user + example: user + version: + description: > + The current comment version. To retrieve version values, use the get + comments API. + type: string + example: Wzk1LDFd + required: + - comment + - id + - owner + - type + - version + Cases_update_case_comment_request: + title: Update case comment request description: >- - Valid options include `visualization`, `dashboard`, `search`, - `index-pattern`, `config`. - required: true - schema: - type: string - Saved_objects_saved_object_id: - in: path - name: id - description: An identifier for the saved object. - required: true - schema: - type: string - SLOs_kbn_xsrf: - schema: - type: string - in: header - name: kbn-xsrf - description: Cross-site request forgery protection - required: true - SLOs_space_id: - in: path - name: spaceId + The update case comment API request body varies depending on whether you + are updating an alert or a comment. + oneOf: + - $ref: '#/components/schemas/Cases_update_alert_comment_request_properties' + - $ref: '#/components/schemas/Cases_update_user_comment_request_properties' + discriminator: + propertyName: type + mapping: + alert: '#/components/schemas/Cases_update_alert_comment_request_properties' + user: '#/components/schemas/Cases_update_user_comment_request_properties' + Cases_actions: + type: string + enum: + - add + - create + - delete + - push_to_service + - update + example: create + Cases_payload_alert_comment: + type: object + properties: + comment: + type: object + properties: + alertId: + oneOf: + - type: string + example: 1c0b056b-cc9f-4b61-b5c9-cb801abd5e1d + - type: array + items: + type: string + index: + oneOf: + - type: string + example: .alerts-observability.logs.alerts-default + - type: array + items: + type: string + owner: + $ref: '#/components/schemas/Cases_owners' + rule: + type: object + properties: + id: + description: The rule identifier. + type: string + example: 94d80550-aaf4-11ec-985f-97e55adae8b9 + name: + description: The rule name. + type: string + example: security_rule + type: + type: string + enum: + - alert + Cases_payload_assignees: + type: object + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + Cases_payload_connector: + type: object + properties: + connector: + type: object + properties: + fields: + description: >- + An object containing the connector fields. To create a case + without a connector, specify null. If you want to omit any + individual field, specify null as its value. + nullable: true + type: object + properties: + caseId: + description: The case identifier for Swimlane connectors. + type: string + category: + description: >- + The category of the incident for ServiceNow ITSM and + ServiceNow SecOps connectors. + type: string + destIp: + description: >- + Indicates whether cases will send a comma-separated list of + destination IPs for ServiceNow SecOps connectors. + type: boolean + nullable: true + impact: + description: >- + The effect an incident had on business for ServiceNow ITSM + connectors. + type: string + issueType: + description: The type of issue for Jira connectors. + type: string + issueTypes: + description: The type of incident for IBM Resilient connectors. + type: array + items: + type: string + malwareHash: + description: >- + Indicates whether cases will send a comma-separated list of + malware hashes for ServiceNow SecOps connectors. + type: boolean + nullable: true + malwareUrl: + description: >- + Indicates whether cases will send a comma-separated list of + malware URLs for ServiceNow SecOps connectors. + type: boolean + nullable: true + parent: + description: >- + The key of the parent issue, when the issue type is sub-task + for Jira connectors. + type: string + priority: + description: >- + The priority of the issue for Jira and ServiceNow SecOps + connectors. + type: string + severity: + description: The severity of the incident for ServiceNow ITSM connectors. + type: string + severityCode: + description: >- + The severity code of the incident for IBM Resilient + connectors. + type: string + sourceIp: + description: >- + Indicates whether cases will send a comma-separated list of + source IPs for ServiceNow SecOps connectors. + type: boolean + nullable: true + subcategory: + description: >- + The subcategory of the incident for ServiceNow ITSM + connectors. + type: string + urgency: + description: >- + The extent to which the incident resolution can be delayed + for ServiceNow ITSM connectors. + type: string + example: null + id: + description: >- + The identifier for the connector. To create a case without a + connector, use `none`. + type: string + example: none + name: + description: >- + The name of the connector. To create a case without a connector, + use `none`. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + Cases_payload_create_case: + type: object + properties: + assignees: + $ref: '#/components/schemas/Cases_assignees' + connector: + type: object + properties: + fields: + description: >- + An object containing the connector fields. To create a case + without a connector, specify null. If you want to omit any + individual field, specify null as its value. + nullable: true + type: object + properties: + caseId: + description: The case identifier for Swimlane connectors. + type: string + category: + description: >- + The category of the incident for ServiceNow ITSM and + ServiceNow SecOps connectors. + type: string + destIp: + description: >- + Indicates whether cases will send a comma-separated list of + destination IPs for ServiceNow SecOps connectors. + type: boolean + nullable: true + impact: + description: >- + The effect an incident had on business for ServiceNow ITSM + connectors. + type: string + issueType: + description: The type of issue for Jira connectors. + type: string + issueTypes: + description: The type of incident for IBM Resilient connectors. + type: array + items: + type: string + malwareHash: + description: >- + Indicates whether cases will send a comma-separated list of + malware hashes for ServiceNow SecOps connectors. + type: boolean + nullable: true + malwareUrl: + description: >- + Indicates whether cases will send a comma-separated list of + malware URLs for ServiceNow SecOps connectors. + type: boolean + nullable: true + parent: + description: >- + The key of the parent issue, when the issue type is sub-task + for Jira connectors. + type: string + priority: + description: >- + The priority of the issue for Jira and ServiceNow SecOps + connectors. + type: string + severity: + description: The severity of the incident for ServiceNow ITSM connectors. + type: string + severityCode: + description: >- + The severity code of the incident for IBM Resilient + connectors. + type: string + sourceIp: + description: >- + Indicates whether cases will send a comma-separated list of + source IPs for ServiceNow SecOps connectors. + type: boolean + nullable: true + subcategory: + description: >- + The subcategory of the incident for ServiceNow ITSM + connectors. + type: string + urgency: + description: >- + The extent to which the incident resolution can be delayed + for ServiceNow ITSM connectors. + type: string + example: null + id: + description: >- + The identifier for the connector. To create a case without a + connector, use `none`. + type: string + example: none + name: + description: >- + The name of the connector. To create a case without a connector, + use `none`. + type: string + example: none + type: + $ref: '#/components/schemas/Cases_connector_types' + description: + type: string + owner: + $ref: '#/components/schemas/Cases_owners' + settings: + $ref: '#/components/schemas/Cases_settings' + severity: + $ref: '#/components/schemas/Cases_case_severity' + status: + $ref: '#/components/schemas/Cases_case_status' + tags: + type: array + items: + type: string + example: + - tag-1 + title: + type: string + Cases_payload_delete: + type: object description: >- - An identifier for the space. If `/s/` and the identifier are omitted - from the path, the default space is used. - required: true - schema: - type: string - example: default - SLOs_slo_id: - in: path - name: sloId - description: An identifier for the slo. - required: true - schema: - type: string - example: 9c235211-6834-11ea-a78c-6feb38a34414 - schemas: + If the `action` is `delete` and the `type` is `delete_case`, the payload + is nullable. + nullable: true + Cases_payload_description: + type: object + properties: + description: + type: string + Cases_payload_pushed: + type: object + properties: + externalService: + $ref: '#/components/schemas/Cases_external_service' + Cases_payload_settings: + type: object + properties: + settings: + $ref: '#/components/schemas/Cases_settings' + Cases_payload_severity: + type: object + properties: + severity: + $ref: '#/components/schemas/Cases_case_severity' + Cases_payload_status: + type: object + properties: + status: + $ref: '#/components/schemas/Cases_case_status' + Cases_payload_tags: + type: object + properties: + tags: + type: array + items: + type: string + example: + - tag-1 + Cases_payload_title: + type: object + properties: + title: + type: string + Cases_payload_user_comment: + type: object + properties: + comment: + type: object + properties: + comment: + type: string + owner: + $ref: '#/components/schemas/Cases_owners' + type: + type: string + enum: + - user + Cases_action_types: + type: string + description: The type of action. + enum: + - assignees + - create_case + - comment + - connector + - delete_case + - description + - pushed + - tags + - title + - status + - settings + - severity + example: create_case + Cases_user_actions_response_properties: + type: object + required: + - action + - action_id + - case_id + - comment_id + - created_at + - created_by + - owner + - payload + - type + properties: + action: + $ref: '#/components/schemas/Cases_actions' + action_id: + type: string + example: 22fd3e30-03b1-11ed-920c-974bfa104448 + case_id: + type: string + example: 22df07d0-03b1-11ed-920c-974bfa104448 + comment_id: + type: string + nullable: true + example: 578608d0-03b1-11ed-920c-974bfa104448 + created_at: + type: string + format: date-time + example: '2022-05-13T09:16:17.416Z' + created_by: + type: object + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + owner: + $ref: '#/components/schemas/Cases_owners' + payload: + oneOf: + - $ref: '#/components/schemas/Cases_payload_alert_comment' + - $ref: '#/components/schemas/Cases_payload_assignees' + - $ref: '#/components/schemas/Cases_payload_connector' + - $ref: '#/components/schemas/Cases_payload_create_case' + - $ref: '#/components/schemas/Cases_payload_delete' + - $ref: '#/components/schemas/Cases_payload_description' + - $ref: '#/components/schemas/Cases_payload_pushed' + - $ref: '#/components/schemas/Cases_payload_settings' + - $ref: '#/components/schemas/Cases_payload_severity' + - $ref: '#/components/schemas/Cases_payload_status' + - $ref: '#/components/schemas/Cases_payload_tags' + - $ref: '#/components/schemas/Cases_payload_title' + - $ref: '#/components/schemas/Cases_payload_user_comment' + type: + $ref: '#/components/schemas/Cases_action_types' + Cases_user_actions_find_response_properties: + type: object + required: + - action + - comment_id + - created_at + - created_by + - id + - owner + - payload + - type + - version + properties: + action: + $ref: '#/components/schemas/Cases_actions' + comment_id: + type: string + nullable: true + example: 578608d0-03b1-11ed-920c-974bfa104448 + created_at: + type: string + format: date-time + example: '2022-05-13T09:16:17.416Z' + created_by: + type: object + properties: + email: + type: string + example: null + nullable: true + full_name: + type: string + example: null + nullable: true + username: + type: string + example: elastic + nullable: true + profile_uid: + type: string + example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0 + required: + - email + - full_name + - username + id: + type: string + example: 22fd3e30-03b1-11ed-920c-974bfa104448 + owner: + $ref: '#/components/schemas/Cases_owners' + payload: + oneOf: + - $ref: '#/components/schemas/Cases_payload_alert_comment' + - $ref: '#/components/schemas/Cases_payload_assignees' + - $ref: '#/components/schemas/Cases_payload_connector' + - $ref: '#/components/schemas/Cases_payload_create_case' + - $ref: '#/components/schemas/Cases_payload_delete' + - $ref: '#/components/schemas/Cases_payload_description' + - $ref: '#/components/schemas/Cases_payload_pushed' + - $ref: '#/components/schemas/Cases_payload_settings' + - $ref: '#/components/schemas/Cases_payload_severity' + - $ref: '#/components/schemas/Cases_payload_status' + - $ref: '#/components/schemas/Cases_payload_tags' + - $ref: '#/components/schemas/Cases_payload_title' + - $ref: '#/components/schemas/Cases_payload_user_comment' + version: + type: string + example: WzM1ODg4LDFd + type: + type: string + description: The type of action. + enum: + - assignees + - create_case + - comment + - connector + - description + - pushed + - tags + - title + - status + - settings + - severity + example: create_case Connectors_create_connector_request_bedrock: title: Create Amazon Bedrock connector request description: >- @@ -8798,55 +17666,6 @@ components: description: The internal SLO version type: number example: 2 - SLOs_historical_summary_request: - title: Historical summary request - type: object - required: - - list - properties: - list: - description: The list of SLO identifiers to get the historical summary for - type: array - items: - type: string - example: 8853df00-ae2e-11ed-90af-09bb6422b258 - SLOs_historical_summary_response: - title: Historical summary response - type: object - additionalProperties: - type: array - items: - type: object - properties: - date: - type: string - example: '2022-01-01T00:00:00.000Z' - status: - $ref: '#/components/schemas/SLOs_summary_status' - sliValue: - type: number - example: 0.9836 - errorBudget: - $ref: '#/components/schemas/SLOs_error_budget' - SLOs_find_slo_definitions_response: - title: Find SLO definitions response - description: | - A paginated response of SLO definitions matching the query. - type: object - properties: - page: - type: number - example: 2 - perPage: - type: number - example: 100 - total: - type: number - example: 123 - results: - type: array - items: - $ref: '#/components/schemas/SLOs_slo_definition_response' SLOs_delete_slo_instances_request: title: Delete SLO instances request description: > @@ -9142,6 +17961,1994 @@ components: - metrics type: object examples: + Alerting_create_es_query_esql_rule_request: + summary: >- + Create an Elasticsearch query rule that uses Elasticsearch Query + Language (ES|QL). + value: + name: my Elasticsearch query ESQL rule + params: + searchType: esqlQuery + esqlQuery: + esql: >- + FROM kibana_sample_data_logs | KEEP bytes, clientip, host, + geo.dest | where geo.dest != "GB" | STATS sumbytes = sum(bytes) by + clientip, host | WHERE sumbytes > 5000 | SORT sumbytes desc | + LIMIT 10 + timeField: '@timestamp' + timeWindowSize: 1 + timeWindowUnit: d + size: 0 + thresholdComparator: '>' + threshold: + - 0 + consumer: stackAlerts + rule_type_id: .es-query + schedule: + interval: 1d + actions: + - group: query matched + id: d0db1fe0-78d6-11ee-9177-f7d404c8c945 + params: + level: info + message: >- + Elasticsearch query rule '{{rule.name}}' is active: + + - Value: {{context.value}} - Conditions Met: + {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} - + Timestamp: {{context.date}} - Link: {{context.link}} + frequency: + summary: false + notify_when: onActiveAlert + Alerting_create_es_query_rule_request: + summary: >- + Create an Elasticsearch query rule that uses Elasticsearch query domain + specific language (DSL) to define its query and a server log connector + to send notifications. + value: + actions: + - group: query matched + params: + level: info + message: >- + The system has detected {{alerts.new.count}} new, + {{alerts.ongoing.count}} ongoing, and {{alerts.recovered.count}} + recovered alerts. + id: fdbece50-406c-11ee-850e-c71febc4ca7f + frequency: + throttle: 1d + summary: true + notify_when: onThrottleInterval + - group: recovered + params: + level: info + message: Recovered + id: fdbece50-406c-11ee-850e-c71febc4ca7f + frequency: + summary: false + notify_when: onActionGroupChange + consumer: alerts + name: my Elasticsearch query rule + params: + esQuery: '"""{"query":{"match_all" : {}}}"""' + index: + - kibana_sample_data_logs + size: 100 + threshold: + - 100 + thresholdComparator: '>' + timeField: '@timestamp' + timeWindowSize: 1 + timeWindowUnit: d + rule_type_id: .es-query + schedule: + interval: 1d + Alerting_create_es_query_kql_rule_request: + summary: >- + Create an Elasticsearch query rule that uses Kibana query language + (KQL). + value: + consumer: alerts + name: my Elasticsearch query KQL rule + params: + aggType: count + excludeHitsFromPreviousRun: true + groupBy: all + searchConfiguration: + query: + query: '""geo.src : "US" ""' + language: kuery + index: 90943e30-9a47-11e8-b64d-95841ca0b247 + searchType: searchSource + size: 100 + threshold: + - 1000 + thresholdComparator: '>' + timeWindowSize: 5 + timeWindowUnit: m + rule_type_id: .es-query + schedule: + interval: 1m + Alerting_create_index_threshold_rule_request: + summary: Create an index threshold rule. + value: + actions: + - id: 48de3460-f401-11ed-9f8e-399c75a2deeb + frequency: + notify_when: onActionGroupChange + summary: false + group: threshold met + params: + level: info + message: >- + Rule '{{rule.name}}' is active for group '{{context.group}}': + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date}} + alert_delay: + active: 3 + consumer: alerts + name: my rule + params: + aggType: avg + termSize: 6 + thresholdComparator: '>' + timeWindowSize: 5 + timeWindowUnit: m + groupBy: top + threshold: + - 1000 + index: + - .test-index + timeField: '@timestamp' + aggField: sheet.version + termField: name.keyword + rule_type_id: .index-threshold + schedule: + interval: 1m + tags: + - cpu + Alerting_create_tracking_containment_rule_request: + summary: Create a tracking containment rule. + value: + consumer: alerts + name: my tracking rule + params: + index: kibana_sample_data_logs + dateField": '@timestamp' + geoField: geo.coordinates + entity: agent.keyword + boundaryType: entireIndex + boundaryIndexTitle: boundary* + boundaryGeoField: location + boundaryNameField: name + indexId: 90943e30-9a47-11e8-b64d-95841ca0b247 + boundaryIndexId: 0cd90abf-abe7-44c7-909a-f621bbbcfefc + rule_type_id: .geo-containment + schedule: + interval: 1h + Alerting_create_es_query_esql_rule_response: + summary: >- + The create rule API returns a JSON object that contains details about + the rule. + value: + id: e0d62360-78e8-11ee-9177-f7d404c8c945 + enabled: true + name: my Elasticsearch query ESQL rule + tags: [] + rule_type_id: .es-query + consumer: stackAlerts + schedule: + interval: 1d + actions: + - group: query matched + id: d0db1fe0-78d6-11ee-9177-f7d404c8c945 + params: + level: info + message: >- + Elasticsearch query rule '{{rule.name}}' is active: + + - Value: {{context.value}} - Conditions Met: + {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} - + Timestamp: {{context.date}} - Link: {{context.link}} + connector_type_id: .server-log + frequency: + summary: false + notify_when: onActiveAlert + throttle: null + uuid: bfe370a3-531b-4855-bbe6-ad739f578844 + params: + searchType: esqlQuery + esqlQuery: + esql: >- + FROM kibana_sample_data_logs | keep bytes, clientip, host, + geo.dest | WHERE geo.dest != "GB" | stats sumbytes = sum(bytes) by + clientip, host | WHERE sumbytes > 5000 | sort sumbytes desc | + limit 10 + timeField: '@timestamp' + timeWindowSize: 1 + timeWindowUnit: d + size: 0 + thresholdComparator: '>' + threshold: + - 0 + excludeHitsFromPreviousRun": true, + aggType: count + groupBy: all + scheduled_task_id: e0d62360-78e8-11ee-9177-f7d404c8c945 + created_by: elastic + updated_by: elastic", + created_at: '2023-11-01T19:00:10.453Z' + updated_at: '2023-11-01T19:00:10.453Z' + api_key_owner: elastic + api_key_created_by_user: false + throttle: null + mute_all: false + notify_when: null + muted_alert_ids: [] + execution_status: + status: pending + last_execution_date: '2023-11-01T19:00:10.453Z' + revision: 0 + running: false + Alerting_create_es_query_rule_response: + summary: >- + The create rule API returns a JSON object that contains details about + the rule. + value: + id: 58148c70-407f-11ee-850e-c71febc4ca7f + enabled: true + name: my Elasticsearch query rule + tags: [] + rule_type_id: .es-query + consumer: alerts + schedule: + interval: 1d + actions: + - group: query matched + id: fdbece50-406c-11ee-850e-c71febc4ca7f + params: + level: info + message: >- + The system has detected {{alerts.new.count}} new, + {{alerts.ongoing.count}} ongoing, and {{alerts.recovered.count}} + recovered alerts. + connector_type_id: .server-log + frequency: + summary: true + notify_when: onThrottleInterval + throttle: 1d + uuid: 53f3c2a3-e5d0-4cfa-af3b-6f0881385e78 + - group: recovered + id: fdbece50-406c-11ee-850e-c71febc4ca7f + params: + level: info + message: Recovered + connector_type_id: .server-log + frequency: + summary: false + notify_when: onActionGroupChange + throttle: null + uuid: 2324e45b-c0df-45c7-9d70-4993e30be758 + params: + thresholdComparator: '>' + timeWindowSize: 1 + timeWindowUnit: d + threshold: + - 100 + size: 100 + timeField: '@timestamp' + index: + - kibana_sample_data_logs + esQuery: '"""{"query":{"match_all" : {}}}"""' + excludeHitsFromPreviousRun: true + aggType: count + groupBy: all + searchType: esQuery + scheduled_task_id: 58148c70-407f-11ee-850e-c71febc4ca7f + created_by: elastic + updated_by: elastic + created_at: '2023-08-22T00:03:38.263Z' + updated_at: '2023-08-22T00:03:38.263Z' + api_key_owner: elastic + api_key_created_by_user: false + throttle: null + mute_all: false + notify_when: null + muted_alert_ids: [] + execution_status: + status: pending + last_execution_date: '2023-08-22T00:03:38.263Z' + revision: 0 + running: false + Alerting_create_es_query_kql_rule_response: + summary: >- + The create rule API returns a JSON object that contains details about + the rule. + value: + id: 7bd506d0-2284-11ee-8fad-6101956ced88 + enabled: true + name: my Elasticsearch query KQL rule" + tags: [] + rule_type_id: .es-query + consumer: alerts + schedule: + interval: 1m + actions: [] + params: + searchConfiguration: + query: + query: '""geo.src : "US" ""' + language: kuery + index: 90943e30-9a47-11e8-b64d-95841ca0b247 + searchType: searchSource + timeWindowSize: 5 + timeWindowUnit: m + threshold: + - 1000 + thresholdComparator: '>' + size: 100 + aggType: count + groupBy: all + excludeHitsFromPreviousRun: true + created_by: elastic + updated_by: elastic + created_at: '2023-07-14T20:24:50.729Z' + updated_at: '2023-07-14T20:24:50.729Z' + api_key_owner: elastic + api_key_created_by_user: false + throttle: null + notify_when: null + mute_all: false + muted_alert_ids: [] + scheduled_task_id: 7bd506d0-2284-11ee-8fad-6101956ced88 + execution_status: + status: pending + last_execution_date: '2023-07-14T20:24:50.729Z' + revision: 0 + running: false + Alerting_create_index_threshold_rule_response: + summary: >- + The create rule API returns a JSON object that contains details about + the rule. + value: + actions: + - group: threshold met + id: dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2 + uuid: 07aef2a0-9eed-4ef9-94ec-39ba58eb609d + connector_type_id: .server-log + frequency: + notify_when: onActionGroupChange + summary: false + throttle: null + params: + level: info + message: >- + Rule {{rule.name}} is active for group {{context.group} : + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date}} + alert_delay: + active: 3 + api_key_created_by_user: false + api_key_owner: elastic + consumer: alerts + created_at: '2022-06-08T17:20:31.632Z' + created_by: elastic + enabled: true + execution_status: + last_execution_date: '2022-06-08T17:20:31.632Z' + status: pending + id: 41893910-6bca-11eb-9e0d-85d233e3ee35 + muted_alert_ids: [] + mute_all: false + name: my rule + notify_when: null + params: + aggType: avg + termSize: 6 + thresholdComparator: '>' + timeWindowSize: 5 + timeWindowUnit: m + groupBy: top + threshold: + - 1000 + index: + - .test-index + timeField: '@timestamp' + aggField: sheet.version + termField: name.keyword + revision: 0 + rule_type_id: .index-threshold + running: false + schedule: + interval: 1m + scheduled_task_id: 425b0800-6bca-11eb-9e0d-85d233e3ee35 + tags: + - cpu + throttle: null + updated_at: '2022-06-08T17:20:31.632Z' + updated_by: elastic + Alerting_create_tracking_containment_rule_response: + summary: >- + The create rule API returns a JSON object that contains details about + the rule. + value: + id: b6883f9d-5f70-4758-a66e-369d7c26012f + name: my tracking rule + tags: [] + enabled: true + consumer: alerts + throttle: null + revision: 1 + running: false + schedule: + interval: 1h + params: + index: kibana_sample_data_logs + dateField: '@timestamp' + geoField: geo.coordinates + entity: agent.keyword + boundaryType: entireIndex + boundaryIndexTitle: boundary* + boundaryGeoField: location + boundaryNameField: name + indexId: 90943e30-9a47-11e8-b64d-95841ca0b247 + boundaryIndexId: 0cd90abf-abe7-44c7-909a-f621bbbcfefc + rule_type_id: .geo-containment + created_by: elastic + updated_by: elastic + created_at: '2024-02-14T19:52:55.920Z' + updated_at: '2024-02-15T03:24:32.574Z' + api_key_owner: elastic + notify_when: null + mute_all: false + muted_alert_ids: [] + scheduled_task_id: b6883f9d-5f70-4758-a66e-369d7c26012f + execution_status: + status: ok + last_execution_date: '2024-02-15T03:25:38.125Z' + last_duration: 74 + actions: [] + last_run: + alerts_count: + active: 0 + new: 0 + recovered: 0 + ignored: 0 + outcome_msg: null + outcome_order: 0 + outcome: succeeded + warning: null + next_run: '2024-02-15T03:26:38.033Z' + api_key_created_by_user: false + Alerting_get_rule_response: + summary: >- + The get rule API returns a JSON object that contains details about the + rule. + value: + id: 31697a40-7b36-11ed-aa79-f742c05329b2 + consumer: alerts + tags: + - cpu + name: my alert + enabled: true + throttle: null + schedule: + interval: 1m + params: + aggType: avg + termSize: 6 + thresholdComparator: '>' + timeWindowSize: 5 + timeWindowUnit: m + groupBy: top + threshold: + - 1000 + index: + - test-index + timeField: '@timestamp' + aggField: sheet.version + termField: name.keyword + revision: 1 + rule_type_id: .index-threshold + created_by: elastic + updated_by: elastic + created_at: '2022-12-13T22:33:41.163Z' + updated_at: '2022-12-13T22:33:41.163Z' + api_key_owner: elastic + notify_when: null + muted_alert_ids: [] + mute_all: false + scheduled_task_id: 31697a40-7b36-11ed-aa79-f742c05329b2 + execution_status: + status: ok + last_execution_date: '2022-12-13T22:33:44.388Z' + last_duration: 83 + actions: + - group: threshold met + id: 1007a0c0-7a6e-11ed-89d5-abec321c0def + uuid: 1c7a1280-f28c-4e06-96b2-e4e5f05d1d61 + params: + level: info + message: >- + Rule {{rule.name}} is active for group {{context.group}}: + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date} + connector_type_id: .server-log + connector_type_id: .server-log + frequency: + throttle: null + summary: false + notify_when: onActionGroupChange + last_run: + alerts_count: + new: 0 + ignored: 0 + recovered: 0 + active: 0 + outcome_msg: null + warning: null + outcome: succeeded + next_run: '2022-12-13T22:34:44.314Z' + api_key_created_by_user: false + Alerting_update_rule_request: + summary: Update an index threshold rule. + value: + actions: + - frequency: + summary: false + notify_when: onActionGroupChange + group: threshold met + id: 96b668d0-a1b6-11ed-afdf-d39a49596974 + params: + level: info + message: >- + Rule {{rule.name}} is active for group {{context.group}}: + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date}} + params: + aggField: sheet.version + aggType: avg + index: + - .updated-index + groupBy: top + termField: name.keyword + termSize: 6 + threshold: + - 1000 + thresholdComparator: '>' + timeField: '@timestamp' + timeWindowSize: 5 + timeWindowUnit: m + name: new name + schedule: + interval: 1m + tags: [] + Alerting_update_rule_response: + summary: >- + The update rule API returns a JSON object that contains details about + the rule. + value: + id: ac4e6b90-6be7-11eb-ba0d-9b1c1f912d74 + consumer: alerts + tags: [] + name: new name + enabled: true + throttle: null + revision: 1 + running: false + schedule: + interval: 1m + params: + index: + - .updated-index + timeField: '@timestamp' + groupBy: top + aggType: avg + timeWindowSize: 5 + timeWindowUnit: m + thresholdComparator: '>' + threshold: + - 1000 + aggField: sheet.version + termField: name.keyword + termSize: 6 + api_key_owner: elastic + created_by: elastic + updated_by: elastic + rule_type_id: .index-threshold + scheduled_task_id: 4c5eda00-e74f-11ec-b72f-5b18752ff9ea + created_at: '2024-03-26T23:13:20.985Z' + updated_at: '2024-03-26T23:22:59.949Z' + mute_all: false + muted_alert_ids: [] + execution_status: + status: ok + last_execution_date: '2024-03-26T23:22:51.390Z' + last_duration: 52 + actions: + - group: threshold met + params: + level: info + message: >- + Rule {{rule.name}} is active for group {{context.group}}: + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date} + id: 96b668d0-a1b6-11ed-afdf-d39a49596974 + uuid: 07aef2a0-9eed-4ef9-94ec-39ba58eb609d + connector_type_id: .server-log + frequency: + summary: false + throttle: null + notify_when: onActionGroupChange + last_run: + alerts_count: + new: 0 + ignored: 0 + recovered: 0 + active: 0 + outcome_msg: null + warning: null + outcome: succeeded + next_run: '2024-03-26T23:23:51.316Z' + api_key_created_by_user: false + Alerting_find_rules_response: + summary: Retrieve information about a rule. + value: + page: 1 + total: 1 + per_page: 10 + data: + - id: 3583a470-74f6-11ed-9801-35303b735aef + consumer: alerts + tags: + - cpu + name: my alert + enabled: true + throttle: null + schedule: + interval: 1m + params: + aggType: avg + termSize: 6 + thresholdComparator: '>' + timeWindowSize: 5 + timeWindowUnit: m + groupBy: top + threshold: + - 1000 + index: + - test-index + timeField: '@timestamp' + aggField: sheet.version + termField: name.keyword + revision: 1 + rule_type_id: .index-threshold + created_by: elastic + updated_by: elastic + created_at: '2022-12-05T23:40:33.132Z' + updated_at: '2022-12-05T23:40:33.132Z' + api_key_owner: elastic + mute_all: false + muted_alert_ids: [] + scheduled_task_id: 3583a470-74f6-11ed-9801-35303b735aef + execution_status: + status: ok + last_execution_date: '2022-12-06T01:44:23.983Z' + last_duration: 48 + actions: + - id: 9dca3e00-74f5-11ed-9801-35303b735aef + group: threshold met + uuid: 1c7a1280-f28c-4e06-96b2-e4e5f05d1d61 + params: + level: info + message: >- + Rule {{rule.name}} is active for group {{context.group}}: + + + - Value: {{context.value}} + + - Conditions Met: {{context.conditions}} over + {{rule.params.timeWindowSize}}{{rule.params.timeWindowUnit}} + + - Timestamp: {{context.date}} + connector_type_id: .server-log + frequency: + summary: false + notify_when: onActionGroupChange + throttle: null + last_run: + alerts_count: + new: 0 + ignored: 0 + recovered: 0 + active: 0 + outcome_msg: null + warning: null + outcome: succeeded + next_run: '2022-12-06T01:45:23.912Z' + api_key_created_by_user: false + Alerting_find_rules_response_conditional_action: + summary: Retrieve information about a rule that has conditional actions. + value: + page: 1 + total: 1 + per_page: 10 + data: + - id: 6107a8f0-f401-11ed-9f8e-399c75a2deeb + name: security_rule + consumer: siem + enabled: true + tags: [] + throttle: null + revision: 1 + running: false + schedule: + interval: 1m + params: + author: [] + description: A security threshold rule. + ruleId: an_internal_rule_id + falsePositives: [] + from: now-3660s + immutable: false + license: '' + outputIndex: '' + meta: + from: 1h + kibana_siem_app_url: https://localhost:5601/app/security + maxSignals: 100 + riskScore: 21 + riskScoreMapping: [] + severity: low + severityMapping: [] + threat: [] + to: now + references: [] + version: 1 + exceptionsList: [] + type: threshold + language: kuery + index: + - kibana_sample_data_logs + query: '*' + filters: [] + threshold: + field: + - bytes + value: 1 + cardinality: [] + rule_type_id: siem.thresholdRule + created_by: elastic + updated_by: elastic + created_at: '2023-05-16T15:50:28.358Z' + updated_at: '2023-05-16T20:25:42.559Z' + api_key_owner: elastic + notify_when: null + mute_all: false + muted_alert_ids: [] + scheduled_task_id: 6107a8f0-f401-11ed-9f8e-399c75a2deeb + execution_status: + status: ok + last_execution_date: '2023-05-16T20:26:49.590Z' + last_duration: 166 + actions: + - group: default + id: 49eae970-f401-11ed-9f8e-399c75a2deeb + params: + documents: + - rule_id: + '[object Object]': null + rule_name: + '[object Object]': null + alert_id: + '[object Object]': null + context_message: + '[object Object]': null + connector_type_id: .index + frequency: + summary: true + notify_when: onActiveAlert + throttle: null + uuid: 1c7a1280-f28c-4e06-96b2-e4e5f05d1d61 + alerts_filter: + timeframe: + days: + - 7 + timezone: UTC + hours: + start: '08:00' + end: '17:00' + query: + kql: '' + filters: + - meta: + disabled: false + negate: false + alias: null + index: c4bdca79-e69e-4d80-82a1-e5192c621bea + key: client.geo.region_iso_code + field: client.geo.region_iso_code + params: + query: CA-QC + type: phrase + $state: + store: appState + query: + match_phrase: + client.geo.region_iso_code: CA-QC + last_run: + alerts_count: + new: 0 + ignored: 0 + recovered: 0 + active: 0 + outcome_msg: + - Rule execution completed successfully + outcome_order: 0 + warning: null + outcome: succeeded + next_run: '2023-05-16T20:27:49.507Z' + api_key_created_by_user: false + Alerting_get_health_response: + summary: Retrieve information about the health of the alerting framework. + value: + is_sufficiently_secure: true + has_permanent_encryption_key: true + alerting_framework_health: + decryption_health: + status: ok + timestamp: '2023-01-13T01:28:00.280Z' + execution_health: + status: ok + timestamp: '2023-01-13T01:28:00.280Z' + read_health: + status: ok + timestamp: '2023-01-13T01:28:00.280Z' + Alerting_get_rule_types_response: + summary: Retrieve rule types associated with Kibana machine learning features + value: + - id: xpack.ml.anomaly_detection_alert + name: Anomaly detection alert + category: management + producer: ml + alerts: + context: ml.anomaly-detection + mappings: + fieldMap: + kibana.alert.job_id: + type: keyword + array: false + required: true + kibana.alert.anomaly_score: + type: double + array: false + required: false + kibana.alert.is_interim: + type: boolean + array: false + required: false + kibana.alert.anomaly_timestamp: + type: date + array: false + required: false + kibana.alert.top_records: + type: object + array: true + required: false + dynamic: false + properties: + job_id: + type: keyword + record_score: + type: double + initial_record_score: + type: double + detector_index: + type: integer + is_interim: + type: boolean + timestamp: + type: date + partition_field_name: + type: keyword + partition_field_value: + type: keyword + over_field_name: + type: keyword + over_field_value: + type: keyword + by_field_name: + type: keyword + by_field_value: + type: keyword + function: + type: keyword + typical: + type: double + actual: + type: double + field_name: + type: keyword + kibana.alert.top_influencers: + type: object + array: true + required: false + dynamic: false + properties: + job_id: + type: keyword + influencer_field_name: + type: keyword + influencer_field_value: + type: keyword + influencer_score: + type: double + initial_influencer_score: + type: double + is_interim: + type: boolean + timestamp: + type: date + shouldWrite: true + enabled_in_license: true + recovery_action_group: + id: recovered + name: Recovered + action_groups: + - id: anomaly_score_match + name: Anomaly score matched the condition + - id: recovered + name: Recovered + default_action_group_id: anomaly_score_match + minimum_license_required: platinum + is_exportable: true + rule_task_timeout: 5m + action_variables: + context: + - name: timestamp + description: The bucket timestamp of the anomaly + - name: timestampIso8601 + description: The bucket time of the anomaly in ISO8601 format + - name: jobIds + description: List of job IDs that triggered the alert + - name: message + description: Alert info message + - name: isInterim + description: Indicate if top hits contain interim results + - name: score + description: Anomaly score at the time of the notification action + - name: topRecords + description: Top records + - name: topInfluencers + description: Top influencers + - name: anomalyExplorerUrl + description: URL to open in the Anomaly Explorer + useWithTripleBracesInTemplates: true + state: [] + params: [] + authorized_consumers: + alerts: + read: true + all: true + stackAlerts: + read: true + all: true + slo: + read: true + all: true + ml: + read: true + all: true + uptime: + read: true + all: true + infrastructure: + read: true + all: true + logs: + read: true + all: true + monitoring: + read: true + all: true + siem: + read: true + all: true + apm: + read: true + all: true + discover: + read: true + all: true + does_set_recovery_context: true + has_alerts_mappings: true + has_fields_for_a_a_d: false + - id: xpack.ml.anomaly_detection_jobs_health + name: Anomaly detection jobs health + category: management + producer: ml + enabled_in_license: true + recovery_action_group: + id: recovered + name: Recovered + action_groups: + - id: anomaly_detection_realtime_issue + name: Issue detected + - id: recovered + name: Recovered + default_action_group_id: anomaly_detection_realtime_issue + minimum_license_required: platinum + is_exportable: true + rule_task_timeout: 5m + action_variables: + context: + - name: results + description: Results of the rule execution + - name: message + description: Alert info message + state: [] + params: [] + authorized_consumers: + alerts: + read: true + all: true + stackAlerts: + read: true + all: true + slo: + read: true + all: true + ml: + read: true + all: true + uptime: + read: true + all: true + infrastructure: + read: true + all: true + logs: + read: true + all: true + monitoring: + read: true + all: true + siem: + read: true + all: true + apm: + read: true + all: true + discover: + read: true + all: true + does_set_recovery_context: true + has_alerts_mappings: false + has_fields_for_a_a_d: false + Cases_create_case_request: + summary: Create a security case that uses a Jira connector. + value: + description: A case description. + title: Case title 1 + tags: + - tag-1 + connector: + id: 131d4448-abe0-4789-939d-8ef60680b498 + name: My connector + type: .jira + fields: + issueType: '10006' + priority: High + parent: null + settings: + syncAlerts: true + owner: cases + customFields: + - type: text + key: d312efda-ec2b-42ec-9e2c-84981795c581 + value: My field value + Cases_create_case_response: + summary: >- + The create case API returns a JSON object that contains details about + the case. + value: + comments: [] + totalAlerts: 0 + id: 66b9aa00-94fa-11ea-9f74-e7e108796192 + version: WzUzMiwxXQ== + totalComment: 0 + title: Case title 1 + tags: + - tag 1 + assignees: [] + description: A case description. + settings: + syncAlerts: true + owner: cases + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: My field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: null + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2022-10-13T15:33:50.604Z' + created_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: null + updated_by: null + connector: + id: 131d4448-abe0-4789-939d-8ef60680b498 + name: My connector + type: .jira + fields: + issueType: '10006' + parent: null + priority: High + external_service: null + Cases_update_case_request: + summary: Update the case description, tags, and connector. + value: + cases: + - id: a18b38a0-71b0-11ea-a0b2-c51ea50a58e2 + version: WzIzLDFd + connector: + id: 131d4448-abe0-4789-939d-8ef60680b498 + name: My connector + type: .jira + fields: + issueType: '10006' + priority: null + parent: null + description: A case description. + tags: + - tag-1 + settings: + syncAlerts: true + customFields: + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: false + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: My new field value + Cases_update_case_response: + summary: >- + This is an example response when the case description, tags, and + connector were updated. + value: + - id: 66b9aa00-94fa-11ea-9f74-e7e108796192 + version: WzU0OCwxXQ== + comments: [] + totalComment: 0 + totalAlerts: 0 + title: Case title 1 + tags: + - tag-1 + settings: + syncAlerts: true + owner: cases + description: A case description. + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2023-10-13T09:16:17.416Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: '2023-10-13T09:48:33.043Z' + updated_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + assignees: [] + category: null + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: My new field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: false + connector: + id: 131d4448-abe0-4789-939d-8ef60680b498 + name: My connector + type: .jira + fields: + issueType: '10006' + parent: null + priority: null + external_service: + external_title: IS-4 + pushed_by: + full_name: null + email: null + username: elastic + external_url: https://hms.atlassian.net/browse/IS-4 + pushed_at: '2023-10-13T09:20:40.672Z' + connector_id: 05da469f-1fde-4058-99a3-91e4807e2de8 + external_id: '10003' + connector_name: Jira + Cases_find_case_response: + summary: >- + Retrieve the first five cases with the `tag-1` tag, in ascending order + by last update time. + value: + page: 1 + per_page: 5 + total: 1 + cases: + - id: abed3a70-71bd-11ea-a0b2-c51ea50a58e2 + version: WzExMCwxXQ== + comments: [] + totalComment: 1 + totalAlerts: 0 + title: Case title + tags: + - tag-1 + description: Case description + settings: + syncAlerts: true + owner: cases + customFields: + - type: text + key: d312efda-ec2b-42ec-9e2c-84981795c581 + value: My field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: null + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2023-10-12T00:16:36.371Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: '2023-10-12T00:27:58.162Z' + updated_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + assignees: [] + category: null + connector: + id: none + name: none + type: .none + fields: null + external_service: null + count_open_cases: 1 + count_in_progress_cases: 0 + count_closed_cases: 0 + Cases_get_case_configuration_response: + summary: Get the case configuration. + value: + - id: 856ee650-6c82-11ee-a20a-6164169afa58 + closure_type: close-by-user + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + defaultValue: Custom text field value. + label: my-text-field + required: false + type: text + owner: cases + created_at: '2024-07-01T17:07:17.767Z' + created_by: + username: elastic + email: null + full_name: null + updated_at: null + updated_by: null + connector: + id: none + name: none + type: .none + fields: null + mappings: [] + version: WzEyLDNd + error: null + templates: + - key: 505932fe-ee3a-4960-a661-c781b5acdb05 + name: template-1 + caseFields: + title: Default case title + tags: + - Default case tag + category: Default-category + description: A default description for cases. + assignees: + - uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + connector: + id: none + type: .none + fields: null + name: none + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + value: Default text field value. + type: text + settings: + syncAlerts: false + description: A description of the template. + tags: + - Template tag 1 + Cases_set_case_configuration_request: + summary: >- + Set the closure type, custom fields, and default connector for Stack + Management cases. + value: + owner: cases + connector: + id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 + name: my-jira-connector + type: .jira + fields: null + closure_type: close-by-user + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + label: my-text-field + required: false + type: text + defaultValue: My custom field default value. + templates: + - key: 505932fe-ee3a-4960-a661-c781b5acdb05 + name: template-1 + caseFields: + title: Default case title + tags: + - Default case tag + category: Default-category + description: A default description for cases. + assignees: + - uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: A text field value for the template. + description: A description of the template. + tags: + - Template tag 1 + Cases_set_case_configuration_response: + summary: This is an example response for case settings. + value: + closure_type: close-by-user + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + label: my-text-field + required: false + type: text + defaultValue: My custom field default value. + templates: + - key: 505932fe-ee3a-4960-a661-c781b5acdb05 + name: template-1 + caseFields: + title: Default case title + tags: + - Default case tag + category: Default-category + description: A default description for cases. + assignees: + - uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: A text field value for the template. + description: A description of the template. + tags: + - Template tag 1 + owner: cases + created_at: '2024-07-01T17:07:17.767Z' + created_by: + username: elastic + email: null, + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + updated_at: null + updated_by: null + connector: + id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 + name: my-jira-connector + type: .jira + fields: null + mappings: + - source: title + target: summary + action_type: overwrite + - source: description + target: description + action_type: overwrite + - source: comments + target: comments + action_type: append + - source: tags + target: labels + action_type: overwrite + version: WzIwNzMsMV0= + error: null + id: 4a97a440-e1cd-11ec-be9b-9b1838238ee6 + Cases_update_case_configuration_request: + summary: Update the case settings. + value: + version: WzExOSw0XQ== + connector: + id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 + name: my-jira-connector + type: .jira + fields: null + closure_type: close-by-user + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + label: my-text-field + required: true + type: text + defaultValue: A new default value. + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + label: my-toggle + required: false + type: toggle + Cases_update_case_configuration_response: + summary: This is an example response when the case configuration was updated. + value: + closure_type: close-by-user + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + label: my-text-field + required: true + type: text + defaultValue: A new default value. + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + label: my-toggle + required: false + type: toggle + owner: cases + created_at: '2024-07-01T17:07:17.767Z' + created_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + updated_at: '2024-07-19T00:52:42.401Z' + updated_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + connector: + id: 5e656730-e1ca-11ec-be9b-9b1838238ee6 + name: my-jira-connector + type: .jira + fields: null + mappings: + - source: title + target: summary + action_type: overwrite + - source: description + target: description + action_type: overwrite + - source: tags + target: labels + action_type: overwrite + - source: comments + target: comments + action_type: append + version: WzI2LDNd + error: null + id: 4a97a440-e1cd-11ec-be9b-9b1838238ee6 + templates: [] + Cases_get_reporters_response: + summary: A list of two users that opened cases + value: + - username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + - username: jdoe + full_name: Jane Doe + email: jdoe@example.com + profile_uid: u_0wpfV1MqYDaXzLtRVY-gLMrddKDEmfz51Fszhj7hWC8_0 + Cases_get_tags_response: + summary: A list of tags that are used in cases + value: + - observability + - security + - tag 1 + - tag 2 + Cases_get_case_response: + summary: Retrieves information about a case including its comments. + value: + id: 31cdada0-02c1-11ed-85f2-4f7c222ca2fa + version: WzM2LDFd + comments: + - id: 2134c1d0-02c2-11ed-85f2-4f7c222ca2fa + version: WzM3LDFd + type: user + owner: cases + comment: A new comment + created_at: '2023-10-13T15:40:32.335Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + pushed_at: null + pushed_by: null + updated_at: null + updated_by: null + totalComment: 1 + totalAlerts: 0 + title: Case title 1 + tags: + - tag 1 + settings: + syncAlerts: true + owner: cases + category: null + customFields: + - type: text + key: d312efda-ec2b-42ec-9e2c-84981795c581 + value: My field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: null + description: A case description + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2023-10-13T15:33:50.604Z' + created_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: '2023-10-13T15:40:32.335Z' + updated_by: + full_name: null + email: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + assignees: + - uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + connector: + id: none + name: none + type: .none + fields: null + external_service: null + Cases_get_case_observability_response: + summary: >- + Retrieves information about an Observability case including its alerts + and comments. + value: + description: An Observability case description. + owner: observability + settings: + syncAlerts: false + tags: + - observability + - tag 1 + title: Observability case title 1 + category: null + customFields: [] + assignees: + - uid: u_0wpfV1MqYDaXzLtRVY-gLMrddKDEmfz51Fszhj7hWC8_0 + connector: + id: none + type: .none + fields: null + name: none + severity: low + status: in-progress + duration: null + closed_at: null + closed_by: null + created_at: '2023-11-06T19:29:04.086Z' + created_by: + username: elastic + full_name: null + email: null + updated_at: '2023-11-06T19:47:55.662Z' + updated_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + external_service: null + id: c3ff7550-def1-4e90-b6bc-c9969a4a09b1 + version: WzI0NywyXQ== + totalComment: 1 + totalAlerts: 1 + comments: + - alertId: + - a6e12ac4-7bce-457b-84f6-d7ce8deb8446 + index: + - .internal.alerts-observability.logs.alerts-default-000001 + type: alert + rule: + id: 03e4eb87-62ca-4e5d-9570-3d7625e9669d + name: Observability rule + owner: observability + created_at: '2023-11-06T19:29:38.424Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + pushed_at: null + pushed_by: null + updated_at: null + updated_by: null + id: 59d438d0-79a9-4864-8d4b-e63adacebf6e + version: WzY3LDJd + - comment: The first comment. + type: user + owner: observability + created_at: '2023-11-06T19:29:57.812Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + pushed_at: null + pushed_by: null + updated_at: null + updated_by: null + id: d99342d3-3aa3-4b80-90ec-a702607604f5 + version: WzcyLDJd + Cases_get_case_alerts_response: + summary: Retrieves all alerts attached to a case + value: + - id: f6a7d0c3-d52d-432c-b2e6-447cd7fce04d + index: .alerts-observability.logs.alerts-default + attached_at: '2022-07-25T20:09:40.963Z' + Cases_add_comment_request: + summary: Adds a comment to a case. + value: + type: user + comment: A new comment. + owner: cases + Cases_add_comment_response: + summary: >- + The add comment to case API returns a JSON object that contains details + about the case and its comments. + value: + comments: + - id: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + version: WzIwNDMxLDFd + type: user + owner: cases + comment: A new comment. + created_at: '2022-10-02T00:49:47.716Z' + created_by: + username: elastic + email: null + full_name: null + totalAlerts: 0 + id: 293f1bc0-74f6-11ea-b83a-553aecdb28b6 + version: WzIzMzgsMV0= + totalComment: 1 + title: Case title 1 + tags: + - tag 1 + description: A case description. + category: null + assignees: [] + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: Field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: true + settings: + syncAlerts: false + owner: cases + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2022-03-24T00:37:03.906Z' + created_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: '2022-06-03T00:49:47.716Z' + updated_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + connector: + id: none + name: none + type: .none + fields: null + external_service: null + Cases_update_comment_request: + summary: Updates a comment of a case. + value: + id: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + version: Wzk1LDFd + type: user + comment: An updated comment. + owner: cases + Cases_update_comment_response: + summary: >- + The add comment to case API returns a JSON object that contains details + about the case and its comments. + value: + comments: + - id: 8af6ac20-74f6-11ea-b83a-553aecdb28b6 + version: WzIwNjM3LDFd + comment: An updated comment. + type: user + owner: cases + created_at: '2023-10-24T00:37:10.832Z' + created_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + pushed_at: null + pushed_by: null + updated_at: '2023-10-24T01:27:06.210Z' + updated_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + totalAlerts: 0 + id: 293f1bc0-74f6-11ea-b83a-553aecdb28b6 + version: WzIwNjM2LDFd + totalComment: 1 + title: Case title 1 + tags: + - tag 1 + description: A case description. + settings: + syncAlerts: false + owner: cases + category: null + assignees: [] + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: My new field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: false + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2023-10-24T00:37:03.906Z' + created_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + status: open + updated_at: '2023-10-24T01:27:06.210Z' + updated_by: + username: elastic + full_name: null + email: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + connector: + id: none + name: none + type: .none + fields: null + external_service: null + Cases_get_comment_response: + summary: A single user comment retrieved from a case + value: + id: 8048b460-fe2b-11ec-b15d-779a7c8bbcc3 + version: WzIzLDFd + type: user + owner: cases + comment: A new comment + created_at: '2023-10-07T19:32:13.104Z' + created_by: + email: null + full_name: null + username: elastic + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + pushed_at: null + pushed_by: null + updated_at: null + updated_by: null + Cases_push_case_response: + summary: >- + The push case API returns a JSON object with details about the case and + the external service. + value: + id: b917f300-0ed9-11ed-bd18-65557fe66949 + version: WzE3NjgsM10= + comments: [] + totalComment: 0 + totalAlerts: 0 + description: A case description. + title: Case title 1 + tags: + - tag 1 + settings: + syncAlerts: true + owner: cases + duration: null + severity: low + closed_at: null + closed_by: null + created_at: '2022-07-29T00:59:39.444Z' + created_by: + username: elastic + email: null + full_name: null + status: open + updated_at: '2022-07-29T01:20:58.436Z' + updated_by: + username: elastic + full_name: null + email: null + connector: + id: 09f8c0b0-0eda-11ed-bd18-65557fe66949 + name: My connector + type: .jira + fields: + issueType: '10006' + parent: null + priority: Low + external_service: + pushed_at: '2022-07-29T01:20:58.436Z' + pushed_by: + username: elastic + full_name: null + email: null + connector_name: My connector + external_id: '71926' + external_title: ES-554 + external_url: https://cases.jira.com + connector_id: 09f8c0b0-0eda-11ed-bd18-65557fe66949 + Cases_find_case_activity_response: + summary: Retrieves all activity for a case + value: + page: 1 + perPage: 20 + total: 3 + userActions: + - id: b4cd0770-07c9-11ed-a5fd-47154cb8767e + action: create + comment_id: null + created_at: '2023-10-20T01:17:22.150Z' + created_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + owner: cases + payload: + assignees: [] + connector: + name: none + type: .none + fields: null + id: none + description: A case description. + tags: + - tag 1 + title: Case title 1 + owner: cases + settings: + syncAlerts: false + severity: low + status: open + category: null + customFields: + - key: d312efda-ec2b-42ec-9e2c-84981795c581 + type: text + value: My field value + - key: fcc6840d-eb14-42df-8aaf-232201a705ec + type: toggle + value: null + version: WzM1ODg4LDFd + type: create_case + - id: 57af14a0-03b1-11ed-920c-974bfa104448 + action: create + comment_id: 578608d0-03b1-11ed-920c-974bfa104448 + created_at: '2023-10-14T20:12:53.354Z' + created_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + owner: cases + payload: + comment: A new comment + owner: cases + type: user + version: WzM1ODg4LDFa + type: comment + - id: 573c6980-6123-11ed-aa41-81a0a61fe447 + action: add + comment_id: null + created_at: '2023-10-20T01:10:28.238Z' + created_by: + username: elastic + email: null + full_name: null + profile_uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + owner: cases + payload: + assignees: + uid: u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0 + version: WzM1ODg4LDFb + type: assignees + Cases_find_connector_response: + summary: Retrieve information about the connectors and their settings. + value: + - id: 61787f53-4eee-4741-8df6-8fe84fa616f7 + actionTypeId: .jira + name: my-Jira + isMissingSecrets: false + config: + apiUrl: https://elastic.atlassian.net/ + projectKey: ES + isPreconfigured: false + isDeprecated: false + referencedByCount: 0 Connectors_create_email_connector_request: summary: Create an email connector. value: @@ -11294,22 +22101,6 @@ components: schema: $ref: '#/components/schemas/Connectors_action_response_properties' securitySchemes: - Saved_objects_basicAuth: - type: http - scheme: basic - Saved_objects_apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: 'e.g. Authorization: ApiKey base64AccessApiKey' - SLOs_basicAuth: - type: http - scheme: basic - SLOs_apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: 'e.g. Authorization: ApiKey base64AccessApiKey' Kibana_HTTP_APIs_apiKeyAuth: in: header name: Authorization @@ -11318,10 +22109,16 @@ components: scheme: basic type: http x-tagGroups: + - name: Alerting + tags: + - alerting - name: APM UI tags: - APM agent keys - APM annotations + - name: Cases + tags: + - cases - name: Connectors tags: - connectors diff --git a/package.json b/package.json index 333b5350245cb..1ec0227c9c3d1 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "resolutions": { "**/@bazel/typescript/protobufjs": "6.11.4", "**/@hello-pangea/dnd": "16.6.0", - "**/@langchain/core": "^0.2.17", + "**/@langchain/core": "^0.2.18", "**/@types/node": "20.10.5", "**/@typescript-eslint/utils": "5.62.0", "**/chokidar": "^3.5.3", @@ -88,11 +88,12 @@ "**/globule/minimatch": "^3.1.2", "**/hoist-non-react-statics": "^3.3.2", "**/isomorphic-fetch/node-fetch": "^2.6.7", - "**/langchain": "^0.2.10", + "**/langchain": "^0.2.11", "**/react-intl/**/@types/react": "^17.0.45", "**/remark-parse/trim": "1.0.1", "**/sharp": "0.32.6", - "**/typescript": "4.9.5", + "**/typescript": "5.1.6", + "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0", "globby/fast-glob": "^3.2.11" }, "dependencies": { @@ -109,6 +110,7 @@ "@elastic/apm-rum-react": "^2.0.3", "@elastic/charts": "66.1.0", "@elastic/datemath": "5.0.3", + "@elastic/ebt": "1.0.0", "@elastic/ecs": "^8.11.1", "@elastic/elasticsearch": "^8.14.0", "@elastic/ems-client": "8.5.3", @@ -435,7 +437,6 @@ "@kbn/discover-utils": "link:packages/kbn-discover-utils", "@kbn/doc-links": "link:packages/kbn-doc-links", "@kbn/dom-drag-drop": "link:packages/kbn-dom-drag-drop", - "@kbn/ebt": "link:packages/analytics/ebt", "@kbn/ebt-tools": "link:packages/kbn-ebt-tools", "@kbn/ecs-data-quality-dashboard": "link:x-pack/packages/security-solution/ecs_data_quality_dashboard", "@kbn/ecs-data-quality-dashboard-plugin": "link:x-pack/plugins/ecs_data_quality_dashboard", @@ -769,6 +770,7 @@ "@kbn/securitysolution-autocomplete": "link:packages/kbn-securitysolution-autocomplete", "@kbn/securitysolution-data-table": "link:x-pack/packages/security-solution/data_table", "@kbn/securitysolution-ecs": "link:packages/kbn-securitysolution-ecs", + "@kbn/securitysolution-endpoint-exceptions-common": "link:packages/kbn-securitysolution-endpoint-exceptions-common", "@kbn/securitysolution-es-utils": "link:packages/kbn-securitysolution-es-utils", "@kbn/securitysolution-exception-list-components": "link:packages/kbn-securitysolution-exception-list-components", "@kbn/securitysolution-exceptions-common": "link:packages/kbn-securitysolution-exceptions-common", @@ -787,6 +789,7 @@ "@kbn/securitysolution-utils": "link:packages/kbn-securitysolution-utils", "@kbn/server-http-tools": "link:packages/kbn-server-http-tools", "@kbn/server-route-repository": "link:packages/kbn-server-route-repository", + "@kbn/server-route-repository-utils": "link:packages/kbn-server-route-repository-utils", "@kbn/serverless": "link:x-pack/plugins/serverless", "@kbn/serverless-common-settings": "link:packages/serverless/settings/common", "@kbn/serverless-observability": "link:x-pack/plugins/serverless_observability", @@ -946,9 +949,9 @@ "@kbn/zod": "link:packages/kbn-zod", "@kbn/zod-helpers": "link:packages/kbn-zod-helpers", "@langchain/community": "0.2.18", - "@langchain/core": "^0.2.17", + "@langchain/core": "^0.2.18", "@langchain/google-genai": "^0.0.23", - "@langchain/langgraph": "^0.0.29", + "@langchain/langgraph": "^0.0.31", "@langchain/openai": "^0.1.3", "@langtrase/trace-attributes": "^3.0.8", "@launchdarkly/node-server-sdk": "^9.4.7", @@ -1090,8 +1093,8 @@ "jsonwebtoken": "^9.0.2", "jsts": "^1.6.2", "kea": "^2.6.0", - "langchain": "^0.2.10", - "langsmith": "^0.1.37", + "langchain": "^0.2.11", + "langsmith": "^0.1.39", "launchdarkly-js-client-sdk": "^3.4.0", "launchdarkly-node-server-sdk": "^7.0.3", "load-json-file": "^6.2.0", @@ -1278,6 +1281,7 @@ "@kbn/ambient-ftr-types": "link:packages/kbn-ambient-ftr-types", "@kbn/ambient-storybook-types": "link:packages/kbn-ambient-storybook-types", "@kbn/ambient-ui-types": "link:packages/kbn-ambient-ui-types", + "@kbn/apm-ftr-e2e": "link:x-pack/plugins/observability_solution/apm/ftr_e2e", "@kbn/apm-synthtrace": "link:packages/kbn-apm-synthtrace", "@kbn/apm-synthtrace-client": "link:packages/kbn-apm-synthtrace-client", "@kbn/axe-config": "link:packages/kbn-axe-config", @@ -1383,6 +1387,7 @@ "@kbn/management-storybook-config": "link:packages/kbn-management/storybook/config", "@kbn/mock-idp-plugin": "link:packages/kbn-mock-idp-plugin", "@kbn/mock-idp-utils": "link:packages/kbn-mock-idp-utils", + "@kbn/observability-onboarding-e2e": "link:x-pack/plugins/observability_solution/observability_onboarding/e2e", "@kbn/openapi-bundler": "link:packages/kbn-openapi-bundler", "@kbn/openapi-generator": "link:packages/kbn-openapi-generator", "@kbn/optimizer": "link:packages/kbn-optimizer", @@ -1405,11 +1410,16 @@ "@kbn/spec-to-console": "link:packages/kbn-spec-to-console", "@kbn/stdio-dev-helpers": "link:packages/kbn-stdio-dev-helpers", "@kbn/storybook": "link:packages/kbn-storybook", + "@kbn/synthetics-e2e": "link:x-pack/plugins/observability_solution/synthetics/e2e", "@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools", "@kbn/test": "link:packages/kbn-test", "@kbn/test-eui-helpers": "link:packages/kbn-test-eui-helpers", "@kbn/test-jest-helpers": "link:packages/kbn-test-jest-helpers", "@kbn/test-subj-selector": "link:packages/kbn-test-subj-selector", + "@kbn/test-suites-serverless": "link:x-pack/test_serverless", + "@kbn/test-suites-src": "link:test", + "@kbn/test-suites-xpack": "link:x-pack/test", + "@kbn/test-suites-xpack-performance": "link:x-pack/performance", "@kbn/tooling-log": "link:packages/kbn-tooling-log", "@kbn/ts-projects": "link:packages/kbn-ts-projects", "@kbn/ts-type-check-cli": "link:packages/kbn-ts-type-check-cli", @@ -1420,7 +1430,7 @@ "@mapbox/vector-tile": "1.3.1", "@octokit/rest": "^17.11.2", "@parcel/watcher": "^2.1.0", - "@redocly/cli": "^1.18.0", + "@redocly/cli": "^1.18.1", "@statoscope/webpack-plugin": "^5.28.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", @@ -1438,7 +1448,6 @@ "@storybook/node-logger": "^6.5.16", "@storybook/preview-web": "^6.5.16", "@storybook/react": "^6.5.16", - "@storybook/react-docgen-typescript-plugin": "^1.0.1", "@storybook/testing-react": "^1.3.0", "@storybook/theming": "^6.5.16", "@testing-library/jest-dom": "^5.16.5", @@ -1687,7 +1696,7 @@ "json5": "^2.2.3", "jsondiffpatch": "0.4.1", "license-checker": "^25.0.1", - "listr2": "^8.2.1", + "listr2": "^8.2.3", "lmdb": "^2.9.2", "loader-utils": "^2.0.4", "marge": "^1.0.1", @@ -1750,13 +1759,13 @@ "svgo": "^2.8.0", "table": "^6.8.1", "tape": "^5.0.1", - "terser": "^5.31.2", + "terser": "^5.31.3", "terser-webpack-plugin": "^4.2.3", "tough-cookie": "^4.1.4", "tree-kill": "^1.2.2", "ts-morph": "^15.1.0", - "tsd": "^0.20.0", - "typescript": "4.9.5", + "tsd": "^0.31.1", + "typescript": "5.1.6", "url-loader": "^2.2.0", "val-loader": "^1.1.1", "vinyl-fs": "^4.0.0", diff --git a/packages/analytics/ebt/README.md b/packages/analytics/ebt/README.md deleted file mode 100644 index 8758a90304cba..0000000000000 --- a/packages/analytics/ebt/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @kbn/ebt/* - -This module implements the Analytics client used for Event-Based Telemetry. The intention of the client is to be usable on both: the UI and the Server sides. - -## Client - -`@kbn/ebt/client` holds the public APIs to report events, enrich the events' context and set up the transport mechanisms. Refer to the [client's docs](./client/README.md) for more information. - -## Prebuilt shippers - -Elastic-approved shippers are available as `@kbn/ebt/shippers/*` packages. Refer to the [shippers' docs](./shippers/README.md) for more information. diff --git a/packages/analytics/ebt/client/README.md b/packages/analytics/ebt/client/README.md deleted file mode 100644 index 508fc984c1a58..0000000000000 --- a/packages/analytics/ebt/client/README.md +++ /dev/null @@ -1,348 +0,0 @@ -# @kbn/ebt/client - -This module implements the Analytics client used for Event-Based Telemetry. The intention of the client is to be usable on both: the UI and the Server sides. - -## How to use it - -It all starts by creating the client with the `createAnalytics` API: - -```typescript -import { createAnalytics } from '@kbn/ebt/client'; - -const analytics = createAnalytics({ - // Set to `true` when running in developer mode. - // It enables development helpers like schema validation and extra debugging features. - isDev: false, - // Set to `staging` if you don't want your events to be sent to the production cluster. Useful for CI & QA environments. - sendTo: 'production', - // The application's instrumented logger - logger, -}); -``` - -### Reporting events - -Reporting events is as simple as calling the `reportEvent` API every time your application needs to track an event: - -```typescript -analytics.reportEvent('my_unique_event_name', myEventProperties); -``` - -But first, it requires a setup phase where the application must declare the event and the structure of the `eventProperties`: - -```typescript -analytics.registerEventType({ - eventType: 'my_unique_event_name', - schema: { - my_keyword: { - type: 'keyword', - _meta: { - description: 'Represents the key property...' - } - }, - my_number: { - type: 'long', - _meta: { - description: 'Indicates the number of times...', - optional: true - } - }, - my_complex_unknown_meta_object: { - type: 'pass_through', - _meta: { - description: 'Unknown object that contains the key-values...' - } - }, - my_array_of_str: { - type: 'array', - items: { - type: 'text', - _meta: { - description: 'List of tags...' - } - } - }, - my_object: { - properties: { - my_timestamp: { - type: 'date', - _meta: { - description: 'timestamp when the user...' - } - } - } - }, - my_array_of_objects: { - type: 'array', - items: { - properties: { - my_bool_prop: { - type: 'boolean', - _meta: { - description: '`true` when...' - } - } - } - } - } - } -}); -``` - -For more information about how to declare the schemas, refer to the section [Schema definition](#schema-definition). - -### Enriching events - -Context is important! For that reason, the client internally appends the timestamp in which the event was generated and any additional context provided by the Context Providers. To register a context provider use the `registerContextProvider` API: - -```typescript -analytics.registerContextProvider({ - name: 'my_context_provider', - // RxJS Observable that emits every time the context changes. For example: a License changes from `basic` to `trial`. - context$, - // Similar to the `reportEvent` API, schema defining the structure of the expected output of the context$ observable. - schema, -}) -``` - -### Setting the user's opt-in consent - -The client cannot send any data until the user provides consent. At the beginning, the client will internally enqueue any incoming events until the consent is either granted or refused. - -To set the user's selection use the `optIn` API: - -```typescript -analytics.optIn({ - global: { - enabled: true, // The user granted consent - shippers: { - shipperA: false, // Shipper A is explicitly disabled for all events - } - }, - event_types: { - my_unique_event_name: { - enabled: true, // The consent is explictly granted to send this type of event (only if global === true) - shippers: { - shipperB: false, // Shipper B is not allowed to report this event. - } - }, - my_other_event_name: { - enabled: false, // The consent is not granted to send this type of event. - } - } -}) -``` - -### Explicit flush of the events - -If, at any given point (usually testing or during shutdowns) we need to make sure that all the pending events -in the queue are sent. The `flush` API returns a promise that will resolve as soon as all events in the queue are sent. - -```typescript -await analytics.flush() -``` - -### Shipping events - -In order to report the event to an analytics tool, we need to register the shippers our application wants to use. To register a shipper use the API `registerShipper`: - -```typescript -analytics.registerShipper(ShipperClass, shipperOptions); -``` - -There are some prebuilt shippers in this package that can be enabled using the API above. Additionally, each application can register their own custom shippers. - -#### Prebuilt shippers - -Refer to the [shippers' documentation](../shippers/README.md) for more information. - -#### Custom shippers - -To use your own shipper, you just need to implement and register it!: - -```typescript -import type { - AnalyticsClientInitContext, - Event, - EventContext, - IShipper, - TelemetryCounter -} from '@kbn/ebt/client'; - -class MyVeryOwnShipper implements IShipper { - constructor(myOptions: MyOptions, initContext: AnalyticsClientInitContext) { - // ... - } - - public reportEvents(events: Event[]): void { - // Send the events to the analytics platform - } - public optIn(isOptedIn: boolean): void { - // Start/stop any sending mechanisms - } - - public extendContext(newContext: EventContext): void { - // Call any custom APIs to internally set the context - } - - // Emit any success/failed/dropped activity - public telemetryCounter$: Observable; -} - -// Register the custom shipper -analytics.registerShipper(MyVeryOwnShipper, myOptions); -``` - -### Schema definition - -Schemas are a framework that allows us to document the structure of the events that our application will report. It is useful to understand the meaning of the events that we report. And, at the same time, it serves as an extra validation step from the developer's point of view. - -The syntax of a schema is a _simplified ES mapping on steroids_: it removes some of the ES mapping complexity, and at the same time, it includes features that are specific to the telemetry collection. - -**DISCLAIMER:** **The schema is not a direct mapping to ES indices.** The final structure of how the event is stored will depend on many factors like the context providers, shippers and final analytics solution. - -#### Schema Specification: Primitive data types (`string`, `number`, `boolean`) - -When declaring primitive values like `string` or `number`, the basic schema must contain both: `type` and `_meta`. - -The `type` value depends on the type of the content to report in that field. Refer to the table below for the values allowed in the schema `type`: - -| Typescript `type` | Schema `type` | -|:-----------------:|:-----------------------:| -| `boolean` | `boolean` | -| `string` | `keyword` | -| `string` | `text` | -| `string` | `date` (for ISO format) | -| `number` | `date` (for ms format) | -| `number` | `byte` | -| `number` | `short` | -| `number` | `integer` | -| `number` | `long` | -| `number` | `double` | -| `number` | `float` | - -```typescript -const stringSchema: SchemaValue = { - type: 'text', - _meta: { - description: 'Description of the feature that was broken', - optional: false, - }, -} -``` - -For the `_meta`, refer to [Schema Specification: `_meta`](#schema-specification-_meta). - -#### Schema Specification: Objects - -Declaring the schema of an object contains 2 main attributes: `properties` and an optional `_meta`: - -The `properties` attribute is an object with all the keys that the original object may include: - -```typescript -interface MyObject { - an_id: string; - a_description: string; - a_number?: number; - a_boolean: boolean; -} - -const objectSchema: SchemaObject = { - properties: { - an_id: { - type: 'keyword', - _meta: { - description: 'The ID of the element that generated the event', - optional: false, - }, - }, - a_description: { - type: 'text', - _meta: { - description: 'The human readable description of the element that generated the event', - optional: false, - }, - }, - a_number: { - type: 'long', - _meta: { - description: 'The number of times the element is used', - optional: true, - }, - }, - a_boolean: { - type: 'boolean', - _meta: { - description: 'Is the element still active', - optional: false, - }, - }, - }, - _meta: { - description: 'MyObject represents the events generated by elements in the UI when ...', - optional: false, - } -} -``` - -For the optional `_meta`, refer to [Schema Specification: `_meta`](#schema-specification-_meta). - -#### Schema Specification: Arrays - -Declaring the schema of an array contains 2 main attributes: `items` and an optional `_meta`: - -The `items` attribute is an object declaring the schema of the elements inside the array. At the moment, we only support arrays of one type, so `Array` are not allowed. - -```typescript -type MyArray = string[]; - -const arraySchema: SchemaArray = { - items: { - type: 'keyword', - _meta: { - description: 'Tag attached to the element...', - optional: false, - }, - }, - _meta: { - description: 'List of tags attached to the element...', - optional: false, - } -} -``` - -For the optional `_meta`, refer to [Schema Specification: `_meta`](#schema-specification-_meta). - -#### Schema Specification: Special type `pass_through` - -In case a property in the schema is just used to pass through some unknown content that is declared and validated somewhere else, or that it can dynamically grow and shrink, you may use the `type: 'pass_through'` option. It behaves like a [first-order data type](#schema-specification-first-order-data-types-string-number-boolean): - -```typescript -type MyUnknownType = unknown; - -const passThroughSchema: SchemaValue = { - type: 'pass_through', - _meta: { - description: 'Payload context recevied from the HTTP request...', - optional: false, - }, -} -``` - -For the optional `_meta`, refer to [Schema Specification: `_meta`](#schema-specification-_meta). - -#### Schema Specification: `_meta` - -The `_meta` adds the invaluable information of a `description` and whether a field is `optional` in the payload. - -It can be attached to any schema definition as seen in the examples above. For high-order types, like arrays or objects, the `_meta` field is optional. For first-order types, like numbers, strings, booleans or `pass_through`, the `_meta` key is mandatory. - -The field `_meta.optional` is not required unless the schema is describing an optional field. In that case, `_meta.optional: true` is required. However, it's highly encouraged to be explicit about declaring it even when the described field is not optional. - -### Schema Validation - -Apart from documentation, the schema is used to validate the payload during the dev cycle. This adds an extra layer of confidence over the data to be sent. - -The validation, however, is disabled in production because users cannot do anything to fix the bug after it is released. Additionally, receiving _buggy_ events can be considered an additional insight into how our users use our products. For example, the buggy event can be caused by a user following an unexpected path in the UI like clicking an "Upload" button when the file has not been selected [#125013](https://github.com/elastic/kibana/issues/125013). In those cases, receiving the _incomplete_ event tells us the user didn't select a file, but they still hit the "Upload" button. - -The validation is performed with the `io-ts` library. In order to do that, the schema is firstly parsed into the `io-ts` equivalent, and then used to validate the event & context payloads. diff --git a/packages/analytics/ebt/client/index.ts b/packages/analytics/ebt/client/index.ts deleted file mode 100644 index 7127a21a5517e..0000000000000 --- a/packages/analytics/ebt/client/index.ts +++ /dev/null @@ -1,64 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { - AnalyticsClientInitContext, - IAnalyticsClient as AnalyticsClient, -} from './src/analytics_client'; -import { AnalyticsClient as AnalyticsClientClass } from './src/analytics_client'; - -/** - * Creates an {@link AnalyticsClient}. - * @param initContext The initial context to create the client {@link AnalyticsClientInitContext} - */ -export function createAnalytics(initContext: AnalyticsClientInitContext): AnalyticsClient { - return new AnalyticsClientClass(initContext); -} - -export type { - IAnalyticsClient as AnalyticsClient, - // Types for the constructor - AnalyticsClientInitContext, - // Types for the registerShipper API - ShipperClassConstructor, - RegisterShipperOpts, - // Types for the optIn API - OptInConfig, - OptInConfigPerType, - ShipperName, - // Types for the registerContextProvider API - ContextProviderOpts, - ContextProviderName, - // Types for the registerEventType API - EventTypeOpts, -} from './src/analytics_client'; - -export type { - Event, - EventContext, - EventType, - TelemetryCounter, - TelemetryCounterType, -} from './src/events'; - -export type { - RootSchema, - SchemaObject, - SchemaArray, - SchemaChildValue, - SchemaMeta, - SchemaValue, - SchemaMetaOptional, - PossibleSchemaTypes, - AllowedSchemaBooleanTypes, - AllowedSchemaNumberTypes, - AllowedSchemaStringTypes, - AllowedSchemaTypes, -} from './src/schema'; - -export type { IShipper } from './src/shippers'; diff --git a/packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts b/packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts deleted file mode 100644 index 0d72f003e77a6..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/analytics_client.test.ts +++ /dev/null @@ -1,1190 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -// eslint-disable-next-line max-classes-per-file -import { Subject, lastValueFrom, take, toArray } from 'rxjs'; -import type { MockedLogger } from '@kbn/logging-mocks'; -import { loggerMock } from '@kbn/logging-mocks'; -import { AnalyticsClient } from './analytics_client'; -import { shippersMock } from '../shippers/mocks'; -import type { TelemetryCounter } from '../events'; -import { ContextService } from './context_service'; - -describe('AnalyticsClient', () => { - let analyticsClient: AnalyticsClient; - let logger: MockedLogger; - - beforeEach(() => { - jest.useFakeTimers(); - logger = loggerMock.create(); - analyticsClient = new AnalyticsClient({ - logger, - isDev: true, - sendTo: 'staging', - }); - }); - - afterEach(async () => { - await analyticsClient.shutdown(); - jest.useRealTimers(); - }); - - describe('registerEventType', () => { - test('successfully registers a event type', () => { - analyticsClient.registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - }); - - test('cannot register the same event type twice', () => { - analyticsClient.registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - - expect(() => - analyticsClient.registerEventType({ - eventType: 'testEvent', - schema: { - b_field: { - type: 'date', - _meta: { - description: 'description of a_field', - }, - }, - }, - }) - ).toThrowErrorMatchingInlineSnapshot(`"Event Type \\"testEvent\\" is already registered."`); - }); - - test('it can be used after deconstruction of the client', () => { - const { registerEventType } = analyticsClient; - registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - }); - }); - - describe('reportEvent', () => { - test('fails to report an event type because it is not registered yet', () => { - expect(() => - analyticsClient.reportEvent('testEvent', { a_field: 'a' }) - ).toThrowErrorMatchingInlineSnapshot( - `"Attempted to report event type \\"testEvent\\", before registering it. Use the \\"registerEventType\\" API to register it."` - ); - }); - - test('fails to validate the event and throws', () => { - analyticsClient.registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - analyticsClient.optIn({ global: { enabled: true } }); - - expect( - () => analyticsClient.reportEvent('testEvent', { a_field: 100 }) // a_field is expected to be a string - ).toThrowErrorMatchingInlineSnapshot(` - "Failed to validate payload coming from \\"Event Type 'testEvent'\\": - - [a_field]: {\\"expected\\":\\"string\\",\\"actual\\":\\"number\\",\\"value\\":100}" - `); - }); - - test('enqueues multiple events before specifying the optIn consent and registering a shipper', async () => { - analyticsClient.registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - - const internalQueuePromise = lastValueFrom( - // eslint-disable-next-line dot-notation - analyticsClient['internalEventQueue$'].pipe(take(3), toArray()) - ); - - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3), toArray()) - ); - - analyticsClient.reportEvent('testEvent', { a_field: 'a' }); - analyticsClient.reportEvent('testEvent', { a_field: 'b' }); - analyticsClient.reportEvent('testEvent', { a_field: 'c' }); - - // Expect 3 enqueued testEvent, but not shipped - const eventCounters = await telemetryCounterPromise; - expect(eventCounters).toHaveLength(3); - eventCounters.forEach((eventCounter) => { - expect(eventCounter).toEqual({ - type: 'enqueued', - source: 'client', - event_type: 'testEvent', - code: 'enqueued', - count: 1, - }); - }); - - // The events went to the internal queue because there are no optIn nor shippers specified yet - const enqueuedEvents = await internalQueuePromise; - expect(enqueuedEvents).toEqual([ - { - context: {}, - event_type: 'testEvent', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'testEvent', - properties: { a_field: 'b' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'testEvent', - properties: { a_field: 'c' }, - timestamp: expect.any(String), - }, - ]); - }); - - test('it can be used after deconstruction of the client', () => { - const { registerEventType, reportEvent } = analyticsClient; - registerEventType({ - eventType: 'testEvent', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - reportEvent('testEvent', { a_field: 'a' }); - }); - - test('Handles errors coming from the shipper.reportEvents API', () => { - const { optIn, registerEventType, registerShipper, reportEvent } = analyticsClient; - const reportEventsMock = jest.fn().mockImplementation(() => { - throw new Error('Something went terribly wrong'); - }); - class MockedShipper extends shippersMock.MockedShipper { - reportEvents = reportEventsMock; - } - optIn({ global: { enabled: true } }); - registerShipper(MockedShipper, {}); - registerEventType({ eventType: 'testEvent', schema: {} }); - reportEvent('testEvent', {}); - expect(reportEventsMock).toHaveBeenCalledWith([ - { - timestamp: expect.any(String), - event_type: 'testEvent', - properties: {}, - context: {}, - }, - ]); - expect(logger.warn).toHaveBeenCalledWith( - `Failed to report event "testEvent" via shipper "${MockedShipper.shipperName}"`, - expect.any(Error) - ); - }); - }); - - describe('registerShipper', () => { - test('Registers a global shipper', () => { - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].allShippers.size).toBe(0); - analyticsClient.registerShipper(shippersMock.MockedShipper, {}); - - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].allShippers.size).toBe(1); - - expect( - // eslint-disable-next-line dot-notation - analyticsClient['shippersRegistry'].allShippers.get(shippersMock.MockedShipper.shipperName) - ).toBeTruthy(); - }); - - test('Fails to register the same global shipper twice', () => { - analyticsClient.registerShipper(shippersMock.MockedShipper, {}); - expect(() => - analyticsClient.registerShipper(shippersMock.MockedShipper, {}) - ).toThrowErrorMatchingInlineSnapshot(`"Shipper \\"mocked-shipper\\" is already registered"`); - }); - - test('Registers an event exclusive shipper', () => { - analyticsClient.registerShipper( - shippersMock.MockedShipper, - {}, - { exclusiveEventTypes: ['eventA', 'eventB'] } - ); - - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].allShippers.size).toBe(1); - - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].getShippersForEventType('eventA').size).toBe(1); - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].getShippersForEventType('eventB').size).toBe(1); - // eslint-disable-next-line dot-notation - expect(analyticsClient['shippersRegistry'].getShippersForEventType('eventC').size).toBe(0); - }); - - test('Forwards the telemetryCounter$ events from the shipper, overwriting the `source` property', async () => { - class MockedShipper extends shippersMock.MockedShipper { - constructor({ telemetryCounter$ }: { telemetryCounter$: Subject }) { - super(); - this.telemetryCounter$ = telemetryCounter$; - } - } - - const mockTelemetryCounter$ = new Subject(); - - // Typescript also helps with the config type inference <3 - analyticsClient.registerShipper(MockedShipper, { telemetryCounter$: mockTelemetryCounter$ }); - - const counterEventPromise = lastValueFrom(analyticsClient.telemetryCounter$.pipe(take(1))); - - const counter: TelemetryCounter = { - type: 'succeeded', - source: 'a random value', - event_type: 'eventTypeA', - code: '200', - count: 1000, - }; - - mockTelemetryCounter$.next(counter); - - await expect(counterEventPromise).resolves.toEqual({ - ...counter, - source: MockedShipper.shipperName, - }); - }); - - class MockedShipper extends shippersMock.MockedShipper { - constructor({ - optInMock, - extendContextMock, - shutdownMock, - }: { - optInMock?: jest.Mock; - extendContextMock?: jest.Mock; - shutdownMock?: jest.Mock; - }) { - super(); - if (optInMock) this.optIn = optInMock; - if (extendContextMock) this.extendContext = extendContextMock; - if (shutdownMock) this.shutdown = shutdownMock; - } - } - - test('Registers a shipper and sets the opt-in status if the opt-in status was previously set', () => { - // Call the optIn method before registering the shipper - analyticsClient.optIn({ global: { enabled: true } }); - - const optIn = jest.fn(); - analyticsClient.registerShipper(MockedShipper, { optInMock: optIn }); - expect(optIn).toHaveBeenCalledWith(true); - }); - - test('Registers a shipper and spreads the opt-in status changes', () => { - const optIn = jest.fn(); - analyticsClient.registerShipper(MockedShipper, { optInMock: optIn }); - expect(optIn).not.toHaveBeenCalled(); - - // Call the optIn method after registering the shipper - analyticsClient.optIn({ global: { enabled: true } }); - expect(optIn).toHaveBeenCalledWith(true); - }); - - test('Spreads the context updates to the shipper (only after opt-in)', async () => { - const extendContextMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper, { extendContextMock }); - expect(extendContextMock).toHaveBeenCalledTimes(0); // Not until we have opt-in - analyticsClient.optIn({ global: { enabled: true } }); - await jest.advanceTimersByTimeAsync(10); - expect(extendContextMock).toHaveBeenCalledWith({}); // The initial context - - const context$ = new Subject<{ a_field: boolean }>(); - analyticsClient.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - context$.next({ a_field: true }); - expect(extendContextMock).toHaveBeenCalledWith({ a_field: true }); // After update - }); - - test('Does not spread the context if opt-in === false', async () => { - const extendContextMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper, { extendContextMock }); - expect(extendContextMock).toHaveBeenCalledTimes(0); // Not until we have opt-in - analyticsClient.optIn({ global: { enabled: false } }); - await jest.advanceTimersByTimeAsync(10); - expect(extendContextMock).toHaveBeenCalledTimes(0); // Not until we have opt-in - }); - - test('Handles errors in the shipper', async () => { - const optInMock = jest.fn().mockImplementation(() => { - throw new Error('Something went terribly wrong'); - }); - const extendContextMock = jest.fn().mockImplementation(() => { - throw new Error('Something went terribly wrong'); - }); - const shutdownMock = jest.fn().mockImplementation(() => { - throw new Error('Something went terribly wrong'); - }); - analyticsClient.registerShipper(MockedShipper, { - optInMock, - extendContextMock, - shutdownMock, - }); - expect(() => analyticsClient.optIn({ global: { enabled: true } })).not.toThrow(); - await jest.advanceTimersByTimeAsync(10); - expect(optInMock).toHaveBeenCalledWith(true); - expect(extendContextMock).toHaveBeenCalledWith({}); // The initial context - expect(logger.warn).toHaveBeenCalledWith( - `Shipper "${MockedShipper.shipperName}" failed to extend the context`, - expect.any(Error) - ); - await expect(analyticsClient.shutdown()).resolves.toBeUndefined(); - expect(shutdownMock).toHaveBeenCalled(); - }); - }); - - describe('ContextProvider APIs', () => { - let contextService: ContextService; - - beforeEach(() => { - // eslint-disable-next-line dot-notation - contextService = analyticsClient['contextService']; - }); - - test('Registers a context provider', () => { - const registerContextProviderSpy = jest.spyOn(contextService, 'registerContextProvider'); - const context$ = new Subject<{ a_field: boolean }>(); - analyticsClient.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - expect(registerContextProviderSpy).toHaveBeenCalledTimes(1); - expect(registerContextProviderSpy).toHaveBeenCalledWith({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - }); - - test('Removes a context provider', () => { - const removeContextProviderSpy = jest.spyOn(contextService, 'removeContextProvider'); - analyticsClient.removeContextProvider('contextProviderA'); - expect(removeContextProviderSpy).toHaveBeenCalledTimes(1); - expect(removeContextProviderSpy).toHaveBeenCalledWith('contextProviderA'); - }); - }); - - describe('optIn', () => { - let optInMock1: jest.Mock; - let optInMock2: jest.Mock; - - beforeEach(() => { - optInMock1 = jest.fn(); - - class MockedShipper1 extends shippersMock.MockedShipper { - static shipperName = 'mocked-shipper-1'; - optIn = optInMock1; - } - optInMock2 = jest.fn(); - class MockedShipper2 extends shippersMock.MockedShipper { - static shipperName = 'mocked-shipper-2'; - optIn = optInMock2; - } - - analyticsClient.registerShipper(MockedShipper1, {}); - analyticsClient.registerShipper(MockedShipper2, {}); - }); - - test('Updates global optIn config', () => { - // eslint-disable-next-line dot-notation - expect(analyticsClient['optInConfig$'].value).toBeUndefined(); - - analyticsClient.optIn({ global: { enabled: true } }); - // eslint-disable-next-line dot-notation - expect(analyticsClient['optInConfig$'].value!['optInConfig']).toEqual({ - global: { enabled: true }, - }); - }); - - test('Updates each shipper optIn config for global opt-in: true', () => { - analyticsClient.optIn({ global: { enabled: true } }); - expect(optInMock1).toHaveBeenCalledWith(true); - expect(optInMock2).toHaveBeenCalledWith(true); - }); - - test('Updates each shipper optIn config for global opt-in: false', () => { - analyticsClient.optIn({ global: { enabled: false } }); - expect(optInMock1).toHaveBeenCalledWith(false); - expect(optInMock2).toHaveBeenCalledWith(false); - }); - - test('Updates each shipper optIn config for global opt-in: true && shipper-specific: true', () => { - analyticsClient.optIn({ - global: { enabled: true, shippers: { ['mocked-shipper-1']: true } }, - }); - expect(optInMock1).toHaveBeenCalledWith(true); // Using global and shipper-specific - expect(optInMock2).toHaveBeenCalledWith(true); // Using only global - }); - - test('Updates each shipper optIn config for global opt-in: true && shipper-specific: false', () => { - analyticsClient.optIn({ - global: { enabled: true, shippers: { ['mocked-shipper-1']: false } }, - }); - expect(optInMock1).toHaveBeenCalledWith(false); // Using global and shipper-specific - expect(optInMock2).toHaveBeenCalledWith(true); // Using only global - }); - - test('Updates each shipper optIn config for global opt-in: false && shipper-specific: true', () => { - analyticsClient.optIn({ - global: { enabled: false, shippers: { ['mocked-shipper-1']: true } }, - }); - expect(optInMock1).toHaveBeenCalledWith(false); // Using global and shipper-specific - expect(optInMock2).toHaveBeenCalledWith(false); // Using only global - }); - - test('Updates each shipper optIn config for global opt-in: false && shipper-specific: false', () => { - analyticsClient.optIn({ - global: { enabled: false, shippers: { ['mocked-shipper-1']: false } }, - }); - expect(optInMock1).toHaveBeenCalledWith(false); // Using global and shipper-specific - expect(optInMock2).toHaveBeenCalledWith(false); // Using only global - }); - - test('Catches error in the shipper.optIn method', () => { - optInMock1.mockImplementation(() => { - throw new Error('Something went terribly wrong'); - }); - analyticsClient.optIn({ global: { enabled: true } }); - expect(optInMock1).toHaveBeenCalledWith(true); // Using global and shipper-specific - expect(optInMock2).toHaveBeenCalledWith(true); // Using only global - expect(logger.warn).toHaveBeenCalledWith( - 'Failed to set isOptedIn:true in shipper mocked-shipper-1', - expect.any(Error) - ); - }); - }); - - describe('E2E', () => { - class MockedShipper1 extends shippersMock.MockedShipper { - static shipperName = 'mocked-shipper-1'; - constructor({ reportEventsMock }: { reportEventsMock: jest.Mock }) { - super(); - this.reportEvents = reportEventsMock; - } - } - - class MockedShipper2 extends MockedShipper1 { - static shipperName = 'mocked-shipper-2'; - } - - beforeEach(() => { - analyticsClient.registerEventType({ - eventType: 'event-type-a', - schema: { - a_field: { - type: 'keyword', - _meta: { - description: 'description of a_field', - }, - }, - }, - }); - analyticsClient.registerEventType({ - eventType: 'event-type-b', - schema: { - b_field: { - type: 'long', - _meta: { - description: 'description of b_field', - }, - }, - }, - }); - }); - - test('Enqueues early events', async () => { - // eslint-disable-next-line dot-notation - const internalEventQueue$ = analyticsClient['internalEventQueue$']; - - const internalQueuePromise = lastValueFrom(internalEventQueue$.pipe(take(2), toArray())); - - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(2), toArray()) - ); - - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - - // Expect 2 enqueued testEvent, but not shipped - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - ]); - - // The events went to the internal queue because there are no optIn nor shippers specified yet - await expect(internalQueuePromise).resolves.toEqual([ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - }); - - test('Sends events from the internal queue when there are shippers and an opt-in response is true', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3 + 2), toArray()) // Waiting for 3 enqueued + 2 batch-shipped events - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - // As proven in the previous test, the events are still enqueued. - // Let's register a shipper and opt-in to test the dequeue logic. - const reportEventsMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock }); - analyticsClient.optIn({ global: { enabled: true } }); - await jest.advanceTimersByTimeAsync(10); - - expect(reportEventsMock).toHaveBeenCalledTimes(2); - expect(reportEventsMock).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'b' }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock).toHaveBeenNthCalledWith(2, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - - // Expect 3 enqueued events, and 2 sent_to_shipper batched requests - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-a', - code: 'OK', - count: 2, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-b', - code: 'OK', - count: 1, - }, - ]); - }); - - test('Discards events from the internal queue when there are shippers and an opt-in response is false', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(4), toArray()) // Waiting for 4 enqueued - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - const reportEventsMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock }); - analyticsClient.optIn({ global: { enabled: false } }); - - // Report event after opted-out - analyticsClient.reportEvent('event-type-a', { a_field: 'c' }); - - expect(reportEventsMock).toHaveBeenCalledTimes(0); - - // Expect 4 enqueued, but not shipped - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - ]); - - // eslint-disable-next-line dot-notation - expect(analyticsClient['internalEventQueue$'].observed).toBe(false); - }); - - test('Discards events from the internal queue when there are no shippers and an opt-in response is false', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(4), toArray()) // Waiting for 4 enqueued - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - analyticsClient.optIn({ global: { enabled: false } }); - - // Report event after opted-out - analyticsClient.reportEvent('event-type-a', { a_field: 'c' }); - - // Expect 4 enqueued, but not shipped - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - ]); - - // eslint-disable-next-line dot-notation - expect(analyticsClient['internalEventQueue$'].observed).toBe(false); - }); - - test('Discards only one type of the enqueued events based on event_type config', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3 + 1), toArray()) // Waiting for 3 enqueued + 1 batch-shipped events - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - const reportEventsMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock }); - analyticsClient.optIn({ - global: { enabled: true }, - event_types: { ['event-type-a']: { enabled: false } }, - }); - await jest.advanceTimersByTimeAsync(10); - - expect(reportEventsMock).toHaveBeenCalledTimes(1); - expect(reportEventsMock).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - - // Expect 3 enqueued events, and 1 sent_to_shipper batched request - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-b', - code: 'OK', - count: 1, - }, - ]); - }); - - test('Discards the event at the shipper level (for a specific event)', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3 + 2), toArray()) // Waiting for 3 enqueued + 2 batch-shipped events - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - // Register 2 shippers and set 1 of them as disabled for event-type-a - const reportEventsMock1 = jest.fn(); - const reportEventsMock2 = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock: reportEventsMock1 }); - analyticsClient.registerShipper(MockedShipper2, { reportEventsMock: reportEventsMock2 }); - analyticsClient.optIn({ - global: { enabled: true }, - event_types: { - ['event-type-a']: { enabled: true, shippers: { [MockedShipper2.shipperName]: false } }, - }, - }); - await jest.advanceTimersByTimeAsync(10); - - expect(reportEventsMock1).toHaveBeenCalledTimes(2); - expect(reportEventsMock1).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'b' }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock1).toHaveBeenNthCalledWith(2, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock2).toHaveBeenCalledTimes(1); - expect(reportEventsMock2).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - - // Expect 3 enqueued events, and 2 sent_to_shipper batched requests - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-a', - code: 'OK', - count: 2, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-b', - code: 'OK', - count: 1, - }, - ]); - }); - - test('Discards all the events at the shipper level (globally disabled)', async () => { - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3 + 2), toArray()) // Waiting for 3 enqueued + 2 batch-shipped events - ); - - // Send multiple events of 1 type to test the grouping logic as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - // Register 2 shippers and set 1 of them as globally disabled - const reportEventsMock1 = jest.fn(); - const reportEventsMock2 = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock: reportEventsMock1 }); - analyticsClient.registerShipper(MockedShipper2, { reportEventsMock: reportEventsMock2 }); - analyticsClient.optIn({ - global: { enabled: true, shippers: { [MockedShipper2.shipperName]: false } }, - event_types: { - ['event-type-a']: { enabled: true }, - }, - }); - await jest.advanceTimersByTimeAsync(10); - - expect(reportEventsMock1).toHaveBeenCalledTimes(2); - expect(reportEventsMock1).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'b' }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock1).toHaveBeenNthCalledWith(2, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock2).toHaveBeenCalledTimes(0); - - // Expect 3 enqueued events, and 2 sent_to_shipper batched requests - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-a', - code: 'OK', - count: 2, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-b', - code: 'OK', - count: 1, - }, - ]); - }); - - test('Discards incoming events when opt-in response is false', async () => { - // Set OptIn and shipper first to test the "once-set up" scenario - const reportEventsMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock }); - analyticsClient.optIn({ global: { enabled: false } }); - - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3), toArray()) // Waiting for 3 enqueued - ); - - // Send multiple events of 1 type to test the non-grouping logic at this stage as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - expect(reportEventsMock).toHaveBeenCalledTimes(0); - - // Expect 2 enqueued, but not shipped - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - ]); - }); - - test('Forwards incoming events to the shippers when opt-in response is true', async () => { - // Set OptIn and shipper first to test the "once-set up" scenario - const reportEventsMock = jest.fn(); - analyticsClient.registerShipper(MockedShipper1, { reportEventsMock }); - analyticsClient.optIn({ global: { enabled: true } }); - - const telemetryCounterPromise = lastValueFrom( - analyticsClient.telemetryCounter$.pipe(take(3 * 2), toArray()) // Waiting for 2 events per each reportEvent call: enqueued and sent_to_shipper - ); - - // Send multiple events of 1 type to test the non-grouping logic at this stage as well - analyticsClient.reportEvent('event-type-a', { a_field: 'a' }); - analyticsClient.reportEvent('event-type-b', { b_field: 100 }); - analyticsClient.reportEvent('event-type-a', { a_field: 'b' }); - - // This time the reportEvent API is called once per event (no grouping/batching applied at this stage) - expect(reportEventsMock).toHaveBeenCalledTimes(3); - expect(reportEventsMock).toHaveBeenNthCalledWith(1, [ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'a' }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock).toHaveBeenNthCalledWith(2, [ - { - context: {}, - event_type: 'event-type-b', - properties: { b_field: 100 }, - timestamp: expect.any(String), - }, - ]); - expect(reportEventsMock).toHaveBeenNthCalledWith(3, [ - { - context: {}, - event_type: 'event-type-a', - properties: { a_field: 'b' }, - timestamp: expect.any(String), - }, - ]); - - // Expect 2 enqueued, but not shipped - await expect(telemetryCounterPromise).resolves.toEqual([ - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-a', - code: 'OK', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-b', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-b', - code: 'OK', - count: 1, - }, - { - type: 'enqueued', - source: 'client', - event_type: 'event-type-a', - code: 'enqueued', - count: 1, - }, - { - type: 'sent_to_shipper', - source: 'client', - event_type: 'event-type-a', - code: 'OK', - count: 1, - }, - ]); - }); - }); -}); diff --git a/packages/analytics/ebt/client/src/analytics_client/analytics_client.ts b/packages/analytics/ebt/client/src/analytics_client/analytics_client.ts deleted file mode 100644 index 52521ecde95de..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/analytics_client.ts +++ /dev/null @@ -1,359 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Mixed } from 'io-ts'; -import type { Observable } from 'rxjs'; -import { BehaviorSubject, Subject, combineLatest, from, merge } from 'rxjs'; -import { - buffer, - bufferCount, - concatMap, - delay, - filter, - groupBy, - map, - mergeMap, - share, - shareReplay, - skipWhile, - takeUntil, - tap, -} from 'rxjs'; -import type { LogMeta } from '@kbn/logging'; -import type { IShipper } from '../shippers'; -import type { - AnalyticsClientInitContext, - ContextProviderName, - ContextProviderOpts, - EventTypeOpts, - IAnalyticsClient, - OptInConfig, - RegisterShipperOpts, - ShipperClassConstructor, -} from './types'; -import type { Event, EventContext, EventType, TelemetryCounter } from '../events'; -import { ShippersRegistry } from './shippers_registry'; -import { OptInConfigService } from './opt_in_config'; -import { ContextService } from './context_service'; -import { schemaToIoTs, validateSchema } from '../schema/validation'; - -interface EventDebugLogMeta extends LogMeta { - ebt_event: Event; -} - -export class AnalyticsClient implements IAnalyticsClient { - private readonly internalTelemetryCounter$ = new Subject(); - public readonly telemetryCounter$: Observable = - this.internalTelemetryCounter$.pipe(share()); // Using `share` so we can have multiple subscribers - /** - * This queue holds all the events until both conditions occur: - * 1. We know the user's optIn decision. - * 2. We have, at least, one registered shipper. - * @private - */ - private readonly internalEventQueue$ = new Subject(); - private readonly shippersRegistry = new ShippersRegistry(); - /** - * Observable used to report when a shipper is registered. - * @private - */ - private readonly shipperRegistered$ = new Subject(); - private readonly eventTypeRegistry = new Map< - EventType, - EventTypeOpts & { validator?: Mixed } - >(); - private readonly contextService: ContextService; - private readonly context$ = new BehaviorSubject>({}); - private readonly optInConfig$ = new BehaviorSubject(undefined); - private readonly optInConfigWithReplay$ = this.optInConfig$.pipe( - filter((optInConfig): optInConfig is OptInConfigService => typeof optInConfig !== 'undefined'), - shareReplay(1) - ); - private readonly contextWithReplay$ = this.context$.pipe( - skipWhile(() => !this.optInConfig$.value), // Do not forward the context events until we have an optInConfig value - shareReplay(1) - ); - - constructor(private readonly initContext: AnalyticsClientInitContext) { - this.contextService = new ContextService( - this.context$, - this.initContext.isDev, - this.initContext.logger.get('context-service') - ); - this.reportEnqueuedEventsWhenClientIsReady(); - } - - public reportEvent = ( - eventType: EventType, - eventData: EventTypeData - ) => { - // Fetch the timestamp as soon as we receive the event. - const timestamp = new Date().toISOString(); - - this.internalTelemetryCounter$.next({ - type: 'enqueued', - source: 'client', - event_type: eventType, - code: 'enqueued', - count: 1, - }); - - const eventTypeOpts = this.eventTypeRegistry.get(eventType); - if (!eventTypeOpts) { - this.internalTelemetryCounter$.next({ - type: 'dropped', - source: 'client', - event_type: eventType, - code: 'UnregisteredType', - count: 1, - }); - throw new Error( - `Attempted to report event type "${eventType}", before registering it. Use the "registerEventType" API to register it.` - ); - } - - // If the validator is registered (dev-mode only), perform the validation. - if (eventTypeOpts.validator) { - validateSchema( - `Event Type '${eventType}'`, - eventTypeOpts.validator, - eventData - ); - } - - const event: Event = { - timestamp, - event_type: eventType, - context: this.context$.value, - properties: eventData as unknown as Record, - }; - - this.initContext.logger.debug(`Report event "${eventType}"`, { - ebt_event: event, - }); - - const optInConfig = this.optInConfig$.value; - - if (optInConfig?.isEventTypeOptedIn(eventType) === false) { - // If opted out, skip early - return; - } - - if (typeof optInConfig === 'undefined') { - // If the opt-in config is not provided yet, we need to enqueue the event to an internal queue - this.internalEventQueue$.next(event); - } else { - this.sendToShipper(eventType, [event]); - } - }; - - public registerEventType = (eventTypeOps: EventTypeOpts) => { - if (this.eventTypeRegistry.get(eventTypeOps.eventType)) { - throw new Error(`Event Type "${eventTypeOps.eventType}" is already registered.`); - } - - this.eventTypeRegistry.set(eventTypeOps.eventType, { - ...eventTypeOps, - validator: this.initContext.isDev ? schemaToIoTs(eventTypeOps.schema) : undefined, - }); - }; - - public optIn = (optInConfig: OptInConfig) => { - const optInConfigInstance = new OptInConfigService(optInConfig); - this.optInConfig$.next(optInConfigInstance); - }; - - public registerContextProvider = (contextProviderOpts: ContextProviderOpts) => { - this.contextService.registerContextProvider(contextProviderOpts); - }; - - public removeContextProvider = (name: ContextProviderName) => { - this.contextService.removeContextProvider(name); - }; - - public registerShipper = ( - ShipperClass: ShipperClassConstructor, - shipperConfig: ShipperConfig, - { exclusiveEventTypes = [] }: RegisterShipperOpts = {} - ) => { - const shipperName = ShipperClass.shipperName; - const shipper = new ShipperClass(shipperConfig, { - ...this.initContext, - logger: this.initContext.logger.get('shipper', shipperName), - }); - if (exclusiveEventTypes.length) { - // This feature is not intended to be supported in the MVP. - // I can remove it if we think it causes more bad than good. - exclusiveEventTypes.forEach((eventType) => { - this.shippersRegistry.addEventExclusiveShipper(eventType, shipperName, shipper); - }); - } else { - this.shippersRegistry.addGlobalShipper(shipperName, shipper); - } - - // Subscribe to the shipper's telemetryCounter$ and pass it over to the client's-level observable - shipper.telemetryCounter$?.subscribe((counter) => - this.internalTelemetryCounter$.next({ - ...counter, - source: shipperName, // Enforce the shipper's name in the `source` - }) - ); - - // Spread the optIn configuration updates - this.optInConfigWithReplay$.subscribe((optInConfig) => { - const isOptedIn = optInConfig.isShipperOptedIn(shipperName); - try { - shipper.optIn(isOptedIn); - } catch (err) { - this.initContext.logger.warn( - `Failed to set isOptedIn:${isOptedIn} in shipper ${shipperName}`, - err - ); - } - }); - - // Spread the global context if it has custom extendContext method - if (shipper.extendContext) { - this.contextWithReplay$.subscribe((context) => { - try { - shipper.extendContext!(context); - } catch (err) { - this.initContext.logger.warn( - `Shipper "${shipperName}" failed to extend the context`, - err - ); - } - }); - } - - // Notify that a shipper is registered - this.shipperRegistered$.next(); - }; - - public flush = async () => { - await Promise.all( - [...this.shippersRegistry.allShippers.entries()].map(async ([shipperName, shipper]) => { - try { - await shipper.flush(); - } catch (err) { - this.initContext.logger.warn(`Failed to flush shipper "${shipperName}"`, err); - } - }) - ); - }; - - public shutdown = async () => { - await this.flush(); - this.shippersRegistry.allShippers.forEach((shipper, shipperName) => { - try { - shipper.shutdown(); - } catch (err) { - this.initContext.logger.warn(`Failed to shutdown shipper "${shipperName}"`, err); - } - }); - this.internalEventQueue$.complete(); - this.internalTelemetryCounter$.complete(); - this.shipperRegistered$.complete(); - this.optInConfig$.complete(); - this.context$.complete(); - }; - - /** - * Forwards the `events` to the registered shippers, bearing in mind if the shipper is opted-in for that eventType. - * @param eventType The event type's name - * @param events A bulk array of events matching the eventType. - * @private - */ - private sendToShipper(eventType: EventType, events: Event[]) { - let sentToShipper = false; - this.shippersRegistry.getShippersForEventType(eventType).forEach((shipper, shipperName) => { - const isShipperOptedIn = this.optInConfig$.value?.isShipperOptedIn(shipperName, eventType); - - // Only send it to the non-explicitly opted-out shippers - if (isShipperOptedIn) { - sentToShipper = true; - try { - shipper.reportEvents(events); - } catch (err) { - this.initContext.logger.warn( - `Failed to report event "${eventType}" via shipper "${shipperName}"`, - err - ); - } - } - }); - if (sentToShipper) { - this.internalTelemetryCounter$.next({ - type: 'sent_to_shipper', - source: 'client', - event_type: eventType, - code: 'OK', - count: events.length, - }); - } - } - - /** - * Once the client is ready (it has a valid optInConfig and at least one shipper), - * flush any early events and ship them or discard them based on the optInConfig. - * @private - */ - private reportEnqueuedEventsWhenClientIsReady() { - // Observer that will emit when both events occur: the OptInConfig is set + a shipper has been registered - const configReceivedAndShipperReceivedObserver$ = combineLatest([ - this.optInConfigWithReplay$, - merge([ - this.shipperRegistered$, - // Merging shipperRegistered$ with the optInConfigWithReplay$ when optedIn is false, so that we don't need to wait for the shipper if opted-in === false - this.optInConfigWithReplay$.pipe(filter((cfg) => cfg?.isOptedIn() === false)), - ]), - ]); - - // Flush the internal queue when we get any optInConfig and, at least, 1 shipper - this.internalEventQueue$ - .pipe( - // Take until will close the observer once we reach the condition below - takeUntil(configReceivedAndShipperReceivedObserver$), - - // Accumulate the events until we can send them - buffer(configReceivedAndShipperReceivedObserver$), - - // Minimal delay only to make this chain async and let the optIn operation to complete first. - delay(0), - - // Re-emit the context to make sure all the shippers got it (only if opted-in) - tap(() => { - if (this.optInConfig$.value?.isOptedIn()) { - this.context$.next(this.context$.value); - } - }), - - // Minimal delay only to make this chain async and let - // the context update operation to complete first. - delay(0), - - // Flatten the array of events - concatMap((events) => from(events)), - - // Discard opted-out events - filter((event) => this.optInConfig$.value?.isEventTypeOptedIn(event.event_type) === true), - - // Let's group the requests per eventType for easier batching - groupBy((event) => event.event_type), - mergeMap((groupedObservable) => - groupedObservable.pipe( - bufferCount(1000), // Batching up-to 1000 events per event type for backpressure reasons - map((events) => ({ eventType: groupedObservable.key, events })) - ) - ) - ) - .subscribe(({ eventType, events }) => { - this.sendToShipper(eventType, events); - }); - } -} diff --git a/packages/analytics/ebt/client/src/analytics_client/context_service.test.ts b/packages/analytics/ebt/client/src/analytics_client/context_service.test.ts deleted file mode 100644 index e2b3f69b844f1..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/context_service.test.ts +++ /dev/null @@ -1,353 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { loggerMock, type MockedLogger } from '@kbn/logging-mocks'; -import { BehaviorSubject, firstValueFrom, lastValueFrom, Subject, take, toArray } from 'rxjs'; -import type { EventContext } from '../events'; -import { ContextService } from './context_service'; - -describe('ContextService', () => { - let globalContext$: Subject>; - let contextService: ContextService; - let logger: MockedLogger; - - beforeEach(() => { - globalContext$ = new BehaviorSubject>({}); - logger = loggerMock.create(); - contextService = new ContextService(globalContext$, true, logger); - }); - - test('Registers a context provider', async () => { - const context$ = new Subject<{ a_field: boolean }>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(2), toArray())); - context$.next({ a_field: true }); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { a_field: true }, - ]); - }); - - test('It does not break if context emits `undefined`', async () => { - contextService = new ContextService( - globalContext$, - false, // setting to `false` so the validation piece of logic does not kick in. - logger - ); - - const context$ = new Subject<{ a_field: boolean } | undefined | void>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(3), toArray())); - context$.next(); - context$.next(undefined); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - {}, - {}, - ]); - }); - - test('It does not break for BehaviourSubjects (emitting as soon as they connect)', async () => { - const context$ = new BehaviorSubject<{ a_field: boolean }>({ a_field: true }); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(1), toArray())); - await expect(globalContextPromise).resolves.toEqual([ - { a_field: true }, // No original empty state - ]); - }); - - test('Merges all the contexts together', async () => { - const contextA$ = new Subject<{ a_field: boolean }>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$: contextA$, - }); - - const contextB$ = new Subject<{ a_field?: boolean; b_field: number }>(); - contextService.registerContextProvider({ - name: 'contextProviderB', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - optional: true, - }, - }, - b_field: { - type: 'long', - _meta: { - description: 'b_field description', - }, - }, - }, - context$: contextB$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(6), toArray())); - contextA$.next({ a_field: true }); - contextB$.next({ b_field: 1 }); - contextB$.next({ a_field: false, b_field: 1 }); - contextA$.next({ a_field: true }); - contextB$.next({ b_field: 2 }); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { a_field: true }, - { a_field: true, b_field: 1 }, // Merged A & B - { a_field: false, b_field: 1 }, // a_field updated from B - { a_field: false, b_field: 1 }, // a_field still from B because it was registered later. - // We may want to change this last behaviour in the future but, for now, it's fine. - { a_field: true, b_field: 2 }, // a_field is now taken from A because B is not providing it yet. - ]); - }); - - test('The global context is not polluted by context providers removing reported fields', async () => { - const context$ = new Subject<{ a_field?: boolean; b_field: number }>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - optional: true, - }, - }, - b_field: { - type: 'long', - _meta: { - description: 'b_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(6), toArray())); - context$.next({ b_field: 1 }); - context$.next({ a_field: false, b_field: 1 }); - context$.next({ a_field: true, b_field: 1 }); - context$.next({ b_field: 1 }); - context$.next({ a_field: true, b_field: 2 }); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { b_field: 1 }, - { a_field: false, b_field: 1 }, - { a_field: true, b_field: 1 }, - { b_field: 1 }, // a_field is removed because the context provider removed it. - { a_field: true, b_field: 2 }, - ]); - }); - - test('The undefined values are not forwarded to the global context', async () => { - const context$ = new Subject<{ a_field?: boolean; b_field: number }>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - optional: true, - }, - }, - b_field: { - type: 'long', - _meta: { - description: 'b_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = firstValueFrom(globalContext$.pipe(take(6), toArray())); - context$.next({ b_field: 1 }); - context$.next({ a_field: false, b_field: 1 }); - context$.next({ a_field: true, b_field: 1 }); - context$.next({ b_field: 1 }); - context$.next({ a_field: undefined, b_field: 2 }); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { b_field: 1 }, - { a_field: false, b_field: 1 }, - { a_field: true, b_field: 1 }, - { b_field: 1 }, // a_field is removed because the context provider removed it. - { b_field: 2 }, // a_field is not forwarded because it is `undefined` - ]); - }); - - test('Fails to register 2 context providers with the same name', () => { - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$: new Subject<{ a_field: boolean }>(), - }); - expect(() => { - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$: new Subject<{ a_field: boolean }>(), - }); - }).toThrowErrorMatchingInlineSnapshot( - `"Context provider with name 'contextProviderA' already registered"` - ); - }); - - test('Does not remove the context provider after it completes', async () => { - const context$ = new Subject<{ a_field: boolean }>(); - - // eslint-disable-next-line dot-notation - const contextProvidersRegistry = contextService['contextProvidersRegistry']; - - // The context registry is empty - expect(contextProvidersRegistry.size).toBe(0); - - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(4), toArray())); - context$.next({ a_field: true }); - // The size of the registry grows on the first emission - expect(contextProvidersRegistry.size).toBe(1); - - context$.next({ a_field: true }); - // Still in the registry - expect(contextProvidersRegistry.size).toBe(1); - context$.complete(); - // Still in the registry - expect(contextProvidersRegistry.size).toBe(1); - contextService.removeContextProvider('contextProviderA'); - // The context provider is removed from the registry - expect(contextProvidersRegistry.size).toBe(0); - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { a_field: true }, - { a_field: true }, - {}, - ]); - }); - - test('validates the input and logs the error if invalid', () => { - const context$ = new Subject<{ a_field: boolean } | undefined>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - context$.next(undefined); - expect(logger.error).toHaveBeenCalledTimes(1); - expect((logger.error.mock.calls[0][0] as Error).message).toContain( - `Failed to validate payload coming from "Context Provider 'contextProviderA'"` - ); - }); - - test('it does not stop the subscription after an error', async () => { - const context$ = new Subject<{ a_field: boolean } | undefined>(); - contextService.registerContextProvider({ - name: 'contextProviderA', - schema: { - a_field: { - type: 'boolean', - _meta: { - description: 'a_field description', - }, - }, - }, - context$, - }); - - const globalContextPromise = lastValueFrom(globalContext$.pipe(take(2), toArray())); - context$.next({ a_field: '123' as unknown as boolean }); // cause the error - expect(logger.error).toHaveBeenCalledTimes(1); - expect((logger.error.mock.calls[0][0] as Error).message).toContain( - `Failed to validate payload coming from "Context Provider 'contextProviderA'"` - ); - context$.next({ a_field: true }); // send a good one - await expect(globalContextPromise).resolves.toEqual([ - {}, // Original empty state - { a_field: true }, // 2nd emission (the errored one does not spread) - ]); - }); -}); diff --git a/packages/analytics/ebt/client/src/analytics_client/context_service.ts b/packages/analytics/ebt/client/src/analytics_client/context_service.ts deleted file mode 100644 index 490aea84aeb39..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/context_service.ts +++ /dev/null @@ -1,113 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Subject, Subscription } from 'rxjs'; -import { filter } from 'rxjs'; -import type { Logger } from '@kbn/logging'; -import type { EventContext } from '../events'; -import type { ContextProviderName, ContextProviderOpts } from './types'; -import { schemaToIoTs, validateSchema } from '../schema/validation'; - -export class ContextService { - private readonly contextProvidersRegistry = new Map(); - private readonly contextProvidersSubscriptions = new Map(); - - constructor( - private readonly context$: Subject>, - private readonly isDevMode: boolean, - private readonly logger: Logger - ) {} - - /** - * Registers a context provider, and subscribes to any updates from it. - * @param contextProviderOpts The options to register the context provider {@link ContextProviderOpts} - */ - public registerContextProvider({ - name, - context$, - schema, - }: ContextProviderOpts) { - if (this.contextProvidersSubscriptions.has(name)) { - throw new Error(`Context provider with name '${name}' already registered`); - } - - // Declare the validator only in dev-mode - const validator = this.isDevMode ? schemaToIoTs(schema) : undefined; - - const subscription = context$ - .pipe( - filter((context) => { - if (validator) { - try { - validateSchema( - `Context Provider '${name}'`, - validator, - context as Record - ); - } catch (validationError) { - this.logger.error(validationError); - return false; - } - } - return true; - }) - ) - .subscribe((context) => { - // We store each context linked to the context provider, so they can increase and reduce - // the number of fields they report without having left-overs in the global context. - this.contextProvidersRegistry.set(name, context); - - // For every context change, we rebuild the global context. - // It's better to do it here than to rebuild it for every reportEvent. - this.updateGlobalContext(); - }); - - this.contextProvidersSubscriptions.set(name, subscription); - } - - /** - * Removes the context provider from the registry, unsubscribes from it, and rebuilds the global context. - * @param name The name of the context provider to remove. - */ - public removeContextProvider(name: ContextProviderName) { - this.contextProvidersSubscriptions.get(name)?.unsubscribe(); - this.contextProvidersRegistry.delete(name); - this.updateGlobalContext(); - } - - /** - * Loops through all the context providers and sets the global context - * @private - */ - private updateGlobalContext() { - this.context$.next( - [...this.contextProvidersRegistry.values()].reduce((acc: Partial, context) => { - return { - ...acc, - ...this.removeEmptyValues(context), - }; - }, {} as Partial) - ); - } - - private removeEmptyValues(context: unknown) { - if (!isObject(context)) { - return {}; - } - return Object.keys(context).reduce((acc, key) => { - if (context[key] !== undefined) { - acc[key] = context[key]; - } - return acc; - }, {} as Partial); - } -} - -function isObject(value: unknown): value is Record { - return typeof value === 'object' && value !== null; -} diff --git a/packages/analytics/ebt/client/src/analytics_client/index.ts b/packages/analytics/ebt/client/src/analytics_client/index.ts deleted file mode 100644 index 77c4c8ce6fa16..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/index.ts +++ /dev/null @@ -1,27 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export type { - IAnalyticsClient, - // Types for the constructor - AnalyticsClientInitContext, - // Types for the registerShipper API - ShipperClassConstructor, - RegisterShipperOpts, - // Types for the optIn API - OptInConfig, - OptInConfigPerType, - ShipperName, - // Types for the registerContextProvider API - ContextProviderOpts, - ContextProviderName, - // Types for the registerEventType API - EventTypeOpts, -} from './types'; - -export { AnalyticsClient } from './analytics_client'; diff --git a/packages/analytics/ebt/client/src/analytics_client/mocks.ts b/packages/analytics/ebt/client/src/analytics_client/mocks.ts deleted file mode 100644 index d09bfa67dee82..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/mocks.ts +++ /dev/null @@ -1,28 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { Subject } from 'rxjs'; -import type { IAnalyticsClient } from './types'; - -function createMockedAnalyticsClient(): jest.Mocked { - return { - optIn: jest.fn(), - reportEvent: jest.fn(), - registerEventType: jest.fn(), - registerContextProvider: jest.fn(), - removeContextProvider: jest.fn(), - registerShipper: jest.fn(), - telemetryCounter$: new Subject(), - flush: jest.fn(), - shutdown: jest.fn(), - }; -} - -export const analyticsClientMock = { - create: createMockedAnalyticsClient, -}; diff --git a/packages/analytics/ebt/client/src/analytics_client/opt_in_config.test.ts b/packages/analytics/ebt/client/src/analytics_client/opt_in_config.test.ts deleted file mode 100644 index 8c34d79086a3c..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/opt_in_config.test.ts +++ /dev/null @@ -1,329 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { OptInConfigService } from './opt_in_config'; - -describe('OptInConfigService', () => { - describe('isOptedIn', () => { - test('Returns `true` when `global.enabled: true`', () => { - const config = new OptInConfigService({ global: { enabled: true } }); - expect(config.isOptedIn()).toBe(true); - }); - - test('Returns `false` when `global.enabled: false`', () => { - const config = new OptInConfigService({ global: { enabled: false } }); - expect(config.isOptedIn()).toBe(false); - }); - }); - - describe('isEventTypeOptedIn', () => { - test('Returns `true` when `global.enabled: true` and no eventType specific config is provided', () => { - const config = new OptInConfigService({ global: { enabled: true } }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and no eventType specific config is provided', () => { - const config = new OptInConfigService({ global: { enabled: false } }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(false); - }); - - test('Returns `true` when `global.enabled: true` and event_type config exists but not for the requested eventType', () => { - const config = new OptInConfigService({ - global: { enabled: true }, - event_types: { - 'test-event-2': { enabled: true }, - 'test-event-3': { enabled: false }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and event_type config exists but not for the requested eventType', () => { - const config = new OptInConfigService({ - global: { enabled: false }, - event_types: { - 'test-event-2': { enabled: true }, - 'test-event-3': { enabled: false }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(false); - }); - - test('Returns `true` when `global.enabled: true` and event_type config exists and it is `true`', () => { - const config = new OptInConfigService({ - global: { enabled: true }, - event_types: { - 'test-event-1': { enabled: true }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and event_type config exists and it is `true`', () => { - const config = new OptInConfigService({ - global: { enabled: false }, - event_types: { - 'test-event-1': { enabled: true }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: true` and event_type config exists and it is `false`', () => { - const config = new OptInConfigService({ - global: { enabled: true }, - event_types: { - 'test-event-1': { enabled: false }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: false` and event_type config exists and it is `false`', () => { - const config = new OptInConfigService({ - global: { enabled: false }, - event_types: { - 'test-event-1': { enabled: false }, - }, - }); - expect(config.isEventTypeOptedIn('test-event-1')).toBe(false); - }); - }); - describe('isShipperOptedIn', () => { - test('Returns `true` when `global.enabled: true` and no shipper specific config is provided', () => { - const config = new OptInConfigService({ global: { enabled: true } }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(true); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and no shipper specific config is provided', () => { - const config = new OptInConfigService({ global: { enabled: false } }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(false); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `true` when `global.enabled: true` and shipper config exists but not for the requested eventType', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-2': true, - 'test-shipper-3': false, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(true); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and shipper config exists but not for the requested eventType', () => { - const config = new OptInConfigService({ - global: { - enabled: false, - shippers: { - 'test-shipper-2': true, - 'test-shipper-3': false, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(false); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `true` when `global.enabled: true` and shipper config exists and it is `true`', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(true); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false` and shipper config exists and it is `true`', () => { - const config = new OptInConfigService({ - global: { - enabled: false, - shippers: { - 'test-shipper-1': true, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(false); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: true` and shipper config exists and it is `false`', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': false, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(false); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: false` and shipper config exists and it is `false`', () => { - const config = new OptInConfigService({ - global: { - enabled: false, - shippers: { - 'test-shipper-1': false, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1')).toBe(false); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - describe('with event_type config', () => { - test('Returns `true` when `global.enabled: true`, `shipper: true` and `event: true` (no `event.shippers`)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `true` when `global.enabled: true`, `shipper: true`, `event: true` (`event.shippers` exists but for others)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - shippers: { - 'test-shipper-2': false, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `true` when `global.enabled: true`, `shipper: true`, `event: true` (`event.shipper: true`)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(true); - }); - - test('Returns `false` when `global.enabled: false`, `shipper: true`, `event: true` (`event.shipper: true`)', () => { - const config = new OptInConfigService({ - global: { - enabled: false, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: true`, `shipper: false`, `event: true` (`event.shipper: true`)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': false, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: true`, `shipper: true`, `event: false` (`event.shipper: true`)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: false, - shippers: { - 'test-shipper-1': true, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - - test('Returns `false` when `global.enabled: true`, `shipper: true`, `event: true` (`event.shipper: false`)', () => { - const config = new OptInConfigService({ - global: { - enabled: true, - shippers: { - 'test-shipper-1': true, - }, - }, - event_types: { - 'test-event-1': { - enabled: true, - shippers: { - 'test-shipper-1': false, - }, - }, - }, - }); - expect(config.isShipperOptedIn('test-shipper-1', 'test-event-1')).toBe(false); - }); - }); - }); -}); diff --git a/packages/analytics/ebt/client/src/analytics_client/opt_in_config.ts b/packages/analytics/ebt/client/src/analytics_client/opt_in_config.ts deleted file mode 100644 index 6fece8b8e2a8f..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/opt_in_config.ts +++ /dev/null @@ -1,71 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { OptInConfig, ShipperName } from './types'; -import type { EventType } from '../events'; - -export class OptInConfigService { - constructor(private readonly optInConfig: OptInConfig) {} - - /** - * Is globally opted in? - */ - public isOptedIn(): boolean { - return this.optInConfig.global.enabled; - } - - /** - * Is the given event type opted in? - * @param eventType the event type to check - */ - public isEventTypeOptedIn(eventType: EventType): boolean { - if (!this.isOptedIn()) { - return false; - } - // In case of not provided a specific eventType consent, we assume opted-in - const isEventTypeOptedIn = - (this.optInConfig.event_types && this.optInConfig.event_types[eventType]?.enabled) ?? true; - - return isEventTypeOptedIn; - } - - /** - * Is the given shipper opted in? - * @param shipperName the shipper to check - * @param eventType the event type to check for the shipper - */ - public isShipperOptedIn(shipperName: ShipperName, eventType?: EventType): boolean { - if (!this.isOptedIn()) { - return false; - } - - // In case of not provided a specific shipper consent, we assume opted-in - const isShipperGloballyOptedIn: boolean = - (this.optInConfig.global.shippers && this.optInConfig.global.shippers[shipperName]) ?? true; - - if (!isShipperGloballyOptedIn) { - return false; - } - - if (eventType) { - if (!this.isEventTypeOptedIn(eventType)) { - return false; - } - - const eventTypeOptInConfig = - this.optInConfig.event_types && this.optInConfig.event_types[eventType]; - // In case of not provided a specific eventType-level shipper consent, we assume opted-in - const isEventTypeShipperOptedIn: boolean = - (eventTypeOptInConfig?.shippers && eventTypeOptInConfig.shippers[shipperName]) ?? true; - - return isEventTypeShipperOptedIn; - } else { - return isShipperGloballyOptedIn; - } - } -} diff --git a/packages/analytics/ebt/client/src/analytics_client/shippers_registry.test.ts b/packages/analytics/ebt/client/src/analytics_client/shippers_registry.test.ts deleted file mode 100644 index 9fbb4c308f56c..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/shippers_registry.test.ts +++ /dev/null @@ -1,123 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { ShippersRegistry } from './shippers_registry'; -import { shippersMock } from '../shippers/mocks'; - -describe('ShippersRegistry', () => { - let shippersRegistry: ShippersRegistry; - - beforeEach(() => { - shippersRegistry = new ShippersRegistry(); - }); - - describe('Global Shippers', () => { - test('adds a shipper without an error', () => { - const shipper = shippersMock.createShipper(); - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addGlobalShipper('testShipper', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - }); - - test('fails to add the same shipper name twice (even when the shipper implementation is different)', () => { - const shipper1 = shippersMock.createShipper(); - const shipper2 = shippersMock.createShipper(); - shippersRegistry.addGlobalShipper('testShipper', shipper1); - expect(() => - shippersRegistry.addGlobalShipper('testShipper', shipper2) - ).toThrowErrorMatchingInlineSnapshot(`"Shipper \\"testShipper\\" is already registered"`); - }); - - test('adds multiple shippers with different names (even when the shipper implementation is the same)', () => { - const shipper = shippersMock.createShipper(); // Explicitly testing with the same shipper implementation - - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addGlobalShipper('testShipper1', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - shippersRegistry.addGlobalShipper('testShipper2', shipper); - expect(shippersRegistry.allShippers.size).toBe(2); - }); - - test('returns a global shipper if there is no event-type specific shipper', () => { - const shipper = shippersMock.createShipper(); - const shipperName = 'testShipper'; - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addGlobalShipper(shipperName, shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - - const shippersForEventType = shippersRegistry.getShippersForEventType( - `RandomEvent${Date.now()}` - ); - // eslint-disable-next-line dot-notation - expect(shippersForEventType).toBe(shippersRegistry['globalShippers']); - expect(shippersForEventType.size).toBe(1); - expect(shippersForEventType.get(shipperName)).toBe(shipper); - }); - }); - - describe('Event-Exclusive Shippers', () => { - test('adds a shipper without an error', () => { - const shipper = shippersMock.createShipper(); - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addEventExclusiveShipper('testEvent', 'testShipper', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - }); - - test('fails to add the same shipper name twice (even when the shipper implementation is different)', () => { - const shipper1 = shippersMock.createShipper(); - const shipper2 = shippersMock.createShipper(); - shippersRegistry.addEventExclusiveShipper('testEvent', 'testShipper', shipper1); - expect(() => - shippersRegistry.addEventExclusiveShipper('testEvent', 'testShipper', shipper2) - ).toThrowErrorMatchingInlineSnapshot( - `"testShipper is already registered for event-type testEvent"` - ); - }); - - test('adds multiple shippers with different names (even when the shipper implementation is the same)', () => { - const shipper = shippersMock.createShipper(); // Explicitly testing with the same shipper implementation - - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addEventExclusiveShipper('testEvent', 'testShipper1', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - shippersRegistry.addEventExclusiveShipper('testEvent', 'testShipper2', shipper); - expect(shippersRegistry.allShippers.size).toBe(2); - }); - - test('adds the same shipper to different event types. The allShippers count does not increase', () => { - const shipper = shippersMock.createShipper(); // Explicitly testing with the same shipper implementation - - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addEventExclusiveShipper('testEvent1', 'testShipper', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - shippersRegistry.addEventExclusiveShipper('testEvent2', 'testShipper', shipper); - expect(shippersRegistry.allShippers.size).toBe(1); // This is still 1 because the shipper is the same - }); - - test('returns an event-specific shipper', () => { - const shipper = shippersMock.createShipper(); - const shipperName = 'testShipper'; - const eventTypeName = 'testEvent'; - expect(shippersRegistry.allShippers.size).toBe(0); - shippersRegistry.addEventExclusiveShipper(eventTypeName, shipperName, shipper); - expect(shippersRegistry.allShippers.size).toBe(1); - - const shippersForEventType = shippersRegistry.getShippersForEventType(eventTypeName); - expect(shippersForEventType.size).toBe(1); - expect(shippersForEventType.get(shipperName)).toBe(shipper); - - // No event-specific shipper found, returns global but no shippers found in global - const shippersForEventTypeNotFound = shippersRegistry.getShippersForEventType( - `RandomEvent${Date.now()}` - ); - // eslint-disable-next-line dot-notation - expect(shippersForEventTypeNotFound).toBe(shippersRegistry['globalShippers']); - expect(shippersForEventTypeNotFound.size).toBe(0); - }); - }); -}); diff --git a/packages/analytics/ebt/client/src/analytics_client/shippers_registry.ts b/packages/analytics/ebt/client/src/analytics_client/shippers_registry.ts deleted file mode 100644 index 8380775679861..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/shippers_registry.ts +++ /dev/null @@ -1,73 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { EventType } from '../events'; -import type { IShipper } from '../shippers'; -import type { ShipperName } from './types'; - -/** - * Holds the map of the { [shipperName]: shipperInstance } - */ -export type ShippersMap = Map; - -export class ShippersRegistry { - /** - * Holds all the shippers: global and eventTypeExclusive. - * This helps to avoid looping over all the shippers when we just need them all. - */ - public readonly allShippers: ShippersMap = new Map(); - /** - * Holds the shippers that are not registered as exclusive to any event-type - */ - private readonly globalShippers: ShippersMap = new Map(); - /** - * Holds the shippers that are exclusive to an event-type in the format of { [eventType]: ShippersMap } - */ - private readonly eventTypeExclusiveShippers: Map = new Map(); - - /** - * Adds shipper to the registry. - * @param shipperName The unique name of the shipper. - * @param shipper The initialized shipper. - */ - public addGlobalShipper(shipperName: ShipperName, shipper: IShipper) { - if (this.globalShippers.get(shipperName)) { - throw new Error(`Shipper "${shipperName}" is already registered`); - } - this.globalShippers.set(shipperName, shipper); - this.allShippers.set(shipperName, shipper); - } - - /** - * Adds an event-type exclusive shipper. - * @param eventType The name of the event type - * @param shipperName The unique name for the shipper. - * @param shipper The initialized shipper. - */ - public addEventExclusiveShipper( - eventType: EventType, - shipperName: ShipperName, - shipper: IShipper - ) { - const eventExclusiveMap = this.eventTypeExclusiveShippers.get(eventType) || new Map(); - if (eventExclusiveMap.get(shipperName)) { - throw new Error(`${shipperName} is already registered for event-type ${eventType}`); - } - eventExclusiveMap.set(shipperName, shipper); - this.eventTypeExclusiveShippers.set(eventType, eventExclusiveMap); - this.allShippers.set(shipperName, shipper); - } - - /** - * Returns the shippers that must be used for the specified event type. - * @param eventType The name of the event type. - */ - public getShippersForEventType(eventType: EventType): ShippersMap { - return this.eventTypeExclusiveShippers.get(eventType) || this.globalShippers; - } -} diff --git a/packages/analytics/ebt/client/src/analytics_client/types.ts b/packages/analytics/ebt/client/src/analytics_client/types.ts deleted file mode 100644 index 18b55e88f5a91..0000000000000 --- a/packages/analytics/ebt/client/src/analytics_client/types.ts +++ /dev/null @@ -1,226 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Observable } from 'rxjs'; - -// If we are going to export this to a separate NPM module in the future, -// we'll need to revisit this import. -import type { Logger } from '@kbn/logging'; - -import type { IShipper } from '../shippers'; -import type { EventType, TelemetryCounter } from '../events'; -import type { RootSchema } from '../schema'; - -/** - * General settings of the analytics client - */ -export interface AnalyticsClientInitContext { - /** - * Boolean indicating if it's running in developer mode. - */ - isDev: boolean; - /** - * Specify if the shippers should send their data to the production or staging environments. - */ - sendTo: 'production' | 'staging'; - /** - * Application-provided logger. - */ - logger: Logger; -} - -/** - * Shipper Name used for indexed structures. Only used to improve the readability of the types - */ -export type ShipperName = string; - -/** - * Constructor of a {@link IShipper} - */ -export interface ShipperClassConstructor { - /** - * The shipper's unique name - */ - shipperName: ShipperName; - - /** - * The constructor - * @param config The shipper's custom config - * @param initContext Common context {@link AnalyticsClientInitContext} - */ - new (config: Config, initContext: AnalyticsClientInitContext): Shipper; -} - -/** - * Optional options to register a shipper - */ -export interface RegisterShipperOpts { - /** - * List of event types that will be received only by this shipper. - * @deprecated - * @internal Set as internal and deprecated until we come up with the best design for this. - * Not in the scope of the initial MVP. - */ - exclusiveEventTypes?: EventType[]; -} - -/** - * Sets whether a type of event is enabled/disabled globally or per shipper. - */ -export interface OptInConfigPerType { - /** - * The event type is globally enabled. - */ - enabled: boolean; - /** - * Controls if an event type should be disabled for a specific type of shipper. - * @example If the event type is automatically tracked by ShipperA, the config would look like: - * ``` - * { - * enabled: true, - * shippers: { - * ShipperA: false - * } - * } - * ``` - */ - shippers?: Record; -} - -/** - * Options for the optIn API - */ -export interface OptInConfig { - /** - * Controls the global enabled/disabled behaviour of the client and shippers. - */ - global: OptInConfigPerType; - /** - * Controls if an event type should be disabled for a specific type of shipper. - * @example If "clicks" are automatically tracked by ShipperA, the config would look like: - * ``` - * { - * global: { enabled: true }, - * event_types: { - * click: { - * enabled: true, - * shippers: { - * ShipperA: false - * } - * } - * } - * } - * ``` - */ - event_types?: Record; -} - -/** - * ContextProviderName used for indexed structures. Only used to improve the readability of the types - */ -export type ContextProviderName = string; - -/** - * Definition of a context provider - */ -export interface ContextProviderOpts { - /** - * The name of the provider. - */ - name: ContextProviderName; - /** - * Observable that emits the custom context. - */ - context$: Observable; - /** - * Schema declaring and documenting the expected output in the context$ - * - * @remark During development, it may be used to validate the provided values. - */ - schema: RootSchema; -} - -/** - * Definition of an Event Type. - */ -export interface EventTypeOpts { - /** - * The event type's unique name. - */ - eventType: EventType; - /** - * Schema declaring and documenting the expected structure of this event type. - * - * @remark During development, it may be used to validate the provided values. - */ - schema: RootSchema; -} - -/** - * Analytics client's public APIs - */ -export interface IAnalyticsClient { - /** - * Reports a telemetry event. - * @param eventType The event type registered via the `registerEventType` API. - * @param eventData The properties matching the schema declared in the `registerEventType` API. - * - * @track-adoption - */ - reportEvent: ( - eventType: EventType, - eventData: EventTypeData - ) => void; - /** - * Registers the event type that will be emitted via the reportEvent API. - * @param eventTypeOps The definition of the event type {@link EventTypeOpts}. - */ - registerEventType: (eventTypeOps: EventTypeOpts) => void; - - /** - * Set up the shipper that will be used to report the telemetry events. - * @param Shipper The {@link IShipper} class to instantiate the shipper. - * @param shipperConfig The config specific to the Shipper to instantiate. - * @param opts Additional options to register the shipper {@link RegisterShipperOpts}. - */ - registerShipper: ( - Shipper: ShipperClassConstructor, - shipperConfig: ShipperConfig, - opts?: RegisterShipperOpts - ) => void; - /** - * Used to control the user's consent to report the data. - * In the advanced mode, it allows to "cherry-pick" which events and shippers are enabled/disabled. - * @param optInConfig {@link OptInConfig} - */ - optIn: (optInConfig: OptInConfig) => void; - /** - * Registers the context provider to enrich any reported events. - * @param contextProviderOpts {@link ContextProviderOpts} - * - * @track-adoption - */ - registerContextProvider: (contextProviderOpts: ContextProviderOpts) => void; - /** - * Removes the context provider and stop enriching the events from its context. - * @param contextProviderName The name of the context provider to remove. - */ - removeContextProvider: (contextProviderName: ContextProviderName) => void; - /** - * Observable to emit the stats of the processed events. - */ - readonly telemetryCounter$: Observable; - /** - * Forces all shippers to send all their enqueued events and fulfills the returned promise. - */ - flush: () => Promise; - /** - * Stops the client. Flushing any pending events in the process. - */ - shutdown: () => Promise; -} diff --git a/packages/analytics/ebt/client/src/events/types.ts b/packages/analytics/ebt/client/src/events/types.ts deleted file mode 100644 index 78b2f792e9e2b..0000000000000 --- a/packages/analytics/ebt/client/src/events/types.ts +++ /dev/null @@ -1,128 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { ShipperName } from '../analytics_client'; - -/** - * Definition of the context that can be appended to the events through the {@link IAnalyticsClient.registerContextProvider}. - */ -export interface EventContext { - /** - * The UUID of the cluster - */ - cluster_uuid?: string; - /** - * The name of the cluster. - */ - cluster_name?: string; - /** - * The license ID. - */ - license_id?: string; - /** - * The unique user ID. - */ - userId?: string; - /** - * The Cloud ID. - */ - cloudId?: string; - /** - * `true` if the user is logged in via the Elastic Cloud authentication provider. - */ - isElasticCloudUser?: boolean; - /** - * The product's version. - */ - version?: string; - /** - * The name of the current page. - */ - pageName?: string; - /** - * The current application ID. - */ - applicationId?: string; - /** - * The current entity ID (dashboard ID, visualization ID, etc.). - */ - entityId?: string; - - /** - * Additional keys are allowed. - */ - [key: string]: unknown; -} - -/** - * Event Type used for indexed structures. Only used to improve the readability of the types - */ -export type EventType = string; - -/** - * Indicates if the event contains data about succeeded, failed or dropped events: - * - enqueued: The event was accepted and will be sent to the shippers when they become available (and opt-in === true). - * - sent_to_shipper: The event was sent to at least one shipper. - * - succeeded: The event was successfully sent by the shipper. - * - failed: There was an error when processing/shipping the event. Refer to the Telemetry Counter's code for the reason. - * - dropped: The event was dropped from the queue. Refer to the Telemetry Counter's code for the reason. - */ -export type TelemetryCounterType = - | 'enqueued' - | 'sent_to_shipper' - | 'succeeded' - | 'failed' - | 'dropped'; - -/** - * Shape of the events emitted by the telemetryCounter$ observable - */ -export interface TelemetryCounter { - /** - * {@link TelemetryCounterType} - */ - type: TelemetryCounterType; - /** - * Who emitted the event? It can be "client" or the name of the shipper. - */ - source: 'client' | ShipperName; - /** - * The event type the success/failure/drop event refers to. - */ - event_type: EventType; - /** - * Code to provide additional information about the success or failure. Examples are 200/400/504/ValidationError/UnknownError - */ - code: string; - /** - * The number of events that this counter refers to. - */ - count: number; -} - -/** - * Definition of the full event structure - */ -export interface Event> { - /** - * The time the event was generated in ISO format. - */ - timestamp: string; - /** - * The event type. - */ - event_type: EventType; - /** - * The specific properties of the event type. - */ - properties: Properties; - /** - * The {@link EventContext} enriched during the processing pipeline. - */ - context: EventContext; -} diff --git a/packages/analytics/ebt/client/src/schema/index.ts b/packages/analytics/ebt/client/src/schema/index.ts deleted file mode 100644 index e351a785c13ba..0000000000000 --- a/packages/analytics/ebt/client/src/schema/index.ts +++ /dev/null @@ -1,22 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export type { - RootSchema, - SchemaObject, - SchemaArray, - SchemaChildValue, - SchemaMeta, - SchemaValue, - SchemaMetaOptional, - PossibleSchemaTypes, - AllowedSchemaBooleanTypes, - AllowedSchemaNumberTypes, - AllowedSchemaStringTypes, - AllowedSchemaTypes, -} from './types'; diff --git a/packages/analytics/ebt/client/src/schema/types.test.ts b/packages/analytics/ebt/client/src/schema/types.test.ts deleted file mode 100644 index 9793528c21682..0000000000000 --- a/packages/analytics/ebt/client/src/schema/types.test.ts +++ /dev/null @@ -1,650 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { PossibleSchemaTypes, RootSchema, SchemaValue } from './types'; - -describe('schema types', () => { - describe('PossibleSchemaTypes', () => { - test('it should only allow "string" types', () => { - let valueType: PossibleSchemaTypes = 'keyword'; - valueType = 'text'; - valueType = 'date'; - - // @ts-expect-error - valueType = 'boolean'; - // @ts-expect-error - valueType = 'long'; - // @ts-expect-error - valueType = 'integer'; - // @ts-expect-error - valueType = 'short'; - // @ts-expect-error - valueType = 'byte'; - // @ts-expect-error - valueType = 'double'; - // @ts-expect-error - valueType = 'float'; - - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - test('it should only allow "number" types', () => { - let valueType: PossibleSchemaTypes = 'long'; - valueType = 'integer'; - valueType = 'short'; - valueType = 'byte'; - valueType = 'double'; - valueType = 'float'; - valueType = 'date'; - - // @ts-expect-error - valueType = 'boolean'; - // @ts-expect-error - valueType = 'keyword'; - - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - test('it should only allow "boolean" types', () => { - let valueType: PossibleSchemaTypes = 'boolean'; - // @ts-expect-error - valueType = 'integer'; - // @ts-expect-error - valueType = 'short'; - // @ts-expect-error - valueType = 'byte'; - // @ts-expect-error - valueType = 'double'; - // @ts-expect-error - valueType = 'float'; - // @ts-expect-error - valueType = 'date'; - - // @ts-expect-error - valueType = 'keyword'; - - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - - describe('SchemaValue', () => { - describe('Pass Through', () => { - test('it should allow "pass_through" and enforce the _meta.description', () => { - let valueType: SchemaValue = { - type: 'pass_through', - _meta: { - description: 'Some description', - }, - }; - - valueType = { - type: 'pass_through', - _meta: { - description: 'Some description', - optional: false, - }, - }; - - valueType = { - type: 'pass_through', - _meta: { - description: 'Some description', - // @ts-expect-error optional can't be true when the types don't set the value as optional - optional: true, - }, - }; - - // @ts-expect-error because it's missing the _meta.description - valueType = { type: 'pass_through' }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - test('it should enforce `_meta.optional: true`', () => { - let valueType: SchemaValue = { - type: 'pass_through', - _meta: { - description: 'Some description', - optional: true, - }, - }; - - valueType = { - type: 'pass_through', - _meta: { - description: 'Some description', - // @ts-expect-error because optional can't be false when the value can be undefined - optional: false, - }, - }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - - describe('Plain value', () => { - test('it should allow the correct type and enforce the _meta.description', () => { - let valueType: SchemaValue = { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }; - - valueType = { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }; - - valueType = { - // @ts-expect-error because the type does not match - type: 'long', - _meta: { - description: 'Some description', - optional: false, - }, - }; - - valueType = { - type: 'keyword', - _meta: { - description: 'Some description', - // @ts-expect-error optional can't be true when the types don't set the value as optional - optional: true, - }, - }; - - // @ts-expect-error because it's missing the _meta.description - valueType = { type: 'keyword' }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - test('it should enforce `_meta.optional: true`', () => { - let valueType: SchemaValue = { - type: 'keyword', - _meta: { - description: 'Some description', - optional: true, - }, - }; - - valueType = { - type: 'keyword', - _meta: { - description: 'Some description', - // @ts-expect-error because optional can't be false when the value can be undefined - optional: false, - }, - }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - - describe('Date value', () => { - test('it should allow the correct type and enforce the _meta.description', () => { - let valueType: SchemaValue = { - type: 'date', - _meta: { - description: 'Some description', - }, - }; - - valueType = { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }; - - valueType = { - // @ts-expect-error because the type does not match - type: 'long', - _meta: { - description: 'Some description', - optional: false, - }, - }; - - valueType = { - type: 'keyword', - _meta: { - description: 'Some description', - // @ts-expect-error optional can't be true when the types don't set the value as optional - optional: true, - }, - }; - - // @ts-expect-error because it's missing the _meta.description - valueType = { type: 'date' }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - test('it should enforce `_meta.optional: true`', () => { - let valueType: SchemaValue = { - type: 'date', - _meta: { - description: 'Some description', - optional: true, - }, - }; - - valueType = { - type: 'date', - _meta: { - description: 'Some description', - // @ts-expect-error because optional can't be false when the value can be undefined - optional: false, - }, - }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - - describe('Object value', () => { - test('it should allow "pass_through" and enforce the _meta.description', () => { - let valueType: SchemaValue<{ a_value: string }> = { - type: 'pass_through', - _meta: { - description: 'Some description', - }, - }; - - // @ts-expect-error because it's missing the _meta.description - valueType = { type: 'pass_through' }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - - test('it should expect the proper object-schema definition, and allows some _meta at the object level as well', () => { - let valueType: SchemaValue<{ a_value: string }> = { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - }; - - valueType = { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }, - }, - _meta: { - description: 'Description at the object level', - }, - }; - - valueType = { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }, - // @ts-expect-error b_value does not exist in the object definition - b_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: true, - }, - }, - }, - _meta: { - description: 'Description at the object level', - }, - }; - - // @ts-expect-error because it's missing object properties - valueType = { properties: {} }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - - test('it should enforce `_meta.optional: true`', () => { - const objectValueType: SchemaValue<{ a_value: string } | undefined> = { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - _meta: { - description: 'Optional object', - optional: true, - }, - }; - expect(objectValueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - - let valueType: SchemaValue<{ a_value?: string }> = { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: true, - }, - }, - }, - }; - - valueType = { - properties: { - a_value: { - type: 'keyword', - // @ts-expect-error because it should provide optional: true - _meta: { - description: 'Some description', - }, - }, - }, - }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - - describe('Array value', () => { - test('it should allow "pass_through" and enforce the _meta.description', () => { - let valueType: SchemaValue> = { - type: 'pass_through', - _meta: { - description: 'Some description', - }, - }; - - // @ts-expect-error because it's missing the _meta.description - valueType = { type: 'pass_through' }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - - test('it should expect the proper array-schema definition, and allows some _meta at the object level as well', () => { - let valueType: SchemaValue> = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - }, - }; - - valueType = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }, - }, - _meta: { - description: 'Description at the object level', - }, - }, - }; - - // @ts-expect-error because it's missing the items definition - valueType = { type: 'array' }; - // @ts-expect-error because it's missing the items definition - valueType = { type: 'array', items: {} }; - // @ts-expect-error because it's missing the items' properties definition - valueType = { type: 'array', items: { properties: {} } }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - - test('it should enforce `_meta.optional: true`', () => { - const arrayValueType: SchemaValue | undefined> = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - }, - _meta: { - description: 'Optional object', - optional: true, - }, - }; - expect(arrayValueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - - const objectValueType: SchemaValue> = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - _meta: { - description: 'Optional object', - optional: true, - }, - }, - }; - expect(objectValueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - - let valueType: SchemaValue> = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: true, - }, - }, - }, - }, - }; - - valueType = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - // @ts-expect-error because it should provide optional: true - _meta: { - description: 'Some description', - }, - }, - }, - }, - }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - - test('it should expect support readonly arrays', () => { - let valueType: SchemaValue> = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - }, - }, - }, - }, - }; - - valueType = { - type: 'array', - items: { - properties: { - a_value: { - type: 'keyword', - _meta: { - description: 'Some description', - optional: false, - }, - }, - }, - _meta: { - description: 'Description at the object level', - }, - }, - }; - - // @ts-expect-error because it's missing the items definition - valueType = { type: 'array' }; - // @ts-expect-error because it's missing the items definition - valueType = { type: 'array', items: {} }; - // @ts-expect-error because it's missing the items' properties definition - valueType = { type: 'array', items: { properties: {} } }; - expect(valueType).not.toBeUndefined(); // <-- Only to stop the var-not-used complain - }); - }); - }); - - describe('RootSchema', () => { - const registerSchema = (schema: RootSchema) => schema; - test('it works with the explicit types', () => { - registerSchema<{ - my_keyword: string; - my_number?: number; - my_complex_unknown_meta_object: Record; - my_array_of_str: string[]; - my_object: { my_timestamp: string }; - my_array_of_objects: Array<{ my_bool_prop: boolean }>; - }>({ - my_keyword: { - type: 'keyword', - _meta: { - description: 'Represents the key property...', - }, - }, - my_number: { - type: 'long', - _meta: { - description: 'Indicates the number of times...', - optional: true, - }, - }, - my_complex_unknown_meta_object: { - type: 'pass_through', - _meta: { - description: 'Unknown object that contains the key-values...', - }, - }, - my_array_of_str: { - type: 'array', - items: { - type: 'text', - _meta: { - description: 'List of tags...', - }, - }, - }, - my_object: { - properties: { - my_timestamp: { - type: 'date', - _meta: { - description: 'timestamp when the user...', - }, - }, - }, - }, - my_array_of_objects: { - type: 'array', - items: { - properties: { - my_bool_prop: { - type: 'boolean', - _meta: { - description: '`true` when...', - }, - }, - }, - }, - }, - }); - }); - test('it works with implicit types', () => { - registerSchema({}); - registerSchema({ - my_keyword: { - type: 'keyword', - _meta: { - description: 'Represents the key property...', - }, - }, - my_number: { - type: 'long', - _meta: { - description: 'Indicates the number of times...', - optional: true, - }, - }, - my_complex_unknown_meta_object: { - type: 'pass_through', - _meta: { - description: 'Unknown object that contains the key-values...', - }, - }, - my_array_of_str: { - type: 'array', - items: { - type: 'text', - _meta: { - description: 'List of tags...', - }, - }, - }, - my_object: { - properties: { - my_timestamp: { - type: 'date', - _meta: { - description: 'timestamp when the user...', - }, - }, - }, - }, - my_array_of_objects: { - type: 'array', - items: { - properties: { - my_bool_prop: { - type: 'boolean', - _meta: { - description: '`true` when...', - }, - }, - }, - }, - }, - }); - }); - }); -}); diff --git a/packages/analytics/ebt/client/src/schema/types.ts b/packages/analytics/ebt/client/src/schema/types.ts deleted file mode 100644 index caa638bed9dc8..0000000000000 --- a/packages/analytics/ebt/client/src/schema/types.ts +++ /dev/null @@ -1,184 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -/** Types matching number values **/ -export type AllowedSchemaNumberTypes = - | 'long' - | 'integer' - | 'short' - | 'byte' - | 'double' - | 'float' - | 'date'; -/** Types matching string values **/ -export type AllowedSchemaStringTypes = 'keyword' | 'text' | 'date'; -/** Types matching boolean values **/ -export type AllowedSchemaBooleanTypes = 'boolean'; - -/** - * Possible type values in the schema - */ -export type AllowedSchemaTypes = - | AllowedSchemaNumberTypes - | AllowedSchemaStringTypes - | AllowedSchemaBooleanTypes; - -/** - * Helper to ensure the declared types match the schema types - */ -export type PossibleSchemaTypes = Value extends string | Date - ? AllowedSchemaStringTypes - : Value extends number - ? AllowedSchemaNumberTypes - : Value extends boolean - ? AllowedSchemaBooleanTypes - : // allow any schema type from the union if typescript is unable to resolve the exact U type - AllowedSchemaTypes; - -/** - * Schema to define a primitive value - */ -export interface SchemaChildValue { - /** The type of the value */ - type: PossibleSchemaTypes>; - /** Meta properties of the value: description and is optional */ - _meta: { - /** A description of the value */ - description: string; // Intentionally enforcing the descriptions here - } & SchemaMetaOptional; -} - -/** - * Type that defines all the possible values that the Schema accepts. - * These types definitions are helping to identify earlier the possible missing `properties` nesting when - * manually defining the schemas. - */ -export type SchemaValue = - // Always allow the pass_through no matter what the value is - | { - /** Type specification of a pass through object */ - type: 'pass_through'; - /** Meta properties of the pass through: description and is optional */ - _meta: { - /** A description of the value */ - description: string; // Intentionally enforcing the descriptions here - } & SchemaMetaOptional; - } - | (unknown extends Value - ? // If the Value is unknown (TS can't infer the type), allow any type of schema - SchemaArray | SchemaObject | SchemaChildValue - : // Otherwise, try to infer the type and enforce the schema - NonNullable extends Array | ReadonlyArray - ? SchemaArray - : NonNullable extends Date - ? SchemaChildValue - : NonNullable extends object - ? SchemaObject - : SchemaChildValue); - -/** - * Enforces { optional: true } if the value can be undefined - */ -export type SchemaMetaOptional = unknown extends Value - ? { optional?: boolean } - : undefined extends Value - ? { optional: true } - : { optional?: false }; - -/** - * Schema meta with optional description - */ -export interface SchemaMeta { - /** Meta properties of the pass through: description and is optional */ - _meta?: { - /** A description of the value */ - description?: string; - } & SchemaMetaOptional; -} - -/** - * Schema to represent an array - */ -export interface SchemaArray extends SchemaMeta { - /** The type must be an array */ - type: 'array'; - /** The schema of the items in the array is defined in the `items` property */ - items: SchemaValue; -} - -/** - * Schema to represent an object - */ -export interface SchemaObject extends SchemaMeta { - /** - * The schemas of the keys of the object are defined in the `properties` object. - */ - properties: { - [Key in keyof Required]: SchemaValue; - }; -} - -/** - * Schema definition to match the structure of the properties provided. - * - * @example - * { - * my_keyword: { - * type: 'keyword', - * _meta: { - * description: 'Represents the key property...' - * } - * }, - * my_number: { - * type: 'long', - * _meta: { - * description: 'Indicates the number of times...', - * optional: true - * } - * }, - * my_complex_unknown_meta_object: { - * type: 'pass_through', - * _meta: { - * description: 'Unknown object that contains the key-values...' - * } - * }, - * my_array_of_str: { - * type: 'array', - * items: { - * type: 'text', - * _meta: { - * description: 'List of tags...' - * } - * } - * }, - * my_object: { - * properties: { - * my_timestamp: { - * type: 'date', - * _meta: { - * description: 'timestamp when the user...' - * } - * } - * } - * }, - * my_array_of_objects: { - * type: 'array', - * items: { - * properties: { - * my_bool_prop: { - * type: 'boolean', - * _meta: { - * description: '`true` when...' - * } - * } - * } - * } - * } - * } - */ -export type RootSchema = SchemaObject['properties']; diff --git a/packages/analytics/ebt/client/src/schema/validation/excess.test.ts b/packages/analytics/ebt/client/src/schema/validation/excess.test.ts deleted file mode 100644 index 8cb9aca7b060b..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/excess.test.ts +++ /dev/null @@ -1,45 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import * as t from 'io-ts'; -import { either, isLeft } from 'fp-ts/lib/Either'; -import { excess } from './excess'; - -describe('excess', () => { - test('should pass validation when not found extra properties', () => { - const validator = excess(t.interface({ a_string: t.string, a_number: t.number })); - const invalidObj = { a_string: 'test', a_number: 1 }; - expect(validator.is(invalidObj)).toBe(true); - const result = validator.decode(invalidObj); - expect(isLeft(result)).toBe(false); - }); - - test('should not pass validation when found extra properties', () => { - const validator = excess(t.interface({ a_string: t.string, a_number: t.number })); - const invalidObj = { a_string: 'test', a_number: 1, another_string: 'test' }; - expect(validator.is(invalidObj)).toBe(false); - const result = validator.decode(invalidObj); - expect(isLeft(result)).toBe(true); - either.mapLeft(result, (validationError) => - expect(validationError[0].message).toBe(`excess key 'another_string' found`) - ); - }); - - test('should not pass validation when found a non-declared property in an all-optional object', () => { - const validator = excess(t.partial({ a_string: t.string, a_number: t.number })); - const invalidObj = { another_string: 'test' }; - expect(validator.is(invalidObj)).toBe(false); - const result = validator.decode(invalidObj); - expect(isLeft(result)).toBe(true); - either.mapLeft(result, (validationErrors) => - expect(validationErrors.map((err) => err.message)).toStrictEqual([ - `excess key 'another_string' found`, - ]) - ); - }); -}); diff --git a/packages/analytics/ebt/client/src/schema/validation/excess.ts b/packages/analytics/ebt/client/src/schema/validation/excess.ts deleted file mode 100644 index af6ec945f2a96..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/excess.ts +++ /dev/null @@ -1,121 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -// Extra IO-TS type to not allow more keys than the defined ones. -// Extracted from https://github.com/gcanti/io-ts/issues/322 - -import * as t from 'io-ts'; -import { either, Either, isRight, left, right, Right } from 'fp-ts/lib/Either'; - -const getIsCodec = - (tag: string) => - (codec: t.Any): codec is T => - (codec as t.Any & { _tag: string })._tag === tag; - -const isInterfaceCodec = getIsCodec>('InterfaceType'); -const isPartialCodec = getIsCodec>('PartialType'); -const isIntersectionType = getIsCodec>('IntersectionType'); - -const getProps = (codec: t.HasProps): t.Props => { - switch (codec._tag) { - case 'RefinementType': - case 'ReadonlyType': - return getProps(codec.type); - case 'InterfaceType': - case 'StrictType': - case 'PartialType': - return codec.props; - case 'IntersectionType': - return codec.types.reduce((props, type) => Object.assign(props, getProps(type)), {}); - } -}; - -const getNameFromProps = (props: t.Props, isPartial: boolean): string => - Object.keys(props) - .map((k) => `${k}${isPartial ? '?' : ''}: ${props[k].name}`) - .join(', '); - -/** - * Provides a human-readable definition of the io-ts validator. - * @param codec The io-ts declaration passed as an argument to the Excess method. - * @remarks Since we currently use it only with objects, we'll cover the IntersectionType and PartialType - */ -const getExcessTypeName = (codec: t.Any): string => { - if (isIntersectionType(codec)) { - return `{ ${codec.types - .map((subCodec) => { - if (isInterfaceCodec(subCodec)) { - return getNameFromProps(subCodec.props, false); - } - if (isPartialCodec(subCodec)) { - return getNameFromProps(subCodec.props, true); - } - return subCodec.name; - }) - .filter(Boolean) - .join(', ')} }`; - } - return `Excess<${codec.name}>`; -}; - -const stripKeys = (o: T, props: t.Props): Either => { - const keys = Object.getOwnPropertyNames(o); - const propsKeys = Object.getOwnPropertyNames(props); - - propsKeys.forEach((pk) => { - const index = keys.indexOf(pk); - if (index !== -1) { - keys.splice(index, 1); - } - }); - - return keys.length ? left(keys) : right(o); -}; - -/** - * Validate if there are any keys that exist in the validated object, but they don't in the validation object. - * @param codec The io-ts schema to wrap with this validation - * @param name (optional) Replace the custom logic to name the validation error by providing a static name. - */ -export const excess = ( - codec: C, - name: string = getExcessTypeName(codec) -): ExcessType => { - const props: t.Props = getProps(codec); - return new ExcessType( - name, - (u): u is C => isRight(stripKeys(u, props)) && codec.is(u), - (u, c) => - either.chain(t.UnknownRecord.validate(u, c), () => - either.chain(codec.validate(u, c), (a) => - either.mapLeft(stripKeys(a, props), (keys) => - keys.map((k) => ({ - value: a[k], - context: c, - message: `excess key '${k}' found`, - })) - ) - ) - ), - (a) => codec.encode((stripKeys(a, props) as Right).right), - codec - ); -}; - -class ExcessType extends t.Type { - public readonly _tag: 'ExcessType' = 'ExcessType'; - constructor( - name: string, - is: ExcessType['is'], - validate: ExcessType['validate'], - encode: ExcessType['encode'], - public readonly type: C - ) { - super(name, is, validate, encode); - } -} diff --git a/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.test.ts b/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.test.ts deleted file mode 100644 index 4a301a34d8656..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.test.ts +++ /dev/null @@ -1,177 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { AllowedSchemaTypes, RootSchema } from '../types'; -import { schemaToIoTs } from './schema_to_io_ts'; - -describe(`convertSchemaToIoTs`, () => { - test('fail with anything other than an object', () => { - // @ts-expect-error - expect(() => schemaToIoTs(null)).toThrow(); - }); - test('invalid type => errors with malformed schema', () => { - expect(() => - schemaToIoTs({ - // @ts-expect-error Non-valid type - an_invalid_field: { type: 'invalid', _meta: { description: 'Test description' } }, - }) - ).toThrow(/Malformed schema/); - }); - test('array type missing `items` => errors with malformed schema', () => { - expect(() => - schemaToIoTs({ - // @ts-expect-error Non-valid array-construct - an_invalid_field: { type: 'array' }, - }) - ).toThrow(/Malformed schema/); - }); - test('minimal schemas and empty value => pass', () => { - const validator = schemaToIoTs({}); - expect(validator.is({})).toBe(true); - }); - test('value has fields not defined in the schema => fail', () => { - const validator = schemaToIoTs({}); - expect(validator.is({ version: 'some-version' })).toBe(false); - expect(validator.is({ an_array: [{ docs: { missing: 1 } }] })).toBe(false); - }); - test('support optional fields', () => { - const validator = schemaToIoTs({ - an_optional_field: { - type: 'keyword', - _meta: { - description: 'An optional field', - optional: true, - }, - }, - an_optional_obj: { - _meta: { optional: true }, - properties: { - other_field: { type: 'short', _meta: { description: 'Test description' } }, - }, - }, - an_optional_array: { - type: 'array', - items: { type: 'short', _meta: { description: 'Test description' } }, - _meta: { optional: true }, - }, - }); - expect(validator.is({})).toBe(true); - }); - test('value has nested-fields not defined in the schema => fail', () => { - const schemas: Array> = [ - { - an_array: { - type: 'array', - _meta: { description: 'Test description' }, - items: { - properties: {}, - }, - }, - }, - { - an_array: { - type: 'array', - _meta: { description: 'Test description' }, - items: { - properties: { docs: { properties: {} } }, - }, - }, - }, - ]; - schemas.forEach((schema) => { - const validator = schemaToIoTs(schema); - expect(validator.is({ an_array: [{ docs: { missing: 1 } }] })).toBe(false); - }); - }); - test('value has nested-fields defined in the schema, but with wrong type => fail', () => { - const validator = schemaToIoTs({ - an_array: { - type: 'array', - items: { - properties: { - docs: { - properties: { - field: { type: 'short', _meta: { description: 'Test description' } }, - }, - }, - }, - }, - }, - }); - expect(validator.is({ an_array: [{ docs: { field: 'abc' } }] })).toBe(false); - }); - test.each([ - 'boolean', - 'byte', - 'double', - 'float', - 'integer', - 'long', - 'short', - ] as AllowedSchemaTypes[])('Expected type %s, but got string', (type) => { - const validator = schemaToIoTs({ - a_field: { type, _meta: { description: 'Test description' } }, - }); - expect(validator.is({ a_field: 'abc' })).toBe(false); - }); - test.each(['keyword', 'text', 'date'] as AllowedSchemaTypes[])( - 'Expected type %s, but got number', - (type) => { - const validator = schemaToIoTs({ - a_field: { type, _meta: { description: 'Test description' } }, - }); - expect(validator.is({ a_field: 1234 })).toBe(false); - } - ); - test('Support DYNAMIC_KEY', () => { - const validator = schemaToIoTs({ - a_field: { - properties: { DYNAMIC_KEY: { type: 'short', _meta: { description: 'Test description' } } }, - }, - }); - expect(validator.is({ a_field: { some_key: 1234 } })).toBe(true); - }); - test('Support DYNAMIC_KEY + known props', () => { - const validator = schemaToIoTs({ - a_field: { - properties: { - DYNAMIC_KEY: { type: 'short', _meta: { description: 'Test description' } }, - known_prop: { type: 'short', _meta: { description: 'Test description' } }, - }, - }, - }); - expect(validator.is({ a_field: { some_key: 1234, known_prop: 1234 } })).toBe(true); - }); - test('value has nested-fields defined in the schema => succeed', () => { - const validator = schemaToIoTs({ - an_array: { - type: 'array', - items: { - properties: { - docs: { - properties: { - field: { type: 'short', _meta: { description: 'Test description' } }, - }, - }, - }, - }, - }, - }); - expect(validator.is({ an_array: [{ docs: { field: 1 } }] })).toBe(true); - }); - - test('allow pass_through properties', () => { - const validator = schemaToIoTs({ - im_only_passing_through_data: { - type: 'pass_through', - _meta: { description: 'Test description' }, - }, - }); - expect(validator.is({ im_only_passing_through_data: [{ docs: { field: 1 } }] })).toBe(true); - }); -}); diff --git a/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.ts b/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.ts deleted file mode 100644 index 89b95dfe9a373..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/schema_to_io_ts.ts +++ /dev/null @@ -1,121 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import * as t from 'io-ts'; -import type { RootSchema, SchemaArray, SchemaObject, SchemaValue } from '../types'; -import { excess } from './excess'; - -/** - * Is it a tuple of t.Mixed? - * @param schemas Array of io-ts schemas - */ -function isOneOfCandidate(schemas: t.Mixed[]): schemas is [t.Mixed, t.Mixed] { - return schemas.length === 2; -} - -/** - * Converts each {@link SchemaValue} to the io-ts equivalent - * @param value The {@link SchemaValue} to parse - */ -function schemaValueToIoTs(value: SchemaValue): t.Mixed { - // We need to check the pass_through type on top of everything - if ((value as { type: 'pass_through' }).type === 'pass_through') { - return t.unknown; - } - - if ('properties' in value) { - const { DYNAMIC_KEY, ...properties } = value.properties as SchemaObject['properties'] & { - DYNAMIC_KEY?: SchemaValue; - }; - const schemas: t.Mixed[] = [schemaObjectToIoTs>({ properties })]; - if (DYNAMIC_KEY) { - schemas.push(t.record(t.string, schemaValueToIoTs(DYNAMIC_KEY))); - } - return isOneOfCandidate(schemas) ? t.union(schemas) : schemas[0]; - } else { - const valueType = value.type; // Copied in here because of TS reasons, it's not available in the `default` case - switch (valueType) { - case 'boolean': - return t.boolean; - case 'keyword': - case 'text': - case 'date': - return t.string; - case 'byte': - case 'double': - case 'float': - case 'integer': - case 'long': - case 'short': - return t.number; - case 'array': - if ('items' in value) { - return t.array(schemaValueToIoTs((value as SchemaArray).items)); - } - throw new Error(`Schema type must include the "items" declaration.`); - default: - throw new Error(`Unsupported schema type ${valueType}.`); - } - } -} - -/** - * Loops through a list of [key, SchemaValue] tuples to convert them into a valid io-ts parameter to define objects. - * @param entries Array of tuples [key, {@link SchemaValue}]. Typically, coming from Object.entries(SchemaObject). - */ -function entriesToObjectIoTs( - entries: Array<[string, SchemaValue]> -): Record { - return Object.fromEntries( - entries.map(([key, value]) => { - try { - return [key, schemaValueToIoTs(value)]; - } catch (err) { - err.failedKey = [key, ...(err.failedKey || [])]; - throw err; - } - }) - ); -} - -/** - * Converts a {@link SchemaObject} to the io-ts equivalent. - * @param schemaObject The {@link SchemaObject} to parse. - */ -function schemaObjectToIoTs( - schemaObject: SchemaObject -): t.Type> { - const objectEntries: Array<[string, SchemaValue]> = Object.entries( - schemaObject.properties - ); - - const requiredFields = objectEntries.filter(([key, { _meta }]) => _meta?.optional !== true); - const optionalFields = objectEntries.filter(([key, { _meta }]) => _meta?.optional === true); - - return excess( - t.intersection([ - t.interface(entriesToObjectIoTs(requiredFields)), - t.partial(entriesToObjectIoTs(optionalFields)), - ]) - ); -} - -/** - * Converts a {@link RootSchema} to an io-ts validation object. - * @param rootSchema The {@link RootSchema} to be parsed. - */ -export function schemaToIoTs(rootSchema: RootSchema): t.Type> { - try { - return schemaObjectToIoTs({ properties: rootSchema }); - } catch (err) { - if (err.failedKey) { - err.message = `Malformed schema for key [${err.failedKey.join('.')}]: ${err.message}`; - } - throw err; - } -} diff --git a/packages/analytics/ebt/client/src/schema/validation/validate_schema.test.ts b/packages/analytics/ebt/client/src/schema/validation/validate_schema.test.ts deleted file mode 100644 index dee7f96d50b02..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/validate_schema.test.ts +++ /dev/null @@ -1,110 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { validateSchema } from './validate_schema'; -import { schemaToIoTs } from './schema_to_io_ts'; - -describe('validateSchema', () => { - describe('successful', () => { - test('valid object', () => { - expect(() => - validateSchema( - 'test source', - schemaToIoTs({ - an_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - }, - }), - { an_object: { a_field: 'test' } } - ) - ).not.toThrow(); - }); - }); - describe('failed', () => { - test('object is valid but it has some extra fields not declared in the schema', () => { - expect(() => - validateSchema( - 'test source', - schemaToIoTs({ - an_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - }, - }), - { an_object: { a_field: 'test' }, another_object: { a_field: 'test' } } - ) - ).toThrowErrorMatchingInlineSnapshot(` - "Failed to validate payload coming from \\"test source\\": - - []: excess key 'another_object' found" - `); - }); - - test('object is valid but it has some extra nested fields not declared in the schema', () => { - expect(() => - validateSchema( - 'test source', - schemaToIoTs({ - an_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - }, - }), - { an_object: { a_field: 'test', an_extra_field: 'test' } } - ) - ).toThrowErrorMatchingInlineSnapshot(` - "Failed to validate payload coming from \\"test source\\": - - [an_object]: excess key 'an_extra_field' found" - `); - }); - - test('the object is not valid because it is missing a key', () => { - expect(() => - validateSchema( - 'test source', - schemaToIoTs({ - an_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - }, - an_optional_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - _meta: { optional: true }, - }, - }), - { another_object: { a_field: 'test' } } - ) - ).toThrowErrorMatchingInlineSnapshot(` - "Failed to validate payload coming from \\"test source\\": - - [an_object]: {\\"expected\\":\\"{ a_field: string }\\",\\"actual\\":\\"undefined\\",\\"value\\":\\"undefined\\"}" - `); - }); - - test('lists multiple errors', () => { - expect(() => - validateSchema( - 'test source', - schemaToIoTs({ - an_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - }, - an_optional_object: { - properties: { a_field: { type: 'keyword', _meta: { description: 'A test field' } } }, - _meta: { optional: true }, - }, - }), - { - an_object: { a_field: 'test', an_extra_field: 'test' }, - an_optional_object: {}, - another_object: { a_field: 'test' }, - } - ) - ).toThrowErrorMatchingInlineSnapshot(` - "Failed to validate payload coming from \\"test source\\": - - [an_object]: excess key 'an_extra_field' found - - [an_optional_object.a_field]: {\\"expected\\":\\"string\\",\\"actual\\":\\"undefined\\",\\"value\\":\\"undefined\\"}" - `); - }); - }); -}); diff --git a/packages/analytics/ebt/client/src/schema/validation/validate_schema.ts b/packages/analytics/ebt/client/src/schema/validation/validate_schema.ts deleted file mode 100644 index 158acaa1fcd74..0000000000000 --- a/packages/analytics/ebt/client/src/schema/validation/validate_schema.ts +++ /dev/null @@ -1,74 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Context, Type } from 'io-ts'; -import { either } from 'fp-ts/lib/Either'; - -/** - * Validates the event according to the schema validator generated by {@link convertSchemaToIoTs}. - * @throws Error when the event does not comply with the schema. - * @param validator The io-ts validator for the event. - * @param payload The payload to validate. - */ -export function validateSchema( - sourceName: string, - validator: Type, - payload: Payload -): void { - // Run io-ts validation to the event - const result = validator.decode(payload); - - either.mapLeft(result, (validationErrors) => { - const humanFriendlyErrors = validationErrors - .map( - (err) => `[${getFullPathKey(err.context)}]: ${err.message ?? readableContext(err.context)}` - ) - .filter((errMsg, idx, listOfErrMsgs) => listOfErrMsgs.indexOf(errMsg, idx + 1) === -1); - throw new Error( - `Failed to validate payload coming from "${sourceName}":\n\t- ${humanFriendlyErrors.join( - '\n\t- ' - )}` - ); - }); -} - -/** - * Picks the relevant fields of the validation error's context - * @param context The {@link Context} coming from the validation error - */ -function readableContext(context: Context) { - // The information provided, the last context is good enough. - // Otherwise, repeating the values for every nested key is too noisy. - const last = context[context.length - 1]; - return JSON.stringify({ - expected: last.type.name, - // Explicitly printing `undefined` to make it more obvious in the message - actual: typeof last.actual, - value: last.actual === undefined ? 'undefined' : last.actual, - }); -} - -/** - * Prints the full path to the key that raised the validation error. - * @param context The {@link Context} coming from the validation error - */ -function getFullPathKey(context: Context): string { - return ( - context - // Remove the context provided by InterfaceType and PartialType because their keys are simply numeric indices - .filter( - (ctx) => - !['InterfaceType', 'PartialType'].includes( - (ctx.type as Type & { _tag: string })._tag - ) - ) - .map(({ key }) => key) - .filter(Boolean) - .join('.') - ); -} diff --git a/packages/analytics/ebt/client/src/shippers/mocks.ts b/packages/analytics/ebt/client/src/shippers/mocks.ts deleted file mode 100644 index fccdd4788f7d9..0000000000000 --- a/packages/analytics/ebt/client/src/shippers/mocks.ts +++ /dev/null @@ -1,33 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { Subject } from 'rxjs'; -import type { IShipper } from './types'; -import type { TelemetryCounter } from '../events'; - -function createShipper(): jest.Mocked { - return new MockedShipper(); -} - -class MockedShipper implements IShipper { - public static shipperName = 'mocked-shipper'; - - constructor() {} - - public optIn = jest.fn(); - public reportEvents = jest.fn(); - public extendContext = jest.fn(); - public telemetryCounter$ = new Subject(); - public flush = jest.fn(); - public shutdown = jest.fn(); -} - -export const shippersMock = { - createShipper, - MockedShipper, -}; diff --git a/packages/analytics/ebt/client/src/shippers/types.ts b/packages/analytics/ebt/client/src/shippers/types.ts deleted file mode 100644 index c1e2ab8a81153..0000000000000 --- a/packages/analytics/ebt/client/src/shippers/types.ts +++ /dev/null @@ -1,43 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { Observable } from 'rxjs'; -import { Event, EventContext, TelemetryCounter } from '../events'; - -/** - * Basic structure of a Shipper - */ -export interface IShipper { - /** - * Adapts and ships the event to the persisting/analytics solution. - * @param events batched events {@link Event} - */ - reportEvents: (events: Event[]) => void; - /** - * Stops/restarts the shipping mechanism based on the value of isOptedIn - * @param isOptedIn `true` for resume sending events. `false` to stop. - */ - optIn: (isOptedIn: boolean) => void; - /** - * Perform any necessary calls to the persisting/analytics solution to set the event's context. - * @param newContext The full new context to set {@link EventContext} - */ - extendContext?: (newContext: EventContext) => void; - /** - * Observable to emit the stats of the processed events. - */ - telemetryCounter$?: Observable; - /** - * Sends all the enqueued events and fulfills the returned promise. - */ - flush: () => Promise; - /** - * Shutdown the shipper. - */ - shutdown: () => void; -} diff --git a/packages/analytics/ebt/index.ts b/packages/analytics/ebt/index.ts deleted file mode 100644 index ec407b406d406..0000000000000 --- a/packages/analytics/ebt/index.ts +++ /dev/null @@ -1,57 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -// Exporting the types here as a utility only -// The recommended way of using this library is to import from the subdirectories /client, /shippers/* -// The reason is to avoid leaking server-side code to the browser, and vice-versa -export type { - AnalyticsClient, - // Types for the constructor - AnalyticsClientInitContext, - // Types for the registerShipper API - ShipperClassConstructor, - RegisterShipperOpts, - // Types for the optIn API - OptInConfig, - OptInConfigPerType, - ShipperName, - // Types for the registerContextProvider API - ContextProviderOpts, - ContextProviderName, - // Types for the registerEventType API - EventTypeOpts, - // Events - Event, - EventContext, - EventType, - TelemetryCounter, - TelemetryCounterType, - // Schema - RootSchema, - SchemaObject, - SchemaArray, - SchemaChildValue, - SchemaMeta, - SchemaValue, - SchemaMetaOptional, - PossibleSchemaTypes, - AllowedSchemaBooleanTypes, - AllowedSchemaNumberTypes, - AllowedSchemaStringTypes, - AllowedSchemaTypes, - // Shippers - IShipper, -} from './client'; -export type { ElasticV3ShipperOptions } from './shippers/elastic_v3/common'; -export type { ElasticV3BrowserShipper } from './shippers/elastic_v3/browser'; -export type { ElasticV3ServerShipper } from './shippers/elastic_v3/server'; -export type { - FullStoryShipperConfig, - FullStoryShipper, - FullStorySnippetConfig, -} from './shippers/fullstory'; diff --git a/packages/analytics/ebt/kibana.jsonc b/packages/analytics/ebt/kibana.jsonc deleted file mode 100644 index 947d6224b6933..0000000000000 --- a/packages/analytics/ebt/kibana.jsonc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "shared-common", - "id": "@kbn/ebt", - "owner": "@elastic/kibana-core" -} diff --git a/packages/analytics/ebt/shippers/README.md b/packages/analytics/ebt/shippers/README.md deleted file mode 100644 index 3f312d1ecefe3..0000000000000 --- a/packages/analytics/ebt/shippers/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# @kbn/ebt/shippers/* - -This directory holds the implementation of the _built-in_ shippers provided by the Analytics client. At the moment, the shippers are: - -* [FullStory](./fullstory/README.md) -* [Elastic V3 (Browser shipper)](./elastic_v3/browser/README.md) -* [Elastic V3 (Server-side shipper)](./elastic_v3/server/README.md) diff --git a/packages/analytics/ebt/shippers/elastic_v3/browser/README.md b/packages/analytics/ebt/shippers/elastic_v3/browser/README.md deleted file mode 100644 index 1253a9619233d..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/browser/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# @kbn/ebt/shippers/elastic_v3/browser - -UI-side implementation of the Elastic V3 shipper for the `@kbn/ebt/client`. - -## How to use it - -This module is intended to be used **on the browser only**. Due to the nature of the UI events, they are usually more scattered in time, and we can assume a much lower load than the server. For that reason, it doesn't apply the necessary backpressure mechanisms to prevent the server from getting overloaded with too many events neither identifies if the server sits behind a firewall to discard any incoming events. Refer to `@kbn/ebt/shippers/elastic_v3/server` for the server-side implementation. - -```typescript -import { ElasticV3BrowserShipper } from "@kbn/ebt/shippers/elastic_v3/browser"; - -analytics.registerShipper(ElasticV3BrowserShipper, { channelName: 'myChannel', version: '1.0.0' }); -``` - -## Configuration - -| Name | Description | -|:-------------:|:-------------------------------------------------------------------------------------------| -| `channelName` | The name of the channel to send the events. | -| `version` | The version of the application generating the events. | -| `debug` | When `true`, it logs the responses from the remote Telemetry Service. Defaults to `false`. | - -## Transmission protocol - -This shipper sends the events to the Elastic Internal Telemetry Service. The incoming events are buffered for up to 1 second to attempt to send them in a single request. diff --git a/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.test.ts b/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.test.ts deleted file mode 100644 index fd8d7f680fd3c..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.test.ts +++ /dev/null @@ -1,319 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { loggerMock } from '@kbn/logging-mocks'; -import { firstValueFrom } from 'rxjs'; -import type { AnalyticsClientInitContext, Event } from '../../../../client'; -import { ElasticV3BrowserShipper } from './browser_shipper'; - -describe('ElasticV3BrowserShipper', () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'test-event-type', - context: {}, - properties: {}, - }, - ]; - - const initContext: AnalyticsClientInitContext = { - sendTo: 'staging', - isDev: true, - logger: loggerMock.create(), - }; - - let shipper: ElasticV3BrowserShipper; - - let fetchMock: jest.Mock; - - beforeEach(() => { - jest.useFakeTimers(); - - fetchMock = jest.fn().mockResolvedValue({ - status: 200, - ok: true, - text: () => Promise.resolve('{"status": "ok"}'), - }); - - Object.defineProperty(global, 'fetch', { - value: fetchMock, - writable: true, - }); - - shipper = new ElasticV3BrowserShipper( - { version: '1.2.3', channelName: 'test-channel', debug: true }, - initContext - ); - }); - - afterEach(() => { - shipper.shutdown(); - jest.useRealTimers(); - }); - - test("custom sendTo overrides Analytics client's", () => { - const prodShipper = new ElasticV3BrowserShipper( - { version: '1.2.3', channelName: 'test-channel', debug: true, sendTo: 'production' }, - initContext - ); - - // eslint-disable-next-line dot-notation - expect(prodShipper['url']).not.toEqual(shipper['url']); - }); - - test('set optIn should update the isOptedIn$ observable', () => { - // eslint-disable-next-line dot-notation - const internalOptIn$ = shipper['isOptedIn$']; - - // Initially undefined - expect(internalOptIn$.value).toBeUndefined(); - - shipper.optIn(true); - expect(internalOptIn$.value).toBe(true); - - shipper.optIn(false); - expect(internalOptIn$.value).toBe(false); - }); - - test('set extendContext should store local values: clusterUuid and licenseId', () => { - // eslint-disable-next-line dot-notation - const getInternalClusterUuid = () => shipper['clusterUuid']; - // eslint-disable-next-line dot-notation - const getInternalLicenseId = () => shipper['licenseId']; - - // Initial values - expect(getInternalClusterUuid()).toBe('UNKNOWN'); - expect(getInternalLicenseId()).toBeUndefined(); - - shipper.extendContext({ cluster_uuid: 'test-cluster-uuid' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid'); - expect(getInternalLicenseId()).toBeUndefined(); - - shipper.extendContext({ license_id: 'test-license-id' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid'); - expect(getInternalLicenseId()).toBe('test-license-id'); - - shipper.extendContext({ cluster_uuid: 'test-cluster-uuid-2', license_id: 'test-license-id-2' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid-2'); - expect(getInternalLicenseId()).toBe('test-license-id-2'); - }); - - test('calls to reportEvents do not call `fetch` straight away (buffer of 1s)', () => { - shipper.reportEvents(events); - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to reportEvents do not call `fetch` after 1s because no optIn value is set yet', async () => { - shipper.reportEvents(events); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to reportEvents call `fetch` after 1s when optIn value is set to true', async () => { - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_browser", - "type": "succeeded", - } - `); - }); - - test('calls to reportEvents do not call `fetch` after 1s when optIn value is set to false', async () => { - shipper.reportEvents(events); - shipper.optIn(false); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to flush forces the client to send all the pending events', async () => { - shipper.optIn(true); - shipper.reportEvents(events); - const counter = firstValueFrom(shipper.telemetryCounter$); - await shipper.flush(); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_browser", - "type": "succeeded", - } - `); - }); - - test('calls to flush resolve immediately if there is nothing to send', async () => { - shipper.optIn(true); - await shipper.flush(); - expect(fetchMock).toHaveBeenCalledTimes(0); - }); - - test('calling flush multiple times does not keep hanging', async () => { - await expect(shipper.flush()).resolves.toBe(undefined); - await expect(shipper.flush()).resolves.toBe(undefined); - await Promise.all([shipper.flush(), shipper.flush()]); - }); - - test('calling flush after shutdown does not keep hanging', async () => { - shipper.shutdown(); - await expect(shipper.flush()).resolves.toBe(undefined); - }); - - test('calls to reportEvents call `fetch` when shutting down if optIn value is set to true', async () => { - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - shipper.shutdown(); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_browser", - "type": "succeeded", - } - `); - }); - - test('does not add the query.debug: true property to the request if the shipper is not set with the debug flag', async () => { - shipper = new ElasticV3BrowserShipper( - { version: '1.2.3', channelName: 'test-channel' }, - initContext - ); - shipper.reportEvents(events); - shipper.optIn(true); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - } - ); - }); - - test('handles when the fetch request fails', async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "Failed to fetch", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_browser", - "type": "failed", - } - `); - }); - - test('handles when the fetch request fails (request completes but not OK response)', async () => { - fetchMock.mockResolvedValue({ - ok: false, - status: 400, - text: () => Promise.resolve('{"status": "not ok"}'), - }); - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - await jest.advanceTimersByTimeAsync(1000); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - keepalive: true, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "400", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_browser", - "type": "failed", - } - `); - }); -}); diff --git a/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.ts b/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.ts deleted file mode 100644 index c063dcf86a95f..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/browser/src/browser_shipper.ts +++ /dev/null @@ -1,182 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { - BehaviorSubject, - interval, - Subject, - bufferWhen, - concatMap, - skipWhile, - firstValueFrom, - map, - merge, -} from 'rxjs'; -import type { - AnalyticsClientInitContext, - Event, - EventContext, - IShipper, - TelemetryCounter, -} from '../../../../client'; -import { ElasticV3ShipperOptions, ErrorWithCode } from '../../common'; -import { buildHeaders, buildUrl, createTelemetryCounterHelper, eventsToNDJSON } from '../../common'; - -/** - * Elastic V3 shipper to use in the browser. - */ -export class ElasticV3BrowserShipper implements IShipper { - /** Shipper's unique name */ - public static shipperName = 'elastic_v3_browser'; - - /** Observable to emit the stats of the processed events. */ - public readonly telemetryCounter$ = new Subject(); - - private readonly reportTelemetryCounters = createTelemetryCounterHelper( - this.telemetryCounter$, - ElasticV3BrowserShipper.shipperName - ); - private readonly url: string; - - private readonly internalQueue$ = new Subject(); - private readonly flush$ = new Subject(); - private readonly queueFlushed$ = new Subject(); - - private readonly isOptedIn$ = new BehaviorSubject(undefined); - private clusterUuid: string = 'UNKNOWN'; - private licenseId: string | undefined; - - /** - * Creates a new instance of the {@link ElasticV3BrowserShipper}. - * @param options {@link ElasticV3ShipperOptions} - * @param initContext {@link AnalyticsClientInitContext} - */ - constructor( - private readonly options: ElasticV3ShipperOptions, - private readonly initContext: AnalyticsClientInitContext - ) { - this.setUpInternalQueueSubscriber(); - this.url = buildUrl({ - sendTo: options.sendTo ?? initContext.sendTo, - channelName: options.channelName, - }); - } - - /** - * Uses the `cluster_uuid` and `license_id` from the context to hold them in memory for the generation of the headers - * used later on in the HTTP request. - * @param newContext The full new context to set {@link EventContext} - */ - public extendContext(newContext: EventContext) { - if (newContext.cluster_uuid) { - this.clusterUuid = newContext.cluster_uuid; - } - if (newContext.license_id) { - this.licenseId = newContext.license_id; - } - } - - /** - * When `false`, it flushes the internal queue and stops sending events. - * @param isOptedIn `true` for resume sending events. `false` to stop. - */ - public optIn(isOptedIn: boolean) { - this.isOptedIn$.next(isOptedIn); - } - - /** - * Enqueues the events to be sent to in a batched approach. - * @param events batched events {@link Event} - */ - public reportEvents(events: Event[]) { - events.forEach((event) => { - this.internalQueue$.next(event); - }); - } - - /** - * Triggers a flush of the internal queue to attempt to send any events held in the queue - * and resolves the returned promise once the queue is emptied. - */ - public async flush() { - if (this.flush$.isStopped) { - // If called after shutdown, return straight away - return; - } - - const promise = firstValueFrom(this.queueFlushed$); - this.flush$.next(); - await promise; - } - - /** - * Shuts down the shipper. - * Triggers a flush of the internal queue to attempt to send any events held in the queue. - */ - public shutdown() { - this.internalQueue$.complete(); // NOTE: When completing the observable, the buffer logic does not wait and releases any buffered events. - this.flush$.complete(); - } - - private setUpInternalQueueSubscriber() { - this.internalQueue$ - .pipe( - // Buffer events for 1 second or until we have an optIn value - bufferWhen(() => - merge( - this.flush$, - interval(1000).pipe(skipWhile(() => this.isOptedIn$.value === undefined)) - ) - ), - // Send events (one batch at a time) - concatMap(async (events) => { - // Only send if opted-in and there's anything to send - if (this.isOptedIn$.value === true && events.length > 0) { - await this.sendEvents(events); - } - }), - map(() => this.queueFlushed$.next()) - ) - .subscribe(); - } - - private async sendEvents(events: Event[]) { - try { - const code = await this.makeRequest(events); - this.reportTelemetryCounters(events, { code }); - } catch (error) { - this.reportTelemetryCounters(events, { code: error.code, error }); - } - } - - private async makeRequest(events: Event[]): Promise { - const response = await fetch(this.url, { - method: 'POST', - body: eventsToNDJSON(events), - headers: buildHeaders(this.clusterUuid, this.options.version, this.licenseId), - ...(this.options.debug && { query: { debug: true } }), - // Allow the request to outlive the page in case the tab is closed - keepalive: true, - }); - - if (this.options.debug) { - this.initContext.logger.debug( - `[${ElasticV3BrowserShipper.shipperName}]: ${response.status} - ${await response.text()}` - ); - } - - if (!response.ok) { - throw new ErrorWithCode( - `${response.status} - ${await response.text()}`, - `${response.status}` - ); - } - - return `${response.status}`; - } -} diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/README.md b/packages/analytics/ebt/shippers/elastic_v3/common/README.md deleted file mode 100644 index f212c75961d86..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# @kbn/ebt/shippers/elastic_v3/common - -This package holds the common code for the Elastic V3 shippers: - -- Types defining the Shipper configuration `ElasticV3ShipperOptions` -- `buildUrl` utility helps decide which URL to use depending on whether the shipper is configured to send to production or staging. -- `eventsToNdjson` utility converts any array of events to NDJSON format. -- `reportTelemetryCounters` helps with building the TelemetryCounter to emit after processing an event. - -It should be considered an internal package and should not be used other than by the shipper implementations: `@kbn/ebt/shippers/elastic_v3/browser` and `@kbn/ebt/shippers/elastic_v3/server` diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/index.ts b/packages/analytics/ebt/shippers/elastic_v3/common/index.ts deleted file mode 100644 index c832c30664300..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/index.ts +++ /dev/null @@ -1,15 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export { buildHeaders } from './src/build_headers'; -export { buildUrl } from './src/build_url'; -export type { BuildUrlOptions } from './src/build_url'; -export { ErrorWithCode } from './src/error_with_code'; -export { eventsToNDJSON } from './src/events_to_ndjson'; -export { createTelemetryCounterHelper } from './src/report_telemetry_counters'; -export type { ElasticV3ShipperOptions } from './src/types'; diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/build_url.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/build_url.ts deleted file mode 100644 index 6b1ba324f0c37..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/build_url.ts +++ /dev/null @@ -1,28 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -/** The options to build the URL of the V3 API. */ -export interface BuildUrlOptions { - /** Whether to send it to production or staging. */ - sendTo: 'production' | 'staging'; - /** The name of the channel to send the data to. */ - channelName: string; -} - -/** - * Builds the URL for the V3 API. - * @param urlOptions The options to build the URL of the V3 API. - */ -export function buildUrl(urlOptions: BuildUrlOptions): string { - const { sendTo, channelName } = urlOptions; - const baseUrl = - sendTo === 'production' - ? 'https://telemetry.elastic.co' - : 'https://telemetry-staging.elastic.co'; - return `${baseUrl}/v3/send/${channelName}`; -} diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.test.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.test.ts deleted file mode 100644 index 9be5d5bdc762c..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.test.ts +++ /dev/null @@ -1,20 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { ErrorWithCode } from './error_with_code'; - -describe('ErrorWithCode', () => { - const error = new ErrorWithCode('test', 'test_code'); - test('message and code properties are publicly accessible', () => { - expect(error.message).toBe('test'); - expect(error.code).toBe('test_code'); - }); - test('extends error', () => { - expect(error).toBeInstanceOf(Error); - }); -}); diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/events_to_ndjson.test.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/events_to_ndjson.test.ts deleted file mode 100644 index c9bcb58bb1977..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/events_to_ndjson.test.ts +++ /dev/null @@ -1,50 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Event } from '../../../../client'; -import { eventsToNDJSON } from './events_to_ndjson'; - -describe('eventsToNDJSON', () => { - test('works with one event', () => { - const event: Event = { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type', - context: {}, - properties: {}, - }; - - // Mind the extra line at the bottom - expect(eventsToNDJSON([event])).toMatchInlineSnapshot(` - "{\\"timestamp\\":\\"2020-01-01T00:00:00.000Z\\",\\"event_type\\":\\"event_type\\",\\"context\\":{},\\"properties\\":{}} - " - `); - }); - - test('works with many events', () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type', - context: {}, - properties: {}, - }, - { - timestamp: '2020-01-02T00:00:00.000Z', - event_type: 'event_type', - context: {}, - properties: {}, - }, - ]; - - expect(eventsToNDJSON(events)).toMatchInlineSnapshot(` - "{\\"timestamp\\":\\"2020-01-01T00:00:00.000Z\\",\\"event_type\\":\\"event_type\\",\\"context\\":{},\\"properties\\":{}} - {\\"timestamp\\":\\"2020-01-02T00:00:00.000Z\\",\\"event_type\\":\\"event_type\\",\\"context\\":{},\\"properties\\":{}} - " - `); - }); -}); diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.test.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.test.ts deleted file mode 100644 index a720a0c0129a6..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.test.ts +++ /dev/null @@ -1,202 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { firstValueFrom, Subject, take, toArray } from 'rxjs'; -import type { Event, TelemetryCounter } from '../../../../client'; -import { createTelemetryCounterHelper } from './report_telemetry_counters'; - -describe('reportTelemetryCounters', () => { - let reportTelemetryCounters: ReturnType; - let telemetryCounter$: Subject; - - beforeEach(() => { - telemetryCounter$ = new Subject(); - reportTelemetryCounters = createTelemetryCounterHelper(telemetryCounter$, 'my_shipper'); - }); - - test('emits a success counter for one event', async () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$); - - reportTelemetryCounters(events); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Object { - "code": "OK", - "count": 1, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "succeeded", - } - `); - }); - - test('emits a success counter for one event with custom code', async () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$); - - reportTelemetryCounters(events, { code: 'my_code' }); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Object { - "code": "my_code", - "count": 1, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "succeeded", - } - `); - }); - - test('emits a counter with custom type', async () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$); - - reportTelemetryCounters(events, { - type: 'dropped', - code: 'my_code', - }); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Object { - "code": "my_code", - "count": 1, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "dropped", - } - `); - }); - - test('emits a failure counter for one event with error message as a code', async () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$); - - reportTelemetryCounters(events, { - error: new Error('Something went terribly wrong'), - }); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Object { - "code": "Something went terribly wrong", - "count": 1, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "failed", - } - `); - }); - - test('emits a failure counter for one event with custom code', async () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$); - - reportTelemetryCounters(events, { - code: 'my_code', - error: new Error('Something went terribly wrong'), - }); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Object { - "code": "my_code", - "count": 1, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "failed", - } - `); - }); - - test('emits a success counter for multiple events of different types', async () => { - const events: Event[] = [ - // 2 types a - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_a', - context: {}, - properties: {}, - }, - // 1 type b - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'event_type_b', - context: {}, - properties: {}, - }, - ]; - - const counters = firstValueFrom(telemetryCounter$.pipe(take(2), toArray())); - - reportTelemetryCounters(events); - - await expect(counters).resolves.toMatchInlineSnapshot(` - Array [ - Object { - "code": "OK", - "count": 2, - "event_type": "event_type_a", - "source": "my_shipper", - "type": "succeeded", - }, - Object { - "code": "OK", - "count": 1, - "event_type": "event_type_b", - "source": "my_shipper", - "type": "succeeded", - }, - ] - `); - }); -}); diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.ts deleted file mode 100644 index 68260e653e78d..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/report_telemetry_counters.ts +++ /dev/null @@ -1,62 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { Subject } from 'rxjs'; -import type { Event, TelemetryCounter, TelemetryCounterType } from '../../../../client'; - -/** - * Creates a telemetry counter helper to make it easier to generate them - * @param telemetryCounter$ The observable that will be used to emit the telemetry counters - * @param source The name of the shipper that is sending the events. - */ -export function createTelemetryCounterHelper( - telemetryCounter$: Subject, - source: string -) { - /** - * Triggers a telemetry counter for each event type. - * @param events The events to trigger the telemetry counter for. - * @param type The type of telemetry counter to trigger. - * @param code The success or error code for additional detail about the result. - * @param error The error that occurred, if any. - */ - return ( - events: Event[], - { - type, - code, - error, - }: { - type?: TelemetryCounterType; - code?: string; - error?: Error; - } = {} - ) => { - const eventTypeCounts = countEventTypes(events); - Object.entries(eventTypeCounts).forEach(([eventType, count]) => { - telemetryCounter$.next({ - source, - type: type ?? (error ? 'failed' : 'succeeded'), - code: code ?? error?.message ?? 'OK', - count, - event_type: eventType, - }); - }); - }; -} - -function countEventTypes(events: Event[]) { - return events.reduce((acc, event) => { - if (acc[event.event_type]) { - acc[event.event_type] += 1; - } else { - acc[event.event_type] = 1; - } - return acc; - }, {} as Record); -} diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/types.ts b/packages/analytics/ebt/shippers/elastic_v3/common/src/types.ts deleted file mode 100644 index c27aa448119fe..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/types.ts +++ /dev/null @@ -1,29 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -/** - * Options for the Elastic V3 shipper - */ -export interface ElasticV3ShipperOptions { - /** - * The name of the channel to stream all the events to. - */ - channelName: string; - /** - * The product's version. - */ - version: string; - /** - * Provide it to override the Analytics client's default configuration. - */ - sendTo?: 'staging' | 'production'; - /** - * Should show debug information about the requests it makes to the V3 API. - */ - debug?: boolean; -} diff --git a/packages/analytics/ebt/shippers/elastic_v3/server/README.md b/packages/analytics/ebt/shippers/elastic_v3/server/README.md deleted file mode 100644 index 0c27cef5a0023..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/server/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# @kbn/ebt/shippers/elastic_v3/server - -Server-side implementation of the Elastic V3 shipper for the `@kbn/ebt/client`. - -## How to use it - -This module is intended to be used **on the server-side only**. It is specially designed to apply the necessary backpressure mechanisms to prevent the server from getting overloaded with too many events and identify if the server sits behind a firewall to discard any incoming events. Refer to `@kbn/ebt/shippers/elastic_v3/browser` for the browser-side implementation. - -```typescript -import { ElasticV3ServerShipper } from "@kbn/ebt/shippers/elastic_v3/server"; - -analytics.registerShipper(ElasticV3ServerShipper, { channelName: 'myChannel', version: '1.0.0' }); -``` - -## Configuration - -| Name | Description | -|:-------------:|:-------------------------------------------------------------------------------------------| -| `channelName` | The name of the channel to send the events. | -| `version` | The version of the application generating the events. | -| `debug` | When `true`, it logs the responses from the remote Telemetry Service. Defaults to `false`. | - -## Transmission protocol - -This shipper sends the events to the Elastic Internal Telemetry Service. It holds up to 1000 events in a shared queue. Any additional incoming events once it's full will be dropped. It sends the events from the queue in batches of up to 10kB every 10 seconds. When shutting down, it'll send all the remaining events in the queue. diff --git a/packages/analytics/ebt/shippers/elastic_v3/server/index.ts b/packages/analytics/ebt/shippers/elastic_v3/server/index.ts deleted file mode 100644 index c0031aac4b217..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/server/index.ts +++ /dev/null @@ -1,10 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export type { ElasticV3ShipperOptions } from '../common'; -export { ElasticV3ServerShipper } from './src/server_shipper'; diff --git a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.ts b/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.ts deleted file mode 100644 index 1e973ed4c9819..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.ts +++ /dev/null @@ -1,571 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { loggerMock } from '@kbn/logging-mocks'; -import { firstValueFrom } from 'rxjs'; -import type { AnalyticsClientInitContext, Event } from '../../../../client'; -import { fetchMock } from './server_shipper.test.mocks'; -import { ElasticV3ServerShipper } from './server_shipper'; - -const SECONDS = 1000; -const MINUTES = 60 * SECONDS; - -describe('ElasticV3ServerShipper', () => { - const events: Event[] = [ - { - timestamp: '2020-01-01T00:00:00.000Z', - event_type: 'test-event-type', - context: {}, - properties: {}, - }, - ]; - - const initContext: AnalyticsClientInitContext = { - sendTo: 'staging', - isDev: true, - logger: loggerMock.create(), - }; - - let shipper: ElasticV3ServerShipper; - - // eslint-disable-next-line dot-notation - const setLastBatchSent = (ms: number) => (shipper['lastBatchSent'] = ms); - - beforeEach(() => { - jest.useFakeTimers({ legacyFakeTimers: false }); - - shipper = new ElasticV3ServerShipper( - { version: '1.2.3', channelName: 'test-channel', debug: true }, - initContext - ); - // eslint-disable-next-line dot-notation - shipper['firstTimeOffline'] = null; // The tests think connectivity is OK initially for easier testing. - }); - - afterEach(() => { - shipper.shutdown(); - jest.clearAllMocks(); - }); - - test('set optIn should update the isOptedIn$ observable', () => { - // eslint-disable-next-line dot-notation - const getInternalOptIn = () => shipper['isOptedIn$'].value; - - // Initially undefined - expect(getInternalOptIn()).toBeUndefined(); - - shipper.optIn(true); - expect(getInternalOptIn()).toBe(true); - - shipper.optIn(false); - expect(getInternalOptIn()).toBe(false); - }); - - test('clears the queue after optIn: false', () => { - shipper.reportEvents(events); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(1); - - shipper.optIn(false); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(0); - }); - - test('set extendContext should store local values: clusterUuid and licenseId', () => { - // eslint-disable-next-line dot-notation - const getInternalClusterUuid = () => shipper['clusterUuid']; - // eslint-disable-next-line dot-notation - const getInternalLicenseId = () => shipper['licenseId']; - - // Initial values - expect(getInternalClusterUuid()).toBe('UNKNOWN'); - expect(getInternalLicenseId()).toBeUndefined(); - - shipper.extendContext({ cluster_uuid: 'test-cluster-uuid' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid'); - expect(getInternalLicenseId()).toBeUndefined(); - - shipper.extendContext({ license_id: 'test-license-id' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid'); - expect(getInternalLicenseId()).toBe('test-license-id'); - - shipper.extendContext({ cluster_uuid: 'test-cluster-uuid-2', license_id: 'test-license-id-2' }); - expect(getInternalClusterUuid()).toBe('test-cluster-uuid-2'); - expect(getInternalLicenseId()).toBe('test-license-id-2'); - }); - - test('calls to reportEvents do not call `fetch` straight away', () => { - shipper.reportEvents(events); - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to reportEvents do not call `fetch` after 10 minutes because no optIn value is set yet', async () => { - shipper.reportEvents(events); - await jest.advanceTimersByTimeAsync(10 * MINUTES); - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to reportEvents call `fetch` after 10 seconds when optIn value is set to true', async () => { - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "succeeded", - } - `); - }); - - test('calls to reportEvents do not call `fetch` after 10 seconds when optIn value is set to false', async () => { - shipper.reportEvents(events); - shipper.optIn(false); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).not.toHaveBeenCalled(); - }); - - test('calls to reportEvents call `fetch` when shutting down if optIn value is set to true', async () => { - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - shipper.shutdown(); - jest.advanceTimersToNextTimer(); // We are handling the shutdown in a promise, so we need to wait for the next tick. - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "succeeded", - } - `); - }); - - test('does not add the query.debug: true property to the request if the shipper is not set with the debug flag', async () => { - shipper = new ElasticV3ServerShipper( - { version: '1.2.3', channelName: 'test-channel' }, - initContext - ); - // eslint-disable-next-line dot-notation - shipper['firstTimeOffline'] = null; - shipper.reportEvents(events); - shipper.optIn(true); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - } - ); - }); - - test('sends when the queue overflows the 10kB leaky bucket one batch every 10s', async () => { - expect.assertions(2 * 9 + 2); - - shipper.reportEvents(new Array(1000).fill(events[0])); - shipper.optIn(true); - - // Due to the size of the test events, it matches 8 rounds. - for (let i = 0; i < 9; i++) { - const counter = firstValueFrom(shipper.telemetryCounter$); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenNthCalledWith( - i + 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: new Array(103) - .fill( - '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n' - ) - .join(''), - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "200", - "count": 103, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "succeeded", - } - `); - jest.advanceTimersToNextTimer(); - } - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(1000 - 9 * 103); // 73 - - // If we call it again, it should not enqueue all the events (only the ones to fill the queue): - shipper.reportEvents(new Array(1000).fill(events[0])); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(1000); - }); - - test('handles when the fetch request fails', async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "Failed to fetch", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "failed", - } - `); - }); - - test('handles when the fetch request fails (request completes but not OK response)', async () => { - fetchMock.mockResolvedValueOnce({ - ok: false, - status: 400, - text: () => Promise.resolve('{"status": "not ok"}'), - }); - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "400", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "failed", - } - `); - }); - - describe('Connectivity Checks', () => { - describe('connectivity check when connectivity is confirmed (firstTimeOffline === null)', () => { - test.each([undefined, false, true])('does not run for opt-in %p', async (optInValue) => { - if (optInValue !== undefined) { - shipper.optIn(optInValue); - } - - // From the start, it doesn't check connectivity because already confirmed - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - - // Wait a big time (1 minute should be enough, but for the sake of tests...) - await jest.advanceTimersByTimeAsync(10 * MINUTES); - - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - }); - - describe('connectivity check with initial unknown state of the connectivity', () => { - beforeEach(() => { - // eslint-disable-next-line dot-notation - shipper['firstTimeOffline'] = undefined; // Initial unknown state of the connectivity - }); - - test.each([undefined, false])('does not run for opt-in %p', async (optInValue) => { - if (optInValue !== undefined) { - shipper.optIn(optInValue); - } - - // From the start, it doesn't check connectivity because already confirmed - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - - // Wait a big time (1 minute should be enough, but for the sake of tests...) - await jest.advanceTimersByTimeAsync(10 * MINUTES); - - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - - test('runs as soon as opt-in is set to true', () => { - shipper.optIn(true); - - // From the start, it doesn't check connectivity because opt-in is not true - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - }); - - describe('connectivity check with the connectivity confirmed to be faulty', () => { - beforeEach(() => { - // eslint-disable-next-line dot-notation - shipper['firstTimeOffline'] = 100; // Failed at some point - }); - - test.each([undefined, false])('does not run for opt-in %p', async (optInValue) => { - if (optInValue !== undefined) { - shipper.optIn(optInValue); - } - - // From the start, it doesn't check connectivity because already confirmed - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - - // Wait a big time (1 minute should be enough, but for the sake of tests...) - await jest.advanceTimersByTimeAsync(10 * MINUTES); - - expect(fetchMock).not.toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - - test('runs as soon as opt-in is set to true', () => { - shipper.optIn(true); - - // From the start, it doesn't check connectivity because opt-in is not true - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - }); - - describe('after report failure', () => { - // generate the report failure for each test - beforeEach(async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - shipper.reportEvents(events); - shipper.optIn(true); - const counter = firstValueFrom(shipper.telemetryCounter$); - setLastBatchSent(Date.now() - 10 * SECONDS); - await jest.advanceTimersByTimeAsync(1 * SECONDS); // Moving 1 second should be enough to trigger the logic - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - await expect(counter).resolves.toMatchInlineSnapshot(` - Object { - "code": "Failed to fetch", - "count": 1, - "event_type": "test-event-type", - "source": "elastic_v3_server", - "type": "failed", - } - `); - }); - - test('connectivity check runs periodically', async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - await jest.advanceTimersByTimeAsync(1 * MINUTES); - expect(fetchMock).toHaveBeenNthCalledWith( - 2, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - fetchMock.mockResolvedValueOnce({ ok: false }); - await jest.advanceTimersByTimeAsync(2 * MINUTES); - expect(fetchMock).toHaveBeenNthCalledWith( - 3, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - }); - - describe('after being offline for longer than 24h', () => { - beforeEach(() => { - shipper.optIn(true); - shipper.reportEvents(events); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(1); - // eslint-disable-next-line dot-notation - shipper['firstTimeOffline'] = 100; - }); - - test('the following connectivity check clears the queue', async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - await jest.advanceTimersByTimeAsync(1 * MINUTES); - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(0); - }); - - test('new events are not added to the queue', async () => { - fetchMock.mockRejectedValueOnce(new Error('Failed to fetch')); - await jest.advanceTimersByTimeAsync(1 * MINUTES); - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(0); - - shipper.reportEvents(events); - // eslint-disable-next-line dot-notation - expect(shipper['internalQueue'].length).toBe(0); - }); - - test('regains the connection', async () => { - fetchMock.mockResolvedValueOnce({ ok: true }); - await jest.advanceTimersByTimeAsync(1 * MINUTES); - expect(fetchMock).toHaveBeenNthCalledWith( - 1, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - // eslint-disable-next-line dot-notation - expect(shipper['firstTimeOffline']).toBe(null); - - await jest.advanceTimersByTimeAsync(10 * MINUTES); - expect(fetchMock).not.toHaveBeenNthCalledWith( - 2, - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { method: 'OPTIONS' } - ); - }); - }); - }); - - describe('flush method', () => { - test('resolves straight away if it should not send anything', async () => { - await expect(shipper.flush()).resolves.toBe(undefined); - }); - - test('resolves when all the ongoing requests are complete', async () => { - shipper.optIn(true); - shipper.reportEvents(events); - expect(fetchMock).toHaveBeenCalledTimes(0); - fetchMock.mockImplementation(async () => { - // eslint-disable-next-line dot-notation - expect(shipper['inFlightRequests$'].value).toBe(1); - }); - await expect(shipper.flush()).resolves.toBe(undefined); - expect(fetchMock).toHaveBeenCalledWith( - 'https://telemetry-staging.elastic.co/v3/send/test-channel', - { - body: '{"timestamp":"2020-01-01T00:00:00.000Z","event_type":"test-event-type","context":{},"properties":{}}\n', - headers: { - 'content-type': 'application/x-ndjson', - 'x-elastic-cluster-id': 'UNKNOWN', - 'x-elastic-stack-version': '1.2.3', - }, - method: 'POST', - query: { debug: true }, - } - ); - }); - - test('calling flush multiple times does not keep hanging', async () => { - await expect(shipper.flush()).resolves.toBe(undefined); - await expect(shipper.flush()).resolves.toBe(undefined); - await Promise.all([shipper.flush(), shipper.flush()]); - }); - - test('calling flush after shutdown does not keep hanging', async () => { - shipper.shutdown(); - await expect(shipper.flush()).resolves.toBe(undefined); - }); - }); -}); diff --git a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.ts b/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.ts deleted file mode 100644 index d3b54da3314cf..0000000000000 --- a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.ts +++ /dev/null @@ -1,370 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import fetch from 'node-fetch'; -import { - filter, - Subject, - ReplaySubject, - interval, - merge, - timer, - retryWhen, - tap, - delayWhen, - takeUntil, - map, - BehaviorSubject, - exhaustMap, - mergeMap, - skip, - firstValueFrom, -} from 'rxjs'; -import { - type ElasticV3ShipperOptions, - buildHeaders, - buildUrl, - createTelemetryCounterHelper, - eventsToNDJSON, - ErrorWithCode, -} from '../../common'; -import type { - AnalyticsClientInitContext, - Event, - EventContext, - IShipper, - TelemetryCounter, -} from '../../../../client'; - -const SECOND = 1000; -const MINUTE = 60 * SECOND; -const HOUR = 60 * MINUTE; -const KIB = 1024; -const MAX_NUMBER_OF_EVENTS_IN_INTERNAL_QUEUE = 1000; -const MIN_TIME_SINCE_LAST_SEND = 10 * SECOND; - -/** - * Elastic V3 shipper to use on the server side. - */ -export class ElasticV3ServerShipper implements IShipper { - /** Shipper's unique name */ - public static shipperName = 'elastic_v3_server'; - - /** Observable to emit the stats of the processed events. */ - public readonly telemetryCounter$ = new Subject(); - - private readonly reportTelemetryCounters = createTelemetryCounterHelper( - this.telemetryCounter$, - ElasticV3ServerShipper.shipperName - ); - - private readonly internalQueue: Event[] = []; - private readonly shutdown$ = new ReplaySubject(1); - private readonly flush$ = new Subject(); - private readonly inFlightRequests$ = new BehaviorSubject(0); - private readonly isOptedIn$ = new BehaviorSubject(undefined); - - private readonly url: string; - - private lastBatchSent = Date.now(); - - private clusterUuid: string = 'UNKNOWN'; - private licenseId?: string; - - /** - * Specifies when it went offline: - * - `undefined` means it doesn't know yet whether it is online or offline - * - `null` means it's online - * - `number` means it's offline since that time - * @private - */ - private firstTimeOffline?: number | null; - - /** - * Creates a new instance of the {@link ElasticV3ServerShipper}. - * @param options {@link ElasticV3ShipperOptions} - * @param initContext {@link AnalyticsClientInitContext} - */ - constructor( - private readonly options: ElasticV3ShipperOptions, - private readonly initContext: AnalyticsClientInitContext - ) { - this.url = buildUrl({ - sendTo: options.sendTo ?? initContext.sendTo, - channelName: options.channelName, - }); - this.setInternalSubscriber(); - this.checkConnectivity(); - } - - /** - * Uses the `cluster_uuid` and `license_id` from the context to hold them in memory for the generation of the headers - * used later on in the HTTP request. - * @param newContext The full new context to set {@link EventContext} - */ - public extendContext(newContext: EventContext) { - if (newContext.cluster_uuid) { - this.clusterUuid = newContext.cluster_uuid; - } - if (newContext.license_id) { - this.licenseId = newContext.license_id; - } - } - - /** - * When `false`, it flushes the internal queue and stops sending events. - * @param isOptedIn `true` for resume sending events. `false` to stop. - */ - public optIn(isOptedIn: boolean) { - this.isOptedIn$.next(isOptedIn); - - if (isOptedIn === false) { - this.internalQueue.length = 0; - } - } - - /** - * Enqueues the events to be sent via the leaky bucket algorithm. - * @param events batched events {@link Event} - */ - public reportEvents(events: Event[]) { - // If opted out OR offline for longer than 24 hours, skip processing any events. - if ( - this.isOptedIn$.value === false || - (this.firstTimeOffline && Date.now() - this.firstTimeOffline > 24 * HOUR) - ) { - return; - } - - const freeSpace = MAX_NUMBER_OF_EVENTS_IN_INTERNAL_QUEUE - this.internalQueue.length; - - // As per design, we only want store up-to 1000 events at a time. Drop anything that goes beyond that limit - if (freeSpace < events.length) { - const toDrop = events.length - freeSpace; - const droppedEvents = events.splice(-toDrop, toDrop); - this.reportTelemetryCounters(droppedEvents, { - type: 'dropped', - code: 'queue_full', - }); - } - - this.internalQueue.push(...events); - } - - /** - * Triggers a flush of the internal queue to attempt to send any events held in the queue - * and resolves the returned promise once the queue is emptied. - */ - public async flush() { - if (this.flush$.isStopped) { - // If called after shutdown, return straight away - return; - } - - const promise = firstValueFrom( - this.inFlightRequests$.pipe( - skip(1), // Skipping the first value because BehaviourSubjects always emit the current value on subscribe. - filter((count) => count === 0) // Wait until all the inflight requests are completed. - ) - ); - this.flush$.next(); - await promise; - } - - /** - * Shuts down the shipper. - * Triggers a flush of the internal queue to attempt to send any events held in the queue. - */ - public shutdown() { - this.shutdown$.next(); - this.flush$.complete(); - this.shutdown$.complete(); - this.isOptedIn$.complete(); - } - - /** - * Checks the server has connectivity to the remote endpoint. - * The frequency of the connectivity tests will back off, starting with 1 minute, and multiplying by 2 - * until it reaches 1 hour. Then, it’ll keep the 1h frequency until it reaches 24h without connectivity. - * At that point, it clears the queue and stops accepting events in the queue. - * The connectivity checks will continue to happen every 1 hour just in case it regains it at any point. - * @private - */ - private checkConnectivity() { - let backoff = 1 * MINUTE; - merge( - timer(0, 1 * MINUTE), - // Also react to opt-in changes to avoid being stalled for 1 minute for the first connectivity check. - // More details in: https://github.com/elastic/kibana/issues/135647 - this.isOptedIn$ - ) - .pipe( - takeUntil(this.shutdown$), - filter(() => this.isOptedIn$.value === true && this.firstTimeOffline !== null), - // Using exhaustMap here because one request at a time is enough to check the connectivity. - exhaustMap(async () => { - const { ok } = await fetch(this.url, { - method: 'OPTIONS', - }); - - if (!ok) { - throw new Error(`Failed to connect to ${this.url}`); - } - - this.firstTimeOffline = null; - backoff = 1 * MINUTE; - }), - retryWhen((errors) => - errors.pipe( - takeUntil(this.shutdown$), - tap(() => { - if (!this.firstTimeOffline) { - this.firstTimeOffline = Date.now(); - } else if (Date.now() - this.firstTimeOffline > 24 * HOUR) { - this.internalQueue.length = 0; - } - backoff = backoff * 2; - if (backoff > 1 * HOUR) { - backoff = 1 * HOUR; - } - }), - delayWhen(() => timer(backoff)) - ) - ) - ) - .subscribe(); - } - - private setInternalSubscriber() { - // Create an emitter that emits when MIN_TIME_SINCE_LAST_SEND have passed since the last time we sent the data - const minimumTimeSinceLastSent$ = interval(SECOND).pipe( - filter(() => Date.now() - this.lastBatchSent >= MIN_TIME_SINCE_LAST_SEND) - ); - - merge( - minimumTimeSinceLastSent$.pipe( - takeUntil(this.shutdown$), - map(() => ({ shouldFlush: false })) - ), - // Whenever a `flush` request comes in - this.flush$.pipe(map(() => ({ shouldFlush: true }))), - // Attempt to send one last time on shutdown, flushing the queue - this.shutdown$.pipe(map(() => ({ shouldFlush: true }))) - ) - .pipe( - // Only move ahead if it's opted-in and online, and there are some events in the queue - filter(() => { - const shouldSendAnything = - this.isOptedIn$.value === true && - this.firstTimeOffline === null && - this.internalQueue.length > 0; - - // If it should not send anything, re-emit the inflight request observable just in case it's already 0 - if (!shouldSendAnything) { - this.inFlightRequests$.next(this.inFlightRequests$.value); - } - - return shouldSendAnything; - }), - - // Send the events: - // 1. Set lastBatchSent and retrieve the events to send (clearing the queue) in a synchronous operation to avoid race conditions. - map(({ shouldFlush }) => { - this.lastBatchSent = Date.now(); - return this.getEventsToSend(shouldFlush); - }), - // 2. Skip empty buffers (just to be sure) - filter((events) => events.length > 0), - // 3. Actually send the events - // Using `mergeMap` here because we want to send events whenever the emitter says so: - // We don't want to skip emissions (exhaustMap) or enqueue them (concatMap). - mergeMap((eventsToSend) => this.sendEvents(eventsToSend)) - ) - .subscribe(); - } - - /** - * Calculates the size of the queue in bytes. - * @returns The number of bytes held in the queue. - * @private - */ - private getQueueByteSize(queue: Event[]) { - return queue.reduce((acc, event) => { - return acc + this.getEventSize(event); - }, 0); - } - - /** - * Calculates the size of the event in bytes. - * @param event The event to calculate the size of. - * @returns The number of bytes held in the event. - * @private - */ - private getEventSize(event: Event) { - return Buffer.from(JSON.stringify(event)).length; - } - - /** - * Returns a queue of events of up-to 10kB. Or all events in the queue if it's a FLUSH action. - * @remarks It mutates the internal queue by removing from it the events returned by this method. - * @private - */ - private getEventsToSend(shouldFlush: boolean): Event[] { - // If the internal queue is already smaller than the minimum batch size, or it's a flush action, do a direct assignment. - if (shouldFlush || this.getQueueByteSize(this.internalQueue) < 10 * KIB) { - return this.internalQueue.splice(0, this.internalQueue.length); - } - // Otherwise, we'll feed the events to the leaky bucket queue until we reach 10kB. - const queue: Event[] = []; - let queueByteSize = 0; - while (queueByteSize < 10 * KIB) { - const event = this.internalQueue.shift()!; - queueByteSize += this.getEventSize(event); - queue.push(event); - } - return queue; - } - - private async sendEvents(events: Event[]) { - this.initContext.logger.debug(`Reporting ${events.length} events...`); - this.inFlightRequests$.next(this.inFlightRequests$.value + 1); - try { - const code = await this.makeRequest(events); - this.reportTelemetryCounters(events, { code }); - this.initContext.logger.debug(`Reported ${events.length} events...`); - } catch (error) { - this.initContext.logger.debug(`Failed to report ${events.length} events...`); - this.initContext.logger.debug(error); - this.reportTelemetryCounters(events, { code: error.code, error }); - this.firstTimeOffline = undefined; - } - this.inFlightRequests$.next(Math.max(0, this.inFlightRequests$.value - 1)); - } - - private async makeRequest(events: Event[]): Promise { - const response = await fetch(this.url, { - method: 'POST', - body: eventsToNDJSON(events), - headers: buildHeaders(this.clusterUuid, this.options.version, this.licenseId), - ...(this.options.debug && { query: { debug: true } }), - }); - - if (this.options.debug) { - this.initContext.logger.debug(`${response.status} - ${await response.text()}`); - } - - if (!response.ok) { - throw new ErrorWithCode( - `${response.status} - ${await response.text()}`, - `${response.status}` - ); - } - - return `${response.status}`; - } -} diff --git a/packages/analytics/ebt/shippers/fullstory/README.md b/packages/analytics/ebt/shippers/fullstory/README.md deleted file mode 100644 index a1e557a7600b8..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# @kbn/ebt/shippers/fullstory - -FullStory implementation as a shipper for the `@kbn/ebt/client`. - -## How to use it - -This module is intended to be used **on the browser only**. It does not support server-side events. - -```typescript -import { FullStoryShipper } from "@kbn/ebt/shippers/fullstory"; - -analytics.registerShipper(FullStoryShipper, { fullStoryOrgId: '12345' }) -``` - -## Configuration - -| Name | Description | -|:----------------:|:----------------------------------------------------------------------------------------------------------------------------------| -| `fullStoryOrgId` | FullStory account ID | -| `host` | The host to send the data to. Used to overcome AdBlockers by using custom DNSs. If not specified, it defaults to `fullstory.com`. | -| `scriptUrl` | The URL to load the FullStory client from. Falls back to `edge.fullstory.com/s/fs.js` if not specified. | -| `debug` | Whether the debug logs should be printed to the console. Defaults to `false`. | -| `namespace` | The name of the variable where the API is stored: `window[namespace]`. Defaults to `FS`. | - -## FullStory Custom Events Rate Limits - -FullStory limits the number of custom events that can be sent per second ([docs](https://help.fullstory.com/hc/en-us/articles/360020623234#custom-property-rate-limiting)). In order to comply with that limit, this shipper will only emit the event types registered in the allow-list defined in the constant [CUSTOM_EVENT_TYPES_ALLOWLIST](./src/fullstory_shipper.ts). We may change this behaviour in the future to a remotely-controlled list of events or rely on the opt-in _cherry-pick_ config mechanism of the Analytics Client. - -## Transmission protocol - -This shipper relies on FullStory official snippet. The internals about how it transfers the data are not documented. diff --git a/packages/analytics/ebt/shippers/fullstory/index.ts b/packages/analytics/ebt/shippers/fullstory/index.ts deleted file mode 100644 index 18c8ba5d36c26..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/index.ts +++ /dev/null @@ -1,11 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export { FullStoryShipper } from './src/fullstory_shipper'; -export type { FullStoryShipperConfig } from './src/fullstory_shipper'; -export type { FullStorySnippetConfig } from './src/load_snippet'; diff --git a/packages/analytics/ebt/shippers/fullstory/src/format_payload.test.ts b/packages/analytics/ebt/shippers/fullstory/src/format_payload.test.ts deleted file mode 100644 index 6f9ad05bc9da7..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/format_payload.test.ts +++ /dev/null @@ -1,146 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { formatPayload } from './format_payload'; - -describe('formatPayload', () => { - test('appends `_str` to string values', () => { - const payload = { - foo: 'bar', - baz: ['qux'], - }; - - expect(formatPayload(payload)).toEqual({ - foo_str: payload.foo, - baz_strs: payload.baz, - }); - }); - - test('appends `_int` to integer values', () => { - const payload = { - foo: 1, - baz: [100000], - }; - - expect(formatPayload(payload)).toEqual({ - foo_int: payload.foo, - baz_ints: payload.baz, - }); - }); - - test('appends `_real` to integer values', () => { - const payload = { - foo: 1.5, - baz: [100000.5], - }; - - expect(formatPayload(payload)).toEqual({ - foo_real: payload.foo, - baz_reals: payload.baz, - }); - }); - - test('appends `_bool` to booleans values', () => { - const payload = { - foo: true, - baz: [false], - }; - - expect(formatPayload(payload)).toEqual({ - foo_bool: payload.foo, - baz_bools: payload.baz, - }); - }); - - test('appends `_date` to Date values', () => { - const payload = { - foo: new Date(), - baz: [new Date()], - }; - - expect(formatPayload(payload)).toEqual({ - foo_date: payload.foo, - baz_dates: payload.baz, - }); - }); - - test('supports nested values', () => { - const payload = { - nested: { - foo: 'bar', - baz: ['qux'], - }, - }; - - expect(formatPayload(payload)).toEqual({ - nested: { - foo_str: payload.nested.foo, - baz_strs: payload.nested.baz, - }, - }); - }); - - test('does not mutate reserved keys', () => { - const payload = { - uid: 'uid', - displayName: 'displayName', - email: 'email', - acctId: 'acctId', - website: 'website', - pageName: 'pageName', - }; - - expect(formatPayload(payload)).toEqual(payload); - }); - - test('removes undefined values', () => { - const payload = { - foo: undefined, - baz: [undefined], - }; - - expect(formatPayload(payload)).toEqual({}); - }); - - test('throws if null is provided', () => { - const payload = { - foo: null, - baz: [null], - }; - - expect(() => formatPayload(payload)).toThrowErrorMatchingInlineSnapshot( - `"Unsupported type: object"` - ); - }); - - describe('String to Date identification', () => { - test('appends `_date` to ISO string values', () => { - const payload = { - foo: new Date().toISOString(), - baz: [new Date().toISOString()], - }; - - expect(formatPayload(payload)).toEqual({ - foo_date: payload.foo, - baz_dates: payload.baz, - }); - }); - - test('appends `_str` to random string values', () => { - const payload = { - foo: 'test-1', - baz: ['test-1'], - }; - - expect(formatPayload(payload)).toEqual({ - foo_str: payload.foo, - baz_strs: payload.baz, - }); - }); - }); -}); diff --git a/packages/analytics/ebt/shippers/fullstory/src/format_payload.ts b/packages/analytics/ebt/shippers/fullstory/src/format_payload.ts deleted file mode 100644 index 03873617af8fc..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/format_payload.ts +++ /dev/null @@ -1,84 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import moment from 'moment'; - -// https://help.fullstory.com/hc/en-us/articles/360020623234#reserved-properties -const FULLSTORY_RESERVED_PROPERTIES = [ - 'uid', - 'displayName', - 'email', - 'acctId', - 'website', - // https://developer.fullstory.com/page-variables - 'pageName', -]; - -export function formatPayload(context: object): Record { - // format context keys as required for env vars, see docs: https://help.fullstory.com/hc/en-us/articles/360020623234 - return Object.fromEntries( - Object.entries(context) - // Discard any undefined values - .map<[string, unknown]>(([key, value]) => { - return Array.isArray(value) - ? [key, value.filter((v) => typeof v !== 'undefined')] - : [key, value]; - }) - .filter( - ([, value]) => typeof value !== 'undefined' && (!Array.isArray(value) || value.length > 0) - ) - // Transform key names according to the FullStory needs - .map(([key, value]) => { - if (FULLSTORY_RESERVED_PROPERTIES.includes(key)) { - return [key, value]; - } - if (isRecord(value)) { - return [key, formatPayload(value)]; - } - const valueType = getFullStoryType(value); - const formattedKey = valueType ? `${key}_${valueType}` : key; - return [formattedKey, value]; - }) - ); -} - -function getFullStoryType(value: unknown) { - // For arrays, make the decision based on the first element - const isArray = Array.isArray(value); - const v = isArray ? value[0] : value; - let type: string; - switch (typeof v) { - case 'string': - type = moment(v, moment.ISO_8601, true).isValid() ? 'date' : 'str'; - break; - case 'number': - type = Number.isInteger(v) ? 'int' : 'real'; - break; - case 'boolean': - type = 'bool'; - break; - case 'object': - if (isDate(v)) { - type = 'date'; - break; - } - default: - throw new Error(`Unsupported type: ${typeof v}`); - } - - // convert to plural form for arrays - return isArray ? `${type}s` : type; -} - -function isRecord(value: unknown): value is Record { - return typeof value === 'object' && value !== null && !Array.isArray(value) && !isDate(value); -} - -function isDate(value: unknown): value is Date { - return value instanceof Date; -} diff --git a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.mocks.ts b/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.mocks.ts deleted file mode 100644 index 7608606c39395..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.mocks.ts +++ /dev/null @@ -1,32 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import * as RxJS from 'rxjs'; -import type { FullStoryApi } from './types'; - -export const fullStoryApiMock: jest.Mocked = { - identify: jest.fn(), - setUserVars: jest.fn(), - setVars: jest.fn(), - consent: jest.fn(), - restart: jest.fn(), - shutdown: jest.fn(), - event: jest.fn(), -}; -jest.doMock('./load_snippet', () => { - return { - loadSnippet: () => fullStoryApiMock, - }; -}); - -jest.doMock('rxjs', () => { - return { - ...RxJS, - debounceTime: () => RxJS.identity, - }; -}); diff --git a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.ts b/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.ts deleted file mode 100644 index 88f53fd7f837d..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.test.ts +++ /dev/null @@ -1,227 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { loggerMock } from '@kbn/logging-mocks'; -import { fullStoryApiMock } from './fullstory_shipper.test.mocks'; -import { FullStoryShipper } from './fullstory_shipper'; - -describe('FullStoryShipper', () => { - let fullstoryShipper: FullStoryShipper; - - beforeEach(() => { - jest.resetAllMocks(); - fullstoryShipper = new FullStoryShipper( - { - debug: true, - fullStoryOrgId: 'test-org-id', - }, - { - logger: loggerMock.create(), - sendTo: 'staging', - isDev: true, - } - ); - }); - - afterEach(() => { - fullstoryShipper.shutdown(); - }); - - describe('extendContext', () => { - describe('FS.identify', () => { - test('calls `identify` when the userId is provided', () => { - const userId = 'test-user-id'; - fullstoryShipper.extendContext({ userId }); - expect(fullStoryApiMock.identify).toHaveBeenCalledWith(userId); - }); - - test('calls `identify` again only if the userId changes', () => { - const userId = 'test-user-id'; - fullstoryShipper.extendContext({ userId }); - expect(fullStoryApiMock.identify).toHaveBeenCalledTimes(1); - expect(fullStoryApiMock.identify).toHaveBeenCalledWith(userId); - - fullstoryShipper.extendContext({ userId }); - expect(fullStoryApiMock.identify).toHaveBeenCalledTimes(1); // still only called once - - fullstoryShipper.extendContext({ userId: `${userId}-1` }); - expect(fullStoryApiMock.identify).toHaveBeenCalledTimes(2); // called again because the user changed - expect(fullStoryApiMock.identify).toHaveBeenCalledWith(`${userId}-1`); - }); - }); - - describe('FS.setUserVars', () => { - test('calls `setUserVars` when isElasticCloudUser: true is provided', () => { - fullstoryShipper.extendContext({ isElasticCloudUser: true }); - expect(fullStoryApiMock.setUserVars).toHaveBeenCalledWith({ - // eslint-disable-next-line @typescript-eslint/naming-convention - isElasticCloudUser_bool: true, - }); - }); - - test('calls `setUserVars` when isElasticCloudUser: false is provided', () => { - fullstoryShipper.extendContext({ isElasticCloudUser: false }); - expect(fullStoryApiMock.setUserVars).toHaveBeenCalledWith({ - // eslint-disable-next-line @typescript-eslint/naming-convention - isElasticCloudUser_bool: false, - }); - }); - }); - - describe('FS.setVars', () => { - test('calls `setVars` when version is provided', () => { - fullstoryShipper.extendContext({ version: '1.2.3' }); - expect(fullStoryApiMock.setVars).toHaveBeenCalledWith('page', { - version_str: '1.2.3', - version_major_int: 1, - version_minor_int: 2, - version_patch_int: 3, - }); - }); - - test('calls `setVars` when cloudId is provided', () => { - fullstoryShipper.extendContext({ cloudId: 'test-es-org-id' }); - expect(fullStoryApiMock.setVars).toHaveBeenCalledWith('page', { - // eslint-disable-next-line @typescript-eslint/naming-convention - cloudId_str: 'test-es-org-id', - }); - }); - - test('merges both: version and cloudId if both are provided', () => { - fullstoryShipper.extendContext({ version: '1.2.3', cloudId: 'test-es-org-id' }); - expect(fullStoryApiMock.setVars).toHaveBeenCalledWith('page', { - // eslint-disable-next-line @typescript-eslint/naming-convention - cloudId_str: 'test-es-org-id', - version_str: '1.2.3', - version_major_int: 1, - version_minor_int: 2, - version_patch_int: 3, - }); - }); - - test('adds the rest of the context to `setVars` (only if they match one of the valid keys)', () => { - const context = { - userId: 'test-user-id', - version: '1.2.3', - cloudId: 'test-es-org-id', - labels: { serverless: 'test' }, - foo: 'bar', - }; - fullstoryShipper.extendContext(context); - expect(fullStoryApiMock.setVars).toHaveBeenCalledWith('page', { - version_str: '1.2.3', - version_major_int: 1, - version_minor_int: 2, - version_patch_int: 3, - // eslint-disable-next-line @typescript-eslint/naming-convention - cloudId_str: 'test-es-org-id', - labels: { serverless_str: 'test' }, - }); - }); - - test('emits once only if nothing changes', () => { - const context = { - userId: 'test-user-id', - version: '1.2.3', - cloudId: 'test-es-org-id', - labels: { serverless: 'test' }, - foo: 'bar', - }; - fullstoryShipper.extendContext(context); - fullstoryShipper.extendContext(context); - expect(fullStoryApiMock.setVars).toHaveBeenCalledTimes(1); - fullstoryShipper.extendContext(context); - expect(fullStoryApiMock.setVars).toHaveBeenCalledTimes(1); - }); - }); - }); - - describe('optIn', () => { - test('should call consent true and restart when isOptIn: true', () => { - fullstoryShipper.optIn(true); - expect(fullStoryApiMock.consent).toHaveBeenCalledWith(true); - expect(fullStoryApiMock.restart).toHaveBeenCalled(); - }); - - test('should call consent false and shutdown when isOptIn: false', () => { - fullstoryShipper.optIn(false); - expect(fullStoryApiMock.consent).toHaveBeenCalledWith(false); - expect(fullStoryApiMock.shutdown).toHaveBeenCalled(); - }); - }); - - describe('reportEvents', () => { - test('calls the API once per event in the array with the properties transformed', () => { - fullstoryShipper.reportEvents([ - { - event_type: 'test-event-1', - timestamp: '2020-01-01T00:00:00.000Z', - properties: { test: 'test-1' }, - context: { pageName: 'test-page-1' }, - }, - { - event_type: 'test-event-2', - timestamp: '2020-01-01T00:00:00.000Z', - properties: { other_property: 'test-2' }, - context: { pageName: 'test-page-1' }, - }, - ]); - - expect(fullStoryApiMock.event).toHaveBeenCalledTimes(2); - expect(fullStoryApiMock.event).toHaveBeenCalledWith('test-event-1', { - test_str: 'test-1', - }); - expect(fullStoryApiMock.event).toHaveBeenCalledWith('test-event-2', { - other_property_str: 'test-2', - }); - }); - - test('filters the events by the allow-list', () => { - fullstoryShipper = new FullStoryShipper( - { - eventTypesAllowlist: ['valid-event-1', 'valid-event-2'], - debug: true, - fullStoryOrgId: 'test-org-id', - }, - { - logger: loggerMock.create(), - sendTo: 'staging', - isDev: true, - } - ); - fullstoryShipper.reportEvents([ - { - event_type: 'test-event-1', // Should be filtered out. - timestamp: '2020-01-01T00:00:00.000Z', - properties: { test: 'test-1' }, - context: { pageName: 'test-page-1' }, - }, - { - event_type: 'valid-event-1', - timestamp: '2020-01-01T00:00:00.000Z', - properties: { test: 'test-1' }, - context: { pageName: 'test-page-1' }, - }, - { - event_type: 'valid-event-2', - timestamp: '2020-01-01T00:00:00.000Z', - properties: { test: 'test-2' }, - context: { pageName: 'test-page-1' }, - }, - ]); - - expect(fullStoryApiMock.event).toHaveBeenCalledTimes(2); - expect(fullStoryApiMock.event).toHaveBeenCalledWith('valid-event-1', { - test_str: 'test-1', - }); - expect(fullStoryApiMock.event).toHaveBeenCalledWith('valid-event-2', { - test_str: 'test-2', - }); - }); - }); -}); diff --git a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.ts b/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.ts deleted file mode 100644 index c078348368eb0..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/fullstory_shipper.ts +++ /dev/null @@ -1,235 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { Subject, distinct, debounceTime, map, filter, Subscription } from 'rxjs'; -import { get, has } from 'lodash'; -import { set } from '@kbn/safer-lodash-set'; -import type { AnalyticsClientInitContext, EventContext, Event, IShipper } from '../../../client'; -import type { FullStoryApi } from './types'; -import type { FullStorySnippetConfig } from './load_snippet'; -import { formatPayload } from './format_payload'; -import { loadSnippet } from './load_snippet'; -import { getParsedVersion } from './get_parsed_version'; - -const PAGE_VARS_KEYS = [ - // Page-specific keys - 'pageName', - 'page', - 'entityId', - 'applicationId', - - // Deployment-specific keys - 'version', // x4, split to version_major, version_minor, version_patch for easier filtering - 'buildSha', // Useful for Serverless - 'cloudId', - 'deploymentId', - 'projectId', // projectId and deploymentId are mutually exclusive. They shouldn't be sent in the same offering. - 'cluster_name', - 'cluster_uuid', - 'cluster_version', - 'labels.serverless', - 'license_id', - 'license_status', - 'license_type', - - // Session-specific - 'session_id', - 'preferred_languages', -] as const; - -/** - * FullStory shipper configuration. - */ -export interface FullStoryShipperConfig extends FullStorySnippetConfig { - /** - * FullStory's custom events rate limit is very aggressive. - * If this setting is provided, it'll only send the event types specified in this list. - */ - eventTypesAllowlist?: string[]; - /** - * FullStory only allows calling setVars('page') once per navigation. - * This setting defines how much time to hold from calling the API while additional lazy context is being resolved. - */ - pageVarsDebounceTimeMs?: number; -} - -interface FullStoryUserVars { - userId?: string; - isElasticCloudUser?: boolean; - cloudIsElasticStaffOwned?: boolean; - cloudTrialEndDate?: string; -} - -type FullStoryPageContext = Pick; - -/** - * FullStory shipper. - */ -export class FullStoryShipper implements IShipper { - /** Shipper's unique name */ - public static shipperName = 'FullStory'; - - private readonly fullStoryApi: FullStoryApi; - private lastUserId: string | undefined; - private readonly eventTypesAllowlist?: string[]; - private readonly pageContext$ = new Subject(); - private readonly userContext$ = new Subject(); - private readonly subscriptions = new Subscription(); - - /** - * Creates a new instance of the FullStoryShipper. - * @param config {@link FullStoryShipperConfig} - * @param initContext {@link AnalyticsClientInitContext} - */ - constructor( - config: FullStoryShipperConfig, - private readonly initContext: AnalyticsClientInitContext - ) { - const { eventTypesAllowlist, pageVarsDebounceTimeMs = 500, ...snippetConfig } = config; - this.fullStoryApi = loadSnippet(snippetConfig); - this.eventTypesAllowlist = eventTypesAllowlist; - - this.subscriptions.add( - this.userContext$ - .pipe( - distinct(({ userId, isElasticCloudUser, cloudIsElasticStaffOwned, cloudTrialEndDate }) => - [userId, isElasticCloudUser, cloudIsElasticStaffOwned, cloudTrialEndDate].join('-') - ) - ) - .subscribe((userVars) => this.updateUserVars(userVars)) - ); - - this.subscriptions.add( - this.pageContext$ - .pipe( - map((newContext) => { - // Cherry-picking fields because FS limits the number of fields that can be sent. - // > Note: You can capture up to 20 unique page properties (exclusive of pageName) for any given page - // > and up to 500 unique page properties across all pages. - // https://help.fullstory.com/hc/en-us/articles/1500004101581-FS-setVars-API-Sending-custom-page-data-to-FullStory - return PAGE_VARS_KEYS.reduce((acc, key) => { - if (has(newContext, key)) { - set(acc, key, get(newContext, key)); - } - return acc; - }, {} as Partial & Record); - }), - filter((pageVars) => Object.keys(pageVars).length > 0), - // Wait for anything to actually change. - distinct((pageVars) => { - const sortedKeys = Object.keys(pageVars).sort(); - return sortedKeys.map((key) => pageVars[key]).join('-'); - }), - // We need some debounce time to ensure everything is updated before calling FS because some properties cannot be changed twice for the same URL. - debounceTime(pageVarsDebounceTimeMs) - ) - .subscribe((pageVars) => { - this.initContext.logger.debug( - () => `Calling FS.setVars with context ${JSON.stringify(pageVars)}` - ); - this.fullStoryApi.setVars('page', { - ...formatPayload(pageVars), - ...(pageVars.version ? getParsedVersion(pageVars.version) : {}), - }); - }) - ); - } - - /** - * Calls `fs.identify`, `fs.setUserVars` and `fs.setVars` depending on the fields provided in the newContext. - * @param newContext The full new context to set {@link EventContext} - */ - public extendContext(newContext: EventContext): void { - this.initContext.logger.debug(() => `Received context ${JSON.stringify(newContext)}`); - - // FullStory requires different APIs for different type of contexts: - // User-level context. - this.userContext$.next(newContext); - // Event-level context. At the moment, only the scope `page` is supported by FullStory for webapps. - this.pageContext$.next(newContext); - } - - /** - * Stops/restarts the shipping mechanism based on the value of isOptedIn - * @param isOptedIn `true` for resume sending events. `false` to stop. - */ - public optIn(isOptedIn: boolean): void { - this.initContext.logger.debug(`Setting FS to optIn ${isOptedIn}`); - // FullStory uses 2 different opt-in methods: - // - `consent` is needed to allow collecting information about the components - // declared as "Record with user consent" (https://help.fullstory.com/hc/en-us/articles/360020623574). - // We need to explicitly call `consent` if for the "Record with user content" feature to work. - this.fullStoryApi.consent(isOptedIn); - // - `restart` and `shutdown` fully start/stop the collection of data. - if (isOptedIn) { - this.fullStoryApi.restart(); - } else { - this.fullStoryApi.shutdown(); - } - } - - /** - * Filters the events by the eventTypesAllowlist from the config. - * Then it transforms the event into a FS valid format and calls `fs.event`. - * @param events batched events {@link Event} - */ - public reportEvents(events: Event[]): void { - this.initContext.logger.debug(`Reporting ${events.length} events to FS`); - events - .filter((event) => this.eventTypesAllowlist?.includes(event.event_type) ?? true) - .forEach((event) => { - // We only read event.properties and discard the rest because the context is already sent in the other APIs. - this.fullStoryApi.event(event.event_type, formatPayload(event.properties)); - }); - } - - /** - * Flushes all internal queues of the shipper. - * It doesn't really do anything inside because this shipper doesn't hold any internal queues. - */ - public async flush() {} - - /** - * Shuts down the shipper. - */ - public shutdown() { - this.subscriptions.unsubscribe(); - } - - private updateUserVars({ - userId, - isElasticCloudUser, - cloudIsElasticStaffOwned, - cloudTrialEndDate, - }: FullStoryUserVars) { - // Call it only when the userId changes - if (userId && userId !== this.lastUserId) { - this.initContext.logger.debug(`Calling FS.identify with userId ${userId}`); - // We need to call the API for every new userId (restarting the session). - this.fullStoryApi.identify(userId); - this.lastUserId = userId; - } - - // User-level context - if ( - typeof isElasticCloudUser === 'boolean' || - typeof cloudIsElasticStaffOwned === 'boolean' || - cloudTrialEndDate - ) { - const userVars = { - isElasticCloudUser, - cloudIsElasticStaffOwned, - cloudTrialEndDate, - }; - this.initContext.logger.debug( - () => `Calling FS.setUserVars with ${JSON.stringify(userVars)}` - ); - this.fullStoryApi.setUserVars(formatPayload(userVars)); - } - } -} diff --git a/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.test.ts b/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.test.ts deleted file mode 100644 index b4938dbca3bc4..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.test.ts +++ /dev/null @@ -1,38 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { getParsedVersion } from './get_parsed_version'; - -describe('getParsedVersion', () => { - test('parses a version string', () => { - expect(getParsedVersion('1.2.3')).toEqual({ - version_str: '1.2.3', - version_major_int: 1, - version_minor_int: 2, - version_patch_int: 3, - }); - }); - - test('parses a version string with extra label', () => { - expect(getParsedVersion('1.2.3-SNAPSHOT')).toEqual({ - version_str: '1.2.3-SNAPSHOT', - version_major_int: 1, - version_minor_int: 2, - version_patch_int: 3, - }); - }); - - test('does not throw for invalid version', () => { - expect(getParsedVersion('INVALID_VERSION')).toEqual({ - version_str: 'INVALID_VERSION', - version_major_int: NaN, - version_minor_int: NaN, - version_patch_int: NaN, - }); - }); -}); diff --git a/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.ts b/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.ts deleted file mode 100644 index 873b47a0cde8a..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/get_parsed_version.ts +++ /dev/null @@ -1,22 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export function getParsedVersion(version: string): { - version_str: string; - version_major_int: number; - version_minor_int: number; - version_patch_int: number; -} { - const [major, minor, patch] = version.split('.'); - return { - version_str: version, - version_major_int: parseInt(major, 10), - version_minor_int: parseInt(minor, 10), - version_patch_int: parseInt(patch, 10), - }; -} diff --git a/packages/analytics/ebt/shippers/fullstory/src/load_snippet.test.ts b/packages/analytics/ebt/shippers/fullstory/src/load_snippet.test.ts deleted file mode 100644 index 002f113f71f63..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/load_snippet.test.ts +++ /dev/null @@ -1,32 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { loadSnippet } from './load_snippet'; - -describe('loadSnippet', () => { - beforeAll(() => { - // Define necessary window and document global variables for the tests - jest - .spyOn(global.document, 'getElementsByTagName') - .mockReturnValue([ - { parentNode: { insertBefore: jest.fn() } }, - ] as unknown as HTMLCollectionOf); - }); - - it('should return the FullStory API', () => { - const fullStoryApi = loadSnippet({ debug: true, fullStoryOrgId: 'foo' }); - expect(fullStoryApi).toBeDefined(); - expect(fullStoryApi.event).toBeDefined(); - expect(fullStoryApi.consent).toBeDefined(); - expect(fullStoryApi.restart).toBeDefined(); - expect(fullStoryApi.shutdown).toBeDefined(); - expect(fullStoryApi.identify).toBeDefined(); - expect(fullStoryApi.setUserVars).toBeDefined(); - expect(fullStoryApi.setVars).toBeDefined(); - }); -}); diff --git a/packages/analytics/ebt/shippers/fullstory/src/load_snippet.ts b/packages/analytics/ebt/shippers/fullstory/src/load_snippet.ts deleted file mode 100644 index 1cbcc96e201ef..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/load_snippet.ts +++ /dev/null @@ -1,92 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import type { FullStoryApi } from './types'; - -/** - * FullStory basic configuration. - */ -export interface FullStorySnippetConfig { - /** - * The FullStory account id. - */ - fullStoryOrgId: string; - /** - * The host to send the data to. Used to overcome AdBlockers by using custom DNSs. - * If not specified, it defaults to `fullstory.com`. - */ - host?: string; - /** - * The URL to load the FullStory client from. Falls back to `edge.fullstory.com/s/fs.js` if not specified. - */ - scriptUrl?: string; - /** - * Whether the debug logs should be printed to the console. - */ - debug?: boolean; - /** - * The name of the variable where the API is stored: `window[namespace]`. Defaults to `FS`. - */ - namespace?: string; -} - -export function loadSnippet({ - scriptUrl = 'https://edge.fullstory.com/s/fs.js', - fullStoryOrgId, - host = 'fullstory.com', - namespace = 'FS', - debug = false, -}: FullStorySnippetConfig): FullStoryApi { - window._fs_debug = debug; - window._fs_host = host; - window._fs_script = scriptUrl; - window._fs_org = fullStoryOrgId; - window._fs_namespace = namespace; - - /* eslint-disable dot-notation,prettier/prettier,@typescript-eslint/no-shadow,prefer-rest-params,@typescript-eslint/no-unused-expressions */ - (function(m,n,e,t,l,o,g,y){ - if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;} - // @ts-expect-error - g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[]; - // @ts-expect-error - o=n.createElement(t);o.async=1;o.crossOrigin='anonymous';o.src=_fs_script; - // @ts-expect-error - y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y); - // @ts-expect-error - g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)}; - // @ts-expect-error - g.anonymize=function(){g.identify(!!0)}; - // @ts-expect-error - g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)}; - // @ts-expect-error - g.log = function(a,b){g("log",[a,b])}; - // @ts-expect-error - g.consent=function(a){g("consent",!arguments.length||a)}; - // @ts-expect-error - g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)}; - // @ts-expect-error - g.clearUserCookie=function(){}; - // @ts-expect-error - g.setVars=function(n, p){g('setVars',[n,p]);}; - // @ts-expect-error - g._w={};y='XMLHttpRequest';g._w[y]=m[y];y='fetch';g._w[y]=m[y]; - // @ts-expect-error - if(m[y])m[y]=function(){return g._w[y].apply(this,arguments)}; - // @ts-expect-error - g._v="1.3.0"; - - })(window,document,window['_fs_namespace'],'script','user'); - - const fullStoryApi = window[namespace as 'FS']; - - if (!fullStoryApi) { - throw new Error('FullStory snippet failed to load. Check browser logs for more information.'); - } - - return fullStoryApi; -} diff --git a/packages/analytics/ebt/shippers/fullstory/src/types.ts b/packages/analytics/ebt/shippers/fullstory/src/types.ts deleted file mode 100644 index 6c448c2c4d2e1..0000000000000 --- a/packages/analytics/ebt/shippers/fullstory/src/types.ts +++ /dev/null @@ -1,74 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -/** - * Definition of the FullStory API. - * Docs are available at https://developer.fullstory.com/. - */ -export interface FullStoryApi { - /** - * Identify a User - * https://developer.fullstory.com/identify - * @param userId - * @param userVars - */ - identify(userId: string, userVars?: Record): void; - - /** - * Set User Variables - * https://developer.fullstory.com/user-variables - * @param userVars - */ - setUserVars(userVars: Record): void; - - /** - * Setting page variables - * https://developer.fullstory.com/page-variables - * @param scope - * @param pageProperties - */ - setVars(scope: 'page', pageProperties: Record): void; - - /** - * Sending custom event data into FullStory - * https://developer.fullstory.com/custom-events - * @param eventName - * @param eventProperties - */ - event(eventName: string, eventProperties: Record): void; - - /** - * Selectively record parts of your site based on explicit user consent - * https://developer.fullstory.com/consent - * @param isOptedIn true if the user has opted in to tracking - */ - consent(isOptedIn: boolean): void; - - /** - * Restart session recording after it has been shutdown - * https://developer.fullstory.com/restart-recording - */ - restart(): void; - - /** - * Stop recording a session - * https://developer.fullstory.com/stop-recording - */ - shutdown(): void; -} - -declare global { - interface Window { - _fs_debug: boolean; - _fs_host: string; - _fs_org: string; - _fs_namespace: string; - _fs_script: string; - FS: FullStoryApi; - } -} diff --git a/packages/content-management/content_editor/kibana.jsonc b/packages/content-management/content_editor/kibana.jsonc index b81ccf9573c96..27bd7a53b1ee6 100644 --- a/packages/content-management/content_editor/kibana.jsonc +++ b/packages/content-management/content_editor/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/content-management-content-editor", "owner": "@elastic/appex-sharedux", } diff --git a/packages/content-management/user_profiles/kibana.jsonc b/packages/content-management/user_profiles/kibana.jsonc index 6422efa40b631..5b9c73619d771 100644 --- a/packages/content-management/user_profiles/kibana.jsonc +++ b/packages/content-management/user_profiles/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/content-management-user-profiles", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/analytics/core-analytics-browser-internal/kibana.jsonc b/packages/core/analytics/core-analytics-browser-internal/kibana.jsonc index 459e71b2c0e5a..b762d25410ad1 100644 --- a/packages/core/analytics/core-analytics-browser-internal/kibana.jsonc +++ b/packages/core/analytics/core-analytics-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-analytics-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts b/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts index ec9d9e05aff23..ef023e5122840 100644 --- a/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts +++ b/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.test.mocks.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { AnalyticsClient } from '@kbn/ebt/client'; +import { AnalyticsClient } from '@elastic/ebt/client'; import { Subject } from 'rxjs'; export const analyticsClientMock: jest.Mocked = { @@ -21,6 +21,6 @@ export const analyticsClientMock: jest.Mocked = { shutdown: jest.fn(), }; -jest.doMock('@kbn/ebt/client', () => ({ +jest.doMock('@elastic/ebt/client', () => ({ createAnalytics: () => analyticsClientMock, })); diff --git a/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts b/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts index 091643741331e..9a176240b624c 100644 --- a/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts +++ b/packages/core/analytics/core-analytics-browser-internal/src/analytics_service.ts @@ -7,8 +7,8 @@ */ import { of, Subscription } from 'rxjs'; -import type { AnalyticsClient } from '@kbn/ebt/client'; -import { createAnalytics } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; +import { createAnalytics } from '@elastic/ebt/client'; import { registerPerformanceMetricEventType } from '@kbn/ebt-tools'; import type { CoreContext } from '@kbn/core-base-browser-internal'; import type { InternalInjectedMetadataSetup } from '@kbn/core-injected-metadata-browser-internal'; @@ -32,9 +32,6 @@ export class AnalyticsService { this.analyticsClient = createAnalytics({ isDev: core.env.mode.dev, logger: core.logger.get('analytics'), - // TODO: We need to be able to edit sendTo once we resolve the telemetry config. - // For now, we are relying on whether it's a distributable or running from source. - sendTo: core.env.packageInfo.dist ? 'production' : 'staging', }); this.registerBuildInfoAnalyticsContext(core); diff --git a/packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts b/packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts index e545ec0fe7b2a..8a60a7c137d8b 100644 --- a/packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts +++ b/packages/core/analytics/core-analytics-browser-internal/src/track_clicks.ts @@ -7,7 +7,7 @@ */ import { fromEvent } from 'rxjs'; -import type { AnalyticsClient } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; /** HTML attributes that should be skipped from reporting because they might contain data we do not wish to collect */ const HTML_ATTRIBUTES_TO_REMOVE = [ diff --git a/packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.ts b/packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.ts index 40d479b448b46..c1665e53f7bb6 100644 --- a/packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.ts +++ b/packages/core/analytics/core-analytics-browser-internal/src/track_performance_measure_entries.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 { AnalyticsClient } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; import { reportPerformanceMetricEvent } from '@kbn/ebt-tools'; export function trackPerformanceMeasureEntries(analytics: AnalyticsClient, isDevMode: boolean) { diff --git a/packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts b/packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts index dd0ebde28addb..97ec6a4bc1490 100644 --- a/packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts +++ b/packages/core/analytics/core-analytics-browser-internal/src/track_viewport_size.ts @@ -7,7 +7,7 @@ */ import { debounceTime, fromEvent, map, merge, of, shareReplay } from 'rxjs'; -import type { AnalyticsClient, RootSchema } from '@kbn/ebt/client'; +import type { AnalyticsClient, RootSchema } from '@elastic/ebt/client'; export interface ViewportSize { viewport_width: number; diff --git a/packages/core/analytics/core-analytics-browser-internal/tsconfig.json b/packages/core/analytics/core-analytics-browser-internal/tsconfig.json index ecac1746f44a2..152fbeeaa9edd 100644 --- a/packages/core/analytics/core-analytics-browser-internal/tsconfig.json +++ b/packages/core/analytics/core-analytics-browser-internal/tsconfig.json @@ -11,8 +11,7 @@ "@kbn/core-injected-metadata-browser-internal", "@kbn/core-analytics-browser", "@kbn/core-base-browser-mocks", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/ebt", + "@kbn/core-injected-metadata-browser-mocks" ], "exclude": ["target/**/*"] } diff --git a/packages/core/analytics/core-analytics-browser-mocks/kibana.jsonc b/packages/core/analytics/core-analytics-browser-mocks/kibana.jsonc index 34e790b37c1bf..b3012a5456fd0 100644 --- a/packages/core/analytics/core-analytics-browser-mocks/kibana.jsonc +++ b/packages/core/analytics/core-analytics-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-analytics-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/analytics/core-analytics-browser/index.ts b/packages/core/analytics/core-analytics-browser/index.ts index f20ccf31da2c4..1907260ef6bad 100644 --- a/packages/core/analytics/core-analytics-browser/index.ts +++ b/packages/core/analytics/core-analytics-browser/index.ts @@ -48,4 +48,4 @@ export type { AllowedSchemaTypes, // Shippers IShipper, -} from '@kbn/ebt/client'; +} from '@elastic/ebt/client'; diff --git a/packages/core/analytics/core-analytics-browser/kibana.jsonc b/packages/core/analytics/core-analytics-browser/kibana.jsonc index a82e9d1c78f38..3b98d20b277f7 100644 --- a/packages/core/analytics/core-analytics-browser/kibana.jsonc +++ b/packages/core/analytics/core-analytics-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-analytics-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/analytics/core-analytics-browser/src/types.ts b/packages/core/analytics/core-analytics-browser/src/types.ts index 779172acc9b9d..a41260565a8c1 100644 --- a/packages/core/analytics/core-analytics-browser/src/types.ts +++ b/packages/core/analytics/core-analytics-browser/src/types.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import type { AnalyticsClient } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; /** * Exposes the public APIs of the AnalyticsClient during the setup phase. diff --git a/packages/core/analytics/core-analytics-browser/tsconfig.json b/packages/core/analytics/core-analytics-browser/tsconfig.json index 83571abe4bcf4..99505f519996c 100644 --- a/packages/core/analytics/core-analytics-browser/tsconfig.json +++ b/packages/core/analytics/core-analytics-browser/tsconfig.json @@ -10,9 +10,7 @@ "include": [ "**/*.ts" ], - "kbn_references": [ - "@kbn/ebt", - ], + "kbn_references": [], "exclude": [ "target/**/*", ] diff --git a/packages/core/analytics/core-analytics-server-internal/kibana.jsonc b/packages/core/analytics/core-analytics-server-internal/kibana.jsonc index 3d660a39be144..e9eaa029903b5 100644 --- a/packages/core/analytics/core-analytics-server-internal/kibana.jsonc +++ b/packages/core/analytics/core-analytics-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-analytics-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts b/packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts index d759a9520cc16..799665f8d927d 100644 --- a/packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts +++ b/packages/core/analytics/core-analytics-server-internal/src/analytics_service.test.mocks.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { AnalyticsClient } from '@kbn/ebt/client'; +import { AnalyticsClient } from '@elastic/ebt/client'; import { Subject } from 'rxjs'; export const analyticsClientMock: jest.Mocked = { @@ -21,6 +21,6 @@ export const analyticsClientMock: jest.Mocked = { flush: jest.fn(), }; -jest.doMock('@kbn/ebt/client', () => ({ +jest.doMock('@elastic/ebt/client', () => ({ createAnalytics: () => analyticsClientMock, })); diff --git a/packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts b/packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts index 8e0ce76e08b96..2098f2f6e9362 100644 --- a/packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts +++ b/packages/core/analytics/core-analytics-server-internal/src/analytics_service.ts @@ -7,8 +7,8 @@ */ import { of } from 'rxjs'; -import type { AnalyticsClient } from '@kbn/ebt/client'; -import { createAnalytics } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; +import { createAnalytics } from '@elastic/ebt/client'; import { registerPerformanceMetricEventType } from '@kbn/ebt-tools'; import type { CoreContext } from '@kbn/core-base-server-internal'; import type { @@ -24,9 +24,6 @@ export class AnalyticsService { this.analyticsClient = createAnalytics({ isDev: core.env.mode.dev, logger: core.logger.get('analytics'), - // TODO: We need to be able to edit sendTo once we resolve the telemetry config. - // For now, we are relying on whether it's a distributable or running from source. - sendTo: core.env.packageInfo.dist ? 'production' : 'staging', }); this.registerBuildInfoAnalyticsContext(core); diff --git a/packages/core/analytics/core-analytics-server-internal/tsconfig.json b/packages/core/analytics/core-analytics-server-internal/tsconfig.json index 57a0fa3e04362..a9d2e7cf47b9d 100644 --- a/packages/core/analytics/core-analytics-server-internal/tsconfig.json +++ b/packages/core/analytics/core-analytics-server-internal/tsconfig.json @@ -15,8 +15,7 @@ "@kbn/core-base-server-internal", "@kbn/core-analytics-server", "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/ebt", + "@kbn/core-base-server-mocks" ], "exclude": [ "target/**/*", diff --git a/packages/core/analytics/core-analytics-server-mocks/kibana.jsonc b/packages/core/analytics/core-analytics-server-mocks/kibana.jsonc index 53c4ffb2026f5..325f0216755ec 100644 --- a/packages/core/analytics/core-analytics-server-mocks/kibana.jsonc +++ b/packages/core/analytics/core-analytics-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-analytics-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/analytics/core-analytics-server/index.ts b/packages/core/analytics/core-analytics-server/index.ts index 90341deb693a3..952fdb29c1f43 100644 --- a/packages/core/analytics/core-analytics-server/index.ts +++ b/packages/core/analytics/core-analytics-server/index.ts @@ -48,4 +48,4 @@ export type { AllowedSchemaTypes, // Shippers IShipper, -} from '@kbn/ebt/client'; +} from '@elastic/ebt/client'; diff --git a/packages/core/analytics/core-analytics-server/kibana.jsonc b/packages/core/analytics/core-analytics-server/kibana.jsonc index ab497b22d0c9f..8f56bff10b6c3 100644 --- a/packages/core/analytics/core-analytics-server/kibana.jsonc +++ b/packages/core/analytics/core-analytics-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-analytics-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/analytics/core-analytics-server/src/contracts.ts b/packages/core/analytics/core-analytics-server/src/contracts.ts index 531c4ef6afd1f..5df79dae09287 100644 --- a/packages/core/analytics/core-analytics-server/src/contracts.ts +++ b/packages/core/analytics/core-analytics-server/src/contracts.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import type { AnalyticsClient } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; /** * Exposes the public APIs of the AnalyticsClient during the preboot phase diff --git a/packages/core/analytics/core-analytics-server/tsconfig.json b/packages/core/analytics/core-analytics-server/tsconfig.json index aa81d68980cd9..99505f519996c 100644 --- a/packages/core/analytics/core-analytics-server/tsconfig.json +++ b/packages/core/analytics/core-analytics-server/tsconfig.json @@ -10,9 +10,7 @@ "include": [ "**/*.ts" ], - "kbn_references": [ - "@kbn/ebt" - ], + "kbn_references": [], "exclude": [ "target/**/*", ] diff --git a/packages/core/application/core-application-browser-internal/kibana.jsonc b/packages/core/application/core-application-browser-internal/kibana.jsonc index 2c21e932f1ccd..56bd06188558f 100644 --- a/packages/core/application/core-application-browser-internal/kibana.jsonc +++ b/packages/core/application/core-application-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-application-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/application/core-application-browser-mocks/kibana.jsonc b/packages/core/application/core-application-browser-mocks/kibana.jsonc index dc516ef5c9552..f1f9ae3f1b6c5 100644 --- a/packages/core/application/core-application-browser-mocks/kibana.jsonc +++ b/packages/core/application/core-application-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-application-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/application/core-application-browser/kibana.jsonc b/packages/core/application/core-application-browser/kibana.jsonc index 6d8428610bba0..11ff8b45731fd 100644 --- a/packages/core/application/core-application-browser/kibana.jsonc +++ b/packages/core/application/core-application-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-application-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/apps/core-apps-browser-internal/kibana.jsonc b/packages/core/apps/core-apps-browser-internal/kibana.jsonc index 29b64390ec547..e271c86c9e972 100644 --- a/packages/core/apps/core-apps-browser-internal/kibana.jsonc +++ b/packages/core/apps/core-apps-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-apps-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/apps/core-apps-browser-mocks/kibana.jsonc b/packages/core/apps/core-apps-browser-mocks/kibana.jsonc index 731bb6ff85d0e..9b6a0e45ce07b 100644 --- a/packages/core/apps/core-apps-browser-mocks/kibana.jsonc +++ b/packages/core/apps/core-apps-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-apps-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/apps/core-apps-server-internal/kibana.jsonc b/packages/core/apps/core-apps-server-internal/kibana.jsonc index 8c73dfc0752d4..fd5224a191823 100644 --- a/packages/core/apps/core-apps-server-internal/kibana.jsonc +++ b/packages/core/apps/core-apps-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-apps-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/base/core-base-browser-internal/kibana.jsonc b/packages/core/base/core-base-browser-internal/kibana.jsonc index e264f079717ed..bb1d4c322ca2e 100644 --- a/packages/core/base/core-base-browser-internal/kibana.jsonc +++ b/packages/core/base/core-base-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-base-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/base/core-base-browser-mocks/kibana.jsonc b/packages/core/base/core-base-browser-mocks/kibana.jsonc index 75e25bf270abc..5d07dc98fb926 100644 --- a/packages/core/base/core-base-browser-mocks/kibana.jsonc +++ b/packages/core/base/core-base-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-base-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/base/core-base-common/src/plugins.ts b/packages/core/base/core-base-common/src/plugins.ts index 3fbd7bcefbffd..d51ba4a88b0dd 100644 --- a/packages/core/base/core-base-common/src/plugins.ts +++ b/packages/core/base/core-base-common/src/plugins.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ConfigPath } from '@kbn/config'; +import type { ConfigPath } from '@kbn/config'; /** * Dedicated type for plugin name/id that is supposed to make Map/Set/Arrays diff --git a/packages/core/base/core-base-server-internal/kibana.jsonc b/packages/core/base/core-base-server-internal/kibana.jsonc index 569148c437ddc..2bd0a2f910422 100644 --- a/packages/core/base/core-base-server-internal/kibana.jsonc +++ b/packages/core/base/core-base-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-base-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/base/core-base-server-mocks/kibana.jsonc b/packages/core/base/core-base-server-mocks/kibana.jsonc index 1286250c208ce..f43820e330509 100644 --- a/packages/core/base/core-base-server-mocks/kibana.jsonc +++ b/packages/core/base/core-base-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-base-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/capabilities/core-capabilities-browser-internal/kibana.jsonc b/packages/core/capabilities/core-capabilities-browser-internal/kibana.jsonc index 4986d1386610f..3bf55481bf59d 100644 --- a/packages/core/capabilities/core-capabilities-browser-internal/kibana.jsonc +++ b/packages/core/capabilities/core-capabilities-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-capabilities-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/capabilities/core-capabilities-browser-mocks/kibana.jsonc b/packages/core/capabilities/core-capabilities-browser-mocks/kibana.jsonc index e359b398d6ecf..f418f2fe7a565 100644 --- a/packages/core/capabilities/core-capabilities-browser-mocks/kibana.jsonc +++ b/packages/core/capabilities/core-capabilities-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-capabilities-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/capabilities/core-capabilities-server-internal/kibana.jsonc b/packages/core/capabilities/core-capabilities-server-internal/kibana.jsonc index 89591227f2542..e4ffc9a803292 100644 --- a/packages/core/capabilities/core-capabilities-server-internal/kibana.jsonc +++ b/packages/core/capabilities/core-capabilities-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-capabilities-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/capabilities/core-capabilities-server-mocks/kibana.jsonc b/packages/core/capabilities/core-capabilities-server-mocks/kibana.jsonc index e8e84de6cef6b..e881e0f0de944 100644 --- a/packages/core/capabilities/core-capabilities-server-mocks/kibana.jsonc +++ b/packages/core/capabilities/core-capabilities-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-capabilities-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/capabilities/core-capabilities-server/kibana.jsonc b/packages/core/capabilities/core-capabilities-server/kibana.jsonc index cfa34dba13ad9..5fb36e34a068d 100644 --- a/packages/core/capabilities/core-capabilities-server/kibana.jsonc +++ b/packages/core/capabilities/core-capabilities-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-capabilities-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/chrome/core-chrome-browser-internal/kibana.jsonc b/packages/core/chrome/core-chrome-browser-internal/kibana.jsonc index da80249250739..cfadc0fadeb80 100644 --- a/packages/core/chrome/core-chrome-browser-internal/kibana.jsonc +++ b/packages/core/chrome/core-chrome-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-chrome-browser-internal", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/chrome/core-chrome-browser-mocks/kibana.jsonc b/packages/core/chrome/core-chrome-browser-mocks/kibana.jsonc index b040712b338fd..7acd89dd4acf2 100644 --- a/packages/core/chrome/core-chrome-browser-mocks/kibana.jsonc +++ b/packages/core/chrome/core-chrome-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-chrome-browser-mocks", "devOnly": true, "owner": "@elastic/appex-sharedux" diff --git a/packages/core/chrome/core-chrome-browser/kibana.jsonc b/packages/core/chrome/core-chrome-browser/kibana.jsonc index bac6a50bdbe01..257c3aea58746 100644 --- a/packages/core/chrome/core-chrome-browser/kibana.jsonc +++ b/packages/core/chrome/core-chrome-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-chrome-browser", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/config/core-config-server-internal/kibana.jsonc b/packages/core/config/core-config-server-internal/kibana.jsonc index 7b1e11349fc73..db0adc8629097 100644 --- a/packages/core/config/core-config-server-internal/kibana.jsonc +++ b/packages/core/config/core-config-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-config-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/custom-branding/core-custom-branding-browser-internal/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-browser-internal/kibana.jsonc index 134e7269013ab..a7934eead5934 100644 --- a/packages/core/custom-branding/core-custom-branding-browser-internal/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-custom-branding-browser-internal", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/custom-branding/core-custom-branding-browser-mocks/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-browser-mocks/kibana.jsonc index 3a39229822bc7..a38fb4e9ba04a 100644 --- a/packages/core/custom-branding/core-custom-branding-browser-mocks/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-custom-branding-browser-mocks", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/custom-branding/core-custom-branding-browser/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-browser/kibana.jsonc index 79234981b43b6..506f5d23be4b6 100644 --- a/packages/core/custom-branding/core-custom-branding-browser/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-custom-branding-browser", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/custom-branding/core-custom-branding-server-internal/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-server-internal/kibana.jsonc index 328ac5aadff8b..60370f95342fb 100644 --- a/packages/core/custom-branding/core-custom-branding-server-internal/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-custom-branding-server-internal", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/custom-branding/core-custom-branding-server-mocks/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-server-mocks/kibana.jsonc index 9fb4201dc7e57..5ed605b18dd37 100644 --- a/packages/core/custom-branding/core-custom-branding-server-mocks/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-custom-branding-server-mocks", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/custom-branding/core-custom-branding-server/kibana.jsonc b/packages/core/custom-branding/core-custom-branding-server/kibana.jsonc index 693715f46f30b..e6a7c037d461e 100644 --- a/packages/core/custom-branding/core-custom-branding-server/kibana.jsonc +++ b/packages/core/custom-branding/core-custom-branding-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-custom-branding-server", "owner": "@elastic/appex-sharedux", } diff --git a/packages/core/deprecations/core-deprecations-browser-internal/kibana.jsonc b/packages/core/deprecations/core-deprecations-browser-internal/kibana.jsonc index 7db30fcf05173..c4fd76e10bd88 100644 --- a/packages/core/deprecations/core-deprecations-browser-internal/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-deprecations-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/deprecations/core-deprecations-browser-mocks/kibana.jsonc b/packages/core/deprecations/core-deprecations-browser-mocks/kibana.jsonc index 79a4354f8278c..f52fc09438249 100644 --- a/packages/core/deprecations/core-deprecations-browser-mocks/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-deprecations-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/deprecations/core-deprecations-browser/kibana.jsonc b/packages/core/deprecations/core-deprecations-browser/kibana.jsonc index 624ce8f9a24c2..d24e14cb049e7 100644 --- a/packages/core/deprecations/core-deprecations-browser/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-deprecations-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/deprecations/core-deprecations-server-internal/kibana.jsonc b/packages/core/deprecations/core-deprecations-server-internal/kibana.jsonc index 7c9e02b525c04..335b964f4b25c 100644 --- a/packages/core/deprecations/core-deprecations-server-internal/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-deprecations-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/deprecations/core-deprecations-server-mocks/kibana.jsonc b/packages/core/deprecations/core-deprecations-server-mocks/kibana.jsonc index 7a4729b822579..7d32dce1a9f7f 100644 --- a/packages/core/deprecations/core-deprecations-server-mocks/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-deprecations-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/deprecations/core-deprecations-server/kibana.jsonc b/packages/core/deprecations/core-deprecations-server/kibana.jsonc index 6747cae836866..8985ca948a65e 100644 --- a/packages/core/deprecations/core-deprecations-server/kibana.jsonc +++ b/packages/core/deprecations/core-deprecations-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-deprecations-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/doc-links/core-doc-links-browser-internal/kibana.jsonc b/packages/core/doc-links/core-doc-links-browser-internal/kibana.jsonc index 8b54adc776848..0a541080ce1a3 100644 --- a/packages/core/doc-links/core-doc-links-browser-internal/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-doc-links-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/doc-links/core-doc-links-browser-mocks/kibana.jsonc b/packages/core/doc-links/core-doc-links-browser-mocks/kibana.jsonc index 0bfa8221ad87c..3d37d0652c5cc 100644 --- a/packages/core/doc-links/core-doc-links-browser-mocks/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-doc-links-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" 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-browser/kibana.jsonc b/packages/core/doc-links/core-doc-links-browser/kibana.jsonc index e21e71f26fbe0..0386303378778 100644 --- a/packages/core/doc-links/core-doc-links-browser/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-doc-links-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/doc-links/core-doc-links-server-internal/kibana.jsonc b/packages/core/doc-links/core-doc-links-server-internal/kibana.jsonc index 2e8ef46d85c88..9c42d96aa6f0d 100644 --- a/packages/core/doc-links/core-doc-links-server-internal/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-doc-links-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/doc-links/core-doc-links-server-mocks/kibana.jsonc b/packages/core/doc-links/core-doc-links-server-mocks/kibana.jsonc index 22a0368bfcda1..d7eabe4c4c502 100644 --- a/packages/core/doc-links/core-doc-links-server-mocks/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-doc-links-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" 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`. diff --git a/packages/core/doc-links/core-doc-links-server/kibana.jsonc b/packages/core/doc-links/core-doc-links-server/kibana.jsonc index 74063c462a4bd..2f514e6031ea8 100644 --- a/packages/core/doc-links/core-doc-links-server/kibana.jsonc +++ b/packages/core/doc-links/core-doc-links-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-doc-links-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/kibana.jsonc b/packages/core/elasticsearch/core-elasticsearch-client-server-internal/kibana.jsonc index 064e503803d9a..3591e6f14213f 100644 --- a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/kibana.jsonc +++ b/packages/core/elasticsearch/core-elasticsearch-client-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-elasticsearch-client-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/elasticsearch/core-elasticsearch-client-server-mocks/kibana.jsonc b/packages/core/elasticsearch/core-elasticsearch-client-server-mocks/kibana.jsonc index 9e2eec284c98d..da7297ebef408 100644 --- a/packages/core/elasticsearch/core-elasticsearch-client-server-mocks/kibana.jsonc +++ b/packages/core/elasticsearch/core-elasticsearch-client-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-elasticsearch-client-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/elasticsearch/core-elasticsearch-server-internal/kibana.jsonc b/packages/core/elasticsearch/core-elasticsearch-server-internal/kibana.jsonc index d7d99fa587f47..9ac8f0e982fdf 100644 --- a/packages/core/elasticsearch/core-elasticsearch-server-internal/kibana.jsonc +++ b/packages/core/elasticsearch/core-elasticsearch-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-elasticsearch-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/elasticsearch/core-elasticsearch-server-mocks/kibana.jsonc b/packages/core/elasticsearch/core-elasticsearch-server-mocks/kibana.jsonc index e08bba9ad0e34..77f9199a531e1 100644 --- a/packages/core/elasticsearch/core-elasticsearch-server-mocks/kibana.jsonc +++ b/packages/core/elasticsearch/core-elasticsearch-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-elasticsearch-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/elasticsearch/core-elasticsearch-server/kibana.jsonc b/packages/core/elasticsearch/core-elasticsearch-server/kibana.jsonc index 0cc1c07fa2b30..e855f5d75a618 100644 --- a/packages/core/elasticsearch/core-elasticsearch-server/kibana.jsonc +++ b/packages/core/elasticsearch/core-elasticsearch-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-elasticsearch-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/environment/core-environment-server-internal/kibana.jsonc b/packages/core/environment/core-environment-server-internal/kibana.jsonc index c25c03c1a433d..7e0d68e96d35f 100644 --- a/packages/core/environment/core-environment-server-internal/kibana.jsonc +++ b/packages/core/environment/core-environment-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-environment-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/environment/core-environment-server-mocks/kibana.jsonc b/packages/core/environment/core-environment-server-mocks/kibana.jsonc index 52b0d1fd67358..6dbbc97b8ba6a 100644 --- a/packages/core/environment/core-environment-server-mocks/kibana.jsonc +++ b/packages/core/environment/core-environment-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-environment-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/execution-context/core-execution-context-browser-internal/kibana.jsonc b/packages/core/execution-context/core-execution-context-browser-internal/kibana.jsonc index 36f56a25426a8..58bc6361a167a 100644 --- a/packages/core/execution-context/core-execution-context-browser-internal/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-execution-context-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/execution-context/core-execution-context-browser-mocks/kibana.jsonc b/packages/core/execution-context/core-execution-context-browser-mocks/kibana.jsonc index 2f26eabba462b..1aeb9063aaeda 100644 --- a/packages/core/execution-context/core-execution-context-browser-mocks/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-execution-context-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/execution-context/core-execution-context-browser/kibana.jsonc b/packages/core/execution-context/core-execution-context-browser/kibana.jsonc index ee8dd2fad5ebe..570753b177b7c 100644 --- a/packages/core/execution-context/core-execution-context-browser/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-execution-context-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/execution-context/core-execution-context-server-internal/kibana.jsonc b/packages/core/execution-context/core-execution-context-server-internal/kibana.jsonc index 7da11bd3d4571..b7377b5cc8fc0 100644 --- a/packages/core/execution-context/core-execution-context-server-internal/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-execution-context-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/execution-context/core-execution-context-server-mocks/kibana.jsonc b/packages/core/execution-context/core-execution-context-server-mocks/kibana.jsonc index f00127ed53fd3..db21d4a76c292 100644 --- a/packages/core/execution-context/core-execution-context-server-mocks/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-execution-context-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/execution-context/core-execution-context-server/kibana.jsonc b/packages/core/execution-context/core-execution-context-server/kibana.jsonc index 3249180ad327e..97a1236880656 100644 --- a/packages/core/execution-context/core-execution-context-server/kibana.jsonc +++ b/packages/core/execution-context/core-execution-context-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-execution-context-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/fatal-errors/core-fatal-errors-browser-internal/kibana.jsonc b/packages/core/fatal-errors/core-fatal-errors-browser-internal/kibana.jsonc index 5b5b044518d52..a2abf8bdac3fc 100644 --- a/packages/core/fatal-errors/core-fatal-errors-browser-internal/kibana.jsonc +++ b/packages/core/fatal-errors/core-fatal-errors-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-fatal-errors-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/fatal-errors/core-fatal-errors-browser-mocks/kibana.jsonc b/packages/core/fatal-errors/core-fatal-errors-browser-mocks/kibana.jsonc index 7f109e5a82a33..fa9111fb12dad 100644 --- a/packages/core/fatal-errors/core-fatal-errors-browser-mocks/kibana.jsonc +++ b/packages/core/fatal-errors/core-fatal-errors-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-fatal-errors-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/fatal-errors/core-fatal-errors-browser/kibana.jsonc b/packages/core/fatal-errors/core-fatal-errors-browser/kibana.jsonc index a8e7670392301..ad3f9422482c7 100644 --- a/packages/core/fatal-errors/core-fatal-errors-browser/kibana.jsonc +++ b/packages/core/fatal-errors/core-fatal-errors-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-fatal-errors-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-browser-internal/kibana.jsonc b/packages/core/http/core-http-browser-internal/kibana.jsonc index aca4d47656686..628fabf38eb5b 100644 --- a/packages/core/http/core-http-browser-internal/kibana.jsonc +++ b/packages/core/http/core-http-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-http-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-browser-mocks/kibana.jsonc b/packages/core/http/core-http-browser-mocks/kibana.jsonc index 1a6824642b610..a97b6052fa0fd 100644 --- a/packages/core/http/core-http-browser-mocks/kibana.jsonc +++ b/packages/core/http/core-http-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-http-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/http/core-http-browser/kibana.jsonc b/packages/core/http/core-http-browser/kibana.jsonc index 8c1fdee8d3298..ee7f45d35429d 100644 --- a/packages/core/http/core-http-browser/kibana.jsonc +++ b/packages/core/http/core-http-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-http-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-context-server-internal/kibana.jsonc b/packages/core/http/core-http-context-server-internal/kibana.jsonc index 434d1c3055670..20d82599501f8 100644 --- a/packages/core/http/core-http-context-server-internal/kibana.jsonc +++ b/packages/core/http/core-http-context-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-context-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-context-server-mocks/kibana.jsonc b/packages/core/http/core-http-context-server-mocks/kibana.jsonc index 19c6c700b54e6..20778b8e10538 100644 --- a/packages/core/http/core-http-context-server-mocks/kibana.jsonc +++ b/packages/core/http/core-http-context-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-context-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/http/core-http-request-handler-context-server-internal/kibana.jsonc b/packages/core/http/core-http-request-handler-context-server-internal/kibana.jsonc index 5e5099ff6933b..8fc7abfabeeec 100644 --- a/packages/core/http/core-http-request-handler-context-server-internal/kibana.jsonc +++ b/packages/core/http/core-http-request-handler-context-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-request-handler-context-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-request-handler-context-server/kibana.jsonc b/packages/core/http/core-http-request-handler-context-server/kibana.jsonc index 488812d9ae1f0..45786e53decbe 100644 --- a/packages/core/http/core-http-request-handler-context-server/kibana.jsonc +++ b/packages/core/http/core-http-request-handler-context-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-request-handler-context-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-resources-server-internal/kibana.jsonc b/packages/core/http/core-http-resources-server-internal/kibana.jsonc index 5aaa476b2b770..d9217be8446de 100644 --- a/packages/core/http/core-http-resources-server-internal/kibana.jsonc +++ b/packages/core/http/core-http-resources-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-resources-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-resources-server-mocks/kibana.jsonc b/packages/core/http/core-http-resources-server-mocks/kibana.jsonc index 3b2bbee18b260..e6ec34b3b590d 100644 --- a/packages/core/http/core-http-resources-server-mocks/kibana.jsonc +++ b/packages/core/http/core-http-resources-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-resources-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/http/core-http-resources-server/kibana.jsonc b/packages/core/http/core-http-resources-server/kibana.jsonc index dd204cfcd25e0..2b80c017c4d9d 100644 --- a/packages/core/http/core-http-resources-server/kibana.jsonc +++ b/packages/core/http/core-http-resources-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-resources-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-router-server-internal/kibana.jsonc b/packages/core/http/core-http-router-server-internal/kibana.jsonc index 329d03a5490cb..31b2f2dec88ad 100644 --- a/packages/core/http/core-http-router-server-internal/kibana.jsonc +++ b/packages/core/http/core-http-router-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-router-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.ts b/packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.ts index ea69a25e4b56a..d403eeb31f6a9 100644 --- a/packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.ts +++ b/packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.ts @@ -93,6 +93,7 @@ export class CoreVersionedRoute implements VersionedRoute { { path: this.path, validate: passThroughValidation, + // @ts-expect-error upgrade typescript v5.1.6 options: this.getRouteConfigOptions(), }, this.requestHandler, diff --git a/packages/core/http/core-http-router-server-mocks/kibana.jsonc b/packages/core/http/core-http-router-server-mocks/kibana.jsonc index 5c6cbef3e8bd6..505cad6714c81 100644 --- a/packages/core/http/core-http-router-server-mocks/kibana.jsonc +++ b/packages/core/http/core-http-router-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-router-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/http/core-http-server-internal/kibana.jsonc b/packages/core/http/core-http-server-internal/kibana.jsonc index 984aaa761f171..b3c59759d39af 100644 --- a/packages/core/http/core-http-server-internal/kibana.jsonc +++ b/packages/core/http/core-http-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/http/core-http-server-mocks/kibana.jsonc b/packages/core/http/core-http-server-mocks/kibana.jsonc index 07b23a084f966..9af9873c9bd5e 100644 --- a/packages/core/http/core-http-server-mocks/kibana.jsonc +++ b/packages/core/http/core-http-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/http/core-http-server/kibana.jsonc b/packages/core/http/core-http-server/kibana.jsonc index 6ff36f0dea0d6..3e1bc4b7b248a 100644 --- a/packages/core/http/core-http-server/kibana.jsonc +++ b/packages/core/http/core-http-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-http-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/i18n/core-i18n-browser-internal/kibana.jsonc b/packages/core/i18n/core-i18n-browser-internal/kibana.jsonc index 40d9d2ffbb869..472c9906f8910 100644 --- a/packages/core/i18n/core-i18n-browser-internal/kibana.jsonc +++ b/packages/core/i18n/core-i18n-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-i18n-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/i18n/core-i18n-browser-mocks/kibana.jsonc b/packages/core/i18n/core-i18n-browser-mocks/kibana.jsonc index 1c8b1d19d51ee..e1e06ed6fd62b 100644 --- a/packages/core/i18n/core-i18n-browser-mocks/kibana.jsonc +++ b/packages/core/i18n/core-i18n-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-i18n-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/i18n/core-i18n-browser/kibana.jsonc b/packages/core/i18n/core-i18n-browser/kibana.jsonc index ef5cba0b357e0..5d716dd511601 100644 --- a/packages/core/i18n/core-i18n-browser/kibana.jsonc +++ b/packages/core/i18n/core-i18n-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-i18n-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/i18n/core-i18n-server-internal/kibana.jsonc b/packages/core/i18n/core-i18n-server-internal/kibana.jsonc index fe63ef9f53f9a..267895c3f6910 100644 --- a/packages/core/i18n/core-i18n-server-internal/kibana.jsonc +++ b/packages/core/i18n/core-i18n-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-i18n-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/i18n/core-i18n-server-mocks/kibana.jsonc b/packages/core/i18n/core-i18n-server-mocks/kibana.jsonc index 1d651ce8a767b..d5c3c4ae63629 100644 --- a/packages/core/i18n/core-i18n-server-mocks/kibana.jsonc +++ b/packages/core/i18n/core-i18n-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-i18n-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/i18n/core-i18n-server/kibana.jsonc b/packages/core/i18n/core-i18n-server/kibana.jsonc index 52cd43387a99c..4502f90576967 100644 --- a/packages/core/i18n/core-i18n-server/kibana.jsonc +++ b/packages/core/i18n/core-i18n-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-i18n-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/injected-metadata/core-injected-metadata-browser-internal/kibana.jsonc b/packages/core/injected-metadata/core-injected-metadata-browser-internal/kibana.jsonc index efa2b0d56127e..e899f3410c37f 100644 --- a/packages/core/injected-metadata/core-injected-metadata-browser-internal/kibana.jsonc +++ b/packages/core/injected-metadata/core-injected-metadata-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-injected-metadata-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/injected-metadata/core-injected-metadata-browser-mocks/kibana.jsonc b/packages/core/injected-metadata/core-injected-metadata-browser-mocks/kibana.jsonc index c353636f8b2a6..4dfed6e72d7fb 100644 --- a/packages/core/injected-metadata/core-injected-metadata-browser-mocks/kibana.jsonc +++ b/packages/core/injected-metadata/core-injected-metadata-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-injected-metadata-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/integrations/core-integrations-browser-internal/kibana.jsonc b/packages/core/integrations/core-integrations-browser-internal/kibana.jsonc index 73312e0e70a99..6b51ef7e6ef89 100644 --- a/packages/core/integrations/core-integrations-browser-internal/kibana.jsonc +++ b/packages/core/integrations/core-integrations-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-integrations-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/integrations/core-integrations-browser-mocks/kibana.jsonc b/packages/core/integrations/core-integrations-browser-mocks/kibana.jsonc index c1506381719ad..ee13f1e79a59d 100644 --- a/packages/core/integrations/core-integrations-browser-mocks/kibana.jsonc +++ b/packages/core/integrations/core-integrations-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-integrations-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/lifecycle/core-lifecycle-browser-internal/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-browser-internal/kibana.jsonc index 33ea1f94aecc5..4e7a537a6d138 100644 --- a/packages/core/lifecycle/core-lifecycle-browser-internal/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-lifecycle-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/lifecycle/core-lifecycle-browser-mocks/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-browser-mocks/kibana.jsonc index d70f77670c1e4..2834401d929cb 100644 --- a/packages/core/lifecycle/core-lifecycle-browser-mocks/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-lifecycle-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/lifecycle/core-lifecycle-browser/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-browser/kibana.jsonc index 664562cba4d09..c757e67b8ed3a 100644 --- a/packages/core/lifecycle/core-lifecycle-browser/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-lifecycle-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/lifecycle/core-lifecycle-server-internal/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-server-internal/kibana.jsonc index d456283f5a607..9cb8ad860034e 100644 --- a/packages/core/lifecycle/core-lifecycle-server-internal/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-lifecycle-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/lifecycle/core-lifecycle-server-mocks/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-server-mocks/kibana.jsonc index 4f780278c2806..93f8b8b8eb954 100644 --- a/packages/core/lifecycle/core-lifecycle-server-mocks/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-lifecycle-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/lifecycle/core-lifecycle-server/kibana.jsonc b/packages/core/lifecycle/core-lifecycle-server/kibana.jsonc index 76017c824b42a..6ee8465d66cfa 100644 --- a/packages/core/lifecycle/core-lifecycle-server/kibana.jsonc +++ b/packages/core/lifecycle/core-lifecycle-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-lifecycle-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/logging/core-logging-browser-internal/kibana.jsonc b/packages/core/logging/core-logging-browser-internal/kibana.jsonc index 326b03a2367f0..da41db7028f8c 100644 --- a/packages/core/logging/core-logging-browser-internal/kibana.jsonc +++ b/packages/core/logging/core-logging-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-logging-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/logging/core-logging-browser-mocks/kibana.jsonc b/packages/core/logging/core-logging-browser-mocks/kibana.jsonc index 04b3c2bd699df..97044b2219169 100644 --- a/packages/core/logging/core-logging-browser-mocks/kibana.jsonc +++ b/packages/core/logging/core-logging-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-logging-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/logging/core-logging-server-internal/kibana.jsonc b/packages/core/logging/core-logging-server-internal/kibana.jsonc index 827b3e7ed1203..180b112fa0047 100644 --- a/packages/core/logging/core-logging-server-internal/kibana.jsonc +++ b/packages/core/logging/core-logging-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-logging-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/logging/core-logging-server-mocks/kibana.jsonc b/packages/core/logging/core-logging-server-mocks/kibana.jsonc index 443efb6cdcfe6..b0457e357feff 100644 --- a/packages/core/logging/core-logging-server-mocks/kibana.jsonc +++ b/packages/core/logging/core-logging-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-logging-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/logging/core-logging-server/kibana.jsonc b/packages/core/logging/core-logging-server/kibana.jsonc index 92940b93a8dbe..d522793fc7cb8 100644 --- a/packages/core/logging/core-logging-server/kibana.jsonc +++ b/packages/core/logging/core-logging-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-logging-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/metrics/core-metrics-collectors-server-internal/kibana.jsonc b/packages/core/metrics/core-metrics-collectors-server-internal/kibana.jsonc index a277d5fad2112..a6e5c586df1c9 100644 --- a/packages/core/metrics/core-metrics-collectors-server-internal/kibana.jsonc +++ b/packages/core/metrics/core-metrics-collectors-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-metrics-collectors-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/metrics/core-metrics-collectors-server-mocks/kibana.jsonc b/packages/core/metrics/core-metrics-collectors-server-mocks/kibana.jsonc index 7629dd18a55b5..709f4fa7137fe 100644 --- a/packages/core/metrics/core-metrics-collectors-server-mocks/kibana.jsonc +++ b/packages/core/metrics/core-metrics-collectors-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-metrics-collectors-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/metrics/core-metrics-server-internal/kibana.jsonc b/packages/core/metrics/core-metrics-server-internal/kibana.jsonc index 303c3a46d8eaf..229e11fd697a5 100644 --- a/packages/core/metrics/core-metrics-server-internal/kibana.jsonc +++ b/packages/core/metrics/core-metrics-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-metrics-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/metrics/core-metrics-server-mocks/kibana.jsonc b/packages/core/metrics/core-metrics-server-mocks/kibana.jsonc index b722ae6c1e702..e04bb7a6a414c 100644 --- a/packages/core/metrics/core-metrics-server-mocks/kibana.jsonc +++ b/packages/core/metrics/core-metrics-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-metrics-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/metrics/core-metrics-server/kibana.jsonc b/packages/core/metrics/core-metrics-server/kibana.jsonc index 094d9112f26b1..34654016db00d 100644 --- a/packages/core/metrics/core-metrics-server/kibana.jsonc +++ b/packages/core/metrics/core-metrics-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-metrics-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/mount-utils/core-mount-utils-browser-internal/kibana.jsonc b/packages/core/mount-utils/core-mount-utils-browser-internal/kibana.jsonc index 4f22bf70d7983..886d309507490 100644 --- a/packages/core/mount-utils/core-mount-utils-browser-internal/kibana.jsonc +++ b/packages/core/mount-utils/core-mount-utils-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-mount-utils-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/mount-utils/core-mount-utils-browser/kibana.jsonc b/packages/core/mount-utils/core-mount-utils-browser/kibana.jsonc index 87b8148dbed3c..733fbd5b374d3 100644 --- a/packages/core/mount-utils/core-mount-utils-browser/kibana.jsonc +++ b/packages/core/mount-utils/core-mount-utils-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-mount-utils-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/node/core-node-server-internal/kibana.jsonc b/packages/core/node/core-node-server-internal/kibana.jsonc index 15542a4e3042e..23fe9ae5eeb7f 100644 --- a/packages/core/node/core-node-server-internal/kibana.jsonc +++ b/packages/core/node/core-node-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-node-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/node/core-node-server-mocks/kibana.jsonc b/packages/core/node/core-node-server-mocks/kibana.jsonc index 4a04e244899e5..095a3bd154cca 100644 --- a/packages/core/node/core-node-server-mocks/kibana.jsonc +++ b/packages/core/node/core-node-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-node-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/node/core-node-server/kibana.jsonc b/packages/core/node/core-node-server/kibana.jsonc index 4f4a4d0969bda..a0ae2183674f4 100644 --- a/packages/core/node/core-node-server/kibana.jsonc +++ b/packages/core/node/core-node-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-node-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/notifications/core-notifications-browser-internal/kibana.jsonc b/packages/core/notifications/core-notifications-browser-internal/kibana.jsonc index f41a7a0867ccb..0fc1017568936 100644 --- a/packages/core/notifications/core-notifications-browser-internal/kibana.jsonc +++ b/packages/core/notifications/core-notifications-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-notifications-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/notifications/core-notifications-browser-internal/src/toasts/global_toast_list.tsx b/packages/core/notifications/core-notifications-browser-internal/src/toasts/global_toast_list.tsx index 39c1f1edb8889..fd871ded76c50 100644 --- a/packages/core/notifications/core-notifications-browser-internal/src/toasts/global_toast_list.tsx +++ b/packages/core/notifications/core-notifications-browser-internal/src/toasts/global_toast_list.tsx @@ -30,6 +30,7 @@ interface State { const convertToEui = (toast: ToastWithRichTitle): EuiToast => ({ ...toast, + // @ts-expect-error upgrade typescript v5.1.6 title: toast.title instanceof Function ? : toast.title, text: toast.text instanceof Function ? : toast.text, }); diff --git a/packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_types.ts b/packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_types.ts index 35e012fe2f625..d7230668ff491 100644 --- a/packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_types.ts +++ b/packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_types.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { type RootSchema, type EventTypeOpts } from '@kbn/ebt/client'; +import { type RootSchema, type EventTypeOpts } from '@elastic/ebt/client'; export enum EventMetric { TOAST_DISMISSED = 'global_toast_list_toast_dismissed', diff --git a/packages/core/notifications/core-notifications-browser-internal/tsconfig.json b/packages/core/notifications/core-notifications-browser-internal/tsconfig.json index 88855bd5bd4bb..c3582c1b8925b 100644 --- a/packages/core/notifications/core-notifications-browser-internal/tsconfig.json +++ b/packages/core/notifications/core-notifications-browser-internal/tsconfig.json @@ -30,8 +30,7 @@ "@kbn/core-mount-utils-browser", "@kbn/react-kibana-context-render", "@kbn/core-analytics-browser", - "@kbn/core-analytics-browser-mocks", - "@kbn/ebt", + "@kbn/core-analytics-browser-mocks" ], "exclude": [ "target/**/*", diff --git a/packages/core/notifications/core-notifications-browser-mocks/kibana.jsonc b/packages/core/notifications/core-notifications-browser-mocks/kibana.jsonc index e5971c404204f..a1a4166e5071e 100644 --- a/packages/core/notifications/core-notifications-browser-mocks/kibana.jsonc +++ b/packages/core/notifications/core-notifications-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-notifications-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/notifications/core-notifications-browser/kibana.jsonc b/packages/core/notifications/core-notifications-browser/kibana.jsonc index 0bbdd53e56eb2..57f94b45d3b4e 100644 --- a/packages/core/notifications/core-notifications-browser/kibana.jsonc +++ b/packages/core/notifications/core-notifications-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-notifications-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/overlays/core-overlays-browser-internal/kibana.jsonc b/packages/core/overlays/core-overlays-browser-internal/kibana.jsonc index b0b38b2e851c0..fd9cb866623da 100644 --- a/packages/core/overlays/core-overlays-browser-internal/kibana.jsonc +++ b/packages/core/overlays/core-overlays-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-overlays-browser-internal", "owner": "@elastic/kibana-core" } 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-mocks/kibana.jsonc b/packages/core/overlays/core-overlays-browser-mocks/kibana.jsonc index ee4989cc38d1f..dfaa8ee75a3e5 100644 --- a/packages/core/overlays/core-overlays-browser-mocks/kibana.jsonc +++ b/packages/core/overlays/core-overlays-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-overlays-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/overlays/core-overlays-browser/kibana.jsonc b/packages/core/overlays/core-overlays-browser/kibana.jsonc index 6d5de7ad36d43..eb984476abc69 100644 --- a/packages/core/overlays/core-overlays-browser/kibana.jsonc +++ b/packages/core/overlays/core-overlays-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-overlays-browser", "owner": "@elastic/kibana-core" } 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/core/plugins/core-plugins-base-server-internal/kibana.jsonc b/packages/core/plugins/core-plugins-base-server-internal/kibana.jsonc index 313d463f8f8c5..a4613a19a0797 100644 --- a/packages/core/plugins/core-plugins-base-server-internal/kibana.jsonc +++ b/packages/core/plugins/core-plugins-base-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-plugins-base-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-browser-internal/kibana.jsonc b/packages/core/plugins/core-plugins-browser-internal/kibana.jsonc index a55852a5f5249..69463787683bc 100644 --- a/packages/core/plugins/core-plugins-browser-internal/kibana.jsonc +++ b/packages/core/plugins/core-plugins-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-plugins-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-browser-mocks/kibana.jsonc b/packages/core/plugins/core-plugins-browser-mocks/kibana.jsonc index 8dd092a0835d1..ced5e9a156fdc 100644 --- a/packages/core/plugins/core-plugins-browser-mocks/kibana.jsonc +++ b/packages/core/plugins/core-plugins-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-plugins-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/plugins/core-plugins-browser/kibana.jsonc b/packages/core/plugins/core-plugins-browser/kibana.jsonc index 2f521b0048f73..75ae0e37db655 100644 --- a/packages/core/plugins/core-plugins-browser/kibana.jsonc +++ b/packages/core/plugins/core-plugins-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-plugins-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-contracts-browser/kibana.jsonc b/packages/core/plugins/core-plugins-contracts-browser/kibana.jsonc index d4c93363d0def..4363d5a4048b5 100644 --- a/packages/core/plugins/core-plugins-contracts-browser/kibana.jsonc +++ b/packages/core/plugins/core-plugins-contracts-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-plugins-contracts-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-contracts-server/kibana.jsonc b/packages/core/plugins/core-plugins-contracts-server/kibana.jsonc index 8ce77051c273d..dc29e2f6343b9 100644 --- a/packages/core/plugins/core-plugins-contracts-server/kibana.jsonc +++ b/packages/core/plugins/core-plugins-contracts-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-plugins-contracts-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-server-internal/kibana.jsonc b/packages/core/plugins/core-plugins-server-internal/kibana.jsonc index e4cbaaef2341d..b9e0f861ef68d 100644 --- a/packages/core/plugins/core-plugins-server-internal/kibana.jsonc +++ b/packages/core/plugins/core-plugins-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-plugins-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/plugins/core-plugins-server-mocks/kibana.jsonc b/packages/core/plugins/core-plugins-server-mocks/kibana.jsonc index f56fe9da7ab06..85cbd66366bdd 100644 --- a/packages/core/plugins/core-plugins-server-mocks/kibana.jsonc +++ b/packages/core/plugins/core-plugins-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-plugins-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/plugins/core-plugins-server/kibana.jsonc b/packages/core/plugins/core-plugins-server/kibana.jsonc index e152670fd40e7..3ecaaf32ee1c1 100644 --- a/packages/core/plugins/core-plugins-server/kibana.jsonc +++ b/packages/core/plugins/core-plugins-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-plugins-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/preboot/core-preboot-server-internal/kibana.jsonc b/packages/core/preboot/core-preboot-server-internal/kibana.jsonc index 2f391bdfd0f5d..397670fdcb6f2 100644 --- a/packages/core/preboot/core-preboot-server-internal/kibana.jsonc +++ b/packages/core/preboot/core-preboot-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-preboot-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/preboot/core-preboot-server-mocks/kibana.jsonc b/packages/core/preboot/core-preboot-server-mocks/kibana.jsonc index de65649980659..725c8917b5c89 100644 --- a/packages/core/preboot/core-preboot-server-mocks/kibana.jsonc +++ b/packages/core/preboot/core-preboot-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-preboot-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/preboot/core-preboot-server/kibana.jsonc b/packages/core/preboot/core-preboot-server/kibana.jsonc index adcbf3c84aeed..efadbe758dda5 100644 --- a/packages/core/preboot/core-preboot-server/kibana.jsonc +++ b/packages/core/preboot/core-preboot-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-preboot-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/rendering/core-rendering-browser-internal/kibana.jsonc b/packages/core/rendering/core-rendering-browser-internal/kibana.jsonc index 87f174de187ff..c1fd6e01a8e4c 100644 --- a/packages/core/rendering/core-rendering-browser-internal/kibana.jsonc +++ b/packages/core/rendering/core-rendering-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-rendering-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/rendering/core-rendering-browser-mocks/kibana.jsonc b/packages/core/rendering/core-rendering-browser-mocks/kibana.jsonc index 25279626447cb..5d2d1b81e3684 100644 --- a/packages/core/rendering/core-rendering-browser-mocks/kibana.jsonc +++ b/packages/core/rendering/core-rendering-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-rendering-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/rendering/core-rendering-server-internal/kibana.jsonc b/packages/core/rendering/core-rendering-server-internal/kibana.jsonc index 9f7f2ea9c43a1..aed5dd9ca56c7 100644 --- a/packages/core/rendering/core-rendering-server-internal/kibana.jsonc +++ b/packages/core/rendering/core-rendering-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-rendering-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/rendering/core-rendering-server-mocks/kibana.jsonc b/packages/core/rendering/core-rendering-server-mocks/kibana.jsonc index f56b1a1c735b3..4f21e2965c05a 100644 --- a/packages/core/rendering/core-rendering-server-mocks/kibana.jsonc +++ b/packages/core/rendering/core-rendering-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-rendering-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/root/core-root-browser-internal/kibana.jsonc b/packages/core/root/core-root-browser-internal/kibana.jsonc index e99eaefd0e847..688f03f72f9a6 100644 --- a/packages/core/root/core-root-browser-internal/kibana.jsonc +++ b/packages/core/root/core-root-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-root-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/root/core-root-server-internal/kibana.jsonc b/packages/core/root/core-root-server-internal/kibana.jsonc index 45446380c4498..ce17c8da954d8 100644 --- a/packages/core/root/core-root-server-internal/kibana.jsonc +++ b/packages/core/root/core-root-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-root-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-api-browser/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-api-browser/kibana.jsonc index 29d24ccc6a086..03af10ac7574d 100644 --- a/packages/core/saved-objects/core-saved-objects-api-browser/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-api-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-saved-objects-api-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-api-server-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-api-server-internal/kibana.jsonc index e85d65a507884..aa37176be967a 100644 --- a/packages/core/saved-objects/core-saved-objects-api-server-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-api-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-api-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-api-server-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-api-server-mocks/kibana.jsonc index 396eaf6911868..6861249ad218c 100644 --- a/packages/core/saved-objects/core-saved-objects-api-server-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-api-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-api-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-api-server/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-api-server/kibana.jsonc index 4f6c6b3f761dd..f6c63453e8cdb 100644 --- a/packages/core/saved-objects/core-saved-objects-api-server/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-api-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-api-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-base-server-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-base-server-internal/kibana.jsonc index fba789e2893c8..54d1713159131 100644 --- a/packages/core/saved-objects/core-saved-objects-base-server-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-base-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-base-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-base-server-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-base-server-mocks/kibana.jsonc index ec80952e8e88a..fe587abdc39ab 100644 --- a/packages/core/saved-objects/core-saved-objects-base-server-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-base-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-base-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-browser-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-browser-internal/kibana.jsonc index 85abf04f839f4..60e888d1b3b3c 100644 --- a/packages/core/saved-objects/core-saved-objects-browser-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-saved-objects-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-browser-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-browser-mocks/kibana.jsonc index d23c1c7eaf8fb..94359faaca959 100644 --- a/packages/core/saved-objects/core-saved-objects-browser-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-saved-objects-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-browser/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-browser/kibana.jsonc index b09f75ea9f6c9..57cb6bd12f1c4 100644 --- a/packages/core/saved-objects/core-saved-objects-browser/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-saved-objects-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-import-export-server-internal/kibana.jsonc index cde6f2516df0d..fe57ff428f976 100644 --- a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-import-export-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-import-export-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-import-export-server-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-import-export-server-mocks/kibana.jsonc index 94155855e5a69..603d097e62565 100644 --- a/packages/core/saved-objects/core-saved-objects-import-export-server-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-import-export-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-import-export-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-migration-server-internal/kibana.jsonc index 05f06aeb86b89..cb6444d2841ad 100644 --- a/packages/core/saved-objects/core-saved-objects-migration-server-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-migration-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-migration-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-migration-server-mocks/kibana.jsonc index 3085afaf90d13..f892512e6564d 100644 --- a/packages/core/saved-objects/core-saved-objects-migration-server-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-migration-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-migration-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-server-internal/kibana.jsonc index 4e71454f9ca73..5c6c74e11ac17 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts index 35c8fc305d062..d61394acf9215 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts @@ -37,6 +37,7 @@ export const registerBulkCreateRoute = ( summary: `Create saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { query: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts index 0f7219386a07b..2a0867ed82382 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts @@ -37,6 +37,7 @@ export const registerBulkDeleteRoute = ( summary: `Delete saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { body: schema.arrayOf( diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts index c54069c0aae5c..90be20c4aeaa5 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts @@ -37,6 +37,7 @@ export const registerBulkGetRoute = ( summary: `Get saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { body: schema.arrayOf( diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts index d59c5e096aa2e..fc446393e6c19 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts @@ -37,6 +37,9 @@ export const registerBulkResolveRoute = ( summary: `Resolve saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, + description: `Retrieve multiple Kibana saved objects by ID, using any legacy URL aliases if they exist. + Under certain circumstances, when Kibana is upgraded, saved object migrations may necessitate regenerating some object IDs to enable new features. When an object's ID is regenerated, a legacy URL alias is created for that object, preserving its old ID. In such a scenario, that object can be retrieved with the bulk resolve API using either its new ID or its old ID.`, }, validate: { body: schema.arrayOf( diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts index cd401ba4f2061..9d2dbf2297cc9 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts @@ -37,6 +37,7 @@ export const registerBulkUpdateRoute = ( summary: `Update saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { body: schema.arrayOf( diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts index 5fb3a2964c701..b9be159af9491 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts @@ -37,6 +37,7 @@ export const registerCreateRoute = ( summary: `Create a saved object`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { params: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts index eb01f092ba585..841cccf379dc0 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts @@ -37,6 +37,7 @@ export const registerDeleteRoute = ( summary: `Delete a saved object`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { params: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts index ea2adb976d07f..79c4cdc2cd9bc 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts @@ -147,6 +147,8 @@ export const registerExportRoute = ( summary: `Export saved objects`, tags: ['oas-tag:saved objects'], access: 'public', + description: + 'Retrieve sets of saved objects that you want to import into Kibana. You must include `type` or `objects` in the request body. \nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. \nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.', }, validate: { body: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts index 525e80e7637b6..3d305b96f5f5a 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts @@ -41,6 +41,7 @@ export const registerFindRoute = ( summary: `Search for saved objects`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { query: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts index 5d0ffb9a11964..7c63519dc3752 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts @@ -37,6 +37,7 @@ export const registerGetRoute = ( summary: `Get a saved object`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { params: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts index 69042c7ce6a31..11f2223d936ca 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts @@ -39,6 +39,8 @@ export const registerImportRoute = ( summary: `Import saved objects`, tags: ['oas-tag:saved objects'], access: 'public', + description: + 'Create sets of Kibana saved objects from a file created by the export API. Saved objects can only be imported into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.', body: { maxBytes: maxImportPayloadBytes, output: 'stream', diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts index 2139deda867dc..0994a4cb88c3e 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts @@ -33,6 +33,9 @@ export const registerResolveRoute = ( summary: `Resolve a saved object`, tags: ['oas-tag:saved objects'], access, + deprecated: true, + description: `Retrieve a single Kibana saved object by ID, using any legacy URL alias if it exists. + Under certain circumstances, when Kibana is upgraded, saved object migrations may necessitate regenerating some object IDs to enable new features. When an object's ID is regenerated, a legacy URL alias is created for that object, preserving its old ID. In such a scenario, that object can be retrieved with the resolve API using either its new ID or its old ID.`, }, validate: { params: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts index e9020b200b048..b77ead750be71 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts @@ -40,6 +40,8 @@ export const registerResolveImportErrorsRoute = ( summary: `Resolve import errors`, tags: ['oas-tag:saved objects'], access: 'public', + description: + 'To resolve errors from the import objects API, you can retry certain saved objects, overwrite specific saved objects, and change references to different saved objects', body: { maxBytes: maxImportPayloadBytes, output: 'stream', diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts index c0b5b9ae26d3b..b2dceac69bbc4 100644 --- a/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts +++ b/packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts @@ -38,6 +38,7 @@ export const registerUpdateRoute = ( summary: `Update a saved object`, tags: ['oas-tag:saved objects'], access, + deprecated: true, }, validate: { params: schema.object({ diff --git a/packages/core/saved-objects/core-saved-objects-server-mocks/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-server-mocks/kibana.jsonc index ed6812237c399..48db247796e90 100644 --- a/packages/core/saved-objects/core-saved-objects-server-mocks/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/saved-objects/core-saved-objects-server/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-server/kibana.jsonc index b6baeefd08b95..5c463bd67b910 100644 --- a/packages/core/saved-objects/core-saved-objects-server/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/core-saved-objects-utils-server/kibana.jsonc b/packages/core/saved-objects/core-saved-objects-utils-server/kibana.jsonc index 17724acc7468f..5a638dc512dd8 100644 --- a/packages/core/saved-objects/core-saved-objects-utils-server/kibana.jsonc +++ b/packages/core/saved-objects/core-saved-objects-utils-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-saved-objects-utils-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/saved-objects/docs/openapi/README.md b/packages/core/saved-objects/docs/openapi/README.md index a64b4289935f8..ec5070ff9b09e 100644 --- a/packages/core/saved-objects/docs/openapi/README.md +++ b/packages/core/saved-objects/docs/openapi/README.md @@ -14,14 +14,8 @@ A guide about the openApi specification can be found at [https://swagger.io/docs To validate and bundle the docs, you can use [Redocly](https://redocly.com/docs/cli/) and [Swagger/OpenAPI CLI](https://www.npmjs.com/package/swagger-cli). -For example, run the following commands from the `packages/core/saved-objects/docs/openapi/` folder: -```bash -npx swagger-cli validate entrypoint.yaml -npx swagger-cli validate entrypoint-serverless.yaml -``` - -Then you can generate the `bundled` files by running the following commands: +Generate the `bundled` files by running the following commands: ```bash npx @redocly/cli bundle entrypoint.yaml --output bundled.yaml --ext yaml @@ -30,9 +24,4 @@ npx @redocly/cli bundle entrypoint_serverless.yaml --output bundled_serverless.y npx @redocly/cli bundle entrypoint_serverless.yaml --output bundled_serverless.json --ext json ``` -After generating the json bundle ensure that it is also valid by running the following command: - -```bash -npx @redocly/cli lint bundled.json -npx @redocly/cli lint bundled_serverless.json -``` +Then join these files with the rest of the Kibana APIs per `oas_docs/README.md` diff --git a/packages/core/saved-objects/docs/openapi/bundled.json b/packages/core/saved-objects/docs/openapi/bundled.json index 32e429e0d9c51..06010e44e1a19 100644 --- a/packages/core/saved-objects/docs/openapi/bundled.json +++ b/packages/core/saved-objects/docs/openapi/bundled.json @@ -17,14 +17,6 @@ "url": "/" } ], - "security": [ - { - "basicAuth": [] - }, - { - "apiKeyAuth": [] - } - ], "tags": [ { "name": "saved objects", @@ -385,9 +377,9 @@ }, "/api/saved_objects/_export": { "post": { - "summary": "Export saved objects in the default space", + "summary": "Export saved objects", "operationId": "exportSavedObjectsDefault", - "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", + "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", "tags": [ "saved objects" ], @@ -644,7 +636,7 @@ }, "/api/saved_objects/_import": { "post": { - "summary": "Import saved objects in the default space", + "summary": "Import saved objects", "operationId": "importSavedObjectsDefault", "description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", "tags": [ @@ -1208,18 +1200,6 @@ } }, "components": { - "securitySchemes": { - "basicAuth": { - "type": "http", - "scheme": "basic" - }, - "apiKeyAuth": { - "type": "apiKey", - "in": "header", - "name": "Authorization", - "description": "e.g. Authorization: ApiKey base64AccessApiKey" - } - }, "examples": { "key_rotation_response": { "summary": "Encryption key rotation using default parameters.", diff --git a/packages/core/saved-objects/docs/openapi/bundled.yaml b/packages/core/saved-objects/docs/openapi/bundled.yaml index 53874b9a469cf..d616131ac494e 100644 --- a/packages/core/saved-objects/docs/openapi/bundled.yaml +++ b/packages/core/saved-objects/docs/openapi/bundled.yaml @@ -10,9 +10,6 @@ info: url: https://www.elastic.co/licensing/elastic-license servers: - url: / -security: - - basicAuth: [] - - apiKeyAuth: [] tags: - name: saved objects description: Manage Kibana saved objects, including dashboards, visualizations, and more. @@ -253,12 +250,14 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_export: post: - summary: Export saved objects in the default space + summary: Export saved objects operationId: exportSavedObjectsDefault description: | Retrieve sets of saved objects that you want to import into Kibana. You must include `type` or `objects` in the request body. + Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. + NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. @@ -416,7 +415,7 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_import: post: - summary: Import saved objects in the default space + summary: Import saved objects operationId: importSavedObjectsDefault description: | Create sets of Kibana saved objects from a file created by the export API. @@ -798,15 +797,6 @@ paths: schema: $ref: '#/components/schemas/400_response' components: - securitySchemes: - basicAuth: - type: http - scheme: basic - apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: 'e.g. Authorization: ApiKey base64AccessApiKey' examples: key_rotation_response: summary: Encryption key rotation using default parameters. diff --git a/packages/core/saved-objects/docs/openapi/bundled_serverless.json b/packages/core/saved-objects/docs/openapi/bundled_serverless.json index 9fdd5303eaf46..6bc767088bbec 100644 --- a/packages/core/saved-objects/docs/openapi/bundled_serverless.json +++ b/packages/core/saved-objects/docs/openapi/bundled_serverless.json @@ -22,11 +22,6 @@ } } ], - "security": [ - { - "apiKeyAuth": [] - } - ], "tags": [ { "name": "saved objects", @@ -36,9 +31,9 @@ "paths": { "/api/saved_objects/_export": { "post": { - "summary": "Export saved objects in the default space", + "summary": "Export saved objects", "operationId": "exportSavedObjectsDefault", - "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", + "description": "Retrieve sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nExported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", "tags": [ "saved objects" ], @@ -126,7 +121,7 @@ }, "/api/saved_objects/_import": { "post": { - "summary": "Import saved objects in the default space", + "summary": "Import saved objects", "operationId": "importSavedObjectsDefault", "description": "Create sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", "tags": [ @@ -236,147 +231,9 @@ } } } - }, - "/s/{spaceId}/api/saved_objects/_export": { - "post": { - "summary": "Export saved objects", - "operationId": "exportSavedObjects", - "description": "Retrieves sets of saved objects that you want to import into Kibana.\nYou must include `type` or `objects` in the request body.\n\nNOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", - "tags": [ - "saved objects" - ], - "parameters": [ - { - "$ref": "#/components/parameters/kbn_xsrf" - }, - { - "$ref": "#/components/parameters/space_id" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/export_objects_request" - }, - "examples": { - "exportSavedObjectsRequest": { - "$ref": "#/components/examples/export_objects_request" - } - } - } - } - }, - "responses": { - "200": { - "description": "Indicates a successful call.", - "content": { - "application/x-ndjson": { - "schema": { - "type": "object", - "additionalProperties": true - }, - "examples": { - "exportSavedObjectsResponse": { - "$ref": "#/components/examples/export_objects_response" - } - } - } - } - }, - "400": { - "description": "Bad request.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/400_response" - } - } - } - } - } - } - }, - "/s/{spaceId}/api/saved_objects/_import": { - "post": { - "summary": "Import saved objects", - "operationId": "importSavedObjects", - "description": "Creates sets of Kibana saved objects from a file created by the export API.\nSaved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana.\n\nThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.\n", - "tags": [ - "saved objects" - ], - "parameters": [ - { - "$ref": "#/components/parameters/kbn_xsrf" - }, - { - "$ref": "#/components/parameters/space_id" - }, - { - "$ref": "#/components/parameters/compatibility_mode" - }, - { - "$ref": "#/components/parameters/create_new_copies" - }, - { - "$ref": "#/components/parameters/overwrite" - } - ], - "requestBody": { - "required": true, - "content": { - "multipart/form-data": { - "schema": { - "$ref": "#/components/schemas/import_objects_request" - }, - "examples": { - "importObjectsRequest": { - "$ref": "#/components/examples/import_objects_request" - } - } - } - } - }, - "responses": { - "200": { - "description": "Indicates a successful call.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/200_import_objects_response" - }, - "examples": { - "importObjectsResponse": { - "$ref": "#/components/examples/import_objects_response" - } - } - } - } - }, - "400": { - "description": "Bad request.", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/400_response" - } - } - } - } - } - } } }, "components": { - "securitySchemes": { - "apiKeyAuth": { - "type": "apiKey", - "in": "header", - "name": "Authorization", - "description": "Serverless APIs support only key-based authentication. You must create an API key and use the encoded value in the request header. For example: 'Authorization: ApiKey base64AccessApiKey'.\n" - } - }, "parameters": { "kbn_xsrf": { "schema": { @@ -386,43 +243,6 @@ "name": "kbn-xsrf", "description": "Cross-site request forgery protection", "required": true - }, - "space_id": { - "in": "path", - "name": "spaceId", - "description": "An identifier for the space. If `/s/` and the identifier are omitted from the path, the default space is used.", - "required": true, - "schema": { - "type": "string", - "example": "default" - } - }, - "compatibility_mode": { - "in": "query", - "name": "compatibilityMode", - "schema": { - "type": "boolean" - }, - "required": false, - "description": "Applies various adjustments to the saved objects that are being imported to maintain compatibility between different Kibana versions. Use this option only if you encounter issues with imported saved objects. NOTE: This option cannot be used with the `createNewCopies` option.\n" - }, - "create_new_copies": { - "in": "query", - "name": "createNewCopies", - "schema": { - "type": "boolean" - }, - "required": false, - "description": "Creates copies of saved objects, regenerates each object ID, and resets the origin. When used, potential conflict errors are avoided. NOTE: This option cannot be used with the `overwrite` and `compatibilityMode` options.\n" - }, - "overwrite": { - "in": "query", - "name": "overwrite", - "schema": { - "type": "boolean" - }, - "required": false, - "description": "Overwrites saved objects when they already exist. When used, potential conflict errors are automatically resolved by overwriting the destination object. NOTE: This option cannot be used with the `createNewCopies` option.\n" } }, "examples": { @@ -527,76 +347,6 @@ ] } } - }, - "export_objects_request": { - "type": "object", - "properties": { - "excludeExportDetails": { - "description": "Do not add export details entry at the end of the stream.", - "type": "boolean", - "default": false - }, - "includeReferencesDeep": { - "description": "Includes all of the referenced objects in the exported objects.", - "type": "boolean" - }, - "objects": { - "description": "A list of objects to export.", - "type": "array", - "items": { - "type": "object" - } - }, - "type": { - "description": "The saved object types to include in the export. Use `*` to export all the types.", - "oneOf": [ - { - "type": "string" - }, - { - "type": "array", - "items": { - "type": "string" - } - } - ] - } - } - }, - "import_objects_request": { - "type": "object", - "properties": { - "file": { - "description": "A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported.\n" - } - } - }, - "200_import_objects_response": { - "type": "object", - "properties": { - "success": { - "type": "boolean", - "description": "Indicates when the import was successfully completed. When set to false, some objects may not have been created. For additional information, refer to the `errors` and `successResults` properties.\n" - }, - "successCount": { - "type": "integer", - "description": "Indicates the number of successfully imported records." - }, - "errors": { - "type": "array", - "items": { - "type": "object" - }, - "description": "Indicates the import was unsuccessful and specifies the objects that failed to import.\n\nNOTE: One object may result in multiple errors, which requires separate steps to resolve. For instance, a `missing_references` error and conflict error.\n" - }, - "successResults": { - "type": "array", - "items": { - "type": "object" - }, - "description": "Indicates the objects that are successfully imported, with any metadata if applicable.\n\nNOTE: Objects are created only when all resolvable errors are addressed, including conflicts and missing references. If objects are created as new copies, each entry in the `successResults` array includes a `destinationId` attribute.\n" - } - } } } } diff --git a/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml b/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml index cf07e2b72669c..a8dc8b30fffe2 100644 --- a/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml +++ b/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml @@ -13,20 +13,20 @@ servers: variables: kibana_url: default: localhost:5601 -security: - - apiKeyAuth: [] tags: - name: saved objects description: Manage Kibana saved objects, including dashboards, visualizations, and more. paths: /api/saved_objects/_export: post: - summary: Export saved objects in the default space + summary: Export saved objects operationId: exportSavedObjectsDefault description: | Retrieve sets of saved objects that you want to import into Kibana. You must include `type` or `objects` in the request body. + Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. + NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. @@ -82,7 +82,7 @@ paths: $ref: '#/components/schemas/400_response' /api/saved_objects/_import: post: - summary: Import saved objects in the default space + summary: Import saved objects operationId: importSavedObjectsDefault description: | Create sets of Kibana saved objects from a file created by the export API. @@ -167,98 +167,7 @@ paths: application/json: schema: $ref: '#/components/schemas/400_response' - /s/{spaceId}/api/saved_objects/_export: - post: - summary: Export saved objects - operationId: exportSavedObjects - description: | - Retrieves sets of saved objects that you want to import into Kibana. - You must include `type` or `objects` in the request body. - - NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. - - This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. - tags: - - saved objects - parameters: - - $ref: '#/components/parameters/kbn_xsrf' - - $ref: '#/components/parameters/space_id' - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/export_objects_request' - examples: - exportSavedObjectsRequest: - $ref: '#/components/examples/export_objects_request' - responses: - '200': - description: Indicates a successful call. - content: - application/x-ndjson: - schema: - type: object - additionalProperties: true - examples: - exportSavedObjectsResponse: - $ref: '#/components/examples/export_objects_response' - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/400_response' - /s/{spaceId}/api/saved_objects/_import: - post: - summary: Import saved objects - operationId: importSavedObjects - description: | - Creates sets of Kibana saved objects from a file created by the export API. - Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. - - This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. - tags: - - saved objects - parameters: - - $ref: '#/components/parameters/kbn_xsrf' - - $ref: '#/components/parameters/space_id' - - $ref: '#/components/parameters/compatibility_mode' - - $ref: '#/components/parameters/create_new_copies' - - $ref: '#/components/parameters/overwrite' - requestBody: - required: true - content: - multipart/form-data: - schema: - $ref: '#/components/schemas/import_objects_request' - examples: - importObjectsRequest: - $ref: '#/components/examples/import_objects_request' - responses: - '200': - description: Indicates a successful call. - content: - application/json: - schema: - $ref: '#/components/schemas/200_import_objects_response' - examples: - importObjectsResponse: - $ref: '#/components/examples/import_objects_response' - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '#/components/schemas/400_response' components: - securitySchemes: - apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: | - Serverless APIs support only key-based authentication. You must create an API key and use the encoded value in the request header. For example: 'Authorization: ApiKey base64AccessApiKey'. parameters: kbn_xsrf: schema: @@ -267,38 +176,6 @@ components: name: kbn-xsrf description: Cross-site request forgery protection required: true - space_id: - in: path - name: spaceId - description: An identifier for the space. If `/s/` and the identifier are omitted from the path, the default space is used. - required: true - schema: - type: string - example: default - compatibility_mode: - in: query - name: compatibilityMode - schema: - type: boolean - required: false - description: | - Applies various adjustments to the saved objects that are being imported to maintain compatibility between different Kibana versions. Use this option only if you encounter issues with imported saved objects. NOTE: This option cannot be used with the `createNewCopies` option. - create_new_copies: - in: query - name: createNewCopies - schema: - type: boolean - required: false - description: | - Creates copies of saved objects, regenerates each object ID, and resets the origin. When used, potential conflict errors are avoided. NOTE: This option cannot be used with the `overwrite` and `compatibilityMode` options. - overwrite: - in: query - name: overwrite - schema: - type: boolean - required: false - description: | - Overwrites saved objects when they already exist. When used, potential conflict errors are automatically resolved by overwriting the destination object. NOTE: This option cannot be used with the `createNewCopies` option. examples: export_objects_request: summary: Export a specific saved object. @@ -370,57 +247,3 @@ components: type: integer enum: - 400 - export_objects_request: - type: object - properties: - excludeExportDetails: - description: Do not add export details entry at the end of the stream. - type: boolean - default: false - includeReferencesDeep: - description: Includes all of the referenced objects in the exported objects. - type: boolean - objects: - description: A list of objects to export. - type: array - items: - type: object - type: - description: The saved object types to include in the export. Use `*` to export all the types. - oneOf: - - type: string - - type: array - items: - type: string - import_objects_request: - type: object - properties: - file: - description: | - A file exported using the export API. NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be included in this file. Similarly, the `savedObjects.maxImportPayloadBytes` setting limits the overall size of the file that can be imported. - 200_import_objects_response: - type: object - properties: - success: - type: boolean - description: | - Indicates when the import was successfully completed. When set to false, some objects may not have been created. For additional information, refer to the `errors` and `successResults` properties. - successCount: - type: integer - description: Indicates the number of successfully imported records. - errors: - type: array - items: - type: object - description: | - Indicates the import was unsuccessful and specifies the objects that failed to import. - - NOTE: One object may result in multiple errors, which requires separate steps to resolve. For instance, a `missing_references` error and conflict error. - successResults: - type: array - items: - type: object - description: | - Indicates the objects that are successfully imported, with any metadata if applicable. - - NOTE: Objects are created only when all resolvable errors are addressed, including conflicts and missing references. If objects are created as new copies, each entry in the `successResults` array includes a `destinationId` attribute. diff --git a/packages/core/saved-objects/docs/openapi/entrypoint.yaml b/packages/core/saved-objects/docs/openapi/entrypoint.yaml index 9fbd1f0ab70cb..ee20a72801647 100644 --- a/packages/core/saved-objects/docs/openapi/entrypoint.yaml +++ b/packages/core/saved-objects/docs/openapi/entrypoint.yaml @@ -41,16 +41,16 @@ paths: $ref: 'paths/api@saved_objects@{type}@{id}.yaml' '/api/saved_objects/resolve/{type}/{id}': $ref: 'paths/api@saved_objects@resolve@{type}@{id}.yaml' -components: - securitySchemes: - basicAuth: - type: http - scheme: basic - apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: 'e.g. Authorization: ApiKey base64AccessApiKey' -security: - - basicAuth: [] - - apiKeyAuth: [] +# components: +# securitySchemes: +# basicAuth: +# type: http +# scheme: basic +# apiKeyAuth: +# type: apiKey +# in: header +# name: Authorization +# description: 'e.g. Authorization: ApiKey base64AccessApiKey' +# security: +# - basicAuth: [] +# - apiKeyAuth: [] diff --git a/packages/core/saved-objects/docs/openapi/entrypoint_serverless.yaml b/packages/core/saved-objects/docs/openapi/entrypoint_serverless.yaml index b9500ccdbc570..ab3dcacf9a39d 100644 --- a/packages/core/saved-objects/docs/openapi/entrypoint_serverless.yaml +++ b/packages/core/saved-objects/docs/openapi/entrypoint_serverless.yaml @@ -21,19 +21,15 @@ paths: $ref: 'paths/api@saved_objects@_export.yaml' '/api/saved_objects/_import': $ref: 'paths/api@saved_objects@_import.yaml' - '/s/{spaceId}/api/saved_objects/_export': - $ref: 'paths/s@{spaceid}@api@saved_objects@_export.yaml' - '/s/{spaceId}/api/saved_objects/_import': - $ref: 'paths/s@{spaceid}@api@saved_objects@_import.yaml' -components: - securitySchemes: - apiKeyAuth: - type: apiKey - in: header - name: Authorization - description: > - Serverless APIs support only key-based authentication. - You must create an API key and use the encoded value in the request header. - For example: 'Authorization: ApiKey base64AccessApiKey'. -security: - - apiKeyAuth: [] +# components: +# securitySchemes: +# apiKeyAuth: +# type: apiKey +# in: header +# name: Authorization +# description: > +# Serverless APIs support only key-based authentication. +# You must create an API key and use the encoded value in the request header. +# For example: 'Authorization: ApiKey base64AccessApiKey'. +# security: +# - apiKeyAuth: [] diff --git a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml index 6b21922a0cabb..93224e4d243b3 100644 --- a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml +++ b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_export.yaml @@ -1,10 +1,12 @@ post: - summary: Export saved objects in the default space + summary: Export saved objects operationId: exportSavedObjectsDefault description: | Retrieve sets of saved objects that you want to import into Kibana. You must include `type` or `objects` in the request body. + Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. + NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. diff --git a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml index 6d61af2f85147..12453a29ce78b 100644 --- a/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml +++ b/packages/core/saved-objects/docs/openapi/paths/api@saved_objects@_import.yaml @@ -1,5 +1,5 @@ post: - summary: Import saved objects in the default space + summary: Import saved objects operationId: importSavedObjectsDefault description: | Create sets of Kibana saved objects from a file created by the export API. diff --git a/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_export.yaml b/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_export.yaml deleted file mode 100644 index 914c872ec05e8..0000000000000 --- a/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_export.yaml +++ /dev/null @@ -1,41 +0,0 @@ -post: - summary: Export saved objects - operationId: exportSavedObjects - description: | - Retrieves sets of saved objects that you want to import into Kibana. - You must include `type` or `objects` in the request body. - - NOTE: The `savedObjects.maxImportExportSize` configuration setting limits the number of saved objects which may be exported. - - This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. - tags: - - saved objects - parameters: - - $ref: '../components/headers/kbn_xsrf.yaml' - - $ref: '../components/parameters/space_id.yaml' - requestBody: - required: true - content: - application/json: - schema: - $ref: '../components/schemas/export_objects_request.yaml' - examples: - exportSavedObjectsRequest: - $ref: '../components/examples/export_objects_request.yaml' - responses: - '200': - description: Indicates a successful call. - content: - application/x-ndjson: - schema: - type: object - additionalProperties: true - examples: - exportSavedObjectsResponse: - $ref: '../components/examples/export_objects_response.yaml' - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '../components/schemas/400_response.yaml' diff --git a/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_import.yaml b/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_import.yaml deleted file mode 100644 index eac1b3810e0fd..0000000000000 --- a/packages/core/saved-objects/docs/openapi/paths/s@{spaceid}@api@saved_objects@_import.yaml +++ /dev/null @@ -1,41 +0,0 @@ -post: - summary: Import saved objects - operationId: importSavedObjects - description: | - Creates sets of Kibana saved objects from a file created by the export API. - Saved objects can be imported only into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of Kibana. - - This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. - tags: - - saved objects - parameters: - - $ref: '../components/headers/kbn_xsrf.yaml' - - $ref: '../components/parameters/space_id.yaml' - - $ref: '../components/parameters/compatibility_mode.yaml' - - $ref: '../components/parameters/create_new_copies.yaml' - - $ref: '../components/parameters/overwrite.yaml' - requestBody: - required: true - content: - multipart/form-data: - schema: - $ref: '../components/schemas/import_objects_request.yaml' - examples: - importObjectsRequest: - $ref: '../components/examples/import_objects_request.yaml' - responses: - '200': - description: Indicates a successful call. - content: - application/json: - schema: - $ref: '../components/schemas/200_import_objects_response.yaml' - examples: - importObjectsResponse: - $ref: '../components/examples/import_objects_response.yaml' - '400': - description: Bad request. - content: - application/json: - schema: - $ref: '../components/schemas/400_response.yaml' diff --git a/packages/core/security/core-security-browser-internal/kibana.jsonc b/packages/core/security/core-security-browser-internal/kibana.jsonc index f58fc6ebbcf13..74eb1bc18dea8 100644 --- a/packages/core/security/core-security-browser-internal/kibana.jsonc +++ b/packages/core/security/core-security-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-security-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/security/core-security-browser-mocks/kibana.jsonc b/packages/core/security/core-security-browser-mocks/kibana.jsonc index 30caeaf0e9755..33682e42a043d 100644 --- a/packages/core/security/core-security-browser-mocks/kibana.jsonc +++ b/packages/core/security/core-security-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-security-browser-mocks", "owner": "@elastic/kibana-core" } diff --git a/packages/core/security/core-security-browser/kibana.jsonc b/packages/core/security/core-security-browser/kibana.jsonc index 366bfd7a77512..d772272394270 100644 --- a/packages/core/security/core-security-browser/kibana.jsonc +++ b/packages/core/security/core-security-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-security-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/security/core-security-server-internal/kibana.jsonc b/packages/core/security/core-security-server-internal/kibana.jsonc index 649d849be4844..c361f06d57981 100644 --- a/packages/core/security/core-security-server-internal/kibana.jsonc +++ b/packages/core/security/core-security-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-security-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/security/core-security-server-mocks/kibana.jsonc b/packages/core/security/core-security-server-mocks/kibana.jsonc index 6c9214ecb3281..2a523bfd2a715 100644 --- a/packages/core/security/core-security-server-mocks/kibana.jsonc +++ b/packages/core/security/core-security-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-security-server-mocks", "owner": "@elastic/kibana-core" } diff --git a/packages/core/security/core-security-server/kibana.jsonc b/packages/core/security/core-security-server/kibana.jsonc index 378945f80bb6f..bf89f90c64e7f 100644 --- a/packages/core/security/core-security-server/kibana.jsonc +++ b/packages/core/security/core-security-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-security-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/status/core-status-server-internal/kibana.jsonc b/packages/core/status/core-status-server-internal/kibana.jsonc index 166476e13adaa..ee806bea35cc8 100644 --- a/packages/core/status/core-status-server-internal/kibana.jsonc +++ b/packages/core/status/core-status-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-status-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/status/core-status-server-internal/src/status_service.ts b/packages/core/status/core-status-server-internal/src/status_service.ts index a24153342543c..39e36069c7b28 100644 --- a/packages/core/status/core-status-server-internal/src/status_service.ts +++ b/packages/core/status/core-status-server-internal/src/status_service.ts @@ -18,7 +18,7 @@ import { import { map, distinctUntilChanged, shareReplay, takeUntil, debounceTime } from 'rxjs'; import { isDeepStrictEqual } from 'util'; -import type { RootSchema } from '@kbn/ebt/client'; +import type { RootSchema } from '@elastic/ebt/client'; import type { Logger, LogMeta } from '@kbn/logging'; import type { CoreContext, CoreService } from '@kbn/core-base-server-internal'; import type { PluginName } from '@kbn/core-base-common'; diff --git a/packages/core/status/core-status-server-internal/tsconfig.json b/packages/core/status/core-status-server-internal/tsconfig.json index 42d4e92c57e0a..bda646809e414 100644 --- a/packages/core/status/core-status-server-internal/tsconfig.json +++ b/packages/core/status/core-status-server-internal/tsconfig.json @@ -41,7 +41,6 @@ "@kbn/core-analytics-server-mocks", "@kbn/core-logging-server-internal", "@kbn/core-logging-server-mocks", - "@kbn/ebt", ], "exclude": [ "target/**/*", diff --git a/packages/core/status/core-status-server-mocks/kibana.jsonc b/packages/core/status/core-status-server-mocks/kibana.jsonc index 91ee9ce8065bd..1b4ed5a6e7cd2 100644 --- a/packages/core/status/core-status-server-mocks/kibana.jsonc +++ b/packages/core/status/core-status-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-status-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/status/core-status-server/kibana.jsonc b/packages/core/status/core-status-server/kibana.jsonc index 7e7eafcbe13c2..dd7ab2ca731cd 100644 --- a/packages/core/status/core-status-server/kibana.jsonc +++ b/packages/core/status/core-status-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-status-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/test-helpers/core-test-helpers-kbn-server/kibana.jsonc b/packages/core/test-helpers/core-test-helpers-kbn-server/kibana.jsonc index 399c4032208ce..38e166e1d42b6 100644 --- a/packages/core/test-helpers/core-test-helpers-kbn-server/kibana.jsonc +++ b/packages/core/test-helpers/core-test-helpers-kbn-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-test-helpers-kbn-server", "owner": "@elastic/kibana-core", "devOnly": true diff --git a/packages/core/theme/core-theme-browser-internal/kibana.jsonc b/packages/core/theme/core-theme-browser-internal/kibana.jsonc index 4f52d3655e060..b960ca19a1621 100644 --- a/packages/core/theme/core-theme-browser-internal/kibana.jsonc +++ b/packages/core/theme/core-theme-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-theme-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/theme/core-theme-browser-mocks/kibana.jsonc b/packages/core/theme/core-theme-browser-mocks/kibana.jsonc index 5955ef8eb8beb..4abe096bf9526 100644 --- a/packages/core/theme/core-theme-browser-mocks/kibana.jsonc +++ b/packages/core/theme/core-theme-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-theme-browser-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/theme/core-theme-browser/kibana.jsonc b/packages/core/theme/core-theme-browser/kibana.jsonc index 28faccea003bb..a83f9d100e893 100644 --- a/packages/core/theme/core-theme-browser/kibana.jsonc +++ b/packages/core/theme/core-theme-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-theme-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/ui-settings/core-ui-settings-browser-internal/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-browser-internal/kibana.jsonc index 8ed0f675a5e14..3df21a50e4eed 100644 --- a/packages/core/ui-settings/core-ui-settings-browser-internal/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-ui-settings-browser-internal", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/ui-settings/core-ui-settings-browser-mocks/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-browser-mocks/kibana.jsonc index 42af85121662e..5bad0a8987f38 100644 --- a/packages/core/ui-settings/core-ui-settings-browser-mocks/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-ui-settings-browser-mocks", "devOnly": true, "owner": "@elastic/appex-sharedux" diff --git a/packages/core/ui-settings/core-ui-settings-browser/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-browser/kibana.jsonc index 2428df187ca31..b659a8483b121 100644 --- a/packages/core/ui-settings/core-ui-settings-browser/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-ui-settings-browser", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/ui-settings/core-ui-settings-server-internal/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-server-internal/kibana.jsonc index f8d6cde5db4da..7d159eb886a9c 100644 --- a/packages/core/ui-settings/core-ui-settings-server-internal/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-ui-settings-server-internal", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/ui-settings/core-ui-settings-server-mocks/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-server-mocks/kibana.jsonc index 5d91163b19f44..2db68ae26f2ce 100644 --- a/packages/core/ui-settings/core-ui-settings-server-mocks/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-ui-settings-server-mocks", "devOnly": true, "owner": "@elastic/appex-sharedux" diff --git a/packages/core/ui-settings/core-ui-settings-server/kibana.jsonc b/packages/core/ui-settings/core-ui-settings-server/kibana.jsonc index f839dbc1f35a9..a060e4ed93ccd 100644 --- a/packages/core/ui-settings/core-ui-settings-server/kibana.jsonc +++ b/packages/core/ui-settings/core-ui-settings-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-ui-settings-server", "owner": "@elastic/appex-sharedux" } diff --git a/packages/core/usage-data/core-usage-data-base-server-internal/kibana.jsonc b/packages/core/usage-data/core-usage-data-base-server-internal/kibana.jsonc index 8c2a2c4b191d9..f1dba28f7a822 100644 --- a/packages/core/usage-data/core-usage-data-base-server-internal/kibana.jsonc +++ b/packages/core/usage-data/core-usage-data-base-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-usage-data-base-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/usage-data/core-usage-data-server-internal/kibana.jsonc b/packages/core/usage-data/core-usage-data-server-internal/kibana.jsonc index 9e8be00d3c9dd..005599f123507 100644 --- a/packages/core/usage-data/core-usage-data-server-internal/kibana.jsonc +++ b/packages/core/usage-data/core-usage-data-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-usage-data-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/usage-data/core-usage-data-server-mocks/kibana.jsonc b/packages/core/usage-data/core-usage-data-server-mocks/kibana.jsonc index 65dd20ad22ece..02e9d1e3a5c34 100644 --- a/packages/core/usage-data/core-usage-data-server-mocks/kibana.jsonc +++ b/packages/core/usage-data/core-usage-data-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-usage-data-server-mocks", "devOnly": true, "owner": "@elastic/kibana-core" diff --git a/packages/core/usage-data/core-usage-data-server/kibana.jsonc b/packages/core/usage-data/core-usage-data-server/kibana.jsonc index 722bd81550aa8..b90d5b3027b42 100644 --- a/packages/core/usage-data/core-usage-data-server/kibana.jsonc +++ b/packages/core/usage-data/core-usage-data-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-usage-data-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-browser-internal/kibana.jsonc b/packages/core/user-profile/core-user-profile-browser-internal/kibana.jsonc index 00e00c831988e..b3ffc7c2d1f7c 100644 --- a/packages/core/user-profile/core-user-profile-browser-internal/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-browser-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-user-profile-browser-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-browser-mocks/kibana.jsonc b/packages/core/user-profile/core-user-profile-browser-mocks/kibana.jsonc index 49e11fd3d169d..557849cb6a39c 100644 --- a/packages/core/user-profile/core-user-profile-browser-mocks/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-browser-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-user-profile-browser-mocks", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-browser/kibana.jsonc b/packages/core/user-profile/core-user-profile-browser/kibana.jsonc index 376ee21cdb901..01bdb62b0fd0d 100644 --- a/packages/core/user-profile/core-user-profile-browser/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-browser/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/core-user-profile-browser", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-server-internal/kibana.jsonc b/packages/core/user-profile/core-user-profile-server-internal/kibana.jsonc index dc23dd4450d28..6d10f1f7b4b42 100644 --- a/packages/core/user-profile/core-user-profile-server-internal/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-profile-server-internal", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-server-mocks/kibana.jsonc b/packages/core/user-profile/core-user-profile-server-mocks/kibana.jsonc index bd62cf371dbc3..9a5fd404a673f 100644 --- a/packages/core/user-profile/core-user-profile-server-mocks/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-profile-server-mocks", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-profile/core-user-profile-server/kibana.jsonc b/packages/core/user-profile/core-user-profile-server/kibana.jsonc index 8d47dde6b5a6f..4a6f847fc5ee9 100644 --- a/packages/core/user-profile/core-user-profile-server/kibana.jsonc +++ b/packages/core/user-profile/core-user-profile-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-profile-server", "owner": "@elastic/kibana-core" } diff --git a/packages/core/user-settings/core-user-settings-server-internal/kibana.jsonc b/packages/core/user-settings/core-user-settings-server-internal/kibana.jsonc index ff5d2a67af094..c7716aa9b61f8 100644 --- a/packages/core/user-settings/core-user-settings-server-internal/kibana.jsonc +++ b/packages/core/user-settings/core-user-settings-server-internal/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-settings-server-internal", "owner": "@elastic/kibana-security", } diff --git a/packages/core/user-settings/core-user-settings-server-mocks/kibana.jsonc b/packages/core/user-settings/core-user-settings-server-mocks/kibana.jsonc index af71f0c99d734..9860eb095122e 100644 --- a/packages/core/user-settings/core-user-settings-server-mocks/kibana.jsonc +++ b/packages/core/user-settings/core-user-settings-server-mocks/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-settings-server-mocks", "owner": "@elastic/kibana-security", } diff --git a/packages/core/user-settings/core-user-settings-server/kibana.jsonc b/packages/core/user-settings/core-user-settings-server/kibana.jsonc index bcf4627a5c5d9..eac6fde03c287 100644 --- a/packages/core/user-settings/core-user-settings-server/kibana.jsonc +++ b/packages/core/user-settings/core-user-settings-server/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/core-user-settings-server", "owner": "@elastic/kibana-security", } diff --git a/packages/kbn-alerting-types/alert_fields_type.ts b/packages/kbn-alerting-types/alert_fields_type.ts new file mode 100644 index 0000000000000..1e03d32edf4a9 --- /dev/null +++ b/packages/kbn-alerting-types/alert_fields_type.ts @@ -0,0 +1,29 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { SerializedFieldFormat } from '@kbn/field-formats-plugin/common'; +import type { IFieldSubType } from '@kbn/es-query'; +import type { RuntimeField } from '@kbn/data-views-plugin/common'; + +export interface BrowserField { + aggregatable: boolean; + category: string; + description?: string | null; + example?: string | number | null; + fields: Readonly>>; + format?: SerializedFieldFormat; + indexes: string[]; + name: string; + searchable: boolean; + type: string; + subType?: IFieldSubType; + readFromDocValues: boolean; + runtimeField?: RuntimeField; +} + +export type BrowserFields = Record>; diff --git a/packages/kbn-alerting-types/index.ts b/packages/kbn-alerting-types/index.ts index 019cf2577738a..dcf9cfe297ccb 100644 --- a/packages/kbn-alerting-types/index.ts +++ b/packages/kbn-alerting-types/index.ts @@ -8,12 +8,13 @@ export * from './action_group_types'; export * from './action_variable'; +export * from './alert_fields_type'; export * from './alert_type'; export * from './alerting_framework_health_types'; export * from './builtin_action_groups_types'; export * from './circuit_breaker_message_header'; export * from './r_rule_types'; export * from './rule_notify_when_type'; -export * from './search_strategy_types'; export * from './rule_type_types'; export * from './rule_types'; +export * from './search_strategy_types'; diff --git a/packages/kbn-alerting-types/tsconfig.json b/packages/kbn-alerting-types/tsconfig.json index 6c7d143c31145..dbc417aa76ade 100644 --- a/packages/kbn-alerting-types/tsconfig.json +++ b/packages/kbn-alerting-types/tsconfig.json @@ -22,6 +22,8 @@ "@kbn/rrule", "@kbn/core", "@kbn/es-query", + "@kbn/field-formats-plugin", + "@kbn/data-views-plugin", "@kbn/search-types" ] } diff --git a/packages/kbn-alerts-ui-shared/kibana.jsonc b/packages/kbn-alerts-ui-shared/kibana.jsonc index da035e4fbb8f8..a4cfc39e987f9 100644 --- a/packages/kbn-alerts-ui-shared/kibana.jsonc +++ b/packages/kbn-alerts-ui-shared/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/alerts-ui-shared", "owner": "@elastic/response-ops" } diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alert_fields.ts b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alert_fields.ts deleted file mode 100644 index 2c41e8adc7875..0000000000000 --- a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alert_fields.ts +++ /dev/null @@ -1,28 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -import { ValidFeatureId } from '@kbn/rule-data-utils'; -import { HttpSetup } from '@kbn/core/public'; -import { FieldSpec } from '@kbn/data-views-plugin/common'; -import { BASE_RAC_ALERTS_API_PATH } from '../constants'; - -export async function fetchAlertFields({ - http, - featureIds, -}: { - http: HttpSetup; - featureIds: ValidFeatureId[]; -}): Promise { - const { fields: alertFields = [] } = await http.get<{ fields: FieldSpec[] }>( - `${BASE_RAC_ALERTS_API_PATH}/browser_fields`, - { - query: { featureIds }, - } - ); - return alertFields; -} diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts new file mode 100644 index 0000000000000..9149c68e2f522 --- /dev/null +++ b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.test.ts @@ -0,0 +1,38 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { httpServiceMock } from '@kbn/core/public/mocks'; +import { fetchAlertsFields } from '.'; +import { AlertConsumers } from '@kbn/rule-data-utils'; + +describe('fetchAlertsFields', () => { + const http = httpServiceMock.createStartContract(); + test('should call the browser_fields API with the correct parameters', async () => { + const featureIds = [AlertConsumers.STACK_ALERTS]; + http.get.mockResolvedValueOnce({ + browserFields: { fakeCategory: {} }, + fields: [ + { + name: 'fakeCategory', + }, + ], + }); + const result = await fetchAlertsFields({ http, featureIds }); + expect(result).toEqual({ + browserFields: { fakeCategory: {} }, + fields: [ + { + name: 'fakeCategory', + }, + ], + }); + expect(http.get).toHaveBeenLastCalledWith('/internal/rac/alerts/browser_fields', { + query: { featureIds }, + }); + }); +}); diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.ts new file mode 100644 index 0000000000000..3deafc37e8ce4 --- /dev/null +++ b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/fetch_alerts_fields.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import type { FieldDescriptor } from '@kbn/data-views-plugin/server'; +import type { BrowserFields } from '@kbn/alerting-types'; +import type { FetchAlertsFieldsParams } from './types'; +import { BASE_RAC_ALERTS_API_PATH } from '../../constants'; + +export const fetchAlertsFields = ({ http, featureIds }: FetchAlertsFieldsParams) => + http.get<{ browserFields: BrowserFields; fields: FieldDescriptor[] }>( + `${BASE_RAC_ALERTS_API_PATH}/browser_fields`, + { + query: { featureIds }, + } + ); diff --git a/packages/analytics/ebt/client/src/shippers/index.ts b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts similarity index 84% rename from packages/analytics/ebt/client/src/shippers/index.ts rename to packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts index 7a4ab7d85b9f2..49039ea486010 100644 --- a/packages/analytics/ebt/client/src/shippers/index.ts +++ b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/index.ts @@ -6,4 +6,5 @@ * Side Public License, v 1. */ -export type { IShipper } from './types'; +export * from './fetch_alerts_fields'; +export * from './types'; diff --git a/packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.ts b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts similarity index 53% rename from packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.ts rename to packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts index a7bad9063bec7..d60663236ac76 100644 --- a/packages/analytics/ebt/shippers/elastic_v3/common/src/error_with_code.ts +++ b/packages/kbn-alerts-ui-shared/src/common/apis/fetch_alerts_fields/types.ts @@ -6,16 +6,16 @@ * Side Public License, v 1. */ -/** - * Custom error to report the error message with an additional error code. - */ -export class ErrorWithCode extends Error { +import { HttpSetup } from '@kbn/core-http-browser'; +import { ValidFeatureId } from '@kbn/rule-data-utils'; + +export interface FetchAlertsFieldsParams { + // Dependencies + http: HttpSetup; + + // Params /** - * Constructor of the error. - * @param message The error message. - * @param code The code of the error. + * Array of feature ids used for authorization and area-based filtering */ - constructor(message: string, public readonly code: string) { - super(message); - } + featureIds: ValidFeatureId[]; } diff --git a/packages/kbn-alerts-ui-shared/src/common/apis/index.ts b/packages/kbn-alerts-ui-shared/src/common/apis/index.ts index 95c8c9632146b..a31fd9131fd29 100644 --- a/packages/kbn-alerts-ui-shared/src/common/apis/index.ts +++ b/packages/kbn-alerts-ui-shared/src/common/apis/index.ts @@ -6,12 +6,13 @@ * Side Public License, v 1. */ -export * from './fetch_ui_health_status'; -export * from './fetch_alerting_framework_health'; -export * from './fetch_ui_config'; export * from './create_rule'; -export * from './update_rule'; -export * from './resolve_rule'; -export * from './fetch_connectors'; +export * from './fetch_alerting_framework_health'; +export * from './fetch_alerts_fields'; export * from './fetch_connector_types'; +export * from './fetch_connectors'; export * from './fetch_rule_type_aad_template_fields'; +export * from './fetch_ui_config'; +export * from './fetch_ui_health_status'; +export * from './resolve_rule'; +export * from './update_rule'; diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_alert_data_view.ts b/packages/kbn-alerts-ui-shared/src/common/hooks/use_alert_data_view.ts index 8c76671819b25..dfa0bd12f85ae 100644 --- a/packages/kbn-alerts-ui-shared/src/common/hooks/use_alert_data_view.ts +++ b/packages/kbn-alerts-ui-shared/src/common/hooks/use_alert_data_view.ts @@ -13,8 +13,8 @@ import { AlertConsumers, ValidFeatureId } from '@kbn/rule-data-utils'; import type { ToastsStart, HttpStart } from '@kbn/core/public'; import { useQuery } from '@tanstack/react-query'; +import { useFetchAlertsFieldsQuery } from './use_fetch_alerts_fields_query'; import { fetchAlertIndexNames } from '../apis/fetch_alert_index_names'; -import { fetchAlertFields } from '../apis/fetch_alert_fields'; export interface UseAlertDataViewResult { dataViews?: DataView[]; @@ -45,10 +45,6 @@ export function useAlertDataView(props: UseAlertDataViewProps): UseAlertDataView return fetchAlertIndexNames({ http, features }); }; - const queryAlertFieldsFn = () => { - return fetchAlertFields({ http, featureIds }); - }; - const onErrorFn = () => { toasts.addDanger( i18n.translate('alertsUIShared.hooks.useAlertDataView.useAlertDataMessage', { @@ -72,18 +68,19 @@ export function useAlertDataView(props: UseAlertDataViewProps): UseAlertDataView }); const { - data: alertFields, + data: { fields: alertFields }, isSuccess: isAlertFieldsSuccess, isInitialLoading: isAlertFieldsInitialLoading, isLoading: isAlertFieldsLoading, - } = useQuery({ - queryKey: ['loadAlertFields', features], - queryFn: queryAlertFieldsFn, - onError: onErrorFn, - refetchOnWindowFocus: false, - staleTime: 60 * 1000, - enabled: hasNoSecuritySolution, - }); + } = useFetchAlertsFieldsQuery( + { http, featureIds }, + { + onError: onErrorFn, + refetchOnWindowFocus: false, + staleTime: 60 * 1000, + enabled: hasNoSecuritySolution, + } + ); useEffect(() => { return () => { diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx b/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx new file mode 100644 index 0000000000000..adcf3b37e38cb --- /dev/null +++ b/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.test.tsx @@ -0,0 +1,142 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import React, { FunctionComponent } from 'react'; +import type { HttpSetup } from '@kbn/core-http-browser'; +import { AlertConsumers } from '@kbn/rule-data-utils'; +import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; +import { renderHook } from '@testing-library/react-hooks'; +import { testQueryClientConfig } from '../test_utils/test_query_client_config'; +import { useFetchAlertsFieldsQuery } from './use_fetch_alerts_fields_query'; + +const queryClient = new QueryClient(testQueryClientConfig); + +const wrapper: FunctionComponent = ({ children }) => ( + {children} +); + +const mockHttpClient = { + get: jest.fn(), +} as unknown as HttpSetup; + +const emptyData = { browserFields: {}, fields: [] }; + +describe('useFetchAlertsFieldsQuery', () => { + const mockHttpGet = jest.mocked(mockHttpClient.get); + + beforeEach(() => { + mockHttpGet.mockResolvedValue({ + browserFields: { fakeCategory: {} }, + fields: [ + { + name: 'fakeCategory', + }, + ], + }); + }); + + afterEach(() => { + mockHttpGet.mockClear(); + queryClient.clear(); + }); + + it('should not fetch for siem', () => { + const { result } = renderHook( + () => useFetchAlertsFieldsQuery({ http: mockHttpClient, featureIds: ['siem'] }), + { + wrapper, + } + ); + + expect(mockHttpGet).toHaveBeenCalledTimes(0); + expect(result.current.data).toEqual(emptyData); + }); + + it('should call the api only once', async () => { + const { result, rerender, waitForValueToChange } = renderHook( + () => useFetchAlertsFieldsQuery({ http: mockHttpClient, featureIds: ['apm'] }), + { + wrapper, + } + ); + + await waitForValueToChange(() => result.current.data); + + expect(mockHttpGet).toHaveBeenCalledTimes(1); + expect(result.current.data).toEqual({ + browserFields: { fakeCategory: {} }, + fields: [ + { + name: 'fakeCategory', + }, + ], + }); + + rerender(); + + expect(mockHttpGet).toHaveBeenCalledTimes(1); + expect(result.current.data).toEqual({ + browserFields: { fakeCategory: {} }, + fields: [ + { + name: 'fakeCategory', + }, + ], + }); + }); + + it('should not fetch if the only featureId is not valid', async () => { + const { result } = renderHook( + () => + useFetchAlertsFieldsQuery({ + http: mockHttpClient, + featureIds: ['alerts'] as unknown as AlertConsumers[], + }), + { + wrapper, + } + ); + + expect(mockHttpGet).toHaveBeenCalledTimes(0); + expect(result.current.data).toEqual(emptyData); + }); + + it('should not fetch if all featureId are not valid', async () => { + const { result } = renderHook( + () => + useFetchAlertsFieldsQuery({ + http: mockHttpClient, + featureIds: ['alerts', 'tomato'] as unknown as AlertConsumers[], + }), + { + wrapper, + } + ); + + expect(mockHttpGet).toHaveBeenCalledTimes(0); + expect(result.current.data).toEqual(emptyData); + }); + + it('should filter out the non valid feature id', async () => { + renderHook( + () => + useFetchAlertsFieldsQuery({ + http: mockHttpClient, + featureIds: ['alerts', 'apm', 'logs'] as AlertConsumers[], + }), + { + wrapper, + } + ); + + expect(mockHttpGet).toHaveBeenCalledTimes(1); + expect(mockHttpGet).toHaveBeenCalledWith('/internal/rac/alerts/browser_fields', { + query: { featureIds: ['apm', 'logs'] }, + }); + }); +}); diff --git a/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts b/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.ts new file mode 100644 index 0000000000000..5d0f785335b22 --- /dev/null +++ b/packages/kbn-alerts-ui-shared/src/common/hooks/use_fetch_alerts_fields_query.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { AlertConsumers, isValidFeatureId } from '@kbn/rule-data-utils'; +import { useQuery } from '@tanstack/react-query'; +import type { QueryOptionsOverrides } from '../types/tanstack_query_utility_types'; +import { fetchAlertsFields, FetchAlertsFieldsParams } from '../apis/fetch_alerts_fields'; + +export type UseFetchAlertsFieldsQueryParams = FetchAlertsFieldsParams; + +const UNSUPPORTED_FEATURE_ID = AlertConsumers.SIEM; + +export const queryKeyPrefix = ['alerts', fetchAlertsFields.name]; + +/** + * Fetch alerts indexes browser fields for the given feature ids + * + * When testing components that depend on this hook, prefer mocking the {@link fetchAlertsFields} function instead of the hook itself. + * @external https://tanstack.com/query/v4/docs/framework/react/guides/testing + */ +export const useFetchAlertsFieldsQuery = ( + { http, ...params }: UseFetchAlertsFieldsQueryParams, + options?: Pick< + QueryOptionsOverrides, + 'context' | 'onError' | 'refetchOnWindowFocus' | 'staleTime' | 'enabled' + > +) => { + const { featureIds } = params; + + const validFeatureIds = featureIds.filter( + (fid) => isValidFeatureId(fid) && fid !== UNSUPPORTED_FEATURE_ID + ); + + return useQuery({ + queryKey: queryKeyPrefix.concat(JSON.stringify(featureIds)), + queryFn: () => fetchAlertsFields({ http, featureIds: validFeatureIds }), + enabled: validFeatureIds.length > 0, + initialData: { browserFields: {}, fields: [] }, + ...options, + }); +}; diff --git a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.mocks.ts b/packages/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts similarity index 61% rename from packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.mocks.ts rename to packages/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts index 8da36242d48b6..cbd6110838b71 100644 --- a/packages/analytics/ebt/shippers/elastic_v3/server/src/server_shipper.test.mocks.ts +++ b/packages/kbn-alerts-ui-shared/src/common/test_utils/test_query_client_config.ts @@ -6,10 +6,17 @@ * Side Public License, v 1. */ -export const fetchMock = jest.fn().mockResolvedValue({ - status: 200, - ok: true, - text: () => Promise.resolve('{"status": "ok"}'), -}); +/* eslint-disable no-console */ -jest.doMock('node-fetch', () => fetchMock); +export const testQueryClientConfig = { + defaultOptions: { + queries: { + retry: false, + }, + }, + logger: { + log: console.log, + warn: console.warn, + error: () => {}, + }, +}; diff --git a/packages/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts b/packages/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.ts new file mode 100644 index 0000000000000..d9459444bf71b --- /dev/null +++ b/packages/kbn-alerts-ui-shared/src/common/types/tanstack_query_utility_types.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { UseQueryOptions } from '@tanstack/react-query'; + +/** + * Extracts the data type from a fetching function + */ +export type FetchFnData = TFetchFn extends (...args: any) => Promise + ? TData + : TFetchFn extends (...args: any) => infer TData + ? TData + : never; + +/** + * A utility type used to correctly type options overrides for `useQuery` + */ +export type QueryOptionsOverrides< + /** + * The fetching function type. TData is calculated based on this type. + */ + TFetchFn, + TQueryFnData = FetchFnData, + TError = unknown, + TData = TQueryFnData +> = Omit< + UseQueryOptions, + 'queryKey' | 'queryFn' | 'initialData' +>; diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx b/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx index d22a296162a59..72ea6a6b61059 100644 --- a/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx +++ b/packages/kbn-alerts-ui-shared/src/rule_form/rule_definition/rule_consumer_selection.tsx @@ -34,7 +34,6 @@ type ComboBoxOption = EuiComboBoxOptionOption; export const RuleConsumerSelection = (props: RuleConsumerSelectionProps) => { const { validConsumers } = props; - const { multiConsumerSelection, baseErrors } = useRuleFormState(); const dispatch = useRuleFormDispatch(); diff --git a/packages/kbn-apm-config-loader/kibana.jsonc b/packages/kbn-apm-config-loader/kibana.jsonc index e9d06f3539492..32c994307eb6f 100644 --- a/packages/kbn-apm-config-loader/kibana.jsonc +++ b/packages/kbn-apm-config-loader/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/apm-config-loader", "owner": ["@elastic/kibana-core", "@vigneshshanmugam"] } diff --git a/packages/kbn-apm-synthtrace-client/index.ts b/packages/kbn-apm-synthtrace-client/index.ts index 4eb96051bb5ba..1441e9ecc4de4 100644 --- a/packages/kbn-apm-synthtrace-client/index.ts +++ b/packages/kbn-apm-synthtrace-client/index.ts @@ -22,6 +22,7 @@ export { httpExitSpan } from './src/lib/apm/span'; export { DistributedTrace } from './src/lib/dsl/distributed_trace_client'; export { serviceMap } from './src/lib/dsl/service_map'; export type { Fields } from './src/lib/entity'; +export { Entity } from './src/lib/entity'; export { infra, type InfraDocument } from './src/lib/infra'; export { parseInterval } from './src/lib/interval'; export { monitoring, type MonitoringDocument } from './src/lib/monitoring'; diff --git a/packages/kbn-apm-synthtrace-client/src/lib/assets/asset.ts b/packages/kbn-apm-synthtrace-client/src/lib/assets/asset.ts index e91c1b2869aa0..592c89d15a2fd 100644 --- a/packages/kbn-apm-synthtrace-client/src/lib/assets/asset.ts +++ b/packages/kbn-apm-synthtrace-client/src/lib/assets/asset.ts @@ -9,7 +9,7 @@ import { Fields } from '../entity'; import { Serializable } from '../serializable'; -type AssetType = 'host' | 'pod' | 'container' | 'service'; +type AssetType = 'host' | 'pod' | 'container' | 'service' | 'aws_rds'; export interface AssetDocument extends Fields { 'asset.id': string; diff --git a/packages/kbn-apm-synthtrace-client/src/lib/infra/aws/rds.ts b/packages/kbn-apm-synthtrace-client/src/lib/infra/aws/rds.ts new file mode 100644 index 0000000000000..a869e0a981bb1 --- /dev/null +++ b/packages/kbn-apm-synthtrace-client/src/lib/infra/aws/rds.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* eslint-disable max-classes-per-file */ +import { Entity, Fields } from '../../entity'; +import { Serializable } from '../../serializable'; + +export interface AWSRdsDocument extends Fields { + 'aws.rds.db_instance.arn': string; + 'aws.rds.db_instance.identifier': string; + 'metricset.name'?: string; + 'event.dataset'?: string; +} + +export interface AWSRdsMetricsDocument extends AWSRdsDocument { + 'aws.rds.cpu.total.pct'?: number; + 'aws.rds.database_connections'?: number; + 'aws.rds.latency.dml'?: number; + 'aws.rds.latency.read'?: number; + 'aws.rds.latency.write'?: number; + 'aws.rds.latency.insert'?: number; + 'aws.rds.latency.update'?: number; + 'aws.rds.latency.commit'?: number; + 'aws.rds.queries'?: number; +} + +class AWSRdsMetrics extends Serializable {} + +export class AWSRds extends Entity { + metrics(metricsFields: AWSRdsMetricsDocument) { + return new AWSRdsMetrics({ + ...this.fields, + ...metricsFields, + }); + } +} + +export function awsRds(arn: string, name: string): AWSRds { + return new AWSRds({ + 'aws.rds.db_instance.arn': arn, + 'aws.rds.db_instance.identifier': name, + 'event.dataset': 'aws.rds', + }); +} diff --git a/packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts b/packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts index fb81b595c7e2f..c325635e27098 100644 --- a/packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts +++ b/packages/kbn-apm-synthtrace-client/src/lib/infra/index.ts @@ -10,16 +10,19 @@ import { dockerContainer, DockerContainerMetricsDocument } from './docker_contai import { host, HostMetricsDocument } from './host'; import { k8sContainer, K8sContainerMetricsDocument } from './k8s_container'; import { pod, PodMetricsDocument } from './pod'; +import { awsRds, AWSRdsMetricsDocument } from './aws/rds'; export type InfraDocument = | HostMetricsDocument | PodMetricsDocument | DockerContainerMetricsDocument - | K8sContainerMetricsDocument; + | K8sContainerMetricsDocument + | AWSRdsMetricsDocument; export const infra = { host, pod, dockerContainer, k8sContainer, + awsRds, }; diff --git a/packages/kbn-apm-synthtrace/src/lib/infra/infra_synthtrace_es_client.ts b/packages/kbn-apm-synthtrace/src/lib/infra/infra_synthtrace_es_client.ts index 031c40c9ccf19..6c42d7051a9b0 100644 --- a/packages/kbn-apm-synthtrace/src/lib/infra/infra_synthtrace_es_client.ts +++ b/packages/kbn-apm-synthtrace/src/lib/infra/infra_synthtrace_es_client.ts @@ -64,6 +64,8 @@ function getRoutingTransform() { document._index = 'metrics-kubernetes.container-default'; } else if ('kubernetes.pod.uid' in document) { document._index = 'metrics-kubernetes.pod-default'; + } else if ('aws.rds.db_instance.arn' in document) { + document._index = 'metrics-aws.rds-default'; } else { throw new Error('Cannot determine index for event'); } diff --git a/packages/kbn-apm-synthtrace/src/scenarios/infra_aws_rds.ts b/packages/kbn-apm-synthtrace/src/scenarios/infra_aws_rds.ts new file mode 100644 index 0000000000000..4a1c575b904ba --- /dev/null +++ b/packages/kbn-apm-synthtrace/src/scenarios/infra_aws_rds.ts @@ -0,0 +1,56 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ +import { InfraDocument, ApmFields, infra } from '@kbn/apm-synthtrace-client'; +import { Scenario } from '../cli/scenario'; +import { withClient } from '../lib/utils/with_client'; + +const numRds = 50; +const scenario: Scenario = async (runOptions) => { + return { + generate: ({ range, clients: { infraEsClient } }) => { + const { logger } = runOptions; + + // Infra hosts Data logic + + const RDS = Array(numRds) + .fill(0) + .map((_, idx) => infra.awsRds(`redis-${idx}`, `redis-${idx}`)); + + const rds = range + .interval('30s') + .rate(1) + .generator((timestamp) => + RDS.flatMap((item) => [ + item + .metrics({ + ...item.fields, + 'aws.rds.cpu.total.pct': 0.4, + 'aws.rds.database_connections': 5, + 'aws.rds.latency.read': 500 * 1000, + 'aws.rds.latency.write': 500 * 1000, + 'aws.rds.latency.insert': 500 * 1000, + 'aws.rds.latency.update': 500 * 1000, + 'aws.rds.latency.commit': 500 * 1000, + 'aws.rds.latency.dml': 500 * 1000, + 'aws.rds.queries': 100, + }) + .timestamp(timestamp), + ]) + ); + + return [ + withClient( + infraEsClient, + logger.perf('generating_infra_aws_rds', () => rds) + ), + ]; + }, + }; +}; + +export default scenario; diff --git a/packages/kbn-cli-dev-mode/kibana.jsonc b/packages/kbn-cli-dev-mode/kibana.jsonc index 3c55d047b0efc..fcacb342273f5 100644 --- a/packages/kbn-cli-dev-mode/kibana.jsonc +++ b/packages/kbn-cli-dev-mode/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/cli-dev-mode", "devOnly": true, "owner": "@elastic/kibana-operations" diff --git a/packages/kbn-config/kibana.jsonc b/packages/kbn-config/kibana.jsonc index c6b4d1dc742c7..f16969225e90c 100644 --- a/packages/kbn-config/kibana.jsonc +++ b/packages/kbn-config/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/config", "owner": "@elastic/kibana-core" } diff --git a/packages/kbn-content-management-utils/src/types.ts b/packages/kbn-content-management-utils/src/types.ts index 9c9da41f6e00a..2b6637be19423 100644 --- a/packages/kbn-content-management-utils/src/types.ts +++ b/packages/kbn-content-management-utils/src/types.ts @@ -28,13 +28,13 @@ export interface ServicesDefinitionSet { [version: Version]: ServicesDefinition; } -import { +import type { SortOrder, AggregationsAggregationContainer, SortResults, } from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; -import { +import type { MutatingOperationRefreshSetting, SavedObjectsPitParams, SavedObjectsFindOptionsReference, diff --git a/packages/kbn-content-management-utils/src/utils.ts b/packages/kbn-content-management-utils/src/utils.ts index f7c1a13da67fd..2fb6b4a34be06 100644 --- a/packages/kbn-content-management-utils/src/utils.ts +++ b/packages/kbn-content-management-utils/src/utils.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { SavedObjectsFindOptions } from '@kbn/core-saved-objects-api-server'; +import type { SavedObjectsFindOptions } from '@kbn/core-saved-objects-api-server'; export const tagsToFindOptions = ({ included, diff --git a/packages/kbn-custom-integrations/kibana.jsonc b/packages/kbn-custom-integrations/kibana.jsonc index 995d5bb4ef69d..b354b8e51cfe1 100644 --- a/packages/kbn-custom-integrations/kibana.jsonc +++ b/packages/kbn-custom-integrations/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/custom-integrations", "owner": "@elastic/obs-ux-logs-team" } diff --git a/packages/kbn-docs-utils/kibana.jsonc b/packages/kbn-docs-utils/kibana.jsonc index 9700d3341a77a..b7aca4927aef8 100644 --- a/packages/kbn-docs-utils/kibana.jsonc +++ b/packages/kbn-docs-utils/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/docs-utils", "devOnly": true, "owner": "@elastic/kibana-operations" diff --git a/packages/kbn-docs-utils/src/find_plugins.ts b/packages/kbn-docs-utils/src/find_plugins.ts index 8fbe47ad90d02..8dd0a3de98535 100644 --- a/packages/kbn-docs-utils/src/find_plugins.ts +++ b/packages/kbn-docs-utils/src/find_plugins.ts @@ -19,6 +19,7 @@ function toApiScope(pkg: Package): ApiScope { return ApiScope.CLIENT; case 'shared-server': return ApiScope.SERVER; + case 'core': case 'test-helper': case 'functional-tests': case 'shared-common': diff --git a/packages/kbn-ebt-tools/src/performance_metric_events/helpers.test.ts b/packages/kbn-ebt-tools/src/performance_metric_events/helpers.test.ts index de4271a474961..a1021b9aa9dcd 100644 --- a/packages/kbn-ebt-tools/src/performance_metric_events/helpers.test.ts +++ b/packages/kbn-ebt-tools/src/performance_metric_events/helpers.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { createAnalytics, type AnalyticsClient } from '@kbn/ebt/client'; +import { createAnalytics, type AnalyticsClient } from '@elastic/ebt/client'; import { loggerMock } from '@kbn/logging-mocks'; import { registerPerformanceMetricEventType, reportPerformanceMetricEvent } from './helpers'; import { METRIC_EVENT_SCHEMA } from './schema'; @@ -18,7 +18,6 @@ describe('performance metric event helpers', () => { beforeEach(() => { analyticsClient = createAnalytics({ isDev: true, // Explicitly setting `true` to ensure we have event validation to make sure the events sent pass our validation. - sendTo: 'staging', logger: loggerMock.create(), }); }); @@ -39,7 +38,6 @@ describe('performance metric event helpers', () => { beforeEach(() => { analyticsClient = createAnalytics({ isDev: true, // Explicitly setting `true` to ensure we have event validation to make sure the events sent pass our validation. - sendTo: 'staging', logger: loggerMock.create(), }); registerPerformanceMetricEventType(analyticsClient); diff --git a/packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts b/packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts index 2763222c60d1f..518375f1137b7 100644 --- a/packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts +++ b/packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import type { AnalyticsClient } from '@kbn/ebt/client'; +import type { AnalyticsClient } from '@elastic/ebt/client'; import { type PerformanceMetricEvent, METRIC_EVENT_SCHEMA } from './schema'; const PERFORMANCE_METRIC_EVENT_TYPE = 'performance_metric'; diff --git a/packages/kbn-ebt-tools/src/performance_metric_events/schema.ts b/packages/kbn-ebt-tools/src/performance_metric_events/schema.ts index b841b9b8d6f1d..8919fdc485d13 100644 --- a/packages/kbn-ebt-tools/src/performance_metric_events/schema.ts +++ b/packages/kbn-ebt-tools/src/performance_metric_events/schema.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import type { RootSchema } from '@kbn/ebt/client'; +import type { RootSchema } from '@elastic/ebt/client'; /** * Structure of the `metric` event diff --git a/packages/kbn-ebt-tools/tsconfig.json b/packages/kbn-ebt-tools/tsconfig.json index 881349b3f4d9b..680ae75219fff 100644 --- a/packages/kbn-ebt-tools/tsconfig.json +++ b/packages/kbn-ebt-tools/tsconfig.json @@ -6,8 +6,7 @@ }, "include": ["**/*.ts", "**/*.tsx"], "kbn_references": [ - "@kbn/logging-mocks", - "@kbn/ebt", + "@kbn/logging-mocks" ], "exclude": ["target/**/*"] } diff --git a/packages/kbn-es-archiver/kibana.jsonc b/packages/kbn-es-archiver/kibana.jsonc index 1bf6c53d4bb54..ae651e3873d0b 100644 --- a/packages/kbn-es-archiver/kibana.jsonc +++ b/packages/kbn-es-archiver/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "test-helper", "id": "@kbn/es-archiver", "devOnly": true, "owner": ["@elastic/kibana-operations", "@elastic/appex-qa"], diff --git a/packages/kbn-es-query/src/es_query/from_filters.ts b/packages/kbn-es-query/src/es_query/from_filters.ts index 6896825db93ab..a00b44b862b92 100644 --- a/packages/kbn-es-query/src/es_query/from_filters.ts +++ b/packages/kbn-es-query/src/es_query/from_filters.ts @@ -36,6 +36,7 @@ const filterNegate = (reverse: boolean) => (filter: Filter) => { * @return {Object} the query version of that filter */ const translateToQuery = (filter: Partial): estypes.QueryDslQueryContainer => { + // @ts-expect-error upgrade typescript v5.1.6 return filter.query || filter; }; diff --git a/packages/kbn-eslint-plugin-i18n/rules/formatted_message_should_start_with_the_right_id.ts b/packages/kbn-eslint-plugin-i18n/rules/formatted_message_should_start_with_the_right_id.ts index 295b367c39899..e29a7aeb36318 100644 --- a/packages/kbn-eslint-plugin-i18n/rules/formatted_message_should_start_with_the_right_id.ts +++ b/packages/kbn-eslint-plugin-i18n/rules/formatted_message_should_start_with_the_right_id.ts @@ -45,6 +45,7 @@ export const FormattedMessageShouldStartWithTheRightId: Rule.RuleModule = { idAttribute.value.value; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); diff --git a/packages/kbn-eslint-plugin-i18n/rules/i18n_translate_should_start_with_the_right_id.ts b/packages/kbn-eslint-plugin-i18n/rules/i18n_translate_should_start_with_the_right_id.ts index 705725e5dd4eb..4bad8bf6907af 100644 --- a/packages/kbn-eslint-plugin-i18n/rules/i18n_translate_should_start_with_the_right_id.ts +++ b/packages/kbn-eslint-plugin-i18n/rules/i18n_translate_should_start_with_the_right_id.ts @@ -47,6 +47,7 @@ export const I18nTranslateShouldStartWithTheRightId: Rule.RuleModule = { node.arguments[0].value; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); diff --git a/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_formatted_message.ts b/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_formatted_message.ts index 87e4350b064e1..02da7f9f327dd 100644 --- a/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_formatted_message.ts +++ b/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_formatted_message.ts @@ -40,6 +40,7 @@ export const StringsShouldBeTranslatedWithFormattedMessage: Rule.RuleModule = { if (intent === false) return; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); @@ -107,6 +108,7 @@ export const StringsShouldBeTranslatedWithFormattedMessage: Rule.RuleModule = { if (intent === false) return; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); diff --git a/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_i18n.ts b/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_i18n.ts index b78c19fb57201..b48e544406401 100644 --- a/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_i18n.ts +++ b/packages/kbn-eslint-plugin-i18n/rules/strings_should_be_translated_with_i18n.ts @@ -41,6 +41,7 @@ export const StringsShouldBeTranslatedWithI18n: Rule.RuleModule = { if (intent === false) return; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); @@ -105,6 +106,7 @@ export const StringsShouldBeTranslatedWithI18n: Rule.RuleModule = { if (intent === false) return; const i18nAppId = getI18nIdentifierFromFilePath(filename, cwd); + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); diff --git a/packages/kbn-eslint-plugin-telemetry/rules/event_generating_elements_should_be_instrumented.ts b/packages/kbn-eslint-plugin-telemetry/rules/event_generating_elements_should_be_instrumented.ts index b150b3d696ec5..9f891f5e16ff0 100644 --- a/packages/kbn-eslint-plugin-telemetry/rules/event_generating_elements_should_be_instrumented.ts +++ b/packages/kbn-eslint-plugin-telemetry/rules/event_generating_elements_should_be_instrumented.ts @@ -53,6 +53,7 @@ export const EventGeneratingElementsShouldBeInstrumented: Rule.RuleModule = { } const hasDataTestSubjProp = checkNodeForExistingDataTestSubjProp(parent, () => + // @ts-expect-error upgrade typescript v5.1.6 sourceCode.getScope(node as TSNode) ); @@ -69,6 +70,7 @@ export const EventGeneratingElementsShouldBeInstrumented: Rule.RuleModule = { const appName = getAppName(fileName, cwd); // 2. Component name + // @ts-expect-error upgrade typescript v5.1.6 const functionDeclaration = sourceCode.getScope(node as TSNode) .block as TSESTree.FunctionDeclaration; const functionName = getFunctionName(functionDeclaration); diff --git a/packages/kbn-esql-ast/src/__tests__/ast_parser.commands.test.ts b/packages/kbn-esql-ast/src/__tests__/ast_parser.commands.test.ts new file mode 100644 index 0000000000000..a636f4a448595 --- /dev/null +++ b/packages/kbn-esql-ast/src/__tests__/ast_parser.commands.test.ts @@ -0,0 +1,369 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors as parse } from '../ast_parser'; + +describe('commands', () => { + describe('correctly formatted, basic usage', () => { + it('SHOW', () => { + const query = 'SHOW info'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + { + type: 'command', + name: 'show', + args: [ + { + type: 'function', + name: 'info', + }, + ], + }, + ]); + }); + + it('META', () => { + const query = 'META functions'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + { + type: 'command', + name: 'meta', + args: [ + { + type: 'function', + name: 'functions', + }, + ], + }, + ]); + }); + + it('FROM', () => { + const query = 'FROM index'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + { + type: 'command', + name: 'from', + args: [ + { + type: 'source', + name: 'index', + }, + ], + }, + ]); + }); + + it('ROW', () => { + const query = 'ROW 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + { + type: 'command', + name: 'row', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('EVAL', () => { + const query = 'FROM index | EVAL 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'eval', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('STATS', () => { + const query = 'FROM index | STATS 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'stats', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('LIMIT', () => { + const query = 'FROM index | LIMIT 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'limit', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('KEEP', () => { + const query = 'FROM index | KEEP abc'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'keep', + args: [ + { + type: 'column', + name: 'abc', + }, + ], + }, + ]); + }); + + it('SORT', () => { + const query = 'FROM index | SORT 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'sort', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('WHERE', () => { + const query = 'FROM index | WHERE 1'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'where', + args: [ + { + type: 'literal', + value: 1, + }, + ], + }, + ]); + }); + + it('DROP', () => { + const query = 'FROM index | DROP abc'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'drop', + args: [ + { + type: 'column', + name: 'abc', + }, + ], + }, + ]); + }); + + it('RENAME', () => { + const query = 'FROM index | RENAME a AS b, c AS d'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'rename', + args: [ + { + type: 'option', + name: 'as', + args: [ + { + type: 'column', + name: 'a', + }, + { + type: 'column', + name: 'b', + }, + ], + }, + { + type: 'option', + name: 'as', + args: [ + { + type: 'column', + name: 'c', + }, + { + type: 'column', + name: 'd', + }, + ], + }, + ], + }, + ]); + }); + + it('DISSECT', () => { + const query = 'FROM index | DISSECT a "b" APPEND_SEPARATOR="c"'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'dissect', + args: [ + { + type: 'column', + name: 'a', + }, + { + type: 'literal', + value: '"b"', + }, + { + type: 'option', + name: 'append_separator', + args: [ + { + type: 'literal', + value: '"c"', + }, + ], + }, + ], + }, + ]); + }); + + it('GROK', () => { + const query = 'FROM index | GROK a "b"'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'grok', + args: [ + { + type: 'column', + name: 'a', + }, + { + type: 'literal', + value: '"b"', + }, + ], + }, + ]); + }); + + it('ENRICH', () => { + const query = 'FROM index | ENRICH a ON b WITH c, d'; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'enrich', + args: [ + { + type: 'source', + name: 'a', + }, + { + type: 'option', + name: 'on', + args: [ + { + type: 'column', + name: 'b', + }, + ], + }, + { + type: 'option', + name: 'with', + }, + ], + }, + ]); + }); + + it('MV_EXPAND', () => { + const query = 'FROM index | MV_EXPAND a '; + const { ast } = parse(query); + + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'mv_expand', + args: [ + { + type: 'column', + name: 'a', + }, + ], + }, + ]); + }); + }); +}); diff --git a/packages/kbn-esql-ast/src/__tests__/ast_parser.literal.test.ts b/packages/kbn-esql-ast/src/__tests__/ast_parser.literal.test.ts new file mode 100644 index 0000000000000..9b966905308d7 --- /dev/null +++ b/packages/kbn-esql-ast/src/__tests__/ast_parser.literal.test.ts @@ -0,0 +1,25 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors as parse } from '../ast_parser'; +import { ESQLLiteral } from '../types'; + +describe('literal expression', () => { + it('numeric expression captures "value", and "name" fields', () => { + const text = 'ROW 1'; + const { ast } = parse(text); + const literal = ast[0].args[0] as ESQLLiteral; + + expect(literal).toMatchObject({ + type: 'literal', + literalType: 'number', + name: '1', + value: 1, + }); + }); +}); diff --git a/packages/kbn-esql-ast/src/__tests__/ast_parser.sort.test.ts b/packages/kbn-esql-ast/src/__tests__/ast_parser.sort.test.ts new file mode 100644 index 0000000000000..ccfbceb890893 --- /dev/null +++ b/packages/kbn-esql-ast/src/__tests__/ast_parser.sort.test.ts @@ -0,0 +1,85 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors as parse } from '../ast_parser'; + +describe('SORT', () => { + describe('correctly formatted', () => { + // Un-skip one https://github.com/elastic/kibana/issues/189491 fixed. + it.skip('example from documentation', () => { + const text = ` + FROM employees + | KEEP first_name, last_name, height + | SORT height DESC + `; + const { ast, errors } = parse(text); + + expect(errors.length).toBe(0); + expect(ast).toMatchObject([ + {}, + {}, + { + type: 'command', + name: 'sort', + args: [ + { + type: 'column', + name: 'height', + }, + ], + }, + ]); + }); + + // Un-skip once https://github.com/elastic/kibana/issues/189491 fixed. + it.skip('can parse various sorting columns with options', () => { + const text = + 'FROM a | SORT a, b ASC, c DESC, d NULLS FIRST, e NULLS LAST, f ASC NULLS FIRST, g DESC NULLS LAST'; + const { ast, errors } = parse(text); + + expect(errors.length).toBe(0); + expect(ast).toMatchObject([ + {}, + { + type: 'command', + name: 'sort', + args: [ + { + type: 'column', + name: 'a', + }, + { + type: 'column', + name: 'b', + }, + { + type: 'column', + name: 'c', + }, + { + type: 'column', + name: 'd', + }, + { + type: 'column', + name: 'e', + }, + { + type: 'column', + name: 'f', + }, + { + type: 'column', + name: 'g', + }, + ], + }, + ]); + }); + }); +}); diff --git a/packages/kbn-esql-ast/src/__tests__/ast_parser.where.test.ts b/packages/kbn-esql-ast/src/__tests__/ast_parser.where.test.ts new file mode 100644 index 0000000000000..34148ec1aecd2 --- /dev/null +++ b/packages/kbn-esql-ast/src/__tests__/ast_parser.where.test.ts @@ -0,0 +1,38 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors as parse } from '../ast_parser'; + +describe('WHERE', () => { + describe('correctly formatted', () => { + it('example from documentation', () => { + const text = ` + FROM employees + | KEEP first_name, last_name, still_hired + | WHERE still_hired == true + `; + const { ast, errors } = parse(text); + + expect(errors.length).toBe(0); + expect(ast).toMatchObject([ + {}, + {}, + { + type: 'command', + name: 'where', + args: [ + { + type: 'function', + name: '==', + }, + ], + }, + ]); + }); + }); +}); diff --git a/packages/kbn-esql-ast/src/antlr/esql_lexer.g4 b/packages/kbn-esql-ast/src/antlr/esql_lexer.g4 index 12a47a195dfda..f5d535e430b62 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_lexer.g4 +++ b/packages/kbn-esql-ast/src/antlr/esql_lexer.g4 @@ -140,11 +140,12 @@ DESC : 'desc'; DOT : '.'; FALSE : 'false'; FIRST : 'first'; -LAST : 'last'; -LP : '('; IN: 'in'; IS: 'is'; +LAST : 'last'; LIKE: 'like'; +LP : '('; +MATCH: 'match'; NOT : 'not'; NULL : 'null'; NULLS : 'nulls'; diff --git a/packages/kbn-esql-ast/src/antlr/esql_lexer.interp b/packages/kbn-esql-ast/src/antlr/esql_lexer.interp index f0826dc49df6e..2eb135a257955 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_lexer.interp +++ b/packages/kbn-esql-ast/src/antlr/esql_lexer.interp @@ -42,11 +42,12 @@ null '.' 'false' 'first' -'last' -'(' 'in' 'is' +'last' 'like' +'(' +'match' 'not' 'null' 'nulls' @@ -169,11 +170,12 @@ DESC DOT FALSE FIRST -LAST -LP IN IS +LAST LIKE +LP +MATCH NOT NULL NULLS @@ -308,11 +310,12 @@ DESC DOT FALSE FIRST -LAST -LP IN IS +LAST LIKE +LP +MATCH NOT NULL NULLS @@ -471,4 +474,4 @@ METRICS_MODE CLOSING_METRICS_MODE atn: -[4, 0, 124, 1450, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 4, 20, 575, 8, 20, 11, 20, 12, 20, 576, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 585, 8, 21, 10, 21, 12, 21, 588, 9, 21, 1, 21, 3, 21, 591, 8, 21, 1, 21, 3, 21, 594, 8, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 603, 8, 22, 10, 22, 12, 22, 606, 9, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 4, 23, 614, 8, 23, 11, 23, 12, 23, 615, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 3, 24, 623, 8, 24, 1, 25, 4, 25, 626, 8, 25, 11, 25, 12, 25, 627, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 3, 36, 667, 8, 36, 1, 36, 4, 36, 670, 8, 36, 11, 36, 12, 36, 671, 1, 37, 1, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 3, 39, 681, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 3, 41, 688, 8, 41, 1, 42, 1, 42, 1, 42, 5, 42, 693, 8, 42, 10, 42, 12, 42, 696, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 704, 8, 42, 10, 42, 12, 42, 707, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 714, 8, 42, 1, 42, 3, 42, 717, 8, 42, 3, 42, 719, 8, 42, 1, 43, 4, 43, 722, 8, 43, 11, 43, 12, 43, 723, 1, 44, 4, 44, 727, 8, 44, 11, 44, 12, 44, 728, 1, 44, 1, 44, 5, 44, 733, 8, 44, 10, 44, 12, 44, 736, 9, 44, 1, 44, 1, 44, 4, 44, 740, 8, 44, 11, 44, 12, 44, 741, 1, 44, 4, 44, 745, 8, 44, 11, 44, 12, 44, 746, 1, 44, 1, 44, 5, 44, 751, 8, 44, 10, 44, 12, 44, 754, 9, 44, 3, 44, 756, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 4, 44, 762, 8, 44, 11, 44, 12, 44, 763, 1, 44, 1, 44, 3, 44, 768, 8, 44, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 5, 80, 890, 8, 80, 10, 80, 12, 80, 893, 9, 80, 1, 80, 1, 80, 4, 80, 897, 8, 80, 11, 80, 12, 80, 898, 3, 80, 901, 8, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 5, 83, 915, 8, 83, 10, 83, 12, 83, 918, 9, 83, 1, 83, 1, 83, 3, 83, 922, 8, 83, 1, 83, 4, 83, 925, 8, 83, 11, 83, 12, 83, 926, 3, 83, 929, 8, 83, 1, 84, 1, 84, 4, 84, 933, 8, 84, 11, 84, 12, 84, 934, 1, 84, 1, 84, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1024, 8, 104, 1, 105, 1, 105, 3, 105, 1028, 8, 105, 1, 105, 5, 105, 1031, 8, 105, 10, 105, 12, 105, 1034, 9, 105, 1, 105, 1, 105, 3, 105, 1038, 8, 105, 1, 105, 4, 105, 1041, 8, 105, 11, 105, 12, 105, 1042, 3, 105, 1045, 8, 105, 1, 106, 1, 106, 4, 106, 1049, 8, 106, 11, 106, 12, 106, 1050, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 124, 4, 124, 1126, 8, 124, 11, 124, 12, 124, 1127, 1, 124, 1, 124, 3, 124, 1132, 8, 124, 1, 124, 4, 124, 1135, 8, 124, 11, 124, 12, 124, 1136, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 4, 175, 1359, 8, 175, 11, 175, 12, 175, 1360, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 2, 604, 705, 0, 194, 16, 1, 18, 2, 20, 3, 22, 4, 24, 5, 26, 6, 28, 7, 30, 8, 32, 9, 34, 10, 36, 11, 38, 12, 40, 13, 42, 14, 44, 15, 46, 16, 48, 17, 50, 18, 52, 19, 54, 20, 56, 21, 58, 22, 60, 23, 62, 24, 64, 0, 66, 25, 68, 0, 70, 0, 72, 26, 74, 27, 76, 28, 78, 29, 80, 0, 82, 0, 84, 0, 86, 0, 88, 0, 90, 0, 92, 0, 94, 0, 96, 0, 98, 0, 100, 30, 102, 31, 104, 32, 106, 33, 108, 34, 110, 35, 112, 36, 114, 37, 116, 38, 118, 39, 120, 40, 122, 41, 124, 42, 126, 43, 128, 44, 130, 45, 132, 46, 134, 47, 136, 48, 138, 49, 140, 50, 142, 51, 144, 52, 146, 53, 148, 54, 150, 55, 152, 56, 154, 57, 156, 58, 158, 59, 160, 60, 162, 61, 164, 62, 166, 63, 168, 64, 170, 65, 172, 66, 174, 67, 176, 68, 178, 69, 180, 70, 182, 71, 184, 0, 186, 72, 188, 73, 190, 74, 192, 75, 194, 0, 196, 0, 198, 0, 200, 0, 202, 0, 204, 0, 206, 76, 208, 0, 210, 0, 212, 77, 214, 78, 216, 79, 218, 0, 220, 0, 222, 0, 224, 0, 226, 0, 228, 80, 230, 81, 232, 82, 234, 83, 236, 0, 238, 0, 240, 0, 242, 0, 244, 84, 246, 0, 248, 85, 250, 86, 252, 87, 254, 0, 256, 0, 258, 88, 260, 89, 262, 0, 264, 90, 266, 0, 268, 91, 270, 92, 272, 93, 274, 0, 276, 0, 278, 0, 280, 0, 282, 0, 284, 0, 286, 0, 288, 94, 290, 95, 292, 96, 294, 0, 296, 0, 298, 0, 300, 0, 302, 0, 304, 0, 306, 0, 308, 97, 310, 98, 312, 99, 314, 0, 316, 0, 318, 0, 320, 0, 322, 100, 324, 101, 326, 102, 328, 0, 330, 0, 332, 0, 334, 0, 336, 103, 338, 104, 340, 105, 342, 0, 344, 106, 346, 107, 348, 108, 350, 109, 352, 0, 354, 110, 356, 111, 358, 112, 360, 113, 362, 0, 364, 114, 366, 115, 368, 116, 370, 117, 372, 118, 374, 0, 376, 0, 378, 0, 380, 119, 382, 120, 384, 121, 386, 0, 388, 0, 390, 122, 392, 123, 394, 124, 396, 0, 398, 0, 400, 0, 402, 0, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 35, 2, 0, 68, 68, 100, 100, 2, 0, 73, 73, 105, 105, 2, 0, 83, 83, 115, 115, 2, 0, 69, 69, 101, 101, 2, 0, 67, 67, 99, 99, 2, 0, 84, 84, 116, 116, 2, 0, 82, 82, 114, 114, 2, 0, 79, 79, 111, 111, 2, 0, 80, 80, 112, 112, 2, 0, 78, 78, 110, 110, 2, 0, 72, 72, 104, 104, 2, 0, 86, 86, 118, 118, 2, 0, 65, 65, 97, 97, 2, 0, 76, 76, 108, 108, 2, 0, 88, 88, 120, 120, 2, 0, 70, 70, 102, 102, 2, 0, 77, 77, 109, 109, 2, 0, 71, 71, 103, 103, 2, 0, 75, 75, 107, 107, 2, 0, 85, 85, 117, 117, 2, 0, 87, 87, 119, 119, 6, 0, 9, 10, 13, 13, 32, 32, 47, 47, 91, 91, 93, 93, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 11, 0, 9, 10, 13, 13, 32, 32, 34, 34, 44, 44, 47, 47, 58, 58, 61, 61, 91, 91, 93, 93, 124, 124, 2, 0, 42, 42, 47, 47, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 8, 0, 34, 34, 78, 78, 82, 82, 84, 84, 92, 92, 110, 110, 114, 114, 116, 116, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 2, 0, 43, 43, 45, 45, 1, 0, 96, 96, 2, 0, 66, 66, 98, 98, 2, 0, 89, 89, 121, 121, 11, 0, 9, 10, 13, 13, 32, 32, 34, 35, 44, 44, 47, 47, 58, 58, 60, 60, 62, 63, 92, 92, 124, 124, 1476, 0, 16, 1, 0, 0, 0, 0, 18, 1, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 24, 1, 0, 0, 0, 0, 26, 1, 0, 0, 0, 0, 28, 1, 0, 0, 0, 0, 30, 1, 0, 0, 0, 0, 32, 1, 0, 0, 0, 0, 34, 1, 0, 0, 0, 0, 36, 1, 0, 0, 0, 0, 38, 1, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 42, 1, 0, 0, 0, 0, 44, 1, 0, 0, 0, 0, 46, 1, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 50, 1, 0, 0, 0, 0, 52, 1, 0, 0, 0, 0, 54, 1, 0, 0, 0, 0, 56, 1, 0, 0, 0, 0, 58, 1, 0, 0, 0, 0, 60, 1, 0, 0, 0, 0, 62, 1, 0, 0, 0, 0, 66, 1, 0, 0, 0, 1, 68, 1, 0, 0, 0, 1, 70, 1, 0, 0, 0, 1, 72, 1, 0, 0, 0, 1, 74, 1, 0, 0, 0, 1, 76, 1, 0, 0, 0, 2, 78, 1, 0, 0, 0, 2, 100, 1, 0, 0, 0, 2, 102, 1, 0, 0, 0, 2, 104, 1, 0, 0, 0, 2, 106, 1, 0, 0, 0, 2, 108, 1, 0, 0, 0, 2, 110, 1, 0, 0, 0, 2, 112, 1, 0, 0, 0, 2, 114, 1, 0, 0, 0, 2, 116, 1, 0, 0, 0, 2, 118, 1, 0, 0, 0, 2, 120, 1, 0, 0, 0, 2, 122, 1, 0, 0, 0, 2, 124, 1, 0, 0, 0, 2, 126, 1, 0, 0, 0, 2, 128, 1, 0, 0, 0, 2, 130, 1, 0, 0, 0, 2, 132, 1, 0, 0, 0, 2, 134, 1, 0, 0, 0, 2, 136, 1, 0, 0, 0, 2, 138, 1, 0, 0, 0, 2, 140, 1, 0, 0, 0, 2, 142, 1, 0, 0, 0, 2, 144, 1, 0, 0, 0, 2, 146, 1, 0, 0, 0, 2, 148, 1, 0, 0, 0, 2, 150, 1, 0, 0, 0, 2, 152, 1, 0, 0, 0, 2, 154, 1, 0, 0, 0, 2, 156, 1, 0, 0, 0, 2, 158, 1, 0, 0, 0, 2, 160, 1, 0, 0, 0, 2, 162, 1, 0, 0, 0, 2, 164, 1, 0, 0, 0, 2, 166, 1, 0, 0, 0, 2, 168, 1, 0, 0, 0, 2, 170, 1, 0, 0, 0, 2, 172, 1, 0, 0, 0, 2, 174, 1, 0, 0, 0, 2, 176, 1, 0, 0, 0, 2, 178, 1, 0, 0, 0, 2, 180, 1, 0, 0, 0, 2, 182, 1, 0, 0, 0, 2, 186, 1, 0, 0, 0, 2, 188, 1, 0, 0, 0, 2, 190, 1, 0, 0, 0, 2, 192, 1, 0, 0, 0, 3, 194, 1, 0, 0, 0, 3, 196, 1, 0, 0, 0, 3, 198, 1, 0, 0, 0, 3, 200, 1, 0, 0, 0, 3, 202, 1, 0, 0, 0, 3, 204, 1, 0, 0, 0, 3, 206, 1, 0, 0, 0, 3, 208, 1, 0, 0, 0, 3, 210, 1, 0, 0, 0, 3, 212, 1, 0, 0, 0, 3, 214, 1, 0, 0, 0, 3, 216, 1, 0, 0, 0, 4, 218, 1, 0, 0, 0, 4, 220, 1, 0, 0, 0, 4, 222, 1, 0, 0, 0, 4, 228, 1, 0, 0, 0, 4, 230, 1, 0, 0, 0, 4, 232, 1, 0, 0, 0, 4, 234, 1, 0, 0, 0, 5, 236, 1, 0, 0, 0, 5, 238, 1, 0, 0, 0, 5, 240, 1, 0, 0, 0, 5, 242, 1, 0, 0, 0, 5, 244, 1, 0, 0, 0, 5, 246, 1, 0, 0, 0, 5, 248, 1, 0, 0, 0, 5, 250, 1, 0, 0, 0, 5, 252, 1, 0, 0, 0, 6, 254, 1, 0, 0, 0, 6, 256, 1, 0, 0, 0, 6, 258, 1, 0, 0, 0, 6, 260, 1, 0, 0, 0, 6, 264, 1, 0, 0, 0, 6, 266, 1, 0, 0, 0, 6, 268, 1, 0, 0, 0, 6, 270, 1, 0, 0, 0, 6, 272, 1, 0, 0, 0, 7, 274, 1, 0, 0, 0, 7, 276, 1, 0, 0, 0, 7, 278, 1, 0, 0, 0, 7, 280, 1, 0, 0, 0, 7, 282, 1, 0, 0, 0, 7, 284, 1, 0, 0, 0, 7, 286, 1, 0, 0, 0, 7, 288, 1, 0, 0, 0, 7, 290, 1, 0, 0, 0, 7, 292, 1, 0, 0, 0, 8, 294, 1, 0, 0, 0, 8, 296, 1, 0, 0, 0, 8, 298, 1, 0, 0, 0, 8, 300, 1, 0, 0, 0, 8, 302, 1, 0, 0, 0, 8, 304, 1, 0, 0, 0, 8, 306, 1, 0, 0, 0, 8, 308, 1, 0, 0, 0, 8, 310, 1, 0, 0, 0, 8, 312, 1, 0, 0, 0, 9, 314, 1, 0, 0, 0, 9, 316, 1, 0, 0, 0, 9, 318, 1, 0, 0, 0, 9, 320, 1, 0, 0, 0, 9, 322, 1, 0, 0, 0, 9, 324, 1, 0, 0, 0, 9, 326, 1, 0, 0, 0, 10, 328, 1, 0, 0, 0, 10, 330, 1, 0, 0, 0, 10, 332, 1, 0, 0, 0, 10, 334, 1, 0, 0, 0, 10, 336, 1, 0, 0, 0, 10, 338, 1, 0, 0, 0, 10, 340, 1, 0, 0, 0, 11, 342, 1, 0, 0, 0, 11, 344, 1, 0, 0, 0, 11, 346, 1, 0, 0, 0, 11, 348, 1, 0, 0, 0, 11, 350, 1, 0, 0, 0, 12, 352, 1, 0, 0, 0, 12, 354, 1, 0, 0, 0, 12, 356, 1, 0, 0, 0, 12, 358, 1, 0, 0, 0, 12, 360, 1, 0, 0, 0, 13, 362, 1, 0, 0, 0, 13, 364, 1, 0, 0, 0, 13, 366, 1, 0, 0, 0, 13, 368, 1, 0, 0, 0, 13, 370, 1, 0, 0, 0, 13, 372, 1, 0, 0, 0, 14, 374, 1, 0, 0, 0, 14, 376, 1, 0, 0, 0, 14, 378, 1, 0, 0, 0, 14, 380, 1, 0, 0, 0, 14, 382, 1, 0, 0, 0, 14, 384, 1, 0, 0, 0, 15, 386, 1, 0, 0, 0, 15, 388, 1, 0, 0, 0, 15, 390, 1, 0, 0, 0, 15, 392, 1, 0, 0, 0, 15, 394, 1, 0, 0, 0, 15, 396, 1, 0, 0, 0, 15, 398, 1, 0, 0, 0, 15, 400, 1, 0, 0, 0, 15, 402, 1, 0, 0, 0, 16, 404, 1, 0, 0, 0, 18, 414, 1, 0, 0, 0, 20, 421, 1, 0, 0, 0, 22, 430, 1, 0, 0, 0, 24, 437, 1, 0, 0, 0, 26, 447, 1, 0, 0, 0, 28, 454, 1, 0, 0, 0, 30, 461, 1, 0, 0, 0, 32, 475, 1, 0, 0, 0, 34, 482, 1, 0, 0, 0, 36, 490, 1, 0, 0, 0, 38, 499, 1, 0, 0, 0, 40, 506, 1, 0, 0, 0, 42, 516, 1, 0, 0, 0, 44, 528, 1, 0, 0, 0, 46, 537, 1, 0, 0, 0, 48, 543, 1, 0, 0, 0, 50, 550, 1, 0, 0, 0, 52, 557, 1, 0, 0, 0, 54, 565, 1, 0, 0, 0, 56, 574, 1, 0, 0, 0, 58, 580, 1, 0, 0, 0, 60, 597, 1, 0, 0, 0, 62, 613, 1, 0, 0, 0, 64, 622, 1, 0, 0, 0, 66, 625, 1, 0, 0, 0, 68, 629, 1, 0, 0, 0, 70, 634, 1, 0, 0, 0, 72, 639, 1, 0, 0, 0, 74, 643, 1, 0, 0, 0, 76, 647, 1, 0, 0, 0, 78, 651, 1, 0, 0, 0, 80, 655, 1, 0, 0, 0, 82, 657, 1, 0, 0, 0, 84, 659, 1, 0, 0, 0, 86, 662, 1, 0, 0, 0, 88, 664, 1, 0, 0, 0, 90, 673, 1, 0, 0, 0, 92, 675, 1, 0, 0, 0, 94, 680, 1, 0, 0, 0, 96, 682, 1, 0, 0, 0, 98, 687, 1, 0, 0, 0, 100, 718, 1, 0, 0, 0, 102, 721, 1, 0, 0, 0, 104, 767, 1, 0, 0, 0, 106, 769, 1, 0, 0, 0, 108, 772, 1, 0, 0, 0, 110, 776, 1, 0, 0, 0, 112, 780, 1, 0, 0, 0, 114, 782, 1, 0, 0, 0, 116, 785, 1, 0, 0, 0, 118, 787, 1, 0, 0, 0, 120, 792, 1, 0, 0, 0, 122, 794, 1, 0, 0, 0, 124, 800, 1, 0, 0, 0, 126, 806, 1, 0, 0, 0, 128, 811, 1, 0, 0, 0, 130, 813, 1, 0, 0, 0, 132, 816, 1, 0, 0, 0, 134, 819, 1, 0, 0, 0, 136, 824, 1, 0, 0, 0, 138, 828, 1, 0, 0, 0, 140, 833, 1, 0, 0, 0, 142, 839, 1, 0, 0, 0, 144, 842, 1, 0, 0, 0, 146, 844, 1, 0, 0, 0, 148, 850, 1, 0, 0, 0, 150, 852, 1, 0, 0, 0, 152, 857, 1, 0, 0, 0, 154, 860, 1, 0, 0, 0, 156, 863, 1, 0, 0, 0, 158, 866, 1, 0, 0, 0, 160, 868, 1, 0, 0, 0, 162, 871, 1, 0, 0, 0, 164, 873, 1, 0, 0, 0, 166, 876, 1, 0, 0, 0, 168, 878, 1, 0, 0, 0, 170, 880, 1, 0, 0, 0, 172, 882, 1, 0, 0, 0, 174, 884, 1, 0, 0, 0, 176, 900, 1, 0, 0, 0, 178, 902, 1, 0, 0, 0, 180, 907, 1, 0, 0, 0, 182, 928, 1, 0, 0, 0, 184, 930, 1, 0, 0, 0, 186, 938, 1, 0, 0, 0, 188, 940, 1, 0, 0, 0, 190, 944, 1, 0, 0, 0, 192, 948, 1, 0, 0, 0, 194, 952, 1, 0, 0, 0, 196, 957, 1, 0, 0, 0, 198, 961, 1, 0, 0, 0, 200, 965, 1, 0, 0, 0, 202, 969, 1, 0, 0, 0, 204, 973, 1, 0, 0, 0, 206, 977, 1, 0, 0, 0, 208, 986, 1, 0, 0, 0, 210, 990, 1, 0, 0, 0, 212, 994, 1, 0, 0, 0, 214, 998, 1, 0, 0, 0, 216, 1002, 1, 0, 0, 0, 218, 1006, 1, 0, 0, 0, 220, 1011, 1, 0, 0, 0, 222, 1015, 1, 0, 0, 0, 224, 1023, 1, 0, 0, 0, 226, 1044, 1, 0, 0, 0, 228, 1048, 1, 0, 0, 0, 230, 1052, 1, 0, 0, 0, 232, 1056, 1, 0, 0, 0, 234, 1060, 1, 0, 0, 0, 236, 1064, 1, 0, 0, 0, 238, 1069, 1, 0, 0, 0, 240, 1073, 1, 0, 0, 0, 242, 1077, 1, 0, 0, 0, 244, 1081, 1, 0, 0, 0, 246, 1084, 1, 0, 0, 0, 248, 1088, 1, 0, 0, 0, 250, 1092, 1, 0, 0, 0, 252, 1096, 1, 0, 0, 0, 254, 1100, 1, 0, 0, 0, 256, 1105, 1, 0, 0, 0, 258, 1110, 1, 0, 0, 0, 260, 1115, 1, 0, 0, 0, 262, 1122, 1, 0, 0, 0, 264, 1131, 1, 0, 0, 0, 266, 1138, 1, 0, 0, 0, 268, 1142, 1, 0, 0, 0, 270, 1146, 1, 0, 0, 0, 272, 1150, 1, 0, 0, 0, 274, 1154, 1, 0, 0, 0, 276, 1160, 1, 0, 0, 0, 278, 1164, 1, 0, 0, 0, 280, 1168, 1, 0, 0, 0, 282, 1172, 1, 0, 0, 0, 284, 1176, 1, 0, 0, 0, 286, 1180, 1, 0, 0, 0, 288, 1184, 1, 0, 0, 0, 290, 1188, 1, 0, 0, 0, 292, 1192, 1, 0, 0, 0, 294, 1196, 1, 0, 0, 0, 296, 1201, 1, 0, 0, 0, 298, 1205, 1, 0, 0, 0, 300, 1209, 1, 0, 0, 0, 302, 1213, 1, 0, 0, 0, 304, 1218, 1, 0, 0, 0, 306, 1222, 1, 0, 0, 0, 308, 1226, 1, 0, 0, 0, 310, 1230, 1, 0, 0, 0, 312, 1234, 1, 0, 0, 0, 314, 1238, 1, 0, 0, 0, 316, 1244, 1, 0, 0, 0, 318, 1248, 1, 0, 0, 0, 320, 1252, 1, 0, 0, 0, 322, 1256, 1, 0, 0, 0, 324, 1260, 1, 0, 0, 0, 326, 1264, 1, 0, 0, 0, 328, 1268, 1, 0, 0, 0, 330, 1273, 1, 0, 0, 0, 332, 1277, 1, 0, 0, 0, 334, 1281, 1, 0, 0, 0, 336, 1285, 1, 0, 0, 0, 338, 1289, 1, 0, 0, 0, 340, 1293, 1, 0, 0, 0, 342, 1297, 1, 0, 0, 0, 344, 1302, 1, 0, 0, 0, 346, 1307, 1, 0, 0, 0, 348, 1311, 1, 0, 0, 0, 350, 1315, 1, 0, 0, 0, 352, 1319, 1, 0, 0, 0, 354, 1324, 1, 0, 0, 0, 356, 1334, 1, 0, 0, 0, 358, 1338, 1, 0, 0, 0, 360, 1342, 1, 0, 0, 0, 362, 1346, 1, 0, 0, 0, 364, 1351, 1, 0, 0, 0, 366, 1358, 1, 0, 0, 0, 368, 1362, 1, 0, 0, 0, 370, 1366, 1, 0, 0, 0, 372, 1370, 1, 0, 0, 0, 374, 1374, 1, 0, 0, 0, 376, 1379, 1, 0, 0, 0, 378, 1385, 1, 0, 0, 0, 380, 1391, 1, 0, 0, 0, 382, 1395, 1, 0, 0, 0, 384, 1399, 1, 0, 0, 0, 386, 1403, 1, 0, 0, 0, 388, 1409, 1, 0, 0, 0, 390, 1415, 1, 0, 0, 0, 392, 1419, 1, 0, 0, 0, 394, 1423, 1, 0, 0, 0, 396, 1427, 1, 0, 0, 0, 398, 1433, 1, 0, 0, 0, 400, 1439, 1, 0, 0, 0, 402, 1445, 1, 0, 0, 0, 404, 405, 7, 0, 0, 0, 405, 406, 7, 1, 0, 0, 406, 407, 7, 2, 0, 0, 407, 408, 7, 2, 0, 0, 408, 409, 7, 3, 0, 0, 409, 410, 7, 4, 0, 0, 410, 411, 7, 5, 0, 0, 411, 412, 1, 0, 0, 0, 412, 413, 6, 0, 0, 0, 413, 17, 1, 0, 0, 0, 414, 415, 7, 0, 0, 0, 415, 416, 7, 6, 0, 0, 416, 417, 7, 7, 0, 0, 417, 418, 7, 8, 0, 0, 418, 419, 1, 0, 0, 0, 419, 420, 6, 1, 1, 0, 420, 19, 1, 0, 0, 0, 421, 422, 7, 3, 0, 0, 422, 423, 7, 9, 0, 0, 423, 424, 7, 6, 0, 0, 424, 425, 7, 1, 0, 0, 425, 426, 7, 4, 0, 0, 426, 427, 7, 10, 0, 0, 427, 428, 1, 0, 0, 0, 428, 429, 6, 2, 2, 0, 429, 21, 1, 0, 0, 0, 430, 431, 7, 3, 0, 0, 431, 432, 7, 11, 0, 0, 432, 433, 7, 12, 0, 0, 433, 434, 7, 13, 0, 0, 434, 435, 1, 0, 0, 0, 435, 436, 6, 3, 0, 0, 436, 23, 1, 0, 0, 0, 437, 438, 7, 3, 0, 0, 438, 439, 7, 14, 0, 0, 439, 440, 7, 8, 0, 0, 440, 441, 7, 13, 0, 0, 441, 442, 7, 12, 0, 0, 442, 443, 7, 1, 0, 0, 443, 444, 7, 9, 0, 0, 444, 445, 1, 0, 0, 0, 445, 446, 6, 4, 3, 0, 446, 25, 1, 0, 0, 0, 447, 448, 7, 15, 0, 0, 448, 449, 7, 6, 0, 0, 449, 450, 7, 7, 0, 0, 450, 451, 7, 16, 0, 0, 451, 452, 1, 0, 0, 0, 452, 453, 6, 5, 4, 0, 453, 27, 1, 0, 0, 0, 454, 455, 7, 17, 0, 0, 455, 456, 7, 6, 0, 0, 456, 457, 7, 7, 0, 0, 457, 458, 7, 18, 0, 0, 458, 459, 1, 0, 0, 0, 459, 460, 6, 6, 0, 0, 460, 29, 1, 0, 0, 0, 461, 462, 7, 1, 0, 0, 462, 463, 7, 9, 0, 0, 463, 464, 7, 13, 0, 0, 464, 465, 7, 1, 0, 0, 465, 466, 7, 9, 0, 0, 466, 467, 7, 3, 0, 0, 467, 468, 7, 2, 0, 0, 468, 469, 7, 5, 0, 0, 469, 470, 7, 12, 0, 0, 470, 471, 7, 5, 0, 0, 471, 472, 7, 2, 0, 0, 472, 473, 1, 0, 0, 0, 473, 474, 6, 7, 0, 0, 474, 31, 1, 0, 0, 0, 475, 476, 7, 18, 0, 0, 476, 477, 7, 3, 0, 0, 477, 478, 7, 3, 0, 0, 478, 479, 7, 8, 0, 0, 479, 480, 1, 0, 0, 0, 480, 481, 6, 8, 1, 0, 481, 33, 1, 0, 0, 0, 482, 483, 7, 13, 0, 0, 483, 484, 7, 1, 0, 0, 484, 485, 7, 16, 0, 0, 485, 486, 7, 1, 0, 0, 486, 487, 7, 5, 0, 0, 487, 488, 1, 0, 0, 0, 488, 489, 6, 9, 0, 0, 489, 35, 1, 0, 0, 0, 490, 491, 7, 13, 0, 0, 491, 492, 7, 7, 0, 0, 492, 493, 7, 7, 0, 0, 493, 494, 7, 18, 0, 0, 494, 495, 7, 19, 0, 0, 495, 496, 7, 8, 0, 0, 496, 497, 1, 0, 0, 0, 497, 498, 6, 10, 5, 0, 498, 37, 1, 0, 0, 0, 499, 500, 7, 16, 0, 0, 500, 501, 7, 3, 0, 0, 501, 502, 7, 5, 0, 0, 502, 503, 7, 12, 0, 0, 503, 504, 1, 0, 0, 0, 504, 505, 6, 11, 6, 0, 505, 39, 1, 0, 0, 0, 506, 507, 7, 16, 0, 0, 507, 508, 7, 3, 0, 0, 508, 509, 7, 5, 0, 0, 509, 510, 7, 6, 0, 0, 510, 511, 7, 1, 0, 0, 511, 512, 7, 4, 0, 0, 512, 513, 7, 2, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 6, 12, 7, 0, 515, 41, 1, 0, 0, 0, 516, 517, 7, 16, 0, 0, 517, 518, 7, 11, 0, 0, 518, 519, 5, 95, 0, 0, 519, 520, 7, 3, 0, 0, 520, 521, 7, 14, 0, 0, 521, 522, 7, 8, 0, 0, 522, 523, 7, 12, 0, 0, 523, 524, 7, 9, 0, 0, 524, 525, 7, 0, 0, 0, 525, 526, 1, 0, 0, 0, 526, 527, 6, 13, 8, 0, 527, 43, 1, 0, 0, 0, 528, 529, 7, 6, 0, 0, 529, 530, 7, 3, 0, 0, 530, 531, 7, 9, 0, 0, 531, 532, 7, 12, 0, 0, 532, 533, 7, 16, 0, 0, 533, 534, 7, 3, 0, 0, 534, 535, 1, 0, 0, 0, 535, 536, 6, 14, 9, 0, 536, 45, 1, 0, 0, 0, 537, 538, 7, 6, 0, 0, 538, 539, 7, 7, 0, 0, 539, 540, 7, 20, 0, 0, 540, 541, 1, 0, 0, 0, 541, 542, 6, 15, 0, 0, 542, 47, 1, 0, 0, 0, 543, 544, 7, 2, 0, 0, 544, 545, 7, 10, 0, 0, 545, 546, 7, 7, 0, 0, 546, 547, 7, 20, 0, 0, 547, 548, 1, 0, 0, 0, 548, 549, 6, 16, 10, 0, 549, 49, 1, 0, 0, 0, 550, 551, 7, 2, 0, 0, 551, 552, 7, 7, 0, 0, 552, 553, 7, 6, 0, 0, 553, 554, 7, 5, 0, 0, 554, 555, 1, 0, 0, 0, 555, 556, 6, 17, 0, 0, 556, 51, 1, 0, 0, 0, 557, 558, 7, 2, 0, 0, 558, 559, 7, 5, 0, 0, 559, 560, 7, 12, 0, 0, 560, 561, 7, 5, 0, 0, 561, 562, 7, 2, 0, 0, 562, 563, 1, 0, 0, 0, 563, 564, 6, 18, 0, 0, 564, 53, 1, 0, 0, 0, 565, 566, 7, 20, 0, 0, 566, 567, 7, 10, 0, 0, 567, 568, 7, 3, 0, 0, 568, 569, 7, 6, 0, 0, 569, 570, 7, 3, 0, 0, 570, 571, 1, 0, 0, 0, 571, 572, 6, 19, 0, 0, 572, 55, 1, 0, 0, 0, 573, 575, 8, 21, 0, 0, 574, 573, 1, 0, 0, 0, 575, 576, 1, 0, 0, 0, 576, 574, 1, 0, 0, 0, 576, 577, 1, 0, 0, 0, 577, 578, 1, 0, 0, 0, 578, 579, 6, 20, 0, 0, 579, 57, 1, 0, 0, 0, 580, 581, 5, 47, 0, 0, 581, 582, 5, 47, 0, 0, 582, 586, 1, 0, 0, 0, 583, 585, 8, 22, 0, 0, 584, 583, 1, 0, 0, 0, 585, 588, 1, 0, 0, 0, 586, 584, 1, 0, 0, 0, 586, 587, 1, 0, 0, 0, 587, 590, 1, 0, 0, 0, 588, 586, 1, 0, 0, 0, 589, 591, 5, 13, 0, 0, 590, 589, 1, 0, 0, 0, 590, 591, 1, 0, 0, 0, 591, 593, 1, 0, 0, 0, 592, 594, 5, 10, 0, 0, 593, 592, 1, 0, 0, 0, 593, 594, 1, 0, 0, 0, 594, 595, 1, 0, 0, 0, 595, 596, 6, 21, 11, 0, 596, 59, 1, 0, 0, 0, 597, 598, 5, 47, 0, 0, 598, 599, 5, 42, 0, 0, 599, 604, 1, 0, 0, 0, 600, 603, 3, 60, 22, 0, 601, 603, 9, 0, 0, 0, 602, 600, 1, 0, 0, 0, 602, 601, 1, 0, 0, 0, 603, 606, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 604, 602, 1, 0, 0, 0, 605, 607, 1, 0, 0, 0, 606, 604, 1, 0, 0, 0, 607, 608, 5, 42, 0, 0, 608, 609, 5, 47, 0, 0, 609, 610, 1, 0, 0, 0, 610, 611, 6, 22, 11, 0, 611, 61, 1, 0, 0, 0, 612, 614, 7, 23, 0, 0, 613, 612, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 613, 1, 0, 0, 0, 615, 616, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 618, 6, 23, 11, 0, 618, 63, 1, 0, 0, 0, 619, 623, 8, 24, 0, 0, 620, 621, 5, 47, 0, 0, 621, 623, 8, 25, 0, 0, 622, 619, 1, 0, 0, 0, 622, 620, 1, 0, 0, 0, 623, 65, 1, 0, 0, 0, 624, 626, 3, 64, 24, 0, 625, 624, 1, 0, 0, 0, 626, 627, 1, 0, 0, 0, 627, 625, 1, 0, 0, 0, 627, 628, 1, 0, 0, 0, 628, 67, 1, 0, 0, 0, 629, 630, 3, 178, 81, 0, 630, 631, 1, 0, 0, 0, 631, 632, 6, 26, 12, 0, 632, 633, 6, 26, 13, 0, 633, 69, 1, 0, 0, 0, 634, 635, 3, 78, 31, 0, 635, 636, 1, 0, 0, 0, 636, 637, 6, 27, 14, 0, 637, 638, 6, 27, 15, 0, 638, 71, 1, 0, 0, 0, 639, 640, 3, 62, 23, 0, 640, 641, 1, 0, 0, 0, 641, 642, 6, 28, 11, 0, 642, 73, 1, 0, 0, 0, 643, 644, 3, 58, 21, 0, 644, 645, 1, 0, 0, 0, 645, 646, 6, 29, 11, 0, 646, 75, 1, 0, 0, 0, 647, 648, 3, 60, 22, 0, 648, 649, 1, 0, 0, 0, 649, 650, 6, 30, 11, 0, 650, 77, 1, 0, 0, 0, 651, 652, 5, 124, 0, 0, 652, 653, 1, 0, 0, 0, 653, 654, 6, 31, 15, 0, 654, 79, 1, 0, 0, 0, 655, 656, 7, 26, 0, 0, 656, 81, 1, 0, 0, 0, 657, 658, 7, 27, 0, 0, 658, 83, 1, 0, 0, 0, 659, 660, 5, 92, 0, 0, 660, 661, 7, 28, 0, 0, 661, 85, 1, 0, 0, 0, 662, 663, 8, 29, 0, 0, 663, 87, 1, 0, 0, 0, 664, 666, 7, 3, 0, 0, 665, 667, 7, 30, 0, 0, 666, 665, 1, 0, 0, 0, 666, 667, 1, 0, 0, 0, 667, 669, 1, 0, 0, 0, 668, 670, 3, 80, 32, 0, 669, 668, 1, 0, 0, 0, 670, 671, 1, 0, 0, 0, 671, 669, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 89, 1, 0, 0, 0, 673, 674, 5, 64, 0, 0, 674, 91, 1, 0, 0, 0, 675, 676, 5, 96, 0, 0, 676, 93, 1, 0, 0, 0, 677, 681, 8, 31, 0, 0, 678, 679, 5, 96, 0, 0, 679, 681, 5, 96, 0, 0, 680, 677, 1, 0, 0, 0, 680, 678, 1, 0, 0, 0, 681, 95, 1, 0, 0, 0, 682, 683, 5, 95, 0, 0, 683, 97, 1, 0, 0, 0, 684, 688, 3, 82, 33, 0, 685, 688, 3, 80, 32, 0, 686, 688, 3, 96, 40, 0, 687, 684, 1, 0, 0, 0, 687, 685, 1, 0, 0, 0, 687, 686, 1, 0, 0, 0, 688, 99, 1, 0, 0, 0, 689, 694, 5, 34, 0, 0, 690, 693, 3, 84, 34, 0, 691, 693, 3, 86, 35, 0, 692, 690, 1, 0, 0, 0, 692, 691, 1, 0, 0, 0, 693, 696, 1, 0, 0, 0, 694, 692, 1, 0, 0, 0, 694, 695, 1, 0, 0, 0, 695, 697, 1, 0, 0, 0, 696, 694, 1, 0, 0, 0, 697, 719, 5, 34, 0, 0, 698, 699, 5, 34, 0, 0, 699, 700, 5, 34, 0, 0, 700, 701, 5, 34, 0, 0, 701, 705, 1, 0, 0, 0, 702, 704, 8, 22, 0, 0, 703, 702, 1, 0, 0, 0, 704, 707, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 705, 703, 1, 0, 0, 0, 706, 708, 1, 0, 0, 0, 707, 705, 1, 0, 0, 0, 708, 709, 5, 34, 0, 0, 709, 710, 5, 34, 0, 0, 710, 711, 5, 34, 0, 0, 711, 713, 1, 0, 0, 0, 712, 714, 5, 34, 0, 0, 713, 712, 1, 0, 0, 0, 713, 714, 1, 0, 0, 0, 714, 716, 1, 0, 0, 0, 715, 717, 5, 34, 0, 0, 716, 715, 1, 0, 0, 0, 716, 717, 1, 0, 0, 0, 717, 719, 1, 0, 0, 0, 718, 689, 1, 0, 0, 0, 718, 698, 1, 0, 0, 0, 719, 101, 1, 0, 0, 0, 720, 722, 3, 80, 32, 0, 721, 720, 1, 0, 0, 0, 722, 723, 1, 0, 0, 0, 723, 721, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 103, 1, 0, 0, 0, 725, 727, 3, 80, 32, 0, 726, 725, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 726, 1, 0, 0, 0, 728, 729, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 734, 3, 120, 52, 0, 731, 733, 3, 80, 32, 0, 732, 731, 1, 0, 0, 0, 733, 736, 1, 0, 0, 0, 734, 732, 1, 0, 0, 0, 734, 735, 1, 0, 0, 0, 735, 768, 1, 0, 0, 0, 736, 734, 1, 0, 0, 0, 737, 739, 3, 120, 52, 0, 738, 740, 3, 80, 32, 0, 739, 738, 1, 0, 0, 0, 740, 741, 1, 0, 0, 0, 741, 739, 1, 0, 0, 0, 741, 742, 1, 0, 0, 0, 742, 768, 1, 0, 0, 0, 743, 745, 3, 80, 32, 0, 744, 743, 1, 0, 0, 0, 745, 746, 1, 0, 0, 0, 746, 744, 1, 0, 0, 0, 746, 747, 1, 0, 0, 0, 747, 755, 1, 0, 0, 0, 748, 752, 3, 120, 52, 0, 749, 751, 3, 80, 32, 0, 750, 749, 1, 0, 0, 0, 751, 754, 1, 0, 0, 0, 752, 750, 1, 0, 0, 0, 752, 753, 1, 0, 0, 0, 753, 756, 1, 0, 0, 0, 754, 752, 1, 0, 0, 0, 755, 748, 1, 0, 0, 0, 755, 756, 1, 0, 0, 0, 756, 757, 1, 0, 0, 0, 757, 758, 3, 88, 36, 0, 758, 768, 1, 0, 0, 0, 759, 761, 3, 120, 52, 0, 760, 762, 3, 80, 32, 0, 761, 760, 1, 0, 0, 0, 762, 763, 1, 0, 0, 0, 763, 761, 1, 0, 0, 0, 763, 764, 1, 0, 0, 0, 764, 765, 1, 0, 0, 0, 765, 766, 3, 88, 36, 0, 766, 768, 1, 0, 0, 0, 767, 726, 1, 0, 0, 0, 767, 737, 1, 0, 0, 0, 767, 744, 1, 0, 0, 0, 767, 759, 1, 0, 0, 0, 768, 105, 1, 0, 0, 0, 769, 770, 7, 32, 0, 0, 770, 771, 7, 33, 0, 0, 771, 107, 1, 0, 0, 0, 772, 773, 7, 12, 0, 0, 773, 774, 7, 9, 0, 0, 774, 775, 7, 0, 0, 0, 775, 109, 1, 0, 0, 0, 776, 777, 7, 12, 0, 0, 777, 778, 7, 2, 0, 0, 778, 779, 7, 4, 0, 0, 779, 111, 1, 0, 0, 0, 780, 781, 5, 61, 0, 0, 781, 113, 1, 0, 0, 0, 782, 783, 5, 58, 0, 0, 783, 784, 5, 58, 0, 0, 784, 115, 1, 0, 0, 0, 785, 786, 5, 44, 0, 0, 786, 117, 1, 0, 0, 0, 787, 788, 7, 0, 0, 0, 788, 789, 7, 3, 0, 0, 789, 790, 7, 2, 0, 0, 790, 791, 7, 4, 0, 0, 791, 119, 1, 0, 0, 0, 792, 793, 5, 46, 0, 0, 793, 121, 1, 0, 0, 0, 794, 795, 7, 15, 0, 0, 795, 796, 7, 12, 0, 0, 796, 797, 7, 13, 0, 0, 797, 798, 7, 2, 0, 0, 798, 799, 7, 3, 0, 0, 799, 123, 1, 0, 0, 0, 800, 801, 7, 15, 0, 0, 801, 802, 7, 1, 0, 0, 802, 803, 7, 6, 0, 0, 803, 804, 7, 2, 0, 0, 804, 805, 7, 5, 0, 0, 805, 125, 1, 0, 0, 0, 806, 807, 7, 13, 0, 0, 807, 808, 7, 12, 0, 0, 808, 809, 7, 2, 0, 0, 809, 810, 7, 5, 0, 0, 810, 127, 1, 0, 0, 0, 811, 812, 5, 40, 0, 0, 812, 129, 1, 0, 0, 0, 813, 814, 7, 1, 0, 0, 814, 815, 7, 9, 0, 0, 815, 131, 1, 0, 0, 0, 816, 817, 7, 1, 0, 0, 817, 818, 7, 2, 0, 0, 818, 133, 1, 0, 0, 0, 819, 820, 7, 13, 0, 0, 820, 821, 7, 1, 0, 0, 821, 822, 7, 18, 0, 0, 822, 823, 7, 3, 0, 0, 823, 135, 1, 0, 0, 0, 824, 825, 7, 9, 0, 0, 825, 826, 7, 7, 0, 0, 826, 827, 7, 5, 0, 0, 827, 137, 1, 0, 0, 0, 828, 829, 7, 9, 0, 0, 829, 830, 7, 19, 0, 0, 830, 831, 7, 13, 0, 0, 831, 832, 7, 13, 0, 0, 832, 139, 1, 0, 0, 0, 833, 834, 7, 9, 0, 0, 834, 835, 7, 19, 0, 0, 835, 836, 7, 13, 0, 0, 836, 837, 7, 13, 0, 0, 837, 838, 7, 2, 0, 0, 838, 141, 1, 0, 0, 0, 839, 840, 7, 7, 0, 0, 840, 841, 7, 6, 0, 0, 841, 143, 1, 0, 0, 0, 842, 843, 5, 63, 0, 0, 843, 145, 1, 0, 0, 0, 844, 845, 7, 6, 0, 0, 845, 846, 7, 13, 0, 0, 846, 847, 7, 1, 0, 0, 847, 848, 7, 18, 0, 0, 848, 849, 7, 3, 0, 0, 849, 147, 1, 0, 0, 0, 850, 851, 5, 41, 0, 0, 851, 149, 1, 0, 0, 0, 852, 853, 7, 5, 0, 0, 853, 854, 7, 6, 0, 0, 854, 855, 7, 19, 0, 0, 855, 856, 7, 3, 0, 0, 856, 151, 1, 0, 0, 0, 857, 858, 5, 61, 0, 0, 858, 859, 5, 61, 0, 0, 859, 153, 1, 0, 0, 0, 860, 861, 5, 61, 0, 0, 861, 862, 5, 126, 0, 0, 862, 155, 1, 0, 0, 0, 863, 864, 5, 33, 0, 0, 864, 865, 5, 61, 0, 0, 865, 157, 1, 0, 0, 0, 866, 867, 5, 60, 0, 0, 867, 159, 1, 0, 0, 0, 868, 869, 5, 60, 0, 0, 869, 870, 5, 61, 0, 0, 870, 161, 1, 0, 0, 0, 871, 872, 5, 62, 0, 0, 872, 163, 1, 0, 0, 0, 873, 874, 5, 62, 0, 0, 874, 875, 5, 61, 0, 0, 875, 165, 1, 0, 0, 0, 876, 877, 5, 43, 0, 0, 877, 167, 1, 0, 0, 0, 878, 879, 5, 45, 0, 0, 879, 169, 1, 0, 0, 0, 880, 881, 5, 42, 0, 0, 881, 171, 1, 0, 0, 0, 882, 883, 5, 47, 0, 0, 883, 173, 1, 0, 0, 0, 884, 885, 5, 37, 0, 0, 885, 175, 1, 0, 0, 0, 886, 887, 3, 144, 64, 0, 887, 891, 3, 82, 33, 0, 888, 890, 3, 98, 41, 0, 889, 888, 1, 0, 0, 0, 890, 893, 1, 0, 0, 0, 891, 889, 1, 0, 0, 0, 891, 892, 1, 0, 0, 0, 892, 901, 1, 0, 0, 0, 893, 891, 1, 0, 0, 0, 894, 896, 3, 144, 64, 0, 895, 897, 3, 80, 32, 0, 896, 895, 1, 0, 0, 0, 897, 898, 1, 0, 0, 0, 898, 896, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 901, 1, 0, 0, 0, 900, 886, 1, 0, 0, 0, 900, 894, 1, 0, 0, 0, 901, 177, 1, 0, 0, 0, 902, 903, 5, 91, 0, 0, 903, 904, 1, 0, 0, 0, 904, 905, 6, 81, 0, 0, 905, 906, 6, 81, 0, 0, 906, 179, 1, 0, 0, 0, 907, 908, 5, 93, 0, 0, 908, 909, 1, 0, 0, 0, 909, 910, 6, 82, 15, 0, 910, 911, 6, 82, 15, 0, 911, 181, 1, 0, 0, 0, 912, 916, 3, 82, 33, 0, 913, 915, 3, 98, 41, 0, 914, 913, 1, 0, 0, 0, 915, 918, 1, 0, 0, 0, 916, 914, 1, 0, 0, 0, 916, 917, 1, 0, 0, 0, 917, 929, 1, 0, 0, 0, 918, 916, 1, 0, 0, 0, 919, 922, 3, 96, 40, 0, 920, 922, 3, 90, 37, 0, 921, 919, 1, 0, 0, 0, 921, 920, 1, 0, 0, 0, 922, 924, 1, 0, 0, 0, 923, 925, 3, 98, 41, 0, 924, 923, 1, 0, 0, 0, 925, 926, 1, 0, 0, 0, 926, 924, 1, 0, 0, 0, 926, 927, 1, 0, 0, 0, 927, 929, 1, 0, 0, 0, 928, 912, 1, 0, 0, 0, 928, 921, 1, 0, 0, 0, 929, 183, 1, 0, 0, 0, 930, 932, 3, 92, 38, 0, 931, 933, 3, 94, 39, 0, 932, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 932, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 937, 3, 92, 38, 0, 937, 185, 1, 0, 0, 0, 938, 939, 3, 184, 84, 0, 939, 187, 1, 0, 0, 0, 940, 941, 3, 58, 21, 0, 941, 942, 1, 0, 0, 0, 942, 943, 6, 86, 11, 0, 943, 189, 1, 0, 0, 0, 944, 945, 3, 60, 22, 0, 945, 946, 1, 0, 0, 0, 946, 947, 6, 87, 11, 0, 947, 191, 1, 0, 0, 0, 948, 949, 3, 62, 23, 0, 949, 950, 1, 0, 0, 0, 950, 951, 6, 88, 11, 0, 951, 193, 1, 0, 0, 0, 952, 953, 3, 78, 31, 0, 953, 954, 1, 0, 0, 0, 954, 955, 6, 89, 14, 0, 955, 956, 6, 89, 15, 0, 956, 195, 1, 0, 0, 0, 957, 958, 3, 178, 81, 0, 958, 959, 1, 0, 0, 0, 959, 960, 6, 90, 12, 0, 960, 197, 1, 0, 0, 0, 961, 962, 3, 180, 82, 0, 962, 963, 1, 0, 0, 0, 963, 964, 6, 91, 16, 0, 964, 199, 1, 0, 0, 0, 965, 966, 3, 364, 174, 0, 966, 967, 1, 0, 0, 0, 967, 968, 6, 92, 17, 0, 968, 201, 1, 0, 0, 0, 969, 970, 3, 116, 50, 0, 970, 971, 1, 0, 0, 0, 971, 972, 6, 93, 18, 0, 972, 203, 1, 0, 0, 0, 973, 974, 3, 112, 48, 0, 974, 975, 1, 0, 0, 0, 975, 976, 6, 94, 19, 0, 976, 205, 1, 0, 0, 0, 977, 978, 7, 16, 0, 0, 978, 979, 7, 3, 0, 0, 979, 980, 7, 5, 0, 0, 980, 981, 7, 12, 0, 0, 981, 982, 7, 0, 0, 0, 982, 983, 7, 12, 0, 0, 983, 984, 7, 5, 0, 0, 984, 985, 7, 12, 0, 0, 985, 207, 1, 0, 0, 0, 986, 987, 3, 66, 25, 0, 987, 988, 1, 0, 0, 0, 988, 989, 6, 96, 20, 0, 989, 209, 1, 0, 0, 0, 990, 991, 3, 100, 42, 0, 991, 992, 1, 0, 0, 0, 992, 993, 6, 97, 21, 0, 993, 211, 1, 0, 0, 0, 994, 995, 3, 58, 21, 0, 995, 996, 1, 0, 0, 0, 996, 997, 6, 98, 11, 0, 997, 213, 1, 0, 0, 0, 998, 999, 3, 60, 22, 0, 999, 1000, 1, 0, 0, 0, 1000, 1001, 6, 99, 11, 0, 1001, 215, 1, 0, 0, 0, 1002, 1003, 3, 62, 23, 0, 1003, 1004, 1, 0, 0, 0, 1004, 1005, 6, 100, 11, 0, 1005, 217, 1, 0, 0, 0, 1006, 1007, 3, 78, 31, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1009, 6, 101, 14, 0, 1009, 1010, 6, 101, 15, 0, 1010, 219, 1, 0, 0, 0, 1011, 1012, 3, 120, 52, 0, 1012, 1013, 1, 0, 0, 0, 1013, 1014, 6, 102, 22, 0, 1014, 221, 1, 0, 0, 0, 1015, 1016, 3, 116, 50, 0, 1016, 1017, 1, 0, 0, 0, 1017, 1018, 6, 103, 18, 0, 1018, 223, 1, 0, 0, 0, 1019, 1024, 3, 82, 33, 0, 1020, 1024, 3, 80, 32, 0, 1021, 1024, 3, 96, 40, 0, 1022, 1024, 3, 170, 77, 0, 1023, 1019, 1, 0, 0, 0, 1023, 1020, 1, 0, 0, 0, 1023, 1021, 1, 0, 0, 0, 1023, 1022, 1, 0, 0, 0, 1024, 225, 1, 0, 0, 0, 1025, 1028, 3, 82, 33, 0, 1026, 1028, 3, 170, 77, 0, 1027, 1025, 1, 0, 0, 0, 1027, 1026, 1, 0, 0, 0, 1028, 1032, 1, 0, 0, 0, 1029, 1031, 3, 224, 104, 0, 1030, 1029, 1, 0, 0, 0, 1031, 1034, 1, 0, 0, 0, 1032, 1030, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1045, 1, 0, 0, 0, 1034, 1032, 1, 0, 0, 0, 1035, 1038, 3, 96, 40, 0, 1036, 1038, 3, 90, 37, 0, 1037, 1035, 1, 0, 0, 0, 1037, 1036, 1, 0, 0, 0, 1038, 1040, 1, 0, 0, 0, 1039, 1041, 3, 224, 104, 0, 1040, 1039, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1040, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 1045, 1, 0, 0, 0, 1044, 1027, 1, 0, 0, 0, 1044, 1037, 1, 0, 0, 0, 1045, 227, 1, 0, 0, 0, 1046, 1049, 3, 226, 105, 0, 1047, 1049, 3, 184, 84, 0, 1048, 1046, 1, 0, 0, 0, 1048, 1047, 1, 0, 0, 0, 1049, 1050, 1, 0, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 229, 1, 0, 0, 0, 1052, 1053, 3, 58, 21, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 6, 107, 11, 0, 1055, 231, 1, 0, 0, 0, 1056, 1057, 3, 60, 22, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1059, 6, 108, 11, 0, 1059, 233, 1, 0, 0, 0, 1060, 1061, 3, 62, 23, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1063, 6, 109, 11, 0, 1063, 235, 1, 0, 0, 0, 1064, 1065, 3, 78, 31, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1067, 6, 110, 14, 0, 1067, 1068, 6, 110, 15, 0, 1068, 237, 1, 0, 0, 0, 1069, 1070, 3, 112, 48, 0, 1070, 1071, 1, 0, 0, 0, 1071, 1072, 6, 111, 19, 0, 1072, 239, 1, 0, 0, 0, 1073, 1074, 3, 116, 50, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1076, 6, 112, 18, 0, 1076, 241, 1, 0, 0, 0, 1077, 1078, 3, 120, 52, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1080, 6, 113, 22, 0, 1080, 243, 1, 0, 0, 0, 1081, 1082, 7, 12, 0, 0, 1082, 1083, 7, 2, 0, 0, 1083, 245, 1, 0, 0, 0, 1084, 1085, 3, 228, 106, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1087, 6, 115, 23, 0, 1087, 247, 1, 0, 0, 0, 1088, 1089, 3, 58, 21, 0, 1089, 1090, 1, 0, 0, 0, 1090, 1091, 6, 116, 11, 0, 1091, 249, 1, 0, 0, 0, 1092, 1093, 3, 60, 22, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1095, 6, 117, 11, 0, 1095, 251, 1, 0, 0, 0, 1096, 1097, 3, 62, 23, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1099, 6, 118, 11, 0, 1099, 253, 1, 0, 0, 0, 1100, 1101, 3, 78, 31, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1103, 6, 119, 14, 0, 1103, 1104, 6, 119, 15, 0, 1104, 255, 1, 0, 0, 0, 1105, 1106, 3, 178, 81, 0, 1106, 1107, 1, 0, 0, 0, 1107, 1108, 6, 120, 12, 0, 1108, 1109, 6, 120, 24, 0, 1109, 257, 1, 0, 0, 0, 1110, 1111, 7, 7, 0, 0, 1111, 1112, 7, 9, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1114, 6, 121, 25, 0, 1114, 259, 1, 0, 0, 0, 1115, 1116, 7, 20, 0, 0, 1116, 1117, 7, 1, 0, 0, 1117, 1118, 7, 5, 0, 0, 1118, 1119, 7, 10, 0, 0, 1119, 1120, 1, 0, 0, 0, 1120, 1121, 6, 122, 25, 0, 1121, 261, 1, 0, 0, 0, 1122, 1123, 8, 34, 0, 0, 1123, 263, 1, 0, 0, 0, 1124, 1126, 3, 262, 123, 0, 1125, 1124, 1, 0, 0, 0, 1126, 1127, 1, 0, 0, 0, 1127, 1125, 1, 0, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1129, 1, 0, 0, 0, 1129, 1130, 3, 364, 174, 0, 1130, 1132, 1, 0, 0, 0, 1131, 1125, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 1134, 1, 0, 0, 0, 1133, 1135, 3, 262, 123, 0, 1134, 1133, 1, 0, 0, 0, 1135, 1136, 1, 0, 0, 0, 1136, 1134, 1, 0, 0, 0, 1136, 1137, 1, 0, 0, 0, 1137, 265, 1, 0, 0, 0, 1138, 1139, 3, 264, 124, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1141, 6, 125, 26, 0, 1141, 267, 1, 0, 0, 0, 1142, 1143, 3, 58, 21, 0, 1143, 1144, 1, 0, 0, 0, 1144, 1145, 6, 126, 11, 0, 1145, 269, 1, 0, 0, 0, 1146, 1147, 3, 60, 22, 0, 1147, 1148, 1, 0, 0, 0, 1148, 1149, 6, 127, 11, 0, 1149, 271, 1, 0, 0, 0, 1150, 1151, 3, 62, 23, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 6, 128, 11, 0, 1153, 273, 1, 0, 0, 0, 1154, 1155, 3, 78, 31, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1157, 6, 129, 14, 0, 1157, 1158, 6, 129, 15, 0, 1158, 1159, 6, 129, 15, 0, 1159, 275, 1, 0, 0, 0, 1160, 1161, 3, 112, 48, 0, 1161, 1162, 1, 0, 0, 0, 1162, 1163, 6, 130, 19, 0, 1163, 277, 1, 0, 0, 0, 1164, 1165, 3, 116, 50, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 6, 131, 18, 0, 1167, 279, 1, 0, 0, 0, 1168, 1169, 3, 120, 52, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1171, 6, 132, 22, 0, 1171, 281, 1, 0, 0, 0, 1172, 1173, 3, 260, 122, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1175, 6, 133, 27, 0, 1175, 283, 1, 0, 0, 0, 1176, 1177, 3, 228, 106, 0, 1177, 1178, 1, 0, 0, 0, 1178, 1179, 6, 134, 23, 0, 1179, 285, 1, 0, 0, 0, 1180, 1181, 3, 186, 85, 0, 1181, 1182, 1, 0, 0, 0, 1182, 1183, 6, 135, 28, 0, 1183, 287, 1, 0, 0, 0, 1184, 1185, 3, 58, 21, 0, 1185, 1186, 1, 0, 0, 0, 1186, 1187, 6, 136, 11, 0, 1187, 289, 1, 0, 0, 0, 1188, 1189, 3, 60, 22, 0, 1189, 1190, 1, 0, 0, 0, 1190, 1191, 6, 137, 11, 0, 1191, 291, 1, 0, 0, 0, 1192, 1193, 3, 62, 23, 0, 1193, 1194, 1, 0, 0, 0, 1194, 1195, 6, 138, 11, 0, 1195, 293, 1, 0, 0, 0, 1196, 1197, 3, 78, 31, 0, 1197, 1198, 1, 0, 0, 0, 1198, 1199, 6, 139, 14, 0, 1199, 1200, 6, 139, 15, 0, 1200, 295, 1, 0, 0, 0, 1201, 1202, 3, 364, 174, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1204, 6, 140, 17, 0, 1204, 297, 1, 0, 0, 0, 1205, 1206, 3, 116, 50, 0, 1206, 1207, 1, 0, 0, 0, 1207, 1208, 6, 141, 18, 0, 1208, 299, 1, 0, 0, 0, 1209, 1210, 3, 120, 52, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1212, 6, 142, 22, 0, 1212, 301, 1, 0, 0, 0, 1213, 1214, 3, 258, 121, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 6, 143, 29, 0, 1216, 1217, 6, 143, 30, 0, 1217, 303, 1, 0, 0, 0, 1218, 1219, 3, 66, 25, 0, 1219, 1220, 1, 0, 0, 0, 1220, 1221, 6, 144, 20, 0, 1221, 305, 1, 0, 0, 0, 1222, 1223, 3, 100, 42, 0, 1223, 1224, 1, 0, 0, 0, 1224, 1225, 6, 145, 21, 0, 1225, 307, 1, 0, 0, 0, 1226, 1227, 3, 58, 21, 0, 1227, 1228, 1, 0, 0, 0, 1228, 1229, 6, 146, 11, 0, 1229, 309, 1, 0, 0, 0, 1230, 1231, 3, 60, 22, 0, 1231, 1232, 1, 0, 0, 0, 1232, 1233, 6, 147, 11, 0, 1233, 311, 1, 0, 0, 0, 1234, 1235, 3, 62, 23, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1237, 6, 148, 11, 0, 1237, 313, 1, 0, 0, 0, 1238, 1239, 3, 78, 31, 0, 1239, 1240, 1, 0, 0, 0, 1240, 1241, 6, 149, 14, 0, 1241, 1242, 6, 149, 15, 0, 1242, 1243, 6, 149, 15, 0, 1243, 315, 1, 0, 0, 0, 1244, 1245, 3, 116, 50, 0, 1245, 1246, 1, 0, 0, 0, 1246, 1247, 6, 150, 18, 0, 1247, 317, 1, 0, 0, 0, 1248, 1249, 3, 120, 52, 0, 1249, 1250, 1, 0, 0, 0, 1250, 1251, 6, 151, 22, 0, 1251, 319, 1, 0, 0, 0, 1252, 1253, 3, 228, 106, 0, 1253, 1254, 1, 0, 0, 0, 1254, 1255, 6, 152, 23, 0, 1255, 321, 1, 0, 0, 0, 1256, 1257, 3, 58, 21, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1259, 6, 153, 11, 0, 1259, 323, 1, 0, 0, 0, 1260, 1261, 3, 60, 22, 0, 1261, 1262, 1, 0, 0, 0, 1262, 1263, 6, 154, 11, 0, 1263, 325, 1, 0, 0, 0, 1264, 1265, 3, 62, 23, 0, 1265, 1266, 1, 0, 0, 0, 1266, 1267, 6, 155, 11, 0, 1267, 327, 1, 0, 0, 0, 1268, 1269, 3, 78, 31, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1271, 6, 156, 14, 0, 1271, 1272, 6, 156, 15, 0, 1272, 329, 1, 0, 0, 0, 1273, 1274, 3, 120, 52, 0, 1274, 1275, 1, 0, 0, 0, 1275, 1276, 6, 157, 22, 0, 1276, 331, 1, 0, 0, 0, 1277, 1278, 3, 186, 85, 0, 1278, 1279, 1, 0, 0, 0, 1279, 1280, 6, 158, 28, 0, 1280, 333, 1, 0, 0, 0, 1281, 1282, 3, 182, 83, 0, 1282, 1283, 1, 0, 0, 0, 1283, 1284, 6, 159, 31, 0, 1284, 335, 1, 0, 0, 0, 1285, 1286, 3, 58, 21, 0, 1286, 1287, 1, 0, 0, 0, 1287, 1288, 6, 160, 11, 0, 1288, 337, 1, 0, 0, 0, 1289, 1290, 3, 60, 22, 0, 1290, 1291, 1, 0, 0, 0, 1291, 1292, 6, 161, 11, 0, 1292, 339, 1, 0, 0, 0, 1293, 1294, 3, 62, 23, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1296, 6, 162, 11, 0, 1296, 341, 1, 0, 0, 0, 1297, 1298, 3, 78, 31, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1300, 6, 163, 14, 0, 1300, 1301, 6, 163, 15, 0, 1301, 343, 1, 0, 0, 0, 1302, 1303, 7, 1, 0, 0, 1303, 1304, 7, 9, 0, 0, 1304, 1305, 7, 15, 0, 0, 1305, 1306, 7, 7, 0, 0, 1306, 345, 1, 0, 0, 0, 1307, 1308, 3, 58, 21, 0, 1308, 1309, 1, 0, 0, 0, 1309, 1310, 6, 165, 11, 0, 1310, 347, 1, 0, 0, 0, 1311, 1312, 3, 60, 22, 0, 1312, 1313, 1, 0, 0, 0, 1313, 1314, 6, 166, 11, 0, 1314, 349, 1, 0, 0, 0, 1315, 1316, 3, 62, 23, 0, 1316, 1317, 1, 0, 0, 0, 1317, 1318, 6, 167, 11, 0, 1318, 351, 1, 0, 0, 0, 1319, 1320, 3, 78, 31, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1322, 6, 168, 14, 0, 1322, 1323, 6, 168, 15, 0, 1323, 353, 1, 0, 0, 0, 1324, 1325, 7, 15, 0, 0, 1325, 1326, 7, 19, 0, 0, 1326, 1327, 7, 9, 0, 0, 1327, 1328, 7, 4, 0, 0, 1328, 1329, 7, 5, 0, 0, 1329, 1330, 7, 1, 0, 0, 1330, 1331, 7, 7, 0, 0, 1331, 1332, 7, 9, 0, 0, 1332, 1333, 7, 2, 0, 0, 1333, 355, 1, 0, 0, 0, 1334, 1335, 3, 58, 21, 0, 1335, 1336, 1, 0, 0, 0, 1336, 1337, 6, 170, 11, 0, 1337, 357, 1, 0, 0, 0, 1338, 1339, 3, 60, 22, 0, 1339, 1340, 1, 0, 0, 0, 1340, 1341, 6, 171, 11, 0, 1341, 359, 1, 0, 0, 0, 1342, 1343, 3, 62, 23, 0, 1343, 1344, 1, 0, 0, 0, 1344, 1345, 6, 172, 11, 0, 1345, 361, 1, 0, 0, 0, 1346, 1347, 3, 180, 82, 0, 1347, 1348, 1, 0, 0, 0, 1348, 1349, 6, 173, 16, 0, 1349, 1350, 6, 173, 15, 0, 1350, 363, 1, 0, 0, 0, 1351, 1352, 5, 58, 0, 0, 1352, 365, 1, 0, 0, 0, 1353, 1359, 3, 90, 37, 0, 1354, 1359, 3, 80, 32, 0, 1355, 1359, 3, 120, 52, 0, 1356, 1359, 3, 82, 33, 0, 1357, 1359, 3, 96, 40, 0, 1358, 1353, 1, 0, 0, 0, 1358, 1354, 1, 0, 0, 0, 1358, 1355, 1, 0, 0, 0, 1358, 1356, 1, 0, 0, 0, 1358, 1357, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1358, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 367, 1, 0, 0, 0, 1362, 1363, 3, 58, 21, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1365, 6, 176, 11, 0, 1365, 369, 1, 0, 0, 0, 1366, 1367, 3, 60, 22, 0, 1367, 1368, 1, 0, 0, 0, 1368, 1369, 6, 177, 11, 0, 1369, 371, 1, 0, 0, 0, 1370, 1371, 3, 62, 23, 0, 1371, 1372, 1, 0, 0, 0, 1372, 1373, 6, 178, 11, 0, 1373, 373, 1, 0, 0, 0, 1374, 1375, 3, 78, 31, 0, 1375, 1376, 1, 0, 0, 0, 1376, 1377, 6, 179, 14, 0, 1377, 1378, 6, 179, 15, 0, 1378, 375, 1, 0, 0, 0, 1379, 1380, 3, 66, 25, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1382, 6, 180, 20, 0, 1382, 1383, 6, 180, 15, 0, 1383, 1384, 6, 180, 32, 0, 1384, 377, 1, 0, 0, 0, 1385, 1386, 3, 100, 42, 0, 1386, 1387, 1, 0, 0, 0, 1387, 1388, 6, 181, 21, 0, 1388, 1389, 6, 181, 15, 0, 1389, 1390, 6, 181, 32, 0, 1390, 379, 1, 0, 0, 0, 1391, 1392, 3, 58, 21, 0, 1392, 1393, 1, 0, 0, 0, 1393, 1394, 6, 182, 11, 0, 1394, 381, 1, 0, 0, 0, 1395, 1396, 3, 60, 22, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1398, 6, 183, 11, 0, 1398, 383, 1, 0, 0, 0, 1399, 1400, 3, 62, 23, 0, 1400, 1401, 1, 0, 0, 0, 1401, 1402, 6, 184, 11, 0, 1402, 385, 1, 0, 0, 0, 1403, 1404, 3, 364, 174, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1406, 6, 185, 17, 0, 1406, 1407, 6, 185, 15, 0, 1407, 1408, 6, 185, 7, 0, 1408, 387, 1, 0, 0, 0, 1409, 1410, 3, 116, 50, 0, 1410, 1411, 1, 0, 0, 0, 1411, 1412, 6, 186, 18, 0, 1412, 1413, 6, 186, 15, 0, 1413, 1414, 6, 186, 7, 0, 1414, 389, 1, 0, 0, 0, 1415, 1416, 3, 58, 21, 0, 1416, 1417, 1, 0, 0, 0, 1417, 1418, 6, 187, 11, 0, 1418, 391, 1, 0, 0, 0, 1419, 1420, 3, 60, 22, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1422, 6, 188, 11, 0, 1422, 393, 1, 0, 0, 0, 1423, 1424, 3, 62, 23, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1426, 6, 189, 11, 0, 1426, 395, 1, 0, 0, 0, 1427, 1428, 3, 186, 85, 0, 1428, 1429, 1, 0, 0, 0, 1429, 1430, 6, 190, 15, 0, 1430, 1431, 6, 190, 0, 0, 1431, 1432, 6, 190, 28, 0, 1432, 397, 1, 0, 0, 0, 1433, 1434, 3, 182, 83, 0, 1434, 1435, 1, 0, 0, 0, 1435, 1436, 6, 191, 15, 0, 1436, 1437, 6, 191, 0, 0, 1437, 1438, 6, 191, 31, 0, 1438, 399, 1, 0, 0, 0, 1439, 1440, 3, 106, 45, 0, 1440, 1441, 1, 0, 0, 0, 1441, 1442, 6, 192, 15, 0, 1442, 1443, 6, 192, 0, 0, 1443, 1444, 6, 192, 33, 0, 1444, 401, 1, 0, 0, 0, 1445, 1446, 3, 78, 31, 0, 1446, 1447, 1, 0, 0, 0, 1447, 1448, 6, 193, 14, 0, 1448, 1449, 6, 193, 15, 0, 1449, 403, 1, 0, 0, 0, 65, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 576, 586, 590, 593, 602, 604, 615, 622, 627, 666, 671, 680, 687, 692, 694, 705, 713, 716, 718, 723, 728, 734, 741, 746, 752, 755, 763, 767, 891, 898, 900, 916, 921, 926, 928, 934, 1023, 1027, 1032, 1037, 1042, 1044, 1048, 1050, 1127, 1131, 1136, 1358, 1360, 34, 5, 2, 0, 5, 4, 0, 5, 6, 0, 5, 1, 0, 5, 3, 0, 5, 8, 0, 5, 12, 0, 5, 14, 0, 5, 10, 0, 5, 5, 0, 5, 11, 0, 0, 1, 0, 7, 69, 0, 5, 0, 0, 7, 29, 0, 4, 0, 0, 7, 70, 0, 7, 114, 0, 7, 38, 0, 7, 36, 0, 7, 25, 0, 7, 30, 0, 7, 40, 0, 7, 80, 0, 5, 13, 0, 5, 7, 0, 7, 90, 0, 7, 89, 0, 7, 72, 0, 7, 88, 0, 5, 9, 0, 7, 71, 0, 5, 15, 0, 7, 33, 0] \ No newline at end of file +[4, 0, 125, 1458, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 4, 20, 577, 8, 20, 11, 20, 12, 20, 578, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 587, 8, 21, 10, 21, 12, 21, 590, 9, 21, 1, 21, 3, 21, 593, 8, 21, 1, 21, 3, 21, 596, 8, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 605, 8, 22, 10, 22, 12, 22, 608, 9, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 4, 23, 616, 8, 23, 11, 23, 12, 23, 617, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 3, 24, 625, 8, 24, 1, 25, 4, 25, 628, 8, 25, 11, 25, 12, 25, 629, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 3, 36, 669, 8, 36, 1, 36, 4, 36, 672, 8, 36, 11, 36, 12, 36, 673, 1, 37, 1, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 3, 39, 683, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 3, 41, 690, 8, 41, 1, 42, 1, 42, 1, 42, 5, 42, 695, 8, 42, 10, 42, 12, 42, 698, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 706, 8, 42, 10, 42, 12, 42, 709, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 716, 8, 42, 1, 42, 3, 42, 719, 8, 42, 3, 42, 721, 8, 42, 1, 43, 4, 43, 724, 8, 43, 11, 43, 12, 43, 725, 1, 44, 4, 44, 729, 8, 44, 11, 44, 12, 44, 730, 1, 44, 1, 44, 5, 44, 735, 8, 44, 10, 44, 12, 44, 738, 9, 44, 1, 44, 1, 44, 4, 44, 742, 8, 44, 11, 44, 12, 44, 743, 1, 44, 4, 44, 747, 8, 44, 11, 44, 12, 44, 748, 1, 44, 1, 44, 5, 44, 753, 8, 44, 10, 44, 12, 44, 756, 9, 44, 3, 44, 758, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 4, 44, 764, 8, 44, 11, 44, 12, 44, 765, 1, 44, 1, 44, 3, 44, 770, 8, 44, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 5, 81, 898, 8, 81, 10, 81, 12, 81, 901, 9, 81, 1, 81, 1, 81, 4, 81, 905, 8, 81, 11, 81, 12, 81, 906, 3, 81, 909, 8, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 5, 84, 923, 8, 84, 10, 84, 12, 84, 926, 9, 84, 1, 84, 1, 84, 3, 84, 930, 8, 84, 1, 84, 4, 84, 933, 8, 84, 11, 84, 12, 84, 934, 3, 84, 937, 8, 84, 1, 85, 1, 85, 4, 85, 941, 8, 85, 11, 85, 12, 85, 942, 1, 85, 1, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1032, 8, 105, 1, 106, 1, 106, 3, 106, 1036, 8, 106, 1, 106, 5, 106, 1039, 8, 106, 10, 106, 12, 106, 1042, 9, 106, 1, 106, 1, 106, 3, 106, 1046, 8, 106, 1, 106, 4, 106, 1049, 8, 106, 11, 106, 12, 106, 1050, 3, 106, 1053, 8, 106, 1, 107, 1, 107, 4, 107, 1057, 8, 107, 11, 107, 12, 107, 1058, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 125, 4, 125, 1134, 8, 125, 11, 125, 12, 125, 1135, 1, 125, 1, 125, 3, 125, 1140, 8, 125, 1, 125, 4, 125, 1143, 8, 125, 11, 125, 12, 125, 1144, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 4, 176, 1367, 8, 176, 11, 176, 12, 176, 1368, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 2, 606, 707, 0, 195, 16, 1, 18, 2, 20, 3, 22, 4, 24, 5, 26, 6, 28, 7, 30, 8, 32, 9, 34, 10, 36, 11, 38, 12, 40, 13, 42, 14, 44, 15, 46, 16, 48, 17, 50, 18, 52, 19, 54, 20, 56, 21, 58, 22, 60, 23, 62, 24, 64, 0, 66, 25, 68, 0, 70, 0, 72, 26, 74, 27, 76, 28, 78, 29, 80, 0, 82, 0, 84, 0, 86, 0, 88, 0, 90, 0, 92, 0, 94, 0, 96, 0, 98, 0, 100, 30, 102, 31, 104, 32, 106, 33, 108, 34, 110, 35, 112, 36, 114, 37, 116, 38, 118, 39, 120, 40, 122, 41, 124, 42, 126, 43, 128, 44, 130, 45, 132, 46, 134, 47, 136, 48, 138, 49, 140, 50, 142, 51, 144, 52, 146, 53, 148, 54, 150, 55, 152, 56, 154, 57, 156, 58, 158, 59, 160, 60, 162, 61, 164, 62, 166, 63, 168, 64, 170, 65, 172, 66, 174, 67, 176, 68, 178, 69, 180, 70, 182, 71, 184, 72, 186, 0, 188, 73, 190, 74, 192, 75, 194, 76, 196, 0, 198, 0, 200, 0, 202, 0, 204, 0, 206, 0, 208, 77, 210, 0, 212, 0, 214, 78, 216, 79, 218, 80, 220, 0, 222, 0, 224, 0, 226, 0, 228, 0, 230, 81, 232, 82, 234, 83, 236, 84, 238, 0, 240, 0, 242, 0, 244, 0, 246, 85, 248, 0, 250, 86, 252, 87, 254, 88, 256, 0, 258, 0, 260, 89, 262, 90, 264, 0, 266, 91, 268, 0, 270, 92, 272, 93, 274, 94, 276, 0, 278, 0, 280, 0, 282, 0, 284, 0, 286, 0, 288, 0, 290, 95, 292, 96, 294, 97, 296, 0, 298, 0, 300, 0, 302, 0, 304, 0, 306, 0, 308, 0, 310, 98, 312, 99, 314, 100, 316, 0, 318, 0, 320, 0, 322, 0, 324, 101, 326, 102, 328, 103, 330, 0, 332, 0, 334, 0, 336, 0, 338, 104, 340, 105, 342, 106, 344, 0, 346, 107, 348, 108, 350, 109, 352, 110, 354, 0, 356, 111, 358, 112, 360, 113, 362, 114, 364, 0, 366, 115, 368, 116, 370, 117, 372, 118, 374, 119, 376, 0, 378, 0, 380, 0, 382, 120, 384, 121, 386, 122, 388, 0, 390, 0, 392, 123, 394, 124, 396, 125, 398, 0, 400, 0, 402, 0, 404, 0, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 35, 2, 0, 68, 68, 100, 100, 2, 0, 73, 73, 105, 105, 2, 0, 83, 83, 115, 115, 2, 0, 69, 69, 101, 101, 2, 0, 67, 67, 99, 99, 2, 0, 84, 84, 116, 116, 2, 0, 82, 82, 114, 114, 2, 0, 79, 79, 111, 111, 2, 0, 80, 80, 112, 112, 2, 0, 78, 78, 110, 110, 2, 0, 72, 72, 104, 104, 2, 0, 86, 86, 118, 118, 2, 0, 65, 65, 97, 97, 2, 0, 76, 76, 108, 108, 2, 0, 88, 88, 120, 120, 2, 0, 70, 70, 102, 102, 2, 0, 77, 77, 109, 109, 2, 0, 71, 71, 103, 103, 2, 0, 75, 75, 107, 107, 2, 0, 85, 85, 117, 117, 2, 0, 87, 87, 119, 119, 6, 0, 9, 10, 13, 13, 32, 32, 47, 47, 91, 91, 93, 93, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 11, 0, 9, 10, 13, 13, 32, 32, 34, 34, 44, 44, 47, 47, 58, 58, 61, 61, 91, 91, 93, 93, 124, 124, 2, 0, 42, 42, 47, 47, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 8, 0, 34, 34, 78, 78, 82, 82, 84, 84, 92, 92, 110, 110, 114, 114, 116, 116, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 2, 0, 43, 43, 45, 45, 1, 0, 96, 96, 2, 0, 66, 66, 98, 98, 2, 0, 89, 89, 121, 121, 11, 0, 9, 10, 13, 13, 32, 32, 34, 35, 44, 44, 47, 47, 58, 58, 60, 60, 62, 63, 92, 92, 124, 124, 1484, 0, 16, 1, 0, 0, 0, 0, 18, 1, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 24, 1, 0, 0, 0, 0, 26, 1, 0, 0, 0, 0, 28, 1, 0, 0, 0, 0, 30, 1, 0, 0, 0, 0, 32, 1, 0, 0, 0, 0, 34, 1, 0, 0, 0, 0, 36, 1, 0, 0, 0, 0, 38, 1, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 42, 1, 0, 0, 0, 0, 44, 1, 0, 0, 0, 0, 46, 1, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 50, 1, 0, 0, 0, 0, 52, 1, 0, 0, 0, 0, 54, 1, 0, 0, 0, 0, 56, 1, 0, 0, 0, 0, 58, 1, 0, 0, 0, 0, 60, 1, 0, 0, 0, 0, 62, 1, 0, 0, 0, 0, 66, 1, 0, 0, 0, 1, 68, 1, 0, 0, 0, 1, 70, 1, 0, 0, 0, 1, 72, 1, 0, 0, 0, 1, 74, 1, 0, 0, 0, 1, 76, 1, 0, 0, 0, 2, 78, 1, 0, 0, 0, 2, 100, 1, 0, 0, 0, 2, 102, 1, 0, 0, 0, 2, 104, 1, 0, 0, 0, 2, 106, 1, 0, 0, 0, 2, 108, 1, 0, 0, 0, 2, 110, 1, 0, 0, 0, 2, 112, 1, 0, 0, 0, 2, 114, 1, 0, 0, 0, 2, 116, 1, 0, 0, 0, 2, 118, 1, 0, 0, 0, 2, 120, 1, 0, 0, 0, 2, 122, 1, 0, 0, 0, 2, 124, 1, 0, 0, 0, 2, 126, 1, 0, 0, 0, 2, 128, 1, 0, 0, 0, 2, 130, 1, 0, 0, 0, 2, 132, 1, 0, 0, 0, 2, 134, 1, 0, 0, 0, 2, 136, 1, 0, 0, 0, 2, 138, 1, 0, 0, 0, 2, 140, 1, 0, 0, 0, 2, 142, 1, 0, 0, 0, 2, 144, 1, 0, 0, 0, 2, 146, 1, 0, 0, 0, 2, 148, 1, 0, 0, 0, 2, 150, 1, 0, 0, 0, 2, 152, 1, 0, 0, 0, 2, 154, 1, 0, 0, 0, 2, 156, 1, 0, 0, 0, 2, 158, 1, 0, 0, 0, 2, 160, 1, 0, 0, 0, 2, 162, 1, 0, 0, 0, 2, 164, 1, 0, 0, 0, 2, 166, 1, 0, 0, 0, 2, 168, 1, 0, 0, 0, 2, 170, 1, 0, 0, 0, 2, 172, 1, 0, 0, 0, 2, 174, 1, 0, 0, 0, 2, 176, 1, 0, 0, 0, 2, 178, 1, 0, 0, 0, 2, 180, 1, 0, 0, 0, 2, 182, 1, 0, 0, 0, 2, 184, 1, 0, 0, 0, 2, 188, 1, 0, 0, 0, 2, 190, 1, 0, 0, 0, 2, 192, 1, 0, 0, 0, 2, 194, 1, 0, 0, 0, 3, 196, 1, 0, 0, 0, 3, 198, 1, 0, 0, 0, 3, 200, 1, 0, 0, 0, 3, 202, 1, 0, 0, 0, 3, 204, 1, 0, 0, 0, 3, 206, 1, 0, 0, 0, 3, 208, 1, 0, 0, 0, 3, 210, 1, 0, 0, 0, 3, 212, 1, 0, 0, 0, 3, 214, 1, 0, 0, 0, 3, 216, 1, 0, 0, 0, 3, 218, 1, 0, 0, 0, 4, 220, 1, 0, 0, 0, 4, 222, 1, 0, 0, 0, 4, 224, 1, 0, 0, 0, 4, 230, 1, 0, 0, 0, 4, 232, 1, 0, 0, 0, 4, 234, 1, 0, 0, 0, 4, 236, 1, 0, 0, 0, 5, 238, 1, 0, 0, 0, 5, 240, 1, 0, 0, 0, 5, 242, 1, 0, 0, 0, 5, 244, 1, 0, 0, 0, 5, 246, 1, 0, 0, 0, 5, 248, 1, 0, 0, 0, 5, 250, 1, 0, 0, 0, 5, 252, 1, 0, 0, 0, 5, 254, 1, 0, 0, 0, 6, 256, 1, 0, 0, 0, 6, 258, 1, 0, 0, 0, 6, 260, 1, 0, 0, 0, 6, 262, 1, 0, 0, 0, 6, 266, 1, 0, 0, 0, 6, 268, 1, 0, 0, 0, 6, 270, 1, 0, 0, 0, 6, 272, 1, 0, 0, 0, 6, 274, 1, 0, 0, 0, 7, 276, 1, 0, 0, 0, 7, 278, 1, 0, 0, 0, 7, 280, 1, 0, 0, 0, 7, 282, 1, 0, 0, 0, 7, 284, 1, 0, 0, 0, 7, 286, 1, 0, 0, 0, 7, 288, 1, 0, 0, 0, 7, 290, 1, 0, 0, 0, 7, 292, 1, 0, 0, 0, 7, 294, 1, 0, 0, 0, 8, 296, 1, 0, 0, 0, 8, 298, 1, 0, 0, 0, 8, 300, 1, 0, 0, 0, 8, 302, 1, 0, 0, 0, 8, 304, 1, 0, 0, 0, 8, 306, 1, 0, 0, 0, 8, 308, 1, 0, 0, 0, 8, 310, 1, 0, 0, 0, 8, 312, 1, 0, 0, 0, 8, 314, 1, 0, 0, 0, 9, 316, 1, 0, 0, 0, 9, 318, 1, 0, 0, 0, 9, 320, 1, 0, 0, 0, 9, 322, 1, 0, 0, 0, 9, 324, 1, 0, 0, 0, 9, 326, 1, 0, 0, 0, 9, 328, 1, 0, 0, 0, 10, 330, 1, 0, 0, 0, 10, 332, 1, 0, 0, 0, 10, 334, 1, 0, 0, 0, 10, 336, 1, 0, 0, 0, 10, 338, 1, 0, 0, 0, 10, 340, 1, 0, 0, 0, 10, 342, 1, 0, 0, 0, 11, 344, 1, 0, 0, 0, 11, 346, 1, 0, 0, 0, 11, 348, 1, 0, 0, 0, 11, 350, 1, 0, 0, 0, 11, 352, 1, 0, 0, 0, 12, 354, 1, 0, 0, 0, 12, 356, 1, 0, 0, 0, 12, 358, 1, 0, 0, 0, 12, 360, 1, 0, 0, 0, 12, 362, 1, 0, 0, 0, 13, 364, 1, 0, 0, 0, 13, 366, 1, 0, 0, 0, 13, 368, 1, 0, 0, 0, 13, 370, 1, 0, 0, 0, 13, 372, 1, 0, 0, 0, 13, 374, 1, 0, 0, 0, 14, 376, 1, 0, 0, 0, 14, 378, 1, 0, 0, 0, 14, 380, 1, 0, 0, 0, 14, 382, 1, 0, 0, 0, 14, 384, 1, 0, 0, 0, 14, 386, 1, 0, 0, 0, 15, 388, 1, 0, 0, 0, 15, 390, 1, 0, 0, 0, 15, 392, 1, 0, 0, 0, 15, 394, 1, 0, 0, 0, 15, 396, 1, 0, 0, 0, 15, 398, 1, 0, 0, 0, 15, 400, 1, 0, 0, 0, 15, 402, 1, 0, 0, 0, 15, 404, 1, 0, 0, 0, 16, 406, 1, 0, 0, 0, 18, 416, 1, 0, 0, 0, 20, 423, 1, 0, 0, 0, 22, 432, 1, 0, 0, 0, 24, 439, 1, 0, 0, 0, 26, 449, 1, 0, 0, 0, 28, 456, 1, 0, 0, 0, 30, 463, 1, 0, 0, 0, 32, 477, 1, 0, 0, 0, 34, 484, 1, 0, 0, 0, 36, 492, 1, 0, 0, 0, 38, 501, 1, 0, 0, 0, 40, 508, 1, 0, 0, 0, 42, 518, 1, 0, 0, 0, 44, 530, 1, 0, 0, 0, 46, 539, 1, 0, 0, 0, 48, 545, 1, 0, 0, 0, 50, 552, 1, 0, 0, 0, 52, 559, 1, 0, 0, 0, 54, 567, 1, 0, 0, 0, 56, 576, 1, 0, 0, 0, 58, 582, 1, 0, 0, 0, 60, 599, 1, 0, 0, 0, 62, 615, 1, 0, 0, 0, 64, 624, 1, 0, 0, 0, 66, 627, 1, 0, 0, 0, 68, 631, 1, 0, 0, 0, 70, 636, 1, 0, 0, 0, 72, 641, 1, 0, 0, 0, 74, 645, 1, 0, 0, 0, 76, 649, 1, 0, 0, 0, 78, 653, 1, 0, 0, 0, 80, 657, 1, 0, 0, 0, 82, 659, 1, 0, 0, 0, 84, 661, 1, 0, 0, 0, 86, 664, 1, 0, 0, 0, 88, 666, 1, 0, 0, 0, 90, 675, 1, 0, 0, 0, 92, 677, 1, 0, 0, 0, 94, 682, 1, 0, 0, 0, 96, 684, 1, 0, 0, 0, 98, 689, 1, 0, 0, 0, 100, 720, 1, 0, 0, 0, 102, 723, 1, 0, 0, 0, 104, 769, 1, 0, 0, 0, 106, 771, 1, 0, 0, 0, 108, 774, 1, 0, 0, 0, 110, 778, 1, 0, 0, 0, 112, 782, 1, 0, 0, 0, 114, 784, 1, 0, 0, 0, 116, 787, 1, 0, 0, 0, 118, 789, 1, 0, 0, 0, 120, 794, 1, 0, 0, 0, 122, 796, 1, 0, 0, 0, 124, 802, 1, 0, 0, 0, 126, 808, 1, 0, 0, 0, 128, 811, 1, 0, 0, 0, 130, 814, 1, 0, 0, 0, 132, 819, 1, 0, 0, 0, 134, 824, 1, 0, 0, 0, 136, 826, 1, 0, 0, 0, 138, 832, 1, 0, 0, 0, 140, 836, 1, 0, 0, 0, 142, 841, 1, 0, 0, 0, 144, 847, 1, 0, 0, 0, 146, 850, 1, 0, 0, 0, 148, 852, 1, 0, 0, 0, 150, 858, 1, 0, 0, 0, 152, 860, 1, 0, 0, 0, 154, 865, 1, 0, 0, 0, 156, 868, 1, 0, 0, 0, 158, 871, 1, 0, 0, 0, 160, 874, 1, 0, 0, 0, 162, 876, 1, 0, 0, 0, 164, 879, 1, 0, 0, 0, 166, 881, 1, 0, 0, 0, 168, 884, 1, 0, 0, 0, 170, 886, 1, 0, 0, 0, 172, 888, 1, 0, 0, 0, 174, 890, 1, 0, 0, 0, 176, 892, 1, 0, 0, 0, 178, 908, 1, 0, 0, 0, 180, 910, 1, 0, 0, 0, 182, 915, 1, 0, 0, 0, 184, 936, 1, 0, 0, 0, 186, 938, 1, 0, 0, 0, 188, 946, 1, 0, 0, 0, 190, 948, 1, 0, 0, 0, 192, 952, 1, 0, 0, 0, 194, 956, 1, 0, 0, 0, 196, 960, 1, 0, 0, 0, 198, 965, 1, 0, 0, 0, 200, 969, 1, 0, 0, 0, 202, 973, 1, 0, 0, 0, 204, 977, 1, 0, 0, 0, 206, 981, 1, 0, 0, 0, 208, 985, 1, 0, 0, 0, 210, 994, 1, 0, 0, 0, 212, 998, 1, 0, 0, 0, 214, 1002, 1, 0, 0, 0, 216, 1006, 1, 0, 0, 0, 218, 1010, 1, 0, 0, 0, 220, 1014, 1, 0, 0, 0, 222, 1019, 1, 0, 0, 0, 224, 1023, 1, 0, 0, 0, 226, 1031, 1, 0, 0, 0, 228, 1052, 1, 0, 0, 0, 230, 1056, 1, 0, 0, 0, 232, 1060, 1, 0, 0, 0, 234, 1064, 1, 0, 0, 0, 236, 1068, 1, 0, 0, 0, 238, 1072, 1, 0, 0, 0, 240, 1077, 1, 0, 0, 0, 242, 1081, 1, 0, 0, 0, 244, 1085, 1, 0, 0, 0, 246, 1089, 1, 0, 0, 0, 248, 1092, 1, 0, 0, 0, 250, 1096, 1, 0, 0, 0, 252, 1100, 1, 0, 0, 0, 254, 1104, 1, 0, 0, 0, 256, 1108, 1, 0, 0, 0, 258, 1113, 1, 0, 0, 0, 260, 1118, 1, 0, 0, 0, 262, 1123, 1, 0, 0, 0, 264, 1130, 1, 0, 0, 0, 266, 1139, 1, 0, 0, 0, 268, 1146, 1, 0, 0, 0, 270, 1150, 1, 0, 0, 0, 272, 1154, 1, 0, 0, 0, 274, 1158, 1, 0, 0, 0, 276, 1162, 1, 0, 0, 0, 278, 1168, 1, 0, 0, 0, 280, 1172, 1, 0, 0, 0, 282, 1176, 1, 0, 0, 0, 284, 1180, 1, 0, 0, 0, 286, 1184, 1, 0, 0, 0, 288, 1188, 1, 0, 0, 0, 290, 1192, 1, 0, 0, 0, 292, 1196, 1, 0, 0, 0, 294, 1200, 1, 0, 0, 0, 296, 1204, 1, 0, 0, 0, 298, 1209, 1, 0, 0, 0, 300, 1213, 1, 0, 0, 0, 302, 1217, 1, 0, 0, 0, 304, 1221, 1, 0, 0, 0, 306, 1226, 1, 0, 0, 0, 308, 1230, 1, 0, 0, 0, 310, 1234, 1, 0, 0, 0, 312, 1238, 1, 0, 0, 0, 314, 1242, 1, 0, 0, 0, 316, 1246, 1, 0, 0, 0, 318, 1252, 1, 0, 0, 0, 320, 1256, 1, 0, 0, 0, 322, 1260, 1, 0, 0, 0, 324, 1264, 1, 0, 0, 0, 326, 1268, 1, 0, 0, 0, 328, 1272, 1, 0, 0, 0, 330, 1276, 1, 0, 0, 0, 332, 1281, 1, 0, 0, 0, 334, 1285, 1, 0, 0, 0, 336, 1289, 1, 0, 0, 0, 338, 1293, 1, 0, 0, 0, 340, 1297, 1, 0, 0, 0, 342, 1301, 1, 0, 0, 0, 344, 1305, 1, 0, 0, 0, 346, 1310, 1, 0, 0, 0, 348, 1315, 1, 0, 0, 0, 350, 1319, 1, 0, 0, 0, 352, 1323, 1, 0, 0, 0, 354, 1327, 1, 0, 0, 0, 356, 1332, 1, 0, 0, 0, 358, 1342, 1, 0, 0, 0, 360, 1346, 1, 0, 0, 0, 362, 1350, 1, 0, 0, 0, 364, 1354, 1, 0, 0, 0, 366, 1359, 1, 0, 0, 0, 368, 1366, 1, 0, 0, 0, 370, 1370, 1, 0, 0, 0, 372, 1374, 1, 0, 0, 0, 374, 1378, 1, 0, 0, 0, 376, 1382, 1, 0, 0, 0, 378, 1387, 1, 0, 0, 0, 380, 1393, 1, 0, 0, 0, 382, 1399, 1, 0, 0, 0, 384, 1403, 1, 0, 0, 0, 386, 1407, 1, 0, 0, 0, 388, 1411, 1, 0, 0, 0, 390, 1417, 1, 0, 0, 0, 392, 1423, 1, 0, 0, 0, 394, 1427, 1, 0, 0, 0, 396, 1431, 1, 0, 0, 0, 398, 1435, 1, 0, 0, 0, 400, 1441, 1, 0, 0, 0, 402, 1447, 1, 0, 0, 0, 404, 1453, 1, 0, 0, 0, 406, 407, 7, 0, 0, 0, 407, 408, 7, 1, 0, 0, 408, 409, 7, 2, 0, 0, 409, 410, 7, 2, 0, 0, 410, 411, 7, 3, 0, 0, 411, 412, 7, 4, 0, 0, 412, 413, 7, 5, 0, 0, 413, 414, 1, 0, 0, 0, 414, 415, 6, 0, 0, 0, 415, 17, 1, 0, 0, 0, 416, 417, 7, 0, 0, 0, 417, 418, 7, 6, 0, 0, 418, 419, 7, 7, 0, 0, 419, 420, 7, 8, 0, 0, 420, 421, 1, 0, 0, 0, 421, 422, 6, 1, 1, 0, 422, 19, 1, 0, 0, 0, 423, 424, 7, 3, 0, 0, 424, 425, 7, 9, 0, 0, 425, 426, 7, 6, 0, 0, 426, 427, 7, 1, 0, 0, 427, 428, 7, 4, 0, 0, 428, 429, 7, 10, 0, 0, 429, 430, 1, 0, 0, 0, 430, 431, 6, 2, 2, 0, 431, 21, 1, 0, 0, 0, 432, 433, 7, 3, 0, 0, 433, 434, 7, 11, 0, 0, 434, 435, 7, 12, 0, 0, 435, 436, 7, 13, 0, 0, 436, 437, 1, 0, 0, 0, 437, 438, 6, 3, 0, 0, 438, 23, 1, 0, 0, 0, 439, 440, 7, 3, 0, 0, 440, 441, 7, 14, 0, 0, 441, 442, 7, 8, 0, 0, 442, 443, 7, 13, 0, 0, 443, 444, 7, 12, 0, 0, 444, 445, 7, 1, 0, 0, 445, 446, 7, 9, 0, 0, 446, 447, 1, 0, 0, 0, 447, 448, 6, 4, 3, 0, 448, 25, 1, 0, 0, 0, 449, 450, 7, 15, 0, 0, 450, 451, 7, 6, 0, 0, 451, 452, 7, 7, 0, 0, 452, 453, 7, 16, 0, 0, 453, 454, 1, 0, 0, 0, 454, 455, 6, 5, 4, 0, 455, 27, 1, 0, 0, 0, 456, 457, 7, 17, 0, 0, 457, 458, 7, 6, 0, 0, 458, 459, 7, 7, 0, 0, 459, 460, 7, 18, 0, 0, 460, 461, 1, 0, 0, 0, 461, 462, 6, 6, 0, 0, 462, 29, 1, 0, 0, 0, 463, 464, 7, 1, 0, 0, 464, 465, 7, 9, 0, 0, 465, 466, 7, 13, 0, 0, 466, 467, 7, 1, 0, 0, 467, 468, 7, 9, 0, 0, 468, 469, 7, 3, 0, 0, 469, 470, 7, 2, 0, 0, 470, 471, 7, 5, 0, 0, 471, 472, 7, 12, 0, 0, 472, 473, 7, 5, 0, 0, 473, 474, 7, 2, 0, 0, 474, 475, 1, 0, 0, 0, 475, 476, 6, 7, 0, 0, 476, 31, 1, 0, 0, 0, 477, 478, 7, 18, 0, 0, 478, 479, 7, 3, 0, 0, 479, 480, 7, 3, 0, 0, 480, 481, 7, 8, 0, 0, 481, 482, 1, 0, 0, 0, 482, 483, 6, 8, 1, 0, 483, 33, 1, 0, 0, 0, 484, 485, 7, 13, 0, 0, 485, 486, 7, 1, 0, 0, 486, 487, 7, 16, 0, 0, 487, 488, 7, 1, 0, 0, 488, 489, 7, 5, 0, 0, 489, 490, 1, 0, 0, 0, 490, 491, 6, 9, 0, 0, 491, 35, 1, 0, 0, 0, 492, 493, 7, 13, 0, 0, 493, 494, 7, 7, 0, 0, 494, 495, 7, 7, 0, 0, 495, 496, 7, 18, 0, 0, 496, 497, 7, 19, 0, 0, 497, 498, 7, 8, 0, 0, 498, 499, 1, 0, 0, 0, 499, 500, 6, 10, 5, 0, 500, 37, 1, 0, 0, 0, 501, 502, 7, 16, 0, 0, 502, 503, 7, 3, 0, 0, 503, 504, 7, 5, 0, 0, 504, 505, 7, 12, 0, 0, 505, 506, 1, 0, 0, 0, 506, 507, 6, 11, 6, 0, 507, 39, 1, 0, 0, 0, 508, 509, 7, 16, 0, 0, 509, 510, 7, 3, 0, 0, 510, 511, 7, 5, 0, 0, 511, 512, 7, 6, 0, 0, 512, 513, 7, 1, 0, 0, 513, 514, 7, 4, 0, 0, 514, 515, 7, 2, 0, 0, 515, 516, 1, 0, 0, 0, 516, 517, 6, 12, 7, 0, 517, 41, 1, 0, 0, 0, 518, 519, 7, 16, 0, 0, 519, 520, 7, 11, 0, 0, 520, 521, 5, 95, 0, 0, 521, 522, 7, 3, 0, 0, 522, 523, 7, 14, 0, 0, 523, 524, 7, 8, 0, 0, 524, 525, 7, 12, 0, 0, 525, 526, 7, 9, 0, 0, 526, 527, 7, 0, 0, 0, 527, 528, 1, 0, 0, 0, 528, 529, 6, 13, 8, 0, 529, 43, 1, 0, 0, 0, 530, 531, 7, 6, 0, 0, 531, 532, 7, 3, 0, 0, 532, 533, 7, 9, 0, 0, 533, 534, 7, 12, 0, 0, 534, 535, 7, 16, 0, 0, 535, 536, 7, 3, 0, 0, 536, 537, 1, 0, 0, 0, 537, 538, 6, 14, 9, 0, 538, 45, 1, 0, 0, 0, 539, 540, 7, 6, 0, 0, 540, 541, 7, 7, 0, 0, 541, 542, 7, 20, 0, 0, 542, 543, 1, 0, 0, 0, 543, 544, 6, 15, 0, 0, 544, 47, 1, 0, 0, 0, 545, 546, 7, 2, 0, 0, 546, 547, 7, 10, 0, 0, 547, 548, 7, 7, 0, 0, 548, 549, 7, 20, 0, 0, 549, 550, 1, 0, 0, 0, 550, 551, 6, 16, 10, 0, 551, 49, 1, 0, 0, 0, 552, 553, 7, 2, 0, 0, 553, 554, 7, 7, 0, 0, 554, 555, 7, 6, 0, 0, 555, 556, 7, 5, 0, 0, 556, 557, 1, 0, 0, 0, 557, 558, 6, 17, 0, 0, 558, 51, 1, 0, 0, 0, 559, 560, 7, 2, 0, 0, 560, 561, 7, 5, 0, 0, 561, 562, 7, 12, 0, 0, 562, 563, 7, 5, 0, 0, 563, 564, 7, 2, 0, 0, 564, 565, 1, 0, 0, 0, 565, 566, 6, 18, 0, 0, 566, 53, 1, 0, 0, 0, 567, 568, 7, 20, 0, 0, 568, 569, 7, 10, 0, 0, 569, 570, 7, 3, 0, 0, 570, 571, 7, 6, 0, 0, 571, 572, 7, 3, 0, 0, 572, 573, 1, 0, 0, 0, 573, 574, 6, 19, 0, 0, 574, 55, 1, 0, 0, 0, 575, 577, 8, 21, 0, 0, 576, 575, 1, 0, 0, 0, 577, 578, 1, 0, 0, 0, 578, 576, 1, 0, 0, 0, 578, 579, 1, 0, 0, 0, 579, 580, 1, 0, 0, 0, 580, 581, 6, 20, 0, 0, 581, 57, 1, 0, 0, 0, 582, 583, 5, 47, 0, 0, 583, 584, 5, 47, 0, 0, 584, 588, 1, 0, 0, 0, 585, 587, 8, 22, 0, 0, 586, 585, 1, 0, 0, 0, 587, 590, 1, 0, 0, 0, 588, 586, 1, 0, 0, 0, 588, 589, 1, 0, 0, 0, 589, 592, 1, 0, 0, 0, 590, 588, 1, 0, 0, 0, 591, 593, 5, 13, 0, 0, 592, 591, 1, 0, 0, 0, 592, 593, 1, 0, 0, 0, 593, 595, 1, 0, 0, 0, 594, 596, 5, 10, 0, 0, 595, 594, 1, 0, 0, 0, 595, 596, 1, 0, 0, 0, 596, 597, 1, 0, 0, 0, 597, 598, 6, 21, 11, 0, 598, 59, 1, 0, 0, 0, 599, 600, 5, 47, 0, 0, 600, 601, 5, 42, 0, 0, 601, 606, 1, 0, 0, 0, 602, 605, 3, 60, 22, 0, 603, 605, 9, 0, 0, 0, 604, 602, 1, 0, 0, 0, 604, 603, 1, 0, 0, 0, 605, 608, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 606, 604, 1, 0, 0, 0, 607, 609, 1, 0, 0, 0, 608, 606, 1, 0, 0, 0, 609, 610, 5, 42, 0, 0, 610, 611, 5, 47, 0, 0, 611, 612, 1, 0, 0, 0, 612, 613, 6, 22, 11, 0, 613, 61, 1, 0, 0, 0, 614, 616, 7, 23, 0, 0, 615, 614, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 615, 1, 0, 0, 0, 617, 618, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 620, 6, 23, 11, 0, 620, 63, 1, 0, 0, 0, 621, 625, 8, 24, 0, 0, 622, 623, 5, 47, 0, 0, 623, 625, 8, 25, 0, 0, 624, 621, 1, 0, 0, 0, 624, 622, 1, 0, 0, 0, 625, 65, 1, 0, 0, 0, 626, 628, 3, 64, 24, 0, 627, 626, 1, 0, 0, 0, 628, 629, 1, 0, 0, 0, 629, 627, 1, 0, 0, 0, 629, 630, 1, 0, 0, 0, 630, 67, 1, 0, 0, 0, 631, 632, 3, 180, 82, 0, 632, 633, 1, 0, 0, 0, 633, 634, 6, 26, 12, 0, 634, 635, 6, 26, 13, 0, 635, 69, 1, 0, 0, 0, 636, 637, 3, 78, 31, 0, 637, 638, 1, 0, 0, 0, 638, 639, 6, 27, 14, 0, 639, 640, 6, 27, 15, 0, 640, 71, 1, 0, 0, 0, 641, 642, 3, 62, 23, 0, 642, 643, 1, 0, 0, 0, 643, 644, 6, 28, 11, 0, 644, 73, 1, 0, 0, 0, 645, 646, 3, 58, 21, 0, 646, 647, 1, 0, 0, 0, 647, 648, 6, 29, 11, 0, 648, 75, 1, 0, 0, 0, 649, 650, 3, 60, 22, 0, 650, 651, 1, 0, 0, 0, 651, 652, 6, 30, 11, 0, 652, 77, 1, 0, 0, 0, 653, 654, 5, 124, 0, 0, 654, 655, 1, 0, 0, 0, 655, 656, 6, 31, 15, 0, 656, 79, 1, 0, 0, 0, 657, 658, 7, 26, 0, 0, 658, 81, 1, 0, 0, 0, 659, 660, 7, 27, 0, 0, 660, 83, 1, 0, 0, 0, 661, 662, 5, 92, 0, 0, 662, 663, 7, 28, 0, 0, 663, 85, 1, 0, 0, 0, 664, 665, 8, 29, 0, 0, 665, 87, 1, 0, 0, 0, 666, 668, 7, 3, 0, 0, 667, 669, 7, 30, 0, 0, 668, 667, 1, 0, 0, 0, 668, 669, 1, 0, 0, 0, 669, 671, 1, 0, 0, 0, 670, 672, 3, 80, 32, 0, 671, 670, 1, 0, 0, 0, 672, 673, 1, 0, 0, 0, 673, 671, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 89, 1, 0, 0, 0, 675, 676, 5, 64, 0, 0, 676, 91, 1, 0, 0, 0, 677, 678, 5, 96, 0, 0, 678, 93, 1, 0, 0, 0, 679, 683, 8, 31, 0, 0, 680, 681, 5, 96, 0, 0, 681, 683, 5, 96, 0, 0, 682, 679, 1, 0, 0, 0, 682, 680, 1, 0, 0, 0, 683, 95, 1, 0, 0, 0, 684, 685, 5, 95, 0, 0, 685, 97, 1, 0, 0, 0, 686, 690, 3, 82, 33, 0, 687, 690, 3, 80, 32, 0, 688, 690, 3, 96, 40, 0, 689, 686, 1, 0, 0, 0, 689, 687, 1, 0, 0, 0, 689, 688, 1, 0, 0, 0, 690, 99, 1, 0, 0, 0, 691, 696, 5, 34, 0, 0, 692, 695, 3, 84, 34, 0, 693, 695, 3, 86, 35, 0, 694, 692, 1, 0, 0, 0, 694, 693, 1, 0, 0, 0, 695, 698, 1, 0, 0, 0, 696, 694, 1, 0, 0, 0, 696, 697, 1, 0, 0, 0, 697, 699, 1, 0, 0, 0, 698, 696, 1, 0, 0, 0, 699, 721, 5, 34, 0, 0, 700, 701, 5, 34, 0, 0, 701, 702, 5, 34, 0, 0, 702, 703, 5, 34, 0, 0, 703, 707, 1, 0, 0, 0, 704, 706, 8, 22, 0, 0, 705, 704, 1, 0, 0, 0, 706, 709, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 707, 705, 1, 0, 0, 0, 708, 710, 1, 0, 0, 0, 709, 707, 1, 0, 0, 0, 710, 711, 5, 34, 0, 0, 711, 712, 5, 34, 0, 0, 712, 713, 5, 34, 0, 0, 713, 715, 1, 0, 0, 0, 714, 716, 5, 34, 0, 0, 715, 714, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 718, 1, 0, 0, 0, 717, 719, 5, 34, 0, 0, 718, 717, 1, 0, 0, 0, 718, 719, 1, 0, 0, 0, 719, 721, 1, 0, 0, 0, 720, 691, 1, 0, 0, 0, 720, 700, 1, 0, 0, 0, 721, 101, 1, 0, 0, 0, 722, 724, 3, 80, 32, 0, 723, 722, 1, 0, 0, 0, 724, 725, 1, 0, 0, 0, 725, 723, 1, 0, 0, 0, 725, 726, 1, 0, 0, 0, 726, 103, 1, 0, 0, 0, 727, 729, 3, 80, 32, 0, 728, 727, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 728, 1, 0, 0, 0, 730, 731, 1, 0, 0, 0, 731, 732, 1, 0, 0, 0, 732, 736, 3, 120, 52, 0, 733, 735, 3, 80, 32, 0, 734, 733, 1, 0, 0, 0, 735, 738, 1, 0, 0, 0, 736, 734, 1, 0, 0, 0, 736, 737, 1, 0, 0, 0, 737, 770, 1, 0, 0, 0, 738, 736, 1, 0, 0, 0, 739, 741, 3, 120, 52, 0, 740, 742, 3, 80, 32, 0, 741, 740, 1, 0, 0, 0, 742, 743, 1, 0, 0, 0, 743, 741, 1, 0, 0, 0, 743, 744, 1, 0, 0, 0, 744, 770, 1, 0, 0, 0, 745, 747, 3, 80, 32, 0, 746, 745, 1, 0, 0, 0, 747, 748, 1, 0, 0, 0, 748, 746, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 757, 1, 0, 0, 0, 750, 754, 3, 120, 52, 0, 751, 753, 3, 80, 32, 0, 752, 751, 1, 0, 0, 0, 753, 756, 1, 0, 0, 0, 754, 752, 1, 0, 0, 0, 754, 755, 1, 0, 0, 0, 755, 758, 1, 0, 0, 0, 756, 754, 1, 0, 0, 0, 757, 750, 1, 0, 0, 0, 757, 758, 1, 0, 0, 0, 758, 759, 1, 0, 0, 0, 759, 760, 3, 88, 36, 0, 760, 770, 1, 0, 0, 0, 761, 763, 3, 120, 52, 0, 762, 764, 3, 80, 32, 0, 763, 762, 1, 0, 0, 0, 764, 765, 1, 0, 0, 0, 765, 763, 1, 0, 0, 0, 765, 766, 1, 0, 0, 0, 766, 767, 1, 0, 0, 0, 767, 768, 3, 88, 36, 0, 768, 770, 1, 0, 0, 0, 769, 728, 1, 0, 0, 0, 769, 739, 1, 0, 0, 0, 769, 746, 1, 0, 0, 0, 769, 761, 1, 0, 0, 0, 770, 105, 1, 0, 0, 0, 771, 772, 7, 32, 0, 0, 772, 773, 7, 33, 0, 0, 773, 107, 1, 0, 0, 0, 774, 775, 7, 12, 0, 0, 775, 776, 7, 9, 0, 0, 776, 777, 7, 0, 0, 0, 777, 109, 1, 0, 0, 0, 778, 779, 7, 12, 0, 0, 779, 780, 7, 2, 0, 0, 780, 781, 7, 4, 0, 0, 781, 111, 1, 0, 0, 0, 782, 783, 5, 61, 0, 0, 783, 113, 1, 0, 0, 0, 784, 785, 5, 58, 0, 0, 785, 786, 5, 58, 0, 0, 786, 115, 1, 0, 0, 0, 787, 788, 5, 44, 0, 0, 788, 117, 1, 0, 0, 0, 789, 790, 7, 0, 0, 0, 790, 791, 7, 3, 0, 0, 791, 792, 7, 2, 0, 0, 792, 793, 7, 4, 0, 0, 793, 119, 1, 0, 0, 0, 794, 795, 5, 46, 0, 0, 795, 121, 1, 0, 0, 0, 796, 797, 7, 15, 0, 0, 797, 798, 7, 12, 0, 0, 798, 799, 7, 13, 0, 0, 799, 800, 7, 2, 0, 0, 800, 801, 7, 3, 0, 0, 801, 123, 1, 0, 0, 0, 802, 803, 7, 15, 0, 0, 803, 804, 7, 1, 0, 0, 804, 805, 7, 6, 0, 0, 805, 806, 7, 2, 0, 0, 806, 807, 7, 5, 0, 0, 807, 125, 1, 0, 0, 0, 808, 809, 7, 1, 0, 0, 809, 810, 7, 9, 0, 0, 810, 127, 1, 0, 0, 0, 811, 812, 7, 1, 0, 0, 812, 813, 7, 2, 0, 0, 813, 129, 1, 0, 0, 0, 814, 815, 7, 13, 0, 0, 815, 816, 7, 12, 0, 0, 816, 817, 7, 2, 0, 0, 817, 818, 7, 5, 0, 0, 818, 131, 1, 0, 0, 0, 819, 820, 7, 13, 0, 0, 820, 821, 7, 1, 0, 0, 821, 822, 7, 18, 0, 0, 822, 823, 7, 3, 0, 0, 823, 133, 1, 0, 0, 0, 824, 825, 5, 40, 0, 0, 825, 135, 1, 0, 0, 0, 826, 827, 7, 16, 0, 0, 827, 828, 7, 12, 0, 0, 828, 829, 7, 5, 0, 0, 829, 830, 7, 4, 0, 0, 830, 831, 7, 10, 0, 0, 831, 137, 1, 0, 0, 0, 832, 833, 7, 9, 0, 0, 833, 834, 7, 7, 0, 0, 834, 835, 7, 5, 0, 0, 835, 139, 1, 0, 0, 0, 836, 837, 7, 9, 0, 0, 837, 838, 7, 19, 0, 0, 838, 839, 7, 13, 0, 0, 839, 840, 7, 13, 0, 0, 840, 141, 1, 0, 0, 0, 841, 842, 7, 9, 0, 0, 842, 843, 7, 19, 0, 0, 843, 844, 7, 13, 0, 0, 844, 845, 7, 13, 0, 0, 845, 846, 7, 2, 0, 0, 846, 143, 1, 0, 0, 0, 847, 848, 7, 7, 0, 0, 848, 849, 7, 6, 0, 0, 849, 145, 1, 0, 0, 0, 850, 851, 5, 63, 0, 0, 851, 147, 1, 0, 0, 0, 852, 853, 7, 6, 0, 0, 853, 854, 7, 13, 0, 0, 854, 855, 7, 1, 0, 0, 855, 856, 7, 18, 0, 0, 856, 857, 7, 3, 0, 0, 857, 149, 1, 0, 0, 0, 858, 859, 5, 41, 0, 0, 859, 151, 1, 0, 0, 0, 860, 861, 7, 5, 0, 0, 861, 862, 7, 6, 0, 0, 862, 863, 7, 19, 0, 0, 863, 864, 7, 3, 0, 0, 864, 153, 1, 0, 0, 0, 865, 866, 5, 61, 0, 0, 866, 867, 5, 61, 0, 0, 867, 155, 1, 0, 0, 0, 868, 869, 5, 61, 0, 0, 869, 870, 5, 126, 0, 0, 870, 157, 1, 0, 0, 0, 871, 872, 5, 33, 0, 0, 872, 873, 5, 61, 0, 0, 873, 159, 1, 0, 0, 0, 874, 875, 5, 60, 0, 0, 875, 161, 1, 0, 0, 0, 876, 877, 5, 60, 0, 0, 877, 878, 5, 61, 0, 0, 878, 163, 1, 0, 0, 0, 879, 880, 5, 62, 0, 0, 880, 165, 1, 0, 0, 0, 881, 882, 5, 62, 0, 0, 882, 883, 5, 61, 0, 0, 883, 167, 1, 0, 0, 0, 884, 885, 5, 43, 0, 0, 885, 169, 1, 0, 0, 0, 886, 887, 5, 45, 0, 0, 887, 171, 1, 0, 0, 0, 888, 889, 5, 42, 0, 0, 889, 173, 1, 0, 0, 0, 890, 891, 5, 47, 0, 0, 891, 175, 1, 0, 0, 0, 892, 893, 5, 37, 0, 0, 893, 177, 1, 0, 0, 0, 894, 895, 3, 146, 65, 0, 895, 899, 3, 82, 33, 0, 896, 898, 3, 98, 41, 0, 897, 896, 1, 0, 0, 0, 898, 901, 1, 0, 0, 0, 899, 897, 1, 0, 0, 0, 899, 900, 1, 0, 0, 0, 900, 909, 1, 0, 0, 0, 901, 899, 1, 0, 0, 0, 902, 904, 3, 146, 65, 0, 903, 905, 3, 80, 32, 0, 904, 903, 1, 0, 0, 0, 905, 906, 1, 0, 0, 0, 906, 904, 1, 0, 0, 0, 906, 907, 1, 0, 0, 0, 907, 909, 1, 0, 0, 0, 908, 894, 1, 0, 0, 0, 908, 902, 1, 0, 0, 0, 909, 179, 1, 0, 0, 0, 910, 911, 5, 91, 0, 0, 911, 912, 1, 0, 0, 0, 912, 913, 6, 82, 0, 0, 913, 914, 6, 82, 0, 0, 914, 181, 1, 0, 0, 0, 915, 916, 5, 93, 0, 0, 916, 917, 1, 0, 0, 0, 917, 918, 6, 83, 15, 0, 918, 919, 6, 83, 15, 0, 919, 183, 1, 0, 0, 0, 920, 924, 3, 82, 33, 0, 921, 923, 3, 98, 41, 0, 922, 921, 1, 0, 0, 0, 923, 926, 1, 0, 0, 0, 924, 922, 1, 0, 0, 0, 924, 925, 1, 0, 0, 0, 925, 937, 1, 0, 0, 0, 926, 924, 1, 0, 0, 0, 927, 930, 3, 96, 40, 0, 928, 930, 3, 90, 37, 0, 929, 927, 1, 0, 0, 0, 929, 928, 1, 0, 0, 0, 930, 932, 1, 0, 0, 0, 931, 933, 3, 98, 41, 0, 932, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 932, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 937, 1, 0, 0, 0, 936, 920, 1, 0, 0, 0, 936, 929, 1, 0, 0, 0, 937, 185, 1, 0, 0, 0, 938, 940, 3, 92, 38, 0, 939, 941, 3, 94, 39, 0, 940, 939, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 940, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 944, 1, 0, 0, 0, 944, 945, 3, 92, 38, 0, 945, 187, 1, 0, 0, 0, 946, 947, 3, 186, 85, 0, 947, 189, 1, 0, 0, 0, 948, 949, 3, 58, 21, 0, 949, 950, 1, 0, 0, 0, 950, 951, 6, 87, 11, 0, 951, 191, 1, 0, 0, 0, 952, 953, 3, 60, 22, 0, 953, 954, 1, 0, 0, 0, 954, 955, 6, 88, 11, 0, 955, 193, 1, 0, 0, 0, 956, 957, 3, 62, 23, 0, 957, 958, 1, 0, 0, 0, 958, 959, 6, 89, 11, 0, 959, 195, 1, 0, 0, 0, 960, 961, 3, 78, 31, 0, 961, 962, 1, 0, 0, 0, 962, 963, 6, 90, 14, 0, 963, 964, 6, 90, 15, 0, 964, 197, 1, 0, 0, 0, 965, 966, 3, 180, 82, 0, 966, 967, 1, 0, 0, 0, 967, 968, 6, 91, 12, 0, 968, 199, 1, 0, 0, 0, 969, 970, 3, 182, 83, 0, 970, 971, 1, 0, 0, 0, 971, 972, 6, 92, 16, 0, 972, 201, 1, 0, 0, 0, 973, 974, 3, 366, 175, 0, 974, 975, 1, 0, 0, 0, 975, 976, 6, 93, 17, 0, 976, 203, 1, 0, 0, 0, 977, 978, 3, 116, 50, 0, 978, 979, 1, 0, 0, 0, 979, 980, 6, 94, 18, 0, 980, 205, 1, 0, 0, 0, 981, 982, 3, 112, 48, 0, 982, 983, 1, 0, 0, 0, 983, 984, 6, 95, 19, 0, 984, 207, 1, 0, 0, 0, 985, 986, 7, 16, 0, 0, 986, 987, 7, 3, 0, 0, 987, 988, 7, 5, 0, 0, 988, 989, 7, 12, 0, 0, 989, 990, 7, 0, 0, 0, 990, 991, 7, 12, 0, 0, 991, 992, 7, 5, 0, 0, 992, 993, 7, 12, 0, 0, 993, 209, 1, 0, 0, 0, 994, 995, 3, 66, 25, 0, 995, 996, 1, 0, 0, 0, 996, 997, 6, 97, 20, 0, 997, 211, 1, 0, 0, 0, 998, 999, 3, 100, 42, 0, 999, 1000, 1, 0, 0, 0, 1000, 1001, 6, 98, 21, 0, 1001, 213, 1, 0, 0, 0, 1002, 1003, 3, 58, 21, 0, 1003, 1004, 1, 0, 0, 0, 1004, 1005, 6, 99, 11, 0, 1005, 215, 1, 0, 0, 0, 1006, 1007, 3, 60, 22, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1009, 6, 100, 11, 0, 1009, 217, 1, 0, 0, 0, 1010, 1011, 3, 62, 23, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1013, 6, 101, 11, 0, 1013, 219, 1, 0, 0, 0, 1014, 1015, 3, 78, 31, 0, 1015, 1016, 1, 0, 0, 0, 1016, 1017, 6, 102, 14, 0, 1017, 1018, 6, 102, 15, 0, 1018, 221, 1, 0, 0, 0, 1019, 1020, 3, 120, 52, 0, 1020, 1021, 1, 0, 0, 0, 1021, 1022, 6, 103, 22, 0, 1022, 223, 1, 0, 0, 0, 1023, 1024, 3, 116, 50, 0, 1024, 1025, 1, 0, 0, 0, 1025, 1026, 6, 104, 18, 0, 1026, 225, 1, 0, 0, 0, 1027, 1032, 3, 82, 33, 0, 1028, 1032, 3, 80, 32, 0, 1029, 1032, 3, 96, 40, 0, 1030, 1032, 3, 172, 78, 0, 1031, 1027, 1, 0, 0, 0, 1031, 1028, 1, 0, 0, 0, 1031, 1029, 1, 0, 0, 0, 1031, 1030, 1, 0, 0, 0, 1032, 227, 1, 0, 0, 0, 1033, 1036, 3, 82, 33, 0, 1034, 1036, 3, 172, 78, 0, 1035, 1033, 1, 0, 0, 0, 1035, 1034, 1, 0, 0, 0, 1036, 1040, 1, 0, 0, 0, 1037, 1039, 3, 226, 105, 0, 1038, 1037, 1, 0, 0, 0, 1039, 1042, 1, 0, 0, 0, 1040, 1038, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1053, 1, 0, 0, 0, 1042, 1040, 1, 0, 0, 0, 1043, 1046, 3, 96, 40, 0, 1044, 1046, 3, 90, 37, 0, 1045, 1043, 1, 0, 0, 0, 1045, 1044, 1, 0, 0, 0, 1046, 1048, 1, 0, 0, 0, 1047, 1049, 3, 226, 105, 0, 1048, 1047, 1, 0, 0, 0, 1049, 1050, 1, 0, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 1053, 1, 0, 0, 0, 1052, 1035, 1, 0, 0, 0, 1052, 1045, 1, 0, 0, 0, 1053, 229, 1, 0, 0, 0, 1054, 1057, 3, 228, 106, 0, 1055, 1057, 3, 186, 85, 0, 1056, 1054, 1, 0, 0, 0, 1056, 1055, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1056, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 231, 1, 0, 0, 0, 1060, 1061, 3, 58, 21, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1063, 6, 108, 11, 0, 1063, 233, 1, 0, 0, 0, 1064, 1065, 3, 60, 22, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1067, 6, 109, 11, 0, 1067, 235, 1, 0, 0, 0, 1068, 1069, 3, 62, 23, 0, 1069, 1070, 1, 0, 0, 0, 1070, 1071, 6, 110, 11, 0, 1071, 237, 1, 0, 0, 0, 1072, 1073, 3, 78, 31, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1075, 6, 111, 14, 0, 1075, 1076, 6, 111, 15, 0, 1076, 239, 1, 0, 0, 0, 1077, 1078, 3, 112, 48, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1080, 6, 112, 19, 0, 1080, 241, 1, 0, 0, 0, 1081, 1082, 3, 116, 50, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1084, 6, 113, 18, 0, 1084, 243, 1, 0, 0, 0, 1085, 1086, 3, 120, 52, 0, 1086, 1087, 1, 0, 0, 0, 1087, 1088, 6, 114, 22, 0, 1088, 245, 1, 0, 0, 0, 1089, 1090, 7, 12, 0, 0, 1090, 1091, 7, 2, 0, 0, 1091, 247, 1, 0, 0, 0, 1092, 1093, 3, 230, 107, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1095, 6, 116, 23, 0, 1095, 249, 1, 0, 0, 0, 1096, 1097, 3, 58, 21, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1099, 6, 117, 11, 0, 1099, 251, 1, 0, 0, 0, 1100, 1101, 3, 60, 22, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1103, 6, 118, 11, 0, 1103, 253, 1, 0, 0, 0, 1104, 1105, 3, 62, 23, 0, 1105, 1106, 1, 0, 0, 0, 1106, 1107, 6, 119, 11, 0, 1107, 255, 1, 0, 0, 0, 1108, 1109, 3, 78, 31, 0, 1109, 1110, 1, 0, 0, 0, 1110, 1111, 6, 120, 14, 0, 1111, 1112, 6, 120, 15, 0, 1112, 257, 1, 0, 0, 0, 1113, 1114, 3, 180, 82, 0, 1114, 1115, 1, 0, 0, 0, 1115, 1116, 6, 121, 12, 0, 1116, 1117, 6, 121, 24, 0, 1117, 259, 1, 0, 0, 0, 1118, 1119, 7, 7, 0, 0, 1119, 1120, 7, 9, 0, 0, 1120, 1121, 1, 0, 0, 0, 1121, 1122, 6, 122, 25, 0, 1122, 261, 1, 0, 0, 0, 1123, 1124, 7, 20, 0, 0, 1124, 1125, 7, 1, 0, 0, 1125, 1126, 7, 5, 0, 0, 1126, 1127, 7, 10, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1129, 6, 123, 25, 0, 1129, 263, 1, 0, 0, 0, 1130, 1131, 8, 34, 0, 0, 1131, 265, 1, 0, 0, 0, 1132, 1134, 3, 264, 124, 0, 1133, 1132, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1133, 1, 0, 0, 0, 1135, 1136, 1, 0, 0, 0, 1136, 1137, 1, 0, 0, 0, 1137, 1138, 3, 366, 175, 0, 1138, 1140, 1, 0, 0, 0, 1139, 1133, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1142, 1, 0, 0, 0, 1141, 1143, 3, 264, 124, 0, 1142, 1141, 1, 0, 0, 0, 1143, 1144, 1, 0, 0, 0, 1144, 1142, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 267, 1, 0, 0, 0, 1146, 1147, 3, 266, 125, 0, 1147, 1148, 1, 0, 0, 0, 1148, 1149, 6, 126, 26, 0, 1149, 269, 1, 0, 0, 0, 1150, 1151, 3, 58, 21, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 6, 127, 11, 0, 1153, 271, 1, 0, 0, 0, 1154, 1155, 3, 60, 22, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1157, 6, 128, 11, 0, 1157, 273, 1, 0, 0, 0, 1158, 1159, 3, 62, 23, 0, 1159, 1160, 1, 0, 0, 0, 1160, 1161, 6, 129, 11, 0, 1161, 275, 1, 0, 0, 0, 1162, 1163, 3, 78, 31, 0, 1163, 1164, 1, 0, 0, 0, 1164, 1165, 6, 130, 14, 0, 1165, 1166, 6, 130, 15, 0, 1166, 1167, 6, 130, 15, 0, 1167, 277, 1, 0, 0, 0, 1168, 1169, 3, 112, 48, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1171, 6, 131, 19, 0, 1171, 279, 1, 0, 0, 0, 1172, 1173, 3, 116, 50, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1175, 6, 132, 18, 0, 1175, 281, 1, 0, 0, 0, 1176, 1177, 3, 120, 52, 0, 1177, 1178, 1, 0, 0, 0, 1178, 1179, 6, 133, 22, 0, 1179, 283, 1, 0, 0, 0, 1180, 1181, 3, 262, 123, 0, 1181, 1182, 1, 0, 0, 0, 1182, 1183, 6, 134, 27, 0, 1183, 285, 1, 0, 0, 0, 1184, 1185, 3, 230, 107, 0, 1185, 1186, 1, 0, 0, 0, 1186, 1187, 6, 135, 23, 0, 1187, 287, 1, 0, 0, 0, 1188, 1189, 3, 188, 86, 0, 1189, 1190, 1, 0, 0, 0, 1190, 1191, 6, 136, 28, 0, 1191, 289, 1, 0, 0, 0, 1192, 1193, 3, 58, 21, 0, 1193, 1194, 1, 0, 0, 0, 1194, 1195, 6, 137, 11, 0, 1195, 291, 1, 0, 0, 0, 1196, 1197, 3, 60, 22, 0, 1197, 1198, 1, 0, 0, 0, 1198, 1199, 6, 138, 11, 0, 1199, 293, 1, 0, 0, 0, 1200, 1201, 3, 62, 23, 0, 1201, 1202, 1, 0, 0, 0, 1202, 1203, 6, 139, 11, 0, 1203, 295, 1, 0, 0, 0, 1204, 1205, 3, 78, 31, 0, 1205, 1206, 1, 0, 0, 0, 1206, 1207, 6, 140, 14, 0, 1207, 1208, 6, 140, 15, 0, 1208, 297, 1, 0, 0, 0, 1209, 1210, 3, 366, 175, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1212, 6, 141, 17, 0, 1212, 299, 1, 0, 0, 0, 1213, 1214, 3, 116, 50, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 6, 142, 18, 0, 1216, 301, 1, 0, 0, 0, 1217, 1218, 3, 120, 52, 0, 1218, 1219, 1, 0, 0, 0, 1219, 1220, 6, 143, 22, 0, 1220, 303, 1, 0, 0, 0, 1221, 1222, 3, 260, 122, 0, 1222, 1223, 1, 0, 0, 0, 1223, 1224, 6, 144, 29, 0, 1224, 1225, 6, 144, 30, 0, 1225, 305, 1, 0, 0, 0, 1226, 1227, 3, 66, 25, 0, 1227, 1228, 1, 0, 0, 0, 1228, 1229, 6, 145, 20, 0, 1229, 307, 1, 0, 0, 0, 1230, 1231, 3, 100, 42, 0, 1231, 1232, 1, 0, 0, 0, 1232, 1233, 6, 146, 21, 0, 1233, 309, 1, 0, 0, 0, 1234, 1235, 3, 58, 21, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1237, 6, 147, 11, 0, 1237, 311, 1, 0, 0, 0, 1238, 1239, 3, 60, 22, 0, 1239, 1240, 1, 0, 0, 0, 1240, 1241, 6, 148, 11, 0, 1241, 313, 1, 0, 0, 0, 1242, 1243, 3, 62, 23, 0, 1243, 1244, 1, 0, 0, 0, 1244, 1245, 6, 149, 11, 0, 1245, 315, 1, 0, 0, 0, 1246, 1247, 3, 78, 31, 0, 1247, 1248, 1, 0, 0, 0, 1248, 1249, 6, 150, 14, 0, 1249, 1250, 6, 150, 15, 0, 1250, 1251, 6, 150, 15, 0, 1251, 317, 1, 0, 0, 0, 1252, 1253, 3, 116, 50, 0, 1253, 1254, 1, 0, 0, 0, 1254, 1255, 6, 151, 18, 0, 1255, 319, 1, 0, 0, 0, 1256, 1257, 3, 120, 52, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1259, 6, 152, 22, 0, 1259, 321, 1, 0, 0, 0, 1260, 1261, 3, 230, 107, 0, 1261, 1262, 1, 0, 0, 0, 1262, 1263, 6, 153, 23, 0, 1263, 323, 1, 0, 0, 0, 1264, 1265, 3, 58, 21, 0, 1265, 1266, 1, 0, 0, 0, 1266, 1267, 6, 154, 11, 0, 1267, 325, 1, 0, 0, 0, 1268, 1269, 3, 60, 22, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1271, 6, 155, 11, 0, 1271, 327, 1, 0, 0, 0, 1272, 1273, 3, 62, 23, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1275, 6, 156, 11, 0, 1275, 329, 1, 0, 0, 0, 1276, 1277, 3, 78, 31, 0, 1277, 1278, 1, 0, 0, 0, 1278, 1279, 6, 157, 14, 0, 1279, 1280, 6, 157, 15, 0, 1280, 331, 1, 0, 0, 0, 1281, 1282, 3, 120, 52, 0, 1282, 1283, 1, 0, 0, 0, 1283, 1284, 6, 158, 22, 0, 1284, 333, 1, 0, 0, 0, 1285, 1286, 3, 188, 86, 0, 1286, 1287, 1, 0, 0, 0, 1287, 1288, 6, 159, 28, 0, 1288, 335, 1, 0, 0, 0, 1289, 1290, 3, 184, 84, 0, 1290, 1291, 1, 0, 0, 0, 1291, 1292, 6, 160, 31, 0, 1292, 337, 1, 0, 0, 0, 1293, 1294, 3, 58, 21, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1296, 6, 161, 11, 0, 1296, 339, 1, 0, 0, 0, 1297, 1298, 3, 60, 22, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1300, 6, 162, 11, 0, 1300, 341, 1, 0, 0, 0, 1301, 1302, 3, 62, 23, 0, 1302, 1303, 1, 0, 0, 0, 1303, 1304, 6, 163, 11, 0, 1304, 343, 1, 0, 0, 0, 1305, 1306, 3, 78, 31, 0, 1306, 1307, 1, 0, 0, 0, 1307, 1308, 6, 164, 14, 0, 1308, 1309, 6, 164, 15, 0, 1309, 345, 1, 0, 0, 0, 1310, 1311, 7, 1, 0, 0, 1311, 1312, 7, 9, 0, 0, 1312, 1313, 7, 15, 0, 0, 1313, 1314, 7, 7, 0, 0, 1314, 347, 1, 0, 0, 0, 1315, 1316, 3, 58, 21, 0, 1316, 1317, 1, 0, 0, 0, 1317, 1318, 6, 166, 11, 0, 1318, 349, 1, 0, 0, 0, 1319, 1320, 3, 60, 22, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1322, 6, 167, 11, 0, 1322, 351, 1, 0, 0, 0, 1323, 1324, 3, 62, 23, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1326, 6, 168, 11, 0, 1326, 353, 1, 0, 0, 0, 1327, 1328, 3, 78, 31, 0, 1328, 1329, 1, 0, 0, 0, 1329, 1330, 6, 169, 14, 0, 1330, 1331, 6, 169, 15, 0, 1331, 355, 1, 0, 0, 0, 1332, 1333, 7, 15, 0, 0, 1333, 1334, 7, 19, 0, 0, 1334, 1335, 7, 9, 0, 0, 1335, 1336, 7, 4, 0, 0, 1336, 1337, 7, 5, 0, 0, 1337, 1338, 7, 1, 0, 0, 1338, 1339, 7, 7, 0, 0, 1339, 1340, 7, 9, 0, 0, 1340, 1341, 7, 2, 0, 0, 1341, 357, 1, 0, 0, 0, 1342, 1343, 3, 58, 21, 0, 1343, 1344, 1, 0, 0, 0, 1344, 1345, 6, 171, 11, 0, 1345, 359, 1, 0, 0, 0, 1346, 1347, 3, 60, 22, 0, 1347, 1348, 1, 0, 0, 0, 1348, 1349, 6, 172, 11, 0, 1349, 361, 1, 0, 0, 0, 1350, 1351, 3, 62, 23, 0, 1351, 1352, 1, 0, 0, 0, 1352, 1353, 6, 173, 11, 0, 1353, 363, 1, 0, 0, 0, 1354, 1355, 3, 182, 83, 0, 1355, 1356, 1, 0, 0, 0, 1356, 1357, 6, 174, 16, 0, 1357, 1358, 6, 174, 15, 0, 1358, 365, 1, 0, 0, 0, 1359, 1360, 5, 58, 0, 0, 1360, 367, 1, 0, 0, 0, 1361, 1367, 3, 90, 37, 0, 1362, 1367, 3, 80, 32, 0, 1363, 1367, 3, 120, 52, 0, 1364, 1367, 3, 82, 33, 0, 1365, 1367, 3, 96, 40, 0, 1366, 1361, 1, 0, 0, 0, 1366, 1362, 1, 0, 0, 0, 1366, 1363, 1, 0, 0, 0, 1366, 1364, 1, 0, 0, 0, 1366, 1365, 1, 0, 0, 0, 1367, 1368, 1, 0, 0, 0, 1368, 1366, 1, 0, 0, 0, 1368, 1369, 1, 0, 0, 0, 1369, 369, 1, 0, 0, 0, 1370, 1371, 3, 58, 21, 0, 1371, 1372, 1, 0, 0, 0, 1372, 1373, 6, 177, 11, 0, 1373, 371, 1, 0, 0, 0, 1374, 1375, 3, 60, 22, 0, 1375, 1376, 1, 0, 0, 0, 1376, 1377, 6, 178, 11, 0, 1377, 373, 1, 0, 0, 0, 1378, 1379, 3, 62, 23, 0, 1379, 1380, 1, 0, 0, 0, 1380, 1381, 6, 179, 11, 0, 1381, 375, 1, 0, 0, 0, 1382, 1383, 3, 78, 31, 0, 1383, 1384, 1, 0, 0, 0, 1384, 1385, 6, 180, 14, 0, 1385, 1386, 6, 180, 15, 0, 1386, 377, 1, 0, 0, 0, 1387, 1388, 3, 66, 25, 0, 1388, 1389, 1, 0, 0, 0, 1389, 1390, 6, 181, 20, 0, 1390, 1391, 6, 181, 15, 0, 1391, 1392, 6, 181, 32, 0, 1392, 379, 1, 0, 0, 0, 1393, 1394, 3, 100, 42, 0, 1394, 1395, 1, 0, 0, 0, 1395, 1396, 6, 182, 21, 0, 1396, 1397, 6, 182, 15, 0, 1397, 1398, 6, 182, 32, 0, 1398, 381, 1, 0, 0, 0, 1399, 1400, 3, 58, 21, 0, 1400, 1401, 1, 0, 0, 0, 1401, 1402, 6, 183, 11, 0, 1402, 383, 1, 0, 0, 0, 1403, 1404, 3, 60, 22, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1406, 6, 184, 11, 0, 1406, 385, 1, 0, 0, 0, 1407, 1408, 3, 62, 23, 0, 1408, 1409, 1, 0, 0, 0, 1409, 1410, 6, 185, 11, 0, 1410, 387, 1, 0, 0, 0, 1411, 1412, 3, 366, 175, 0, 1412, 1413, 1, 0, 0, 0, 1413, 1414, 6, 186, 17, 0, 1414, 1415, 6, 186, 15, 0, 1415, 1416, 6, 186, 7, 0, 1416, 389, 1, 0, 0, 0, 1417, 1418, 3, 116, 50, 0, 1418, 1419, 1, 0, 0, 0, 1419, 1420, 6, 187, 18, 0, 1420, 1421, 6, 187, 15, 0, 1421, 1422, 6, 187, 7, 0, 1422, 391, 1, 0, 0, 0, 1423, 1424, 3, 58, 21, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1426, 6, 188, 11, 0, 1426, 393, 1, 0, 0, 0, 1427, 1428, 3, 60, 22, 0, 1428, 1429, 1, 0, 0, 0, 1429, 1430, 6, 189, 11, 0, 1430, 395, 1, 0, 0, 0, 1431, 1432, 3, 62, 23, 0, 1432, 1433, 1, 0, 0, 0, 1433, 1434, 6, 190, 11, 0, 1434, 397, 1, 0, 0, 0, 1435, 1436, 3, 188, 86, 0, 1436, 1437, 1, 0, 0, 0, 1437, 1438, 6, 191, 15, 0, 1438, 1439, 6, 191, 0, 0, 1439, 1440, 6, 191, 28, 0, 1440, 399, 1, 0, 0, 0, 1441, 1442, 3, 184, 84, 0, 1442, 1443, 1, 0, 0, 0, 1443, 1444, 6, 192, 15, 0, 1444, 1445, 6, 192, 0, 0, 1445, 1446, 6, 192, 31, 0, 1446, 401, 1, 0, 0, 0, 1447, 1448, 3, 106, 45, 0, 1448, 1449, 1, 0, 0, 0, 1449, 1450, 6, 193, 15, 0, 1450, 1451, 6, 193, 0, 0, 1451, 1452, 6, 193, 33, 0, 1452, 403, 1, 0, 0, 0, 1453, 1454, 3, 78, 31, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1456, 6, 194, 14, 0, 1456, 1457, 6, 194, 15, 0, 1457, 405, 1, 0, 0, 0, 65, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 578, 588, 592, 595, 604, 606, 617, 624, 629, 668, 673, 682, 689, 694, 696, 707, 715, 718, 720, 725, 730, 736, 743, 748, 754, 757, 765, 769, 899, 906, 908, 924, 929, 934, 936, 942, 1031, 1035, 1040, 1045, 1050, 1052, 1056, 1058, 1135, 1139, 1144, 1366, 1368, 34, 5, 2, 0, 5, 4, 0, 5, 6, 0, 5, 1, 0, 5, 3, 0, 5, 8, 0, 5, 12, 0, 5, 14, 0, 5, 10, 0, 5, 5, 0, 5, 11, 0, 0, 1, 0, 7, 70, 0, 5, 0, 0, 7, 29, 0, 4, 0, 0, 7, 71, 0, 7, 115, 0, 7, 38, 0, 7, 36, 0, 7, 25, 0, 7, 30, 0, 7, 40, 0, 7, 81, 0, 5, 13, 0, 5, 7, 0, 7, 91, 0, 7, 90, 0, 7, 73, 0, 7, 89, 0, 5, 9, 0, 7, 72, 0, 5, 15, 0, 7, 33, 0] \ No newline at end of file diff --git a/packages/kbn-esql-ast/src/antlr/esql_lexer.tokens b/packages/kbn-esql-ast/src/antlr/esql_lexer.tokens index 63eb3a86419a3..4cac289a33634 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_lexer.tokens +++ b/packages/kbn-esql-ast/src/antlr/esql_lexer.tokens @@ -40,88 +40,89 @@ DESC=39 DOT=40 FALSE=41 FIRST=42 -LAST=43 -LP=44 -IN=45 -IS=46 -LIKE=47 -NOT=48 -NULL=49 -NULLS=50 -OR=51 -PARAM=52 -RLIKE=53 -RP=54 -TRUE=55 -EQ=56 -CIEQ=57 -NEQ=58 -LT=59 -LTE=60 -GT=61 -GTE=62 -PLUS=63 -MINUS=64 -ASTERISK=65 -SLASH=66 -PERCENT=67 -NAMED_OR_POSITIONAL_PARAM=68 -OPENING_BRACKET=69 -CLOSING_BRACKET=70 -UNQUOTED_IDENTIFIER=71 -QUOTED_IDENTIFIER=72 -EXPR_LINE_COMMENT=73 -EXPR_MULTILINE_COMMENT=74 -EXPR_WS=75 -METADATA=76 -FROM_LINE_COMMENT=77 -FROM_MULTILINE_COMMENT=78 -FROM_WS=79 -ID_PATTERN=80 -PROJECT_LINE_COMMENT=81 -PROJECT_MULTILINE_COMMENT=82 -PROJECT_WS=83 -AS=84 -RENAME_LINE_COMMENT=85 -RENAME_MULTILINE_COMMENT=86 -RENAME_WS=87 -ON=88 -WITH=89 -ENRICH_POLICY_NAME=90 -ENRICH_LINE_COMMENT=91 -ENRICH_MULTILINE_COMMENT=92 -ENRICH_WS=93 -ENRICH_FIELD_LINE_COMMENT=94 -ENRICH_FIELD_MULTILINE_COMMENT=95 -ENRICH_FIELD_WS=96 -LOOKUP_LINE_COMMENT=97 -LOOKUP_MULTILINE_COMMENT=98 -LOOKUP_WS=99 -LOOKUP_FIELD_LINE_COMMENT=100 -LOOKUP_FIELD_MULTILINE_COMMENT=101 -LOOKUP_FIELD_WS=102 -MVEXPAND_LINE_COMMENT=103 -MVEXPAND_MULTILINE_COMMENT=104 -MVEXPAND_WS=105 -INFO=106 -SHOW_LINE_COMMENT=107 -SHOW_MULTILINE_COMMENT=108 -SHOW_WS=109 -FUNCTIONS=110 -META_LINE_COMMENT=111 -META_MULTILINE_COMMENT=112 -META_WS=113 -COLON=114 -SETTING=115 -SETTING_LINE_COMMENT=116 -SETTTING_MULTILINE_COMMENT=117 -SETTING_WS=118 -METRICS_LINE_COMMENT=119 -METRICS_MULTILINE_COMMENT=120 -METRICS_WS=121 -CLOSING_METRICS_LINE_COMMENT=122 -CLOSING_METRICS_MULTILINE_COMMENT=123 -CLOSING_METRICS_WS=124 +IN=43 +IS=44 +LAST=45 +LIKE=46 +LP=47 +MATCH=48 +NOT=49 +NULL=50 +NULLS=51 +OR=52 +PARAM=53 +RLIKE=54 +RP=55 +TRUE=56 +EQ=57 +CIEQ=58 +NEQ=59 +LT=60 +LTE=61 +GT=62 +GTE=63 +PLUS=64 +MINUS=65 +ASTERISK=66 +SLASH=67 +PERCENT=68 +NAMED_OR_POSITIONAL_PARAM=69 +OPENING_BRACKET=70 +CLOSING_BRACKET=71 +UNQUOTED_IDENTIFIER=72 +QUOTED_IDENTIFIER=73 +EXPR_LINE_COMMENT=74 +EXPR_MULTILINE_COMMENT=75 +EXPR_WS=76 +METADATA=77 +FROM_LINE_COMMENT=78 +FROM_MULTILINE_COMMENT=79 +FROM_WS=80 +ID_PATTERN=81 +PROJECT_LINE_COMMENT=82 +PROJECT_MULTILINE_COMMENT=83 +PROJECT_WS=84 +AS=85 +RENAME_LINE_COMMENT=86 +RENAME_MULTILINE_COMMENT=87 +RENAME_WS=88 +ON=89 +WITH=90 +ENRICH_POLICY_NAME=91 +ENRICH_LINE_COMMENT=92 +ENRICH_MULTILINE_COMMENT=93 +ENRICH_WS=94 +ENRICH_FIELD_LINE_COMMENT=95 +ENRICH_FIELD_MULTILINE_COMMENT=96 +ENRICH_FIELD_WS=97 +LOOKUP_LINE_COMMENT=98 +LOOKUP_MULTILINE_COMMENT=99 +LOOKUP_WS=100 +LOOKUP_FIELD_LINE_COMMENT=101 +LOOKUP_FIELD_MULTILINE_COMMENT=102 +LOOKUP_FIELD_WS=103 +MVEXPAND_LINE_COMMENT=104 +MVEXPAND_MULTILINE_COMMENT=105 +MVEXPAND_WS=106 +INFO=107 +SHOW_LINE_COMMENT=108 +SHOW_MULTILINE_COMMENT=109 +SHOW_WS=110 +FUNCTIONS=111 +META_LINE_COMMENT=112 +META_MULTILINE_COMMENT=113 +META_WS=114 +COLON=115 +SETTING=116 +SETTING_LINE_COMMENT=117 +SETTTING_MULTILINE_COMMENT=118 +SETTING_WS=119 +METRICS_LINE_COMMENT=120 +METRICS_MULTILINE_COMMENT=121 +METRICS_WS=122 +CLOSING_METRICS_LINE_COMMENT=123 +CLOSING_METRICS_MULTILINE_COMMENT=124 +CLOSING_METRICS_WS=125 'dissect'=1 'drop'=2 'enrich'=3 @@ -153,36 +154,37 @@ CLOSING_METRICS_WS=124 '.'=40 'false'=41 'first'=42 -'last'=43 -'('=44 -'in'=45 -'is'=46 -'like'=47 -'not'=48 -'null'=49 -'nulls'=50 -'or'=51 -'?'=52 -'rlike'=53 -')'=54 -'true'=55 -'=='=56 -'=~'=57 -'!='=58 -'<'=59 -'<='=60 -'>'=61 -'>='=62 -'+'=63 -'-'=64 -'*'=65 -'/'=66 -'%'=67 -']'=70 -'metadata'=76 -'as'=84 -'on'=88 -'with'=89 -'info'=106 -'functions'=110 -':'=114 +'in'=43 +'is'=44 +'last'=45 +'like'=46 +'('=47 +'match'=48 +'not'=49 +'null'=50 +'nulls'=51 +'or'=52 +'?'=53 +'rlike'=54 +')'=55 +'true'=56 +'=='=57 +'=~'=58 +'!='=59 +'<'=60 +'<='=61 +'>'=62 +'>='=63 +'+'=64 +'-'=65 +'*'=66 +'/'=67 +'%'=68 +']'=71 +'metadata'=77 +'as'=85 +'on'=89 +'with'=90 +'info'=107 +'functions'=111 +':'=115 diff --git a/packages/kbn-esql-ast/src/antlr/esql_lexer.ts b/packages/kbn-esql-ast/src/antlr/esql_lexer.ts index ab1f2d1a3b4d5..eb10e461fab5f 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_lexer.ts +++ b/packages/kbn-esql-ast/src/antlr/esql_lexer.ts @@ -55,88 +55,89 @@ export default class esql_lexer extends Lexer { public static readonly DOT = 40; public static readonly FALSE = 41; public static readonly FIRST = 42; - public static readonly LAST = 43; - public static readonly LP = 44; - public static readonly IN = 45; - public static readonly IS = 46; - public static readonly LIKE = 47; - public static readonly NOT = 48; - public static readonly NULL = 49; - public static readonly NULLS = 50; - public static readonly OR = 51; - public static readonly PARAM = 52; - public static readonly RLIKE = 53; - public static readonly RP = 54; - public static readonly TRUE = 55; - public static readonly EQ = 56; - public static readonly CIEQ = 57; - public static readonly NEQ = 58; - public static readonly LT = 59; - public static readonly LTE = 60; - public static readonly GT = 61; - public static readonly GTE = 62; - public static readonly PLUS = 63; - public static readonly MINUS = 64; - public static readonly ASTERISK = 65; - public static readonly SLASH = 66; - public static readonly PERCENT = 67; - public static readonly NAMED_OR_POSITIONAL_PARAM = 68; - public static readonly OPENING_BRACKET = 69; - public static readonly CLOSING_BRACKET = 70; - public static readonly UNQUOTED_IDENTIFIER = 71; - public static readonly QUOTED_IDENTIFIER = 72; - public static readonly EXPR_LINE_COMMENT = 73; - public static readonly EXPR_MULTILINE_COMMENT = 74; - public static readonly EXPR_WS = 75; - public static readonly METADATA = 76; - public static readonly FROM_LINE_COMMENT = 77; - public static readonly FROM_MULTILINE_COMMENT = 78; - public static readonly FROM_WS = 79; - public static readonly ID_PATTERN = 80; - public static readonly PROJECT_LINE_COMMENT = 81; - public static readonly PROJECT_MULTILINE_COMMENT = 82; - public static readonly PROJECT_WS = 83; - public static readonly AS = 84; - public static readonly RENAME_LINE_COMMENT = 85; - public static readonly RENAME_MULTILINE_COMMENT = 86; - public static readonly RENAME_WS = 87; - public static readonly ON = 88; - public static readonly WITH = 89; - public static readonly ENRICH_POLICY_NAME = 90; - public static readonly ENRICH_LINE_COMMENT = 91; - public static readonly ENRICH_MULTILINE_COMMENT = 92; - public static readonly ENRICH_WS = 93; - public static readonly ENRICH_FIELD_LINE_COMMENT = 94; - public static readonly ENRICH_FIELD_MULTILINE_COMMENT = 95; - public static readonly ENRICH_FIELD_WS = 96; - public static readonly LOOKUP_LINE_COMMENT = 97; - public static readonly LOOKUP_MULTILINE_COMMENT = 98; - public static readonly LOOKUP_WS = 99; - public static readonly LOOKUP_FIELD_LINE_COMMENT = 100; - public static readonly LOOKUP_FIELD_MULTILINE_COMMENT = 101; - public static readonly LOOKUP_FIELD_WS = 102; - public static readonly MVEXPAND_LINE_COMMENT = 103; - public static readonly MVEXPAND_MULTILINE_COMMENT = 104; - public static readonly MVEXPAND_WS = 105; - public static readonly INFO = 106; - public static readonly SHOW_LINE_COMMENT = 107; - public static readonly SHOW_MULTILINE_COMMENT = 108; - public static readonly SHOW_WS = 109; - public static readonly FUNCTIONS = 110; - public static readonly META_LINE_COMMENT = 111; - public static readonly META_MULTILINE_COMMENT = 112; - public static readonly META_WS = 113; - public static readonly COLON = 114; - public static readonly SETTING = 115; - public static readonly SETTING_LINE_COMMENT = 116; - public static readonly SETTTING_MULTILINE_COMMENT = 117; - public static readonly SETTING_WS = 118; - public static readonly METRICS_LINE_COMMENT = 119; - public static readonly METRICS_MULTILINE_COMMENT = 120; - public static readonly METRICS_WS = 121; - public static readonly CLOSING_METRICS_LINE_COMMENT = 122; - public static readonly CLOSING_METRICS_MULTILINE_COMMENT = 123; - public static readonly CLOSING_METRICS_WS = 124; + public static readonly IN = 43; + public static readonly IS = 44; + public static readonly LAST = 45; + public static readonly LIKE = 46; + public static readonly LP = 47; + public static readonly MATCH = 48; + public static readonly NOT = 49; + public static readonly NULL = 50; + public static readonly NULLS = 51; + public static readonly OR = 52; + public static readonly PARAM = 53; + public static readonly RLIKE = 54; + public static readonly RP = 55; + public static readonly TRUE = 56; + public static readonly EQ = 57; + public static readonly CIEQ = 58; + public static readonly NEQ = 59; + public static readonly LT = 60; + public static readonly LTE = 61; + public static readonly GT = 62; + public static readonly GTE = 63; + public static readonly PLUS = 64; + public static readonly MINUS = 65; + public static readonly ASTERISK = 66; + public static readonly SLASH = 67; + public static readonly PERCENT = 68; + public static readonly NAMED_OR_POSITIONAL_PARAM = 69; + public static readonly OPENING_BRACKET = 70; + public static readonly CLOSING_BRACKET = 71; + public static readonly UNQUOTED_IDENTIFIER = 72; + public static readonly QUOTED_IDENTIFIER = 73; + public static readonly EXPR_LINE_COMMENT = 74; + public static readonly EXPR_MULTILINE_COMMENT = 75; + public static readonly EXPR_WS = 76; + public static readonly METADATA = 77; + public static readonly FROM_LINE_COMMENT = 78; + public static readonly FROM_MULTILINE_COMMENT = 79; + public static readonly FROM_WS = 80; + public static readonly ID_PATTERN = 81; + public static readonly PROJECT_LINE_COMMENT = 82; + public static readonly PROJECT_MULTILINE_COMMENT = 83; + public static readonly PROJECT_WS = 84; + public static readonly AS = 85; + public static readonly RENAME_LINE_COMMENT = 86; + public static readonly RENAME_MULTILINE_COMMENT = 87; + public static readonly RENAME_WS = 88; + public static readonly ON = 89; + public static readonly WITH = 90; + public static readonly ENRICH_POLICY_NAME = 91; + public static readonly ENRICH_LINE_COMMENT = 92; + public static readonly ENRICH_MULTILINE_COMMENT = 93; + public static readonly ENRICH_WS = 94; + public static readonly ENRICH_FIELD_LINE_COMMENT = 95; + public static readonly ENRICH_FIELD_MULTILINE_COMMENT = 96; + public static readonly ENRICH_FIELD_WS = 97; + public static readonly LOOKUP_LINE_COMMENT = 98; + public static readonly LOOKUP_MULTILINE_COMMENT = 99; + public static readonly LOOKUP_WS = 100; + public static readonly LOOKUP_FIELD_LINE_COMMENT = 101; + public static readonly LOOKUP_FIELD_MULTILINE_COMMENT = 102; + public static readonly LOOKUP_FIELD_WS = 103; + public static readonly MVEXPAND_LINE_COMMENT = 104; + public static readonly MVEXPAND_MULTILINE_COMMENT = 105; + public static readonly MVEXPAND_WS = 106; + public static readonly INFO = 107; + public static readonly SHOW_LINE_COMMENT = 108; + public static readonly SHOW_MULTILINE_COMMENT = 109; + public static readonly SHOW_WS = 110; + public static readonly FUNCTIONS = 111; + public static readonly META_LINE_COMMENT = 112; + public static readonly META_MULTILINE_COMMENT = 113; + public static readonly META_WS = 114; + public static readonly COLON = 115; + public static readonly SETTING = 116; + public static readonly SETTING_LINE_COMMENT = 117; + public static readonly SETTTING_MULTILINE_COMMENT = 118; + public static readonly SETTING_WS = 119; + public static readonly METRICS_LINE_COMMENT = 120; + public static readonly METRICS_MULTILINE_COMMENT = 121; + public static readonly METRICS_WS = 122; + public static readonly CLOSING_METRICS_LINE_COMMENT = 123; + public static readonly CLOSING_METRICS_MULTILINE_COMMENT = 124; + public static readonly CLOSING_METRICS_WS = 125; public static readonly EOF = Token.EOF; public static readonly EXPLAIN_MODE = 1; public static readonly EXPRESSION_MODE = 2; @@ -178,24 +179,24 @@ export default class esql_lexer extends Lexer { "'='", "'::'", "','", "'desc'", "'.'", "'false'", - "'first'", "'last'", - "'('", "'in'", - "'is'", "'like'", - "'not'", "'null'", - "'nulls'", "'or'", - "'?'", "'rlike'", - "')'", "'true'", - "'=='", "'=~'", - "'!='", "'<'", - "'<='", "'>'", - "'>='", "'+'", - "'-'", "'*'", - "'/'", "'%'", + "'first'", "'in'", + "'is'", "'last'", + "'like'", "'('", + "'match'", "'not'", + "'null'", "'nulls'", + "'or'", "'?'", + "'rlike'", "')'", + "'true'", "'=='", + "'=~'", "'!='", + "'<'", "'<='", + "'>'", "'>='", + "'+'", "'-'", + "'*'", "'/'", + "'%'", null, + null, "']'", null, null, - "']'", null, null, null, - null, null, - "'metadata'", + null, "'metadata'", null, null, null, null, null, null, @@ -242,18 +243,19 @@ export default class esql_lexer extends Lexer { "CAST_OP", "COMMA", "DESC", "DOT", "FALSE", - "FIRST", "LAST", - "LP", "IN", - "IS", "LIKE", - "NOT", "NULL", - "NULLS", "OR", - "PARAM", "RLIKE", - "RP", "TRUE", - "EQ", "CIEQ", - "NEQ", "LT", - "LTE", "GT", - "GTE", "PLUS", - "MINUS", "ASTERISK", + "FIRST", "IN", + "IS", "LAST", + "LIKE", "LP", + "MATCH", "NOT", + "NULL", "NULLS", + "OR", "PARAM", + "RLIKE", "RP", + "TRUE", "EQ", + "CIEQ", "NEQ", + "LT", "LTE", + "GT", "GTE", + "PLUS", "MINUS", + "ASTERISK", "SLASH", "PERCENT", "NAMED_OR_POSITIONAL_PARAM", "OPENING_BRACKET", @@ -326,14 +328,14 @@ export default class esql_lexer extends Lexer { "PIPE", "DIGIT", "LETTER", "ESCAPE_SEQUENCE", "UNESCAPED_CHARS", "EXPONENT", "ASPERAND", "BACKQUOTE", "BACKQUOTE_BLOCK", "UNDERSCORE", "UNQUOTED_ID_BODY", "QUOTED_STRING", "INTEGER_LITERAL", "DECIMAL_LITERAL", "BY", "AND", "ASC", - "ASSIGN", "CAST_OP", "COMMA", "DESC", "DOT", "FALSE", "FIRST", "LAST", - "LP", "IN", "IS", "LIKE", "NOT", "NULL", "NULLS", "OR", "PARAM", "RLIKE", - "RP", "TRUE", "EQ", "CIEQ", "NEQ", "LT", "LTE", "GT", "GTE", "PLUS", "MINUS", - "ASTERISK", "SLASH", "PERCENT", "NAMED_OR_POSITIONAL_PARAM", "OPENING_BRACKET", - "CLOSING_BRACKET", "UNQUOTED_IDENTIFIER", "QUOTED_ID", "QUOTED_IDENTIFIER", - "EXPR_LINE_COMMENT", "EXPR_MULTILINE_COMMENT", "EXPR_WS", "FROM_PIPE", - "FROM_OPENING_BRACKET", "FROM_CLOSING_BRACKET", "FROM_COLON", "FROM_COMMA", - "FROM_ASSIGN", "METADATA", "FROM_UNQUOTED_SOURCE", "FROM_QUOTED_SOURCE", + "ASSIGN", "CAST_OP", "COMMA", "DESC", "DOT", "FALSE", "FIRST", "IN", "IS", + "LAST", "LIKE", "LP", "MATCH", "NOT", "NULL", "NULLS", "OR", "PARAM", + "RLIKE", "RP", "TRUE", "EQ", "CIEQ", "NEQ", "LT", "LTE", "GT", "GTE", + "PLUS", "MINUS", "ASTERISK", "SLASH", "PERCENT", "NAMED_OR_POSITIONAL_PARAM", + "OPENING_BRACKET", "CLOSING_BRACKET", "UNQUOTED_IDENTIFIER", "QUOTED_ID", + "QUOTED_IDENTIFIER", "EXPR_LINE_COMMENT", "EXPR_MULTILINE_COMMENT", "EXPR_WS", + "FROM_PIPE", "FROM_OPENING_BRACKET", "FROM_CLOSING_BRACKET", "FROM_COLON", + "FROM_COMMA", "FROM_ASSIGN", "METADATA", "FROM_UNQUOTED_SOURCE", "FROM_QUOTED_SOURCE", "FROM_LINE_COMMENT", "FROM_MULTILINE_COMMENT", "FROM_WS", "PROJECT_PIPE", "PROJECT_DOT", "PROJECT_COMMA", "UNQUOTED_ID_BODY_WITH_PATTERN", "UNQUOTED_ID_PATTERN", "ID_PATTERN", "PROJECT_LINE_COMMENT", "PROJECT_MULTILINE_COMMENT", "PROJECT_WS", @@ -379,7 +381,7 @@ export default class esql_lexer extends Lexer { public get modeNames(): string[] { return esql_lexer.modeNames; } - public static readonly _serializedATN: number[] = [4,0,124,1450,6,-1,6, + public static readonly _serializedATN: number[] = [4,0,125,1458,6,-1,6, -1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1,6,-1, 2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6,7,6,2,7,7,7,2,8,7,8, 2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7,13,2,14,7,14,2,15,7,15,2,16, @@ -410,472 +412,475 @@ export default class esql_lexer extends Lexer { 2,175,7,175,2,176,7,176,2,177,7,177,2,178,7,178,2,179,7,179,2,180,7,180, 2,181,7,181,2,182,7,182,2,183,7,183,2,184,7,184,2,185,7,185,2,186,7,186, 2,187,7,187,2,188,7,188,2,189,7,189,2,190,7,190,2,191,7,191,2,192,7,192, - 2,193,7,193,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1, - 1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3, - 1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,6, - 1,6,1,6,1,6,1,6,1,6,1,6,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7, - 1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,10, - 1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,11,1,11,1,11,1,11,1,11,1,11,1, - 11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,13,1,13,1,13,1,13, - 1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,14,1,14,1,14,1,14,1,14,1,14,1, - 14,1,14,1,14,1,15,1,15,1,15,1,15,1,15,1,15,1,16,1,16,1,16,1,16,1,16,1,16, - 1,16,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,18,1,18,1,18,1,18,1,18,1,18,1, - 18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,20,4,20,575,8,20,11,20, - 12,20,576,1,20,1,20,1,21,1,21,1,21,1,21,5,21,585,8,21,10,21,12,21,588,9, - 21,1,21,3,21,591,8,21,1,21,3,21,594,8,21,1,21,1,21,1,22,1,22,1,22,1,22, - 1,22,5,22,603,8,22,10,22,12,22,606,9,22,1,22,1,22,1,22,1,22,1,22,1,23,4, - 23,614,8,23,11,23,12,23,615,1,23,1,23,1,24,1,24,1,24,3,24,623,8,24,1,25, - 4,25,626,8,25,11,25,12,25,627,1,26,1,26,1,26,1,26,1,26,1,27,1,27,1,27,1, - 27,1,27,1,28,1,28,1,28,1,28,1,29,1,29,1,29,1,29,1,30,1,30,1,30,1,30,1,31, - 1,31,1,31,1,31,1,32,1,32,1,33,1,33,1,34,1,34,1,34,1,35,1,35,1,36,1,36,3, - 36,667,8,36,1,36,4,36,670,8,36,11,36,12,36,671,1,37,1,37,1,38,1,38,1,39, - 1,39,1,39,3,39,681,8,39,1,40,1,40,1,41,1,41,1,41,3,41,688,8,41,1,42,1,42, - 1,42,5,42,693,8,42,10,42,12,42,696,9,42,1,42,1,42,1,42,1,42,1,42,1,42,5, - 42,704,8,42,10,42,12,42,707,9,42,1,42,1,42,1,42,1,42,1,42,3,42,714,8,42, - 1,42,3,42,717,8,42,3,42,719,8,42,1,43,4,43,722,8,43,11,43,12,43,723,1,44, - 4,44,727,8,44,11,44,12,44,728,1,44,1,44,5,44,733,8,44,10,44,12,44,736,9, - 44,1,44,1,44,4,44,740,8,44,11,44,12,44,741,1,44,4,44,745,8,44,11,44,12, - 44,746,1,44,1,44,5,44,751,8,44,10,44,12,44,754,9,44,3,44,756,8,44,1,44, - 1,44,1,44,1,44,4,44,762,8,44,11,44,12,44,763,1,44,1,44,3,44,768,8,44,1, - 45,1,45,1,45,1,46,1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,48,1,48,1,49,1,49, - 1,49,1,50,1,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,53,1,53,1,53,1,53,1, - 53,1,53,1,54,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,56,1,56, - 1,57,1,57,1,57,1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,60,1,60,1,60,1, - 60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,62,1,63,1,63,1,63, - 1,64,1,64,1,65,1,65,1,65,1,65,1,65,1,65,1,66,1,66,1,67,1,67,1,67,1,67,1, - 67,1,68,1,68,1,68,1,69,1,69,1,69,1,70,1,70,1,70,1,71,1,71,1,72,1,72,1,72, - 1,73,1,73,1,74,1,74,1,74,1,75,1,75,1,76,1,76,1,77,1,77,1,78,1,78,1,79,1, - 79,1,80,1,80,1,80,5,80,890,8,80,10,80,12,80,893,9,80,1,80,1,80,4,80,897, - 8,80,11,80,12,80,898,3,80,901,8,80,1,81,1,81,1,81,1,81,1,81,1,82,1,82,1, - 82,1,82,1,82,1,83,1,83,5,83,915,8,83,10,83,12,83,918,9,83,1,83,1,83,3,83, - 922,8,83,1,83,4,83,925,8,83,11,83,12,83,926,3,83,929,8,83,1,84,1,84,4,84, - 933,8,84,11,84,12,84,934,1,84,1,84,1,85,1,85,1,86,1,86,1,86,1,86,1,87,1, - 87,1,87,1,87,1,88,1,88,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,90,1,90,1,90, - 1,90,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,93,1,93,1,93,1,93,1,94,1, - 94,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96, - 1,96,1,97,1,97,1,97,1,97,1,98,1,98,1,98,1,98,1,99,1,99,1,99,1,99,1,100, - 1,100,1,100,1,100,1,101,1,101,1,101,1,101,1,101,1,102,1,102,1,102,1,102, - 1,103,1,103,1,103,1,103,1,104,1,104,1,104,1,104,3,104,1024,8,104,1,105, - 1,105,3,105,1028,8,105,1,105,5,105,1031,8,105,10,105,12,105,1034,9,105, - 1,105,1,105,3,105,1038,8,105,1,105,4,105,1041,8,105,11,105,12,105,1042, - 3,105,1045,8,105,1,106,1,106,4,106,1049,8,106,11,106,12,106,1050,1,107, - 1,107,1,107,1,107,1,108,1,108,1,108,1,108,1,109,1,109,1,109,1,109,1,110, - 1,110,1,110,1,110,1,110,1,111,1,111,1,111,1,111,1,112,1,112,1,112,1,112, - 1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,115,1,115,1,115,1,115,1,116, - 1,116,1,116,1,116,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,119, - 1,119,1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,121,1,121,1,121, - 1,121,1,121,1,122,1,122,1,122,1,122,1,122,1,122,1,122,1,123,1,123,1,124, - 4,124,1126,8,124,11,124,12,124,1127,1,124,1,124,3,124,1132,8,124,1,124, - 4,124,1135,8,124,11,124,12,124,1136,1,125,1,125,1,125,1,125,1,126,1,126, - 1,126,1,126,1,127,1,127,1,127,1,127,1,128,1,128,1,128,1,128,1,129,1,129, - 1,129,1,129,1,129,1,129,1,130,1,130,1,130,1,130,1,131,1,131,1,131,1,131, - 1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133,1,134,1,134,1,134,1,134, - 1,135,1,135,1,135,1,135,1,136,1,136,1,136,1,136,1,137,1,137,1,137,1,137, - 1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139,1,139,1,140,1,140,1,140, - 1,140,1,141,1,141,1,141,1,141,1,142,1,142,1,142,1,142,1,143,1,143,1,143, - 1,143,1,143,1,144,1,144,1,144,1,144,1,145,1,145,1,145,1,145,1,146,1,146, - 1,146,1,146,1,147,1,147,1,147,1,147,1,148,1,148,1,148,1,148,1,149,1,149, - 1,149,1,149,1,149,1,149,1,150,1,150,1,150,1,150,1,151,1,151,1,151,1,151, - 1,152,1,152,1,152,1,152,1,153,1,153,1,153,1,153,1,154,1,154,1,154,1,154, - 1,155,1,155,1,155,1,155,1,156,1,156,1,156,1,156,1,156,1,157,1,157,1,157, - 1,157,1,158,1,158,1,158,1,158,1,159,1,159,1,159,1,159,1,160,1,160,1,160, - 1,160,1,161,1,161,1,161,1,161,1,162,1,162,1,162,1,162,1,163,1,163,1,163, - 1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,165,1,165,1,165,1,165,1,166, - 1,166,1,166,1,166,1,167,1,167,1,167,1,167,1,168,1,168,1,168,1,168,1,168, - 1,169,1,169,1,169,1,169,1,169,1,169,1,169,1,169,1,169,1,169,1,170,1,170, - 1,170,1,170,1,171,1,171,1,171,1,171,1,172,1,172,1,172,1,172,1,173,1,173, - 1,173,1,173,1,173,1,174,1,174,1,175,1,175,1,175,1,175,1,175,4,175,1359, - 8,175,11,175,12,175,1360,1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177, - 1,178,1,178,1,178,1,178,1,179,1,179,1,179,1,179,1,179,1,180,1,180,1,180, - 1,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181,1,182,1,182,1,182, - 1,182,1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184,1,185,1,185,1,185, - 1,185,1,185,1,185,1,186,1,186,1,186,1,186,1,186,1,186,1,187,1,187,1,187, - 1,187,1,188,1,188,1,188,1,188,1,189,1,189,1,189,1,189,1,190,1,190,1,190, - 1,190,1,190,1,190,1,191,1,191,1,191,1,191,1,191,1,191,1,192,1,192,1,192, - 1,192,1,192,1,192,1,193,1,193,1,193,1,193,1,193,2,604,705,0,194,16,1,18, - 2,20,3,22,4,24,5,26,6,28,7,30,8,32,9,34,10,36,11,38,12,40,13,42,14,44,15, - 46,16,48,17,50,18,52,19,54,20,56,21,58,22,60,23,62,24,64,0,66,25,68,0,70, - 0,72,26,74,27,76,28,78,29,80,0,82,0,84,0,86,0,88,0,90,0,92,0,94,0,96,0, - 98,0,100,30,102,31,104,32,106,33,108,34,110,35,112,36,114,37,116,38,118, - 39,120,40,122,41,124,42,126,43,128,44,130,45,132,46,134,47,136,48,138,49, - 140,50,142,51,144,52,146,53,148,54,150,55,152,56,154,57,156,58,158,59,160, - 60,162,61,164,62,166,63,168,64,170,65,172,66,174,67,176,68,178,69,180,70, - 182,71,184,0,186,72,188,73,190,74,192,75,194,0,196,0,198,0,200,0,202,0, - 204,0,206,76,208,0,210,0,212,77,214,78,216,79,218,0,220,0,222,0,224,0,226, - 0,228,80,230,81,232,82,234,83,236,0,238,0,240,0,242,0,244,84,246,0,248, - 85,250,86,252,87,254,0,256,0,258,88,260,89,262,0,264,90,266,0,268,91,270, - 92,272,93,274,0,276,0,278,0,280,0,282,0,284,0,286,0,288,94,290,95,292,96, - 294,0,296,0,298,0,300,0,302,0,304,0,306,0,308,97,310,98,312,99,314,0,316, - 0,318,0,320,0,322,100,324,101,326,102,328,0,330,0,332,0,334,0,336,103,338, - 104,340,105,342,0,344,106,346,107,348,108,350,109,352,0,354,110,356,111, - 358,112,360,113,362,0,364,114,366,115,368,116,370,117,372,118,374,0,376, - 0,378,0,380,119,382,120,384,121,386,0,388,0,390,122,392,123,394,124,396, - 0,398,0,400,0,402,0,16,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,35,2,0,68, - 68,100,100,2,0,73,73,105,105,2,0,83,83,115,115,2,0,69,69,101,101,2,0,67, - 67,99,99,2,0,84,84,116,116,2,0,82,82,114,114,2,0,79,79,111,111,2,0,80,80, - 112,112,2,0,78,78,110,110,2,0,72,72,104,104,2,0,86,86,118,118,2,0,65,65, - 97,97,2,0,76,76,108,108,2,0,88,88,120,120,2,0,70,70,102,102,2,0,77,77,109, - 109,2,0,71,71,103,103,2,0,75,75,107,107,2,0,85,85,117,117,2,0,87,87,119, - 119,6,0,9,10,13,13,32,32,47,47,91,91,93,93,2,0,10,10,13,13,3,0,9,10,13, - 13,32,32,11,0,9,10,13,13,32,32,34,34,44,44,47,47,58,58,61,61,91,91,93,93, - 124,124,2,0,42,42,47,47,1,0,48,57,2,0,65,90,97,122,8,0,34,34,78,78,82,82, - 84,84,92,92,110,110,114,114,116,116,4,0,10,10,13,13,34,34,92,92,2,0,43, - 43,45,45,1,0,96,96,2,0,66,66,98,98,2,0,89,89,121,121,11,0,9,10,13,13,32, - 32,34,35,44,44,47,47,58,58,60,60,62,63,92,92,124,124,1476,0,16,1,0,0,0, - 0,18,1,0,0,0,0,20,1,0,0,0,0,22,1,0,0,0,0,24,1,0,0,0,0,26,1,0,0,0,0,28,1, - 0,0,0,0,30,1,0,0,0,0,32,1,0,0,0,0,34,1,0,0,0,0,36,1,0,0,0,0,38,1,0,0,0, - 0,40,1,0,0,0,0,42,1,0,0,0,0,44,1,0,0,0,0,46,1,0,0,0,0,48,1,0,0,0,0,50,1, - 0,0,0,0,52,1,0,0,0,0,54,1,0,0,0,0,56,1,0,0,0,0,58,1,0,0,0,0,60,1,0,0,0, - 0,62,1,0,0,0,0,66,1,0,0,0,1,68,1,0,0,0,1,70,1,0,0,0,1,72,1,0,0,0,1,74,1, - 0,0,0,1,76,1,0,0,0,2,78,1,0,0,0,2,100,1,0,0,0,2,102,1,0,0,0,2,104,1,0,0, - 0,2,106,1,0,0,0,2,108,1,0,0,0,2,110,1,0,0,0,2,112,1,0,0,0,2,114,1,0,0,0, - 2,116,1,0,0,0,2,118,1,0,0,0,2,120,1,0,0,0,2,122,1,0,0,0,2,124,1,0,0,0,2, - 126,1,0,0,0,2,128,1,0,0,0,2,130,1,0,0,0,2,132,1,0,0,0,2,134,1,0,0,0,2,136, - 1,0,0,0,2,138,1,0,0,0,2,140,1,0,0,0,2,142,1,0,0,0,2,144,1,0,0,0,2,146,1, - 0,0,0,2,148,1,0,0,0,2,150,1,0,0,0,2,152,1,0,0,0,2,154,1,0,0,0,2,156,1,0, - 0,0,2,158,1,0,0,0,2,160,1,0,0,0,2,162,1,0,0,0,2,164,1,0,0,0,2,166,1,0,0, - 0,2,168,1,0,0,0,2,170,1,0,0,0,2,172,1,0,0,0,2,174,1,0,0,0,2,176,1,0,0,0, - 2,178,1,0,0,0,2,180,1,0,0,0,2,182,1,0,0,0,2,186,1,0,0,0,2,188,1,0,0,0,2, - 190,1,0,0,0,2,192,1,0,0,0,3,194,1,0,0,0,3,196,1,0,0,0,3,198,1,0,0,0,3,200, - 1,0,0,0,3,202,1,0,0,0,3,204,1,0,0,0,3,206,1,0,0,0,3,208,1,0,0,0,3,210,1, - 0,0,0,3,212,1,0,0,0,3,214,1,0,0,0,3,216,1,0,0,0,4,218,1,0,0,0,4,220,1,0, - 0,0,4,222,1,0,0,0,4,228,1,0,0,0,4,230,1,0,0,0,4,232,1,0,0,0,4,234,1,0,0, - 0,5,236,1,0,0,0,5,238,1,0,0,0,5,240,1,0,0,0,5,242,1,0,0,0,5,244,1,0,0,0, - 5,246,1,0,0,0,5,248,1,0,0,0,5,250,1,0,0,0,5,252,1,0,0,0,6,254,1,0,0,0,6, - 256,1,0,0,0,6,258,1,0,0,0,6,260,1,0,0,0,6,264,1,0,0,0,6,266,1,0,0,0,6,268, - 1,0,0,0,6,270,1,0,0,0,6,272,1,0,0,0,7,274,1,0,0,0,7,276,1,0,0,0,7,278,1, - 0,0,0,7,280,1,0,0,0,7,282,1,0,0,0,7,284,1,0,0,0,7,286,1,0,0,0,7,288,1,0, - 0,0,7,290,1,0,0,0,7,292,1,0,0,0,8,294,1,0,0,0,8,296,1,0,0,0,8,298,1,0,0, - 0,8,300,1,0,0,0,8,302,1,0,0,0,8,304,1,0,0,0,8,306,1,0,0,0,8,308,1,0,0,0, - 8,310,1,0,0,0,8,312,1,0,0,0,9,314,1,0,0,0,9,316,1,0,0,0,9,318,1,0,0,0,9, - 320,1,0,0,0,9,322,1,0,0,0,9,324,1,0,0,0,9,326,1,0,0,0,10,328,1,0,0,0,10, - 330,1,0,0,0,10,332,1,0,0,0,10,334,1,0,0,0,10,336,1,0,0,0,10,338,1,0,0,0, - 10,340,1,0,0,0,11,342,1,0,0,0,11,344,1,0,0,0,11,346,1,0,0,0,11,348,1,0, - 0,0,11,350,1,0,0,0,12,352,1,0,0,0,12,354,1,0,0,0,12,356,1,0,0,0,12,358, - 1,0,0,0,12,360,1,0,0,0,13,362,1,0,0,0,13,364,1,0,0,0,13,366,1,0,0,0,13, - 368,1,0,0,0,13,370,1,0,0,0,13,372,1,0,0,0,14,374,1,0,0,0,14,376,1,0,0,0, - 14,378,1,0,0,0,14,380,1,0,0,0,14,382,1,0,0,0,14,384,1,0,0,0,15,386,1,0, - 0,0,15,388,1,0,0,0,15,390,1,0,0,0,15,392,1,0,0,0,15,394,1,0,0,0,15,396, - 1,0,0,0,15,398,1,0,0,0,15,400,1,0,0,0,15,402,1,0,0,0,16,404,1,0,0,0,18, - 414,1,0,0,0,20,421,1,0,0,0,22,430,1,0,0,0,24,437,1,0,0,0,26,447,1,0,0,0, - 28,454,1,0,0,0,30,461,1,0,0,0,32,475,1,0,0,0,34,482,1,0,0,0,36,490,1,0, - 0,0,38,499,1,0,0,0,40,506,1,0,0,0,42,516,1,0,0,0,44,528,1,0,0,0,46,537, - 1,0,0,0,48,543,1,0,0,0,50,550,1,0,0,0,52,557,1,0,0,0,54,565,1,0,0,0,56, - 574,1,0,0,0,58,580,1,0,0,0,60,597,1,0,0,0,62,613,1,0,0,0,64,622,1,0,0,0, - 66,625,1,0,0,0,68,629,1,0,0,0,70,634,1,0,0,0,72,639,1,0,0,0,74,643,1,0, - 0,0,76,647,1,0,0,0,78,651,1,0,0,0,80,655,1,0,0,0,82,657,1,0,0,0,84,659, - 1,0,0,0,86,662,1,0,0,0,88,664,1,0,0,0,90,673,1,0,0,0,92,675,1,0,0,0,94, - 680,1,0,0,0,96,682,1,0,0,0,98,687,1,0,0,0,100,718,1,0,0,0,102,721,1,0,0, - 0,104,767,1,0,0,0,106,769,1,0,0,0,108,772,1,0,0,0,110,776,1,0,0,0,112,780, - 1,0,0,0,114,782,1,0,0,0,116,785,1,0,0,0,118,787,1,0,0,0,120,792,1,0,0,0, - 122,794,1,0,0,0,124,800,1,0,0,0,126,806,1,0,0,0,128,811,1,0,0,0,130,813, - 1,0,0,0,132,816,1,0,0,0,134,819,1,0,0,0,136,824,1,0,0,0,138,828,1,0,0,0, - 140,833,1,0,0,0,142,839,1,0,0,0,144,842,1,0,0,0,146,844,1,0,0,0,148,850, - 1,0,0,0,150,852,1,0,0,0,152,857,1,0,0,0,154,860,1,0,0,0,156,863,1,0,0,0, - 158,866,1,0,0,0,160,868,1,0,0,0,162,871,1,0,0,0,164,873,1,0,0,0,166,876, - 1,0,0,0,168,878,1,0,0,0,170,880,1,0,0,0,172,882,1,0,0,0,174,884,1,0,0,0, - 176,900,1,0,0,0,178,902,1,0,0,0,180,907,1,0,0,0,182,928,1,0,0,0,184,930, - 1,0,0,0,186,938,1,0,0,0,188,940,1,0,0,0,190,944,1,0,0,0,192,948,1,0,0,0, - 194,952,1,0,0,0,196,957,1,0,0,0,198,961,1,0,0,0,200,965,1,0,0,0,202,969, - 1,0,0,0,204,973,1,0,0,0,206,977,1,0,0,0,208,986,1,0,0,0,210,990,1,0,0,0, - 212,994,1,0,0,0,214,998,1,0,0,0,216,1002,1,0,0,0,218,1006,1,0,0,0,220,1011, - 1,0,0,0,222,1015,1,0,0,0,224,1023,1,0,0,0,226,1044,1,0,0,0,228,1048,1,0, - 0,0,230,1052,1,0,0,0,232,1056,1,0,0,0,234,1060,1,0,0,0,236,1064,1,0,0,0, - 238,1069,1,0,0,0,240,1073,1,0,0,0,242,1077,1,0,0,0,244,1081,1,0,0,0,246, - 1084,1,0,0,0,248,1088,1,0,0,0,250,1092,1,0,0,0,252,1096,1,0,0,0,254,1100, - 1,0,0,0,256,1105,1,0,0,0,258,1110,1,0,0,0,260,1115,1,0,0,0,262,1122,1,0, - 0,0,264,1131,1,0,0,0,266,1138,1,0,0,0,268,1142,1,0,0,0,270,1146,1,0,0,0, - 272,1150,1,0,0,0,274,1154,1,0,0,0,276,1160,1,0,0,0,278,1164,1,0,0,0,280, - 1168,1,0,0,0,282,1172,1,0,0,0,284,1176,1,0,0,0,286,1180,1,0,0,0,288,1184, - 1,0,0,0,290,1188,1,0,0,0,292,1192,1,0,0,0,294,1196,1,0,0,0,296,1201,1,0, - 0,0,298,1205,1,0,0,0,300,1209,1,0,0,0,302,1213,1,0,0,0,304,1218,1,0,0,0, - 306,1222,1,0,0,0,308,1226,1,0,0,0,310,1230,1,0,0,0,312,1234,1,0,0,0,314, - 1238,1,0,0,0,316,1244,1,0,0,0,318,1248,1,0,0,0,320,1252,1,0,0,0,322,1256, - 1,0,0,0,324,1260,1,0,0,0,326,1264,1,0,0,0,328,1268,1,0,0,0,330,1273,1,0, - 0,0,332,1277,1,0,0,0,334,1281,1,0,0,0,336,1285,1,0,0,0,338,1289,1,0,0,0, - 340,1293,1,0,0,0,342,1297,1,0,0,0,344,1302,1,0,0,0,346,1307,1,0,0,0,348, - 1311,1,0,0,0,350,1315,1,0,0,0,352,1319,1,0,0,0,354,1324,1,0,0,0,356,1334, - 1,0,0,0,358,1338,1,0,0,0,360,1342,1,0,0,0,362,1346,1,0,0,0,364,1351,1,0, - 0,0,366,1358,1,0,0,0,368,1362,1,0,0,0,370,1366,1,0,0,0,372,1370,1,0,0,0, - 374,1374,1,0,0,0,376,1379,1,0,0,0,378,1385,1,0,0,0,380,1391,1,0,0,0,382, - 1395,1,0,0,0,384,1399,1,0,0,0,386,1403,1,0,0,0,388,1409,1,0,0,0,390,1415, - 1,0,0,0,392,1419,1,0,0,0,394,1423,1,0,0,0,396,1427,1,0,0,0,398,1433,1,0, - 0,0,400,1439,1,0,0,0,402,1445,1,0,0,0,404,405,7,0,0,0,405,406,7,1,0,0,406, - 407,7,2,0,0,407,408,7,2,0,0,408,409,7,3,0,0,409,410,7,4,0,0,410,411,7,5, - 0,0,411,412,1,0,0,0,412,413,6,0,0,0,413,17,1,0,0,0,414,415,7,0,0,0,415, - 416,7,6,0,0,416,417,7,7,0,0,417,418,7,8,0,0,418,419,1,0,0,0,419,420,6,1, - 1,0,420,19,1,0,0,0,421,422,7,3,0,0,422,423,7,9,0,0,423,424,7,6,0,0,424, - 425,7,1,0,0,425,426,7,4,0,0,426,427,7,10,0,0,427,428,1,0,0,0,428,429,6, - 2,2,0,429,21,1,0,0,0,430,431,7,3,0,0,431,432,7,11,0,0,432,433,7,12,0,0, - 433,434,7,13,0,0,434,435,1,0,0,0,435,436,6,3,0,0,436,23,1,0,0,0,437,438, - 7,3,0,0,438,439,7,14,0,0,439,440,7,8,0,0,440,441,7,13,0,0,441,442,7,12, - 0,0,442,443,7,1,0,0,443,444,7,9,0,0,444,445,1,0,0,0,445,446,6,4,3,0,446, - 25,1,0,0,0,447,448,7,15,0,0,448,449,7,6,0,0,449,450,7,7,0,0,450,451,7,16, - 0,0,451,452,1,0,0,0,452,453,6,5,4,0,453,27,1,0,0,0,454,455,7,17,0,0,455, - 456,7,6,0,0,456,457,7,7,0,0,457,458,7,18,0,0,458,459,1,0,0,0,459,460,6, - 6,0,0,460,29,1,0,0,0,461,462,7,1,0,0,462,463,7,9,0,0,463,464,7,13,0,0,464, - 465,7,1,0,0,465,466,7,9,0,0,466,467,7,3,0,0,467,468,7,2,0,0,468,469,7,5, - 0,0,469,470,7,12,0,0,470,471,7,5,0,0,471,472,7,2,0,0,472,473,1,0,0,0,473, - 474,6,7,0,0,474,31,1,0,0,0,475,476,7,18,0,0,476,477,7,3,0,0,477,478,7,3, - 0,0,478,479,7,8,0,0,479,480,1,0,0,0,480,481,6,8,1,0,481,33,1,0,0,0,482, - 483,7,13,0,0,483,484,7,1,0,0,484,485,7,16,0,0,485,486,7,1,0,0,486,487,7, - 5,0,0,487,488,1,0,0,0,488,489,6,9,0,0,489,35,1,0,0,0,490,491,7,13,0,0,491, - 492,7,7,0,0,492,493,7,7,0,0,493,494,7,18,0,0,494,495,7,19,0,0,495,496,7, - 8,0,0,496,497,1,0,0,0,497,498,6,10,5,0,498,37,1,0,0,0,499,500,7,16,0,0, - 500,501,7,3,0,0,501,502,7,5,0,0,502,503,7,12,0,0,503,504,1,0,0,0,504,505, - 6,11,6,0,505,39,1,0,0,0,506,507,7,16,0,0,507,508,7,3,0,0,508,509,7,5,0, - 0,509,510,7,6,0,0,510,511,7,1,0,0,511,512,7,4,0,0,512,513,7,2,0,0,513,514, - 1,0,0,0,514,515,6,12,7,0,515,41,1,0,0,0,516,517,7,16,0,0,517,518,7,11,0, - 0,518,519,5,95,0,0,519,520,7,3,0,0,520,521,7,14,0,0,521,522,7,8,0,0,522, - 523,7,12,0,0,523,524,7,9,0,0,524,525,7,0,0,0,525,526,1,0,0,0,526,527,6, - 13,8,0,527,43,1,0,0,0,528,529,7,6,0,0,529,530,7,3,0,0,530,531,7,9,0,0,531, - 532,7,12,0,0,532,533,7,16,0,0,533,534,7,3,0,0,534,535,1,0,0,0,535,536,6, - 14,9,0,536,45,1,0,0,0,537,538,7,6,0,0,538,539,7,7,0,0,539,540,7,20,0,0, - 540,541,1,0,0,0,541,542,6,15,0,0,542,47,1,0,0,0,543,544,7,2,0,0,544,545, - 7,10,0,0,545,546,7,7,0,0,546,547,7,20,0,0,547,548,1,0,0,0,548,549,6,16, - 10,0,549,49,1,0,0,0,550,551,7,2,0,0,551,552,7,7,0,0,552,553,7,6,0,0,553, - 554,7,5,0,0,554,555,1,0,0,0,555,556,6,17,0,0,556,51,1,0,0,0,557,558,7,2, - 0,0,558,559,7,5,0,0,559,560,7,12,0,0,560,561,7,5,0,0,561,562,7,2,0,0,562, - 563,1,0,0,0,563,564,6,18,0,0,564,53,1,0,0,0,565,566,7,20,0,0,566,567,7, - 10,0,0,567,568,7,3,0,0,568,569,7,6,0,0,569,570,7,3,0,0,570,571,1,0,0,0, - 571,572,6,19,0,0,572,55,1,0,0,0,573,575,8,21,0,0,574,573,1,0,0,0,575,576, - 1,0,0,0,576,574,1,0,0,0,576,577,1,0,0,0,577,578,1,0,0,0,578,579,6,20,0, - 0,579,57,1,0,0,0,580,581,5,47,0,0,581,582,5,47,0,0,582,586,1,0,0,0,583, - 585,8,22,0,0,584,583,1,0,0,0,585,588,1,0,0,0,586,584,1,0,0,0,586,587,1, - 0,0,0,587,590,1,0,0,0,588,586,1,0,0,0,589,591,5,13,0,0,590,589,1,0,0,0, - 590,591,1,0,0,0,591,593,1,0,0,0,592,594,5,10,0,0,593,592,1,0,0,0,593,594, - 1,0,0,0,594,595,1,0,0,0,595,596,6,21,11,0,596,59,1,0,0,0,597,598,5,47,0, - 0,598,599,5,42,0,0,599,604,1,0,0,0,600,603,3,60,22,0,601,603,9,0,0,0,602, - 600,1,0,0,0,602,601,1,0,0,0,603,606,1,0,0,0,604,605,1,0,0,0,604,602,1,0, - 0,0,605,607,1,0,0,0,606,604,1,0,0,0,607,608,5,42,0,0,608,609,5,47,0,0,609, - 610,1,0,0,0,610,611,6,22,11,0,611,61,1,0,0,0,612,614,7,23,0,0,613,612,1, - 0,0,0,614,615,1,0,0,0,615,613,1,0,0,0,615,616,1,0,0,0,616,617,1,0,0,0,617, - 618,6,23,11,0,618,63,1,0,0,0,619,623,8,24,0,0,620,621,5,47,0,0,621,623, - 8,25,0,0,622,619,1,0,0,0,622,620,1,0,0,0,623,65,1,0,0,0,624,626,3,64,24, - 0,625,624,1,0,0,0,626,627,1,0,0,0,627,625,1,0,0,0,627,628,1,0,0,0,628,67, - 1,0,0,0,629,630,3,178,81,0,630,631,1,0,0,0,631,632,6,26,12,0,632,633,6, - 26,13,0,633,69,1,0,0,0,634,635,3,78,31,0,635,636,1,0,0,0,636,637,6,27,14, - 0,637,638,6,27,15,0,638,71,1,0,0,0,639,640,3,62,23,0,640,641,1,0,0,0,641, - 642,6,28,11,0,642,73,1,0,0,0,643,644,3,58,21,0,644,645,1,0,0,0,645,646, - 6,29,11,0,646,75,1,0,0,0,647,648,3,60,22,0,648,649,1,0,0,0,649,650,6,30, - 11,0,650,77,1,0,0,0,651,652,5,124,0,0,652,653,1,0,0,0,653,654,6,31,15,0, - 654,79,1,0,0,0,655,656,7,26,0,0,656,81,1,0,0,0,657,658,7,27,0,0,658,83, - 1,0,0,0,659,660,5,92,0,0,660,661,7,28,0,0,661,85,1,0,0,0,662,663,8,29,0, - 0,663,87,1,0,0,0,664,666,7,3,0,0,665,667,7,30,0,0,666,665,1,0,0,0,666,667, - 1,0,0,0,667,669,1,0,0,0,668,670,3,80,32,0,669,668,1,0,0,0,670,671,1,0,0, - 0,671,669,1,0,0,0,671,672,1,0,0,0,672,89,1,0,0,0,673,674,5,64,0,0,674,91, - 1,0,0,0,675,676,5,96,0,0,676,93,1,0,0,0,677,681,8,31,0,0,678,679,5,96,0, - 0,679,681,5,96,0,0,680,677,1,0,0,0,680,678,1,0,0,0,681,95,1,0,0,0,682,683, - 5,95,0,0,683,97,1,0,0,0,684,688,3,82,33,0,685,688,3,80,32,0,686,688,3,96, - 40,0,687,684,1,0,0,0,687,685,1,0,0,0,687,686,1,0,0,0,688,99,1,0,0,0,689, - 694,5,34,0,0,690,693,3,84,34,0,691,693,3,86,35,0,692,690,1,0,0,0,692,691, - 1,0,0,0,693,696,1,0,0,0,694,692,1,0,0,0,694,695,1,0,0,0,695,697,1,0,0,0, - 696,694,1,0,0,0,697,719,5,34,0,0,698,699,5,34,0,0,699,700,5,34,0,0,700, - 701,5,34,0,0,701,705,1,0,0,0,702,704,8,22,0,0,703,702,1,0,0,0,704,707,1, - 0,0,0,705,706,1,0,0,0,705,703,1,0,0,0,706,708,1,0,0,0,707,705,1,0,0,0,708, - 709,5,34,0,0,709,710,5,34,0,0,710,711,5,34,0,0,711,713,1,0,0,0,712,714, - 5,34,0,0,713,712,1,0,0,0,713,714,1,0,0,0,714,716,1,0,0,0,715,717,5,34,0, - 0,716,715,1,0,0,0,716,717,1,0,0,0,717,719,1,0,0,0,718,689,1,0,0,0,718,698, - 1,0,0,0,719,101,1,0,0,0,720,722,3,80,32,0,721,720,1,0,0,0,722,723,1,0,0, - 0,723,721,1,0,0,0,723,724,1,0,0,0,724,103,1,0,0,0,725,727,3,80,32,0,726, - 725,1,0,0,0,727,728,1,0,0,0,728,726,1,0,0,0,728,729,1,0,0,0,729,730,1,0, - 0,0,730,734,3,120,52,0,731,733,3,80,32,0,732,731,1,0,0,0,733,736,1,0,0, - 0,734,732,1,0,0,0,734,735,1,0,0,0,735,768,1,0,0,0,736,734,1,0,0,0,737,739, - 3,120,52,0,738,740,3,80,32,0,739,738,1,0,0,0,740,741,1,0,0,0,741,739,1, - 0,0,0,741,742,1,0,0,0,742,768,1,0,0,0,743,745,3,80,32,0,744,743,1,0,0,0, - 745,746,1,0,0,0,746,744,1,0,0,0,746,747,1,0,0,0,747,755,1,0,0,0,748,752, - 3,120,52,0,749,751,3,80,32,0,750,749,1,0,0,0,751,754,1,0,0,0,752,750,1, - 0,0,0,752,753,1,0,0,0,753,756,1,0,0,0,754,752,1,0,0,0,755,748,1,0,0,0,755, - 756,1,0,0,0,756,757,1,0,0,0,757,758,3,88,36,0,758,768,1,0,0,0,759,761,3, - 120,52,0,760,762,3,80,32,0,761,760,1,0,0,0,762,763,1,0,0,0,763,761,1,0, - 0,0,763,764,1,0,0,0,764,765,1,0,0,0,765,766,3,88,36,0,766,768,1,0,0,0,767, - 726,1,0,0,0,767,737,1,0,0,0,767,744,1,0,0,0,767,759,1,0,0,0,768,105,1,0, - 0,0,769,770,7,32,0,0,770,771,7,33,0,0,771,107,1,0,0,0,772,773,7,12,0,0, - 773,774,7,9,0,0,774,775,7,0,0,0,775,109,1,0,0,0,776,777,7,12,0,0,777,778, - 7,2,0,0,778,779,7,4,0,0,779,111,1,0,0,0,780,781,5,61,0,0,781,113,1,0,0, - 0,782,783,5,58,0,0,783,784,5,58,0,0,784,115,1,0,0,0,785,786,5,44,0,0,786, - 117,1,0,0,0,787,788,7,0,0,0,788,789,7,3,0,0,789,790,7,2,0,0,790,791,7,4, - 0,0,791,119,1,0,0,0,792,793,5,46,0,0,793,121,1,0,0,0,794,795,7,15,0,0,795, - 796,7,12,0,0,796,797,7,13,0,0,797,798,7,2,0,0,798,799,7,3,0,0,799,123,1, - 0,0,0,800,801,7,15,0,0,801,802,7,1,0,0,802,803,7,6,0,0,803,804,7,2,0,0, - 804,805,7,5,0,0,805,125,1,0,0,0,806,807,7,13,0,0,807,808,7,12,0,0,808,809, - 7,2,0,0,809,810,7,5,0,0,810,127,1,0,0,0,811,812,5,40,0,0,812,129,1,0,0, - 0,813,814,7,1,0,0,814,815,7,9,0,0,815,131,1,0,0,0,816,817,7,1,0,0,817,818, - 7,2,0,0,818,133,1,0,0,0,819,820,7,13,0,0,820,821,7,1,0,0,821,822,7,18,0, - 0,822,823,7,3,0,0,823,135,1,0,0,0,824,825,7,9,0,0,825,826,7,7,0,0,826,827, - 7,5,0,0,827,137,1,0,0,0,828,829,7,9,0,0,829,830,7,19,0,0,830,831,7,13,0, - 0,831,832,7,13,0,0,832,139,1,0,0,0,833,834,7,9,0,0,834,835,7,19,0,0,835, - 836,7,13,0,0,836,837,7,13,0,0,837,838,7,2,0,0,838,141,1,0,0,0,839,840,7, - 7,0,0,840,841,7,6,0,0,841,143,1,0,0,0,842,843,5,63,0,0,843,145,1,0,0,0, - 844,845,7,6,0,0,845,846,7,13,0,0,846,847,7,1,0,0,847,848,7,18,0,0,848,849, - 7,3,0,0,849,147,1,0,0,0,850,851,5,41,0,0,851,149,1,0,0,0,852,853,7,5,0, - 0,853,854,7,6,0,0,854,855,7,19,0,0,855,856,7,3,0,0,856,151,1,0,0,0,857, - 858,5,61,0,0,858,859,5,61,0,0,859,153,1,0,0,0,860,861,5,61,0,0,861,862, - 5,126,0,0,862,155,1,0,0,0,863,864,5,33,0,0,864,865,5,61,0,0,865,157,1,0, - 0,0,866,867,5,60,0,0,867,159,1,0,0,0,868,869,5,60,0,0,869,870,5,61,0,0, - 870,161,1,0,0,0,871,872,5,62,0,0,872,163,1,0,0,0,873,874,5,62,0,0,874,875, - 5,61,0,0,875,165,1,0,0,0,876,877,5,43,0,0,877,167,1,0,0,0,878,879,5,45, - 0,0,879,169,1,0,0,0,880,881,5,42,0,0,881,171,1,0,0,0,882,883,5,47,0,0,883, - 173,1,0,0,0,884,885,5,37,0,0,885,175,1,0,0,0,886,887,3,144,64,0,887,891, - 3,82,33,0,888,890,3,98,41,0,889,888,1,0,0,0,890,893,1,0,0,0,891,889,1,0, - 0,0,891,892,1,0,0,0,892,901,1,0,0,0,893,891,1,0,0,0,894,896,3,144,64,0, - 895,897,3,80,32,0,896,895,1,0,0,0,897,898,1,0,0,0,898,896,1,0,0,0,898,899, - 1,0,0,0,899,901,1,0,0,0,900,886,1,0,0,0,900,894,1,0,0,0,901,177,1,0,0,0, - 902,903,5,91,0,0,903,904,1,0,0,0,904,905,6,81,0,0,905,906,6,81,0,0,906, - 179,1,0,0,0,907,908,5,93,0,0,908,909,1,0,0,0,909,910,6,82,15,0,910,911, - 6,82,15,0,911,181,1,0,0,0,912,916,3,82,33,0,913,915,3,98,41,0,914,913,1, - 0,0,0,915,918,1,0,0,0,916,914,1,0,0,0,916,917,1,0,0,0,917,929,1,0,0,0,918, - 916,1,0,0,0,919,922,3,96,40,0,920,922,3,90,37,0,921,919,1,0,0,0,921,920, - 1,0,0,0,922,924,1,0,0,0,923,925,3,98,41,0,924,923,1,0,0,0,925,926,1,0,0, - 0,926,924,1,0,0,0,926,927,1,0,0,0,927,929,1,0,0,0,928,912,1,0,0,0,928,921, - 1,0,0,0,929,183,1,0,0,0,930,932,3,92,38,0,931,933,3,94,39,0,932,931,1,0, - 0,0,933,934,1,0,0,0,934,932,1,0,0,0,934,935,1,0,0,0,935,936,1,0,0,0,936, - 937,3,92,38,0,937,185,1,0,0,0,938,939,3,184,84,0,939,187,1,0,0,0,940,941, - 3,58,21,0,941,942,1,0,0,0,942,943,6,86,11,0,943,189,1,0,0,0,944,945,3,60, - 22,0,945,946,1,0,0,0,946,947,6,87,11,0,947,191,1,0,0,0,948,949,3,62,23, - 0,949,950,1,0,0,0,950,951,6,88,11,0,951,193,1,0,0,0,952,953,3,78,31,0,953, - 954,1,0,0,0,954,955,6,89,14,0,955,956,6,89,15,0,956,195,1,0,0,0,957,958, - 3,178,81,0,958,959,1,0,0,0,959,960,6,90,12,0,960,197,1,0,0,0,961,962,3, - 180,82,0,962,963,1,0,0,0,963,964,6,91,16,0,964,199,1,0,0,0,965,966,3,364, - 174,0,966,967,1,0,0,0,967,968,6,92,17,0,968,201,1,0,0,0,969,970,3,116,50, - 0,970,971,1,0,0,0,971,972,6,93,18,0,972,203,1,0,0,0,973,974,3,112,48,0, - 974,975,1,0,0,0,975,976,6,94,19,0,976,205,1,0,0,0,977,978,7,16,0,0,978, - 979,7,3,0,0,979,980,7,5,0,0,980,981,7,12,0,0,981,982,7,0,0,0,982,983,7, - 12,0,0,983,984,7,5,0,0,984,985,7,12,0,0,985,207,1,0,0,0,986,987,3,66,25, - 0,987,988,1,0,0,0,988,989,6,96,20,0,989,209,1,0,0,0,990,991,3,100,42,0, - 991,992,1,0,0,0,992,993,6,97,21,0,993,211,1,0,0,0,994,995,3,58,21,0,995, - 996,1,0,0,0,996,997,6,98,11,0,997,213,1,0,0,0,998,999,3,60,22,0,999,1000, - 1,0,0,0,1000,1001,6,99,11,0,1001,215,1,0,0,0,1002,1003,3,62,23,0,1003,1004, - 1,0,0,0,1004,1005,6,100,11,0,1005,217,1,0,0,0,1006,1007,3,78,31,0,1007, - 1008,1,0,0,0,1008,1009,6,101,14,0,1009,1010,6,101,15,0,1010,219,1,0,0,0, - 1011,1012,3,120,52,0,1012,1013,1,0,0,0,1013,1014,6,102,22,0,1014,221,1, - 0,0,0,1015,1016,3,116,50,0,1016,1017,1,0,0,0,1017,1018,6,103,18,0,1018, - 223,1,0,0,0,1019,1024,3,82,33,0,1020,1024,3,80,32,0,1021,1024,3,96,40,0, - 1022,1024,3,170,77,0,1023,1019,1,0,0,0,1023,1020,1,0,0,0,1023,1021,1,0, - 0,0,1023,1022,1,0,0,0,1024,225,1,0,0,0,1025,1028,3,82,33,0,1026,1028,3, - 170,77,0,1027,1025,1,0,0,0,1027,1026,1,0,0,0,1028,1032,1,0,0,0,1029,1031, - 3,224,104,0,1030,1029,1,0,0,0,1031,1034,1,0,0,0,1032,1030,1,0,0,0,1032, - 1033,1,0,0,0,1033,1045,1,0,0,0,1034,1032,1,0,0,0,1035,1038,3,96,40,0,1036, - 1038,3,90,37,0,1037,1035,1,0,0,0,1037,1036,1,0,0,0,1038,1040,1,0,0,0,1039, - 1041,3,224,104,0,1040,1039,1,0,0,0,1041,1042,1,0,0,0,1042,1040,1,0,0,0, - 1042,1043,1,0,0,0,1043,1045,1,0,0,0,1044,1027,1,0,0,0,1044,1037,1,0,0,0, - 1045,227,1,0,0,0,1046,1049,3,226,105,0,1047,1049,3,184,84,0,1048,1046,1, - 0,0,0,1048,1047,1,0,0,0,1049,1050,1,0,0,0,1050,1048,1,0,0,0,1050,1051,1, - 0,0,0,1051,229,1,0,0,0,1052,1053,3,58,21,0,1053,1054,1,0,0,0,1054,1055, - 6,107,11,0,1055,231,1,0,0,0,1056,1057,3,60,22,0,1057,1058,1,0,0,0,1058, - 1059,6,108,11,0,1059,233,1,0,0,0,1060,1061,3,62,23,0,1061,1062,1,0,0,0, - 1062,1063,6,109,11,0,1063,235,1,0,0,0,1064,1065,3,78,31,0,1065,1066,1,0, - 0,0,1066,1067,6,110,14,0,1067,1068,6,110,15,0,1068,237,1,0,0,0,1069,1070, - 3,112,48,0,1070,1071,1,0,0,0,1071,1072,6,111,19,0,1072,239,1,0,0,0,1073, - 1074,3,116,50,0,1074,1075,1,0,0,0,1075,1076,6,112,18,0,1076,241,1,0,0,0, - 1077,1078,3,120,52,0,1078,1079,1,0,0,0,1079,1080,6,113,22,0,1080,243,1, - 0,0,0,1081,1082,7,12,0,0,1082,1083,7,2,0,0,1083,245,1,0,0,0,1084,1085,3, - 228,106,0,1085,1086,1,0,0,0,1086,1087,6,115,23,0,1087,247,1,0,0,0,1088, - 1089,3,58,21,0,1089,1090,1,0,0,0,1090,1091,6,116,11,0,1091,249,1,0,0,0, - 1092,1093,3,60,22,0,1093,1094,1,0,0,0,1094,1095,6,117,11,0,1095,251,1,0, - 0,0,1096,1097,3,62,23,0,1097,1098,1,0,0,0,1098,1099,6,118,11,0,1099,253, - 1,0,0,0,1100,1101,3,78,31,0,1101,1102,1,0,0,0,1102,1103,6,119,14,0,1103, - 1104,6,119,15,0,1104,255,1,0,0,0,1105,1106,3,178,81,0,1106,1107,1,0,0,0, - 1107,1108,6,120,12,0,1108,1109,6,120,24,0,1109,257,1,0,0,0,1110,1111,7, - 7,0,0,1111,1112,7,9,0,0,1112,1113,1,0,0,0,1113,1114,6,121,25,0,1114,259, - 1,0,0,0,1115,1116,7,20,0,0,1116,1117,7,1,0,0,1117,1118,7,5,0,0,1118,1119, - 7,10,0,0,1119,1120,1,0,0,0,1120,1121,6,122,25,0,1121,261,1,0,0,0,1122,1123, - 8,34,0,0,1123,263,1,0,0,0,1124,1126,3,262,123,0,1125,1124,1,0,0,0,1126, - 1127,1,0,0,0,1127,1125,1,0,0,0,1127,1128,1,0,0,0,1128,1129,1,0,0,0,1129, - 1130,3,364,174,0,1130,1132,1,0,0,0,1131,1125,1,0,0,0,1131,1132,1,0,0,0, - 1132,1134,1,0,0,0,1133,1135,3,262,123,0,1134,1133,1,0,0,0,1135,1136,1,0, - 0,0,1136,1134,1,0,0,0,1136,1137,1,0,0,0,1137,265,1,0,0,0,1138,1139,3,264, - 124,0,1139,1140,1,0,0,0,1140,1141,6,125,26,0,1141,267,1,0,0,0,1142,1143, - 3,58,21,0,1143,1144,1,0,0,0,1144,1145,6,126,11,0,1145,269,1,0,0,0,1146, - 1147,3,60,22,0,1147,1148,1,0,0,0,1148,1149,6,127,11,0,1149,271,1,0,0,0, - 1150,1151,3,62,23,0,1151,1152,1,0,0,0,1152,1153,6,128,11,0,1153,273,1,0, - 0,0,1154,1155,3,78,31,0,1155,1156,1,0,0,0,1156,1157,6,129,14,0,1157,1158, - 6,129,15,0,1158,1159,6,129,15,0,1159,275,1,0,0,0,1160,1161,3,112,48,0,1161, - 1162,1,0,0,0,1162,1163,6,130,19,0,1163,277,1,0,0,0,1164,1165,3,116,50,0, - 1165,1166,1,0,0,0,1166,1167,6,131,18,0,1167,279,1,0,0,0,1168,1169,3,120, - 52,0,1169,1170,1,0,0,0,1170,1171,6,132,22,0,1171,281,1,0,0,0,1172,1173, - 3,260,122,0,1173,1174,1,0,0,0,1174,1175,6,133,27,0,1175,283,1,0,0,0,1176, - 1177,3,228,106,0,1177,1178,1,0,0,0,1178,1179,6,134,23,0,1179,285,1,0,0, - 0,1180,1181,3,186,85,0,1181,1182,1,0,0,0,1182,1183,6,135,28,0,1183,287, - 1,0,0,0,1184,1185,3,58,21,0,1185,1186,1,0,0,0,1186,1187,6,136,11,0,1187, - 289,1,0,0,0,1188,1189,3,60,22,0,1189,1190,1,0,0,0,1190,1191,6,137,11,0, - 1191,291,1,0,0,0,1192,1193,3,62,23,0,1193,1194,1,0,0,0,1194,1195,6,138, - 11,0,1195,293,1,0,0,0,1196,1197,3,78,31,0,1197,1198,1,0,0,0,1198,1199,6, - 139,14,0,1199,1200,6,139,15,0,1200,295,1,0,0,0,1201,1202,3,364,174,0,1202, - 1203,1,0,0,0,1203,1204,6,140,17,0,1204,297,1,0,0,0,1205,1206,3,116,50,0, - 1206,1207,1,0,0,0,1207,1208,6,141,18,0,1208,299,1,0,0,0,1209,1210,3,120, - 52,0,1210,1211,1,0,0,0,1211,1212,6,142,22,0,1212,301,1,0,0,0,1213,1214, - 3,258,121,0,1214,1215,1,0,0,0,1215,1216,6,143,29,0,1216,1217,6,143,30,0, - 1217,303,1,0,0,0,1218,1219,3,66,25,0,1219,1220,1,0,0,0,1220,1221,6,144, - 20,0,1221,305,1,0,0,0,1222,1223,3,100,42,0,1223,1224,1,0,0,0,1224,1225, - 6,145,21,0,1225,307,1,0,0,0,1226,1227,3,58,21,0,1227,1228,1,0,0,0,1228, - 1229,6,146,11,0,1229,309,1,0,0,0,1230,1231,3,60,22,0,1231,1232,1,0,0,0, - 1232,1233,6,147,11,0,1233,311,1,0,0,0,1234,1235,3,62,23,0,1235,1236,1,0, - 0,0,1236,1237,6,148,11,0,1237,313,1,0,0,0,1238,1239,3,78,31,0,1239,1240, - 1,0,0,0,1240,1241,6,149,14,0,1241,1242,6,149,15,0,1242,1243,6,149,15,0, - 1243,315,1,0,0,0,1244,1245,3,116,50,0,1245,1246,1,0,0,0,1246,1247,6,150, - 18,0,1247,317,1,0,0,0,1248,1249,3,120,52,0,1249,1250,1,0,0,0,1250,1251, - 6,151,22,0,1251,319,1,0,0,0,1252,1253,3,228,106,0,1253,1254,1,0,0,0,1254, - 1255,6,152,23,0,1255,321,1,0,0,0,1256,1257,3,58,21,0,1257,1258,1,0,0,0, - 1258,1259,6,153,11,0,1259,323,1,0,0,0,1260,1261,3,60,22,0,1261,1262,1,0, - 0,0,1262,1263,6,154,11,0,1263,325,1,0,0,0,1264,1265,3,62,23,0,1265,1266, - 1,0,0,0,1266,1267,6,155,11,0,1267,327,1,0,0,0,1268,1269,3,78,31,0,1269, - 1270,1,0,0,0,1270,1271,6,156,14,0,1271,1272,6,156,15,0,1272,329,1,0,0,0, - 1273,1274,3,120,52,0,1274,1275,1,0,0,0,1275,1276,6,157,22,0,1276,331,1, - 0,0,0,1277,1278,3,186,85,0,1278,1279,1,0,0,0,1279,1280,6,158,28,0,1280, - 333,1,0,0,0,1281,1282,3,182,83,0,1282,1283,1,0,0,0,1283,1284,6,159,31,0, - 1284,335,1,0,0,0,1285,1286,3,58,21,0,1286,1287,1,0,0,0,1287,1288,6,160, - 11,0,1288,337,1,0,0,0,1289,1290,3,60,22,0,1290,1291,1,0,0,0,1291,1292,6, - 161,11,0,1292,339,1,0,0,0,1293,1294,3,62,23,0,1294,1295,1,0,0,0,1295,1296, - 6,162,11,0,1296,341,1,0,0,0,1297,1298,3,78,31,0,1298,1299,1,0,0,0,1299, - 1300,6,163,14,0,1300,1301,6,163,15,0,1301,343,1,0,0,0,1302,1303,7,1,0,0, - 1303,1304,7,9,0,0,1304,1305,7,15,0,0,1305,1306,7,7,0,0,1306,345,1,0,0,0, - 1307,1308,3,58,21,0,1308,1309,1,0,0,0,1309,1310,6,165,11,0,1310,347,1,0, - 0,0,1311,1312,3,60,22,0,1312,1313,1,0,0,0,1313,1314,6,166,11,0,1314,349, - 1,0,0,0,1315,1316,3,62,23,0,1316,1317,1,0,0,0,1317,1318,6,167,11,0,1318, - 351,1,0,0,0,1319,1320,3,78,31,0,1320,1321,1,0,0,0,1321,1322,6,168,14,0, - 1322,1323,6,168,15,0,1323,353,1,0,0,0,1324,1325,7,15,0,0,1325,1326,7,19, - 0,0,1326,1327,7,9,0,0,1327,1328,7,4,0,0,1328,1329,7,5,0,0,1329,1330,7,1, - 0,0,1330,1331,7,7,0,0,1331,1332,7,9,0,0,1332,1333,7,2,0,0,1333,355,1,0, - 0,0,1334,1335,3,58,21,0,1335,1336,1,0,0,0,1336,1337,6,170,11,0,1337,357, - 1,0,0,0,1338,1339,3,60,22,0,1339,1340,1,0,0,0,1340,1341,6,171,11,0,1341, - 359,1,0,0,0,1342,1343,3,62,23,0,1343,1344,1,0,0,0,1344,1345,6,172,11,0, - 1345,361,1,0,0,0,1346,1347,3,180,82,0,1347,1348,1,0,0,0,1348,1349,6,173, - 16,0,1349,1350,6,173,15,0,1350,363,1,0,0,0,1351,1352,5,58,0,0,1352,365, - 1,0,0,0,1353,1359,3,90,37,0,1354,1359,3,80,32,0,1355,1359,3,120,52,0,1356, - 1359,3,82,33,0,1357,1359,3,96,40,0,1358,1353,1,0,0,0,1358,1354,1,0,0,0, - 1358,1355,1,0,0,0,1358,1356,1,0,0,0,1358,1357,1,0,0,0,1359,1360,1,0,0,0, - 1360,1358,1,0,0,0,1360,1361,1,0,0,0,1361,367,1,0,0,0,1362,1363,3,58,21, - 0,1363,1364,1,0,0,0,1364,1365,6,176,11,0,1365,369,1,0,0,0,1366,1367,3,60, - 22,0,1367,1368,1,0,0,0,1368,1369,6,177,11,0,1369,371,1,0,0,0,1370,1371, - 3,62,23,0,1371,1372,1,0,0,0,1372,1373,6,178,11,0,1373,373,1,0,0,0,1374, - 1375,3,78,31,0,1375,1376,1,0,0,0,1376,1377,6,179,14,0,1377,1378,6,179,15, - 0,1378,375,1,0,0,0,1379,1380,3,66,25,0,1380,1381,1,0,0,0,1381,1382,6,180, - 20,0,1382,1383,6,180,15,0,1383,1384,6,180,32,0,1384,377,1,0,0,0,1385,1386, - 3,100,42,0,1386,1387,1,0,0,0,1387,1388,6,181,21,0,1388,1389,6,181,15,0, - 1389,1390,6,181,32,0,1390,379,1,0,0,0,1391,1392,3,58,21,0,1392,1393,1,0, - 0,0,1393,1394,6,182,11,0,1394,381,1,0,0,0,1395,1396,3,60,22,0,1396,1397, - 1,0,0,0,1397,1398,6,183,11,0,1398,383,1,0,0,0,1399,1400,3,62,23,0,1400, - 1401,1,0,0,0,1401,1402,6,184,11,0,1402,385,1,0,0,0,1403,1404,3,364,174, - 0,1404,1405,1,0,0,0,1405,1406,6,185,17,0,1406,1407,6,185,15,0,1407,1408, - 6,185,7,0,1408,387,1,0,0,0,1409,1410,3,116,50,0,1410,1411,1,0,0,0,1411, - 1412,6,186,18,0,1412,1413,6,186,15,0,1413,1414,6,186,7,0,1414,389,1,0,0, - 0,1415,1416,3,58,21,0,1416,1417,1,0,0,0,1417,1418,6,187,11,0,1418,391,1, - 0,0,0,1419,1420,3,60,22,0,1420,1421,1,0,0,0,1421,1422,6,188,11,0,1422,393, - 1,0,0,0,1423,1424,3,62,23,0,1424,1425,1,0,0,0,1425,1426,6,189,11,0,1426, - 395,1,0,0,0,1427,1428,3,186,85,0,1428,1429,1,0,0,0,1429,1430,6,190,15,0, - 1430,1431,6,190,0,0,1431,1432,6,190,28,0,1432,397,1,0,0,0,1433,1434,3,182, - 83,0,1434,1435,1,0,0,0,1435,1436,6,191,15,0,1436,1437,6,191,0,0,1437,1438, - 6,191,31,0,1438,399,1,0,0,0,1439,1440,3,106,45,0,1440,1441,1,0,0,0,1441, - 1442,6,192,15,0,1442,1443,6,192,0,0,1443,1444,6,192,33,0,1444,401,1,0,0, - 0,1445,1446,3,78,31,0,1446,1447,1,0,0,0,1447,1448,6,193,14,0,1448,1449, - 6,193,15,0,1449,403,1,0,0,0,65,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,576, - 586,590,593,602,604,615,622,627,666,671,680,687,692,694,705,713,716,718, - 723,728,734,741,746,752,755,763,767,891,898,900,916,921,926,928,934,1023, - 1027,1032,1037,1042,1044,1048,1050,1127,1131,1136,1358,1360,34,5,2,0,5, - 4,0,5,6,0,5,1,0,5,3,0,5,8,0,5,12,0,5,14,0,5,10,0,5,5,0,5,11,0,0,1,0,7,69, - 0,5,0,0,7,29,0,4,0,0,7,70,0,7,114,0,7,38,0,7,36,0,7,25,0,7,30,0,7,40,0, - 7,80,0,5,13,0,5,7,0,7,90,0,7,89,0,7,72,0,7,88,0,5,9,0,7,71,0,5,15,0,7,33, + 2,193,7,193,2,194,7,194,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1, + 1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,3,1,3,1,3,1,3, + 1,3,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,5, + 1,5,1,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7,1,7, + 1,7,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,9,1,9,1,9,1,9,1,9,1,9, + 1,9,1,9,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,11,1,11,1,11,1,11, + 1,11,1,11,1,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,13,1, + 13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,14,1,14,1,14,1,14, + 1,14,1,14,1,14,1,14,1,14,1,15,1,15,1,15,1,15,1,15,1,15,1,16,1,16,1,16,1, + 16,1,16,1,16,1,16,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,18,1,18,1,18,1,18, + 1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,20,4,20,577, + 8,20,11,20,12,20,578,1,20,1,20,1,21,1,21,1,21,1,21,5,21,587,8,21,10,21, + 12,21,590,9,21,1,21,3,21,593,8,21,1,21,3,21,596,8,21,1,21,1,21,1,22,1,22, + 1,22,1,22,1,22,5,22,605,8,22,10,22,12,22,608,9,22,1,22,1,22,1,22,1,22,1, + 22,1,23,4,23,616,8,23,11,23,12,23,617,1,23,1,23,1,24,1,24,1,24,3,24,625, + 8,24,1,25,4,25,628,8,25,11,25,12,25,629,1,26,1,26,1,26,1,26,1,26,1,27,1, + 27,1,27,1,27,1,27,1,28,1,28,1,28,1,28,1,29,1,29,1,29,1,29,1,30,1,30,1,30, + 1,30,1,31,1,31,1,31,1,31,1,32,1,32,1,33,1,33,1,34,1,34,1,34,1,35,1,35,1, + 36,1,36,3,36,669,8,36,1,36,4,36,672,8,36,11,36,12,36,673,1,37,1,37,1,38, + 1,38,1,39,1,39,1,39,3,39,683,8,39,1,40,1,40,1,41,1,41,1,41,3,41,690,8,41, + 1,42,1,42,1,42,5,42,695,8,42,10,42,12,42,698,9,42,1,42,1,42,1,42,1,42,1, + 42,1,42,5,42,706,8,42,10,42,12,42,709,9,42,1,42,1,42,1,42,1,42,1,42,3,42, + 716,8,42,1,42,3,42,719,8,42,3,42,721,8,42,1,43,4,43,724,8,43,11,43,12,43, + 725,1,44,4,44,729,8,44,11,44,12,44,730,1,44,1,44,5,44,735,8,44,10,44,12, + 44,738,9,44,1,44,1,44,4,44,742,8,44,11,44,12,44,743,1,44,4,44,747,8,44, + 11,44,12,44,748,1,44,1,44,5,44,753,8,44,10,44,12,44,756,9,44,3,44,758,8, + 44,1,44,1,44,1,44,1,44,4,44,764,8,44,11,44,12,44,765,1,44,1,44,3,44,770, + 8,44,1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,48,1,48,1, + 49,1,49,1,49,1,50,1,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,53,1,53,1,53, + 1,53,1,53,1,53,1,54,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,56,1,56,1, + 56,1,57,1,57,1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,59,1,59,1,60,1,60, + 1,60,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,63,1, + 63,1,63,1,63,1,63,1,63,1,64,1,64,1,64,1,65,1,65,1,66,1,66,1,66,1,66,1,66, + 1,66,1,67,1,67,1,68,1,68,1,68,1,68,1,68,1,69,1,69,1,69,1,70,1,70,1,70,1, + 71,1,71,1,71,1,72,1,72,1,73,1,73,1,73,1,74,1,74,1,75,1,75,1,75,1,76,1,76, + 1,77,1,77,1,78,1,78,1,79,1,79,1,80,1,80,1,81,1,81,1,81,5,81,898,8,81,10, + 81,12,81,901,9,81,1,81,1,81,4,81,905,8,81,11,81,12,81,906,3,81,909,8,81, + 1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,83,1,83,1,83,1,84,1,84,5,84,923,8, + 84,10,84,12,84,926,9,84,1,84,1,84,3,84,930,8,84,1,84,4,84,933,8,84,11,84, + 12,84,934,3,84,937,8,84,1,85,1,85,4,85,941,8,85,11,85,12,85,942,1,85,1, + 85,1,86,1,86,1,87,1,87,1,87,1,87,1,88,1,88,1,88,1,88,1,89,1,89,1,89,1,89, + 1,90,1,90,1,90,1,90,1,90,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,93,1, + 93,1,93,1,93,1,94,1,94,1,94,1,94,1,95,1,95,1,95,1,95,1,96,1,96,1,96,1,96, + 1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,97,1,98,1,98,1,98,1,98,1,99,1, + 99,1,99,1,99,1,100,1,100,1,100,1,100,1,101,1,101,1,101,1,101,1,102,1,102, + 1,102,1,102,1,102,1,103,1,103,1,103,1,103,1,104,1,104,1,104,1,104,1,105, + 1,105,1,105,1,105,3,105,1032,8,105,1,106,1,106,3,106,1036,8,106,1,106,5, + 106,1039,8,106,10,106,12,106,1042,9,106,1,106,1,106,3,106,1046,8,106,1, + 106,4,106,1049,8,106,11,106,12,106,1050,3,106,1053,8,106,1,107,1,107,4, + 107,1057,8,107,11,107,12,107,1058,1,108,1,108,1,108,1,108,1,109,1,109,1, + 109,1,109,1,110,1,110,1,110,1,110,1,111,1,111,1,111,1,111,1,111,1,112,1, + 112,1,112,1,112,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114,1,115,1, + 115,1,115,1,116,1,116,1,116,1,116,1,117,1,117,1,117,1,117,1,118,1,118,1, + 118,1,118,1,119,1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,121,1, + 121,1,121,1,121,1,121,1,122,1,122,1,122,1,122,1,122,1,123,1,123,1,123,1, + 123,1,123,1,123,1,123,1,124,1,124,1,125,4,125,1134,8,125,11,125,12,125, + 1135,1,125,1,125,3,125,1140,8,125,1,125,4,125,1143,8,125,11,125,12,125, + 1144,1,126,1,126,1,126,1,126,1,127,1,127,1,127,1,127,1,128,1,128,1,128, + 1,128,1,129,1,129,1,129,1,129,1,130,1,130,1,130,1,130,1,130,1,130,1,131, + 1,131,1,131,1,131,1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133,1,134, + 1,134,1,134,1,134,1,135,1,135,1,135,1,135,1,136,1,136,1,136,1,136,1,137, + 1,137,1,137,1,137,1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139,1,140, + 1,140,1,140,1,140,1,140,1,141,1,141,1,141,1,141,1,142,1,142,1,142,1,142, + 1,143,1,143,1,143,1,143,1,144,1,144,1,144,1,144,1,144,1,145,1,145,1,145, + 1,145,1,146,1,146,1,146,1,146,1,147,1,147,1,147,1,147,1,148,1,148,1,148, + 1,148,1,149,1,149,1,149,1,149,1,150,1,150,1,150,1,150,1,150,1,150,1,151, + 1,151,1,151,1,151,1,152,1,152,1,152,1,152,1,153,1,153,1,153,1,153,1,154, + 1,154,1,154,1,154,1,155,1,155,1,155,1,155,1,156,1,156,1,156,1,156,1,157, + 1,157,1,157,1,157,1,157,1,158,1,158,1,158,1,158,1,159,1,159,1,159,1,159, + 1,160,1,160,1,160,1,160,1,161,1,161,1,161,1,161,1,162,1,162,1,162,1,162, + 1,163,1,163,1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,165,1,165,1,165, + 1,165,1,165,1,166,1,166,1,166,1,166,1,167,1,167,1,167,1,167,1,168,1,168, + 1,168,1,168,1,169,1,169,1,169,1,169,1,169,1,170,1,170,1,170,1,170,1,170, + 1,170,1,170,1,170,1,170,1,170,1,171,1,171,1,171,1,171,1,172,1,172,1,172, + 1,172,1,173,1,173,1,173,1,173,1,174,1,174,1,174,1,174,1,174,1,175,1,175, + 1,176,1,176,1,176,1,176,1,176,4,176,1367,8,176,11,176,12,176,1368,1,177, + 1,177,1,177,1,177,1,178,1,178,1,178,1,178,1,179,1,179,1,179,1,179,1,180, + 1,180,1,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181,1,182,1,182, + 1,182,1,182,1,182,1,182,1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184, + 1,185,1,185,1,185,1,185,1,186,1,186,1,186,1,186,1,186,1,186,1,187,1,187, + 1,187,1,187,1,187,1,187,1,188,1,188,1,188,1,188,1,189,1,189,1,189,1,189, + 1,190,1,190,1,190,1,190,1,191,1,191,1,191,1,191,1,191,1,191,1,192,1,192, + 1,192,1,192,1,192,1,192,1,193,1,193,1,193,1,193,1,193,1,193,1,194,1,194, + 1,194,1,194,1,194,2,606,707,0,195,16,1,18,2,20,3,22,4,24,5,26,6,28,7,30, + 8,32,9,34,10,36,11,38,12,40,13,42,14,44,15,46,16,48,17,50,18,52,19,54,20, + 56,21,58,22,60,23,62,24,64,0,66,25,68,0,70,0,72,26,74,27,76,28,78,29,80, + 0,82,0,84,0,86,0,88,0,90,0,92,0,94,0,96,0,98,0,100,30,102,31,104,32,106, + 33,108,34,110,35,112,36,114,37,116,38,118,39,120,40,122,41,124,42,126,43, + 128,44,130,45,132,46,134,47,136,48,138,49,140,50,142,51,144,52,146,53,148, + 54,150,55,152,56,154,57,156,58,158,59,160,60,162,61,164,62,166,63,168,64, + 170,65,172,66,174,67,176,68,178,69,180,70,182,71,184,72,186,0,188,73,190, + 74,192,75,194,76,196,0,198,0,200,0,202,0,204,0,206,0,208,77,210,0,212,0, + 214,78,216,79,218,80,220,0,222,0,224,0,226,0,228,0,230,81,232,82,234,83, + 236,84,238,0,240,0,242,0,244,0,246,85,248,0,250,86,252,87,254,88,256,0, + 258,0,260,89,262,90,264,0,266,91,268,0,270,92,272,93,274,94,276,0,278,0, + 280,0,282,0,284,0,286,0,288,0,290,95,292,96,294,97,296,0,298,0,300,0,302, + 0,304,0,306,0,308,0,310,98,312,99,314,100,316,0,318,0,320,0,322,0,324,101, + 326,102,328,103,330,0,332,0,334,0,336,0,338,104,340,105,342,106,344,0,346, + 107,348,108,350,109,352,110,354,0,356,111,358,112,360,113,362,114,364,0, + 366,115,368,116,370,117,372,118,374,119,376,0,378,0,380,0,382,120,384,121, + 386,122,388,0,390,0,392,123,394,124,396,125,398,0,400,0,402,0,404,0,16, + 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,35,2,0,68,68,100,100,2,0,73,73,105, + 105,2,0,83,83,115,115,2,0,69,69,101,101,2,0,67,67,99,99,2,0,84,84,116,116, + 2,0,82,82,114,114,2,0,79,79,111,111,2,0,80,80,112,112,2,0,78,78,110,110, + 2,0,72,72,104,104,2,0,86,86,118,118,2,0,65,65,97,97,2,0,76,76,108,108,2, + 0,88,88,120,120,2,0,70,70,102,102,2,0,77,77,109,109,2,0,71,71,103,103,2, + 0,75,75,107,107,2,0,85,85,117,117,2,0,87,87,119,119,6,0,9,10,13,13,32,32, + 47,47,91,91,93,93,2,0,10,10,13,13,3,0,9,10,13,13,32,32,11,0,9,10,13,13, + 32,32,34,34,44,44,47,47,58,58,61,61,91,91,93,93,124,124,2,0,42,42,47,47, + 1,0,48,57,2,0,65,90,97,122,8,0,34,34,78,78,82,82,84,84,92,92,110,110,114, + 114,116,116,4,0,10,10,13,13,34,34,92,92,2,0,43,43,45,45,1,0,96,96,2,0,66, + 66,98,98,2,0,89,89,121,121,11,0,9,10,13,13,32,32,34,35,44,44,47,47,58,58, + 60,60,62,63,92,92,124,124,1484,0,16,1,0,0,0,0,18,1,0,0,0,0,20,1,0,0,0,0, + 22,1,0,0,0,0,24,1,0,0,0,0,26,1,0,0,0,0,28,1,0,0,0,0,30,1,0,0,0,0,32,1,0, + 0,0,0,34,1,0,0,0,0,36,1,0,0,0,0,38,1,0,0,0,0,40,1,0,0,0,0,42,1,0,0,0,0, + 44,1,0,0,0,0,46,1,0,0,0,0,48,1,0,0,0,0,50,1,0,0,0,0,52,1,0,0,0,0,54,1,0, + 0,0,0,56,1,0,0,0,0,58,1,0,0,0,0,60,1,0,0,0,0,62,1,0,0,0,0,66,1,0,0,0,1, + 68,1,0,0,0,1,70,1,0,0,0,1,72,1,0,0,0,1,74,1,0,0,0,1,76,1,0,0,0,2,78,1,0, + 0,0,2,100,1,0,0,0,2,102,1,0,0,0,2,104,1,0,0,0,2,106,1,0,0,0,2,108,1,0,0, + 0,2,110,1,0,0,0,2,112,1,0,0,0,2,114,1,0,0,0,2,116,1,0,0,0,2,118,1,0,0,0, + 2,120,1,0,0,0,2,122,1,0,0,0,2,124,1,0,0,0,2,126,1,0,0,0,2,128,1,0,0,0,2, + 130,1,0,0,0,2,132,1,0,0,0,2,134,1,0,0,0,2,136,1,0,0,0,2,138,1,0,0,0,2,140, + 1,0,0,0,2,142,1,0,0,0,2,144,1,0,0,0,2,146,1,0,0,0,2,148,1,0,0,0,2,150,1, + 0,0,0,2,152,1,0,0,0,2,154,1,0,0,0,2,156,1,0,0,0,2,158,1,0,0,0,2,160,1,0, + 0,0,2,162,1,0,0,0,2,164,1,0,0,0,2,166,1,0,0,0,2,168,1,0,0,0,2,170,1,0,0, + 0,2,172,1,0,0,0,2,174,1,0,0,0,2,176,1,0,0,0,2,178,1,0,0,0,2,180,1,0,0,0, + 2,182,1,0,0,0,2,184,1,0,0,0,2,188,1,0,0,0,2,190,1,0,0,0,2,192,1,0,0,0,2, + 194,1,0,0,0,3,196,1,0,0,0,3,198,1,0,0,0,3,200,1,0,0,0,3,202,1,0,0,0,3,204, + 1,0,0,0,3,206,1,0,0,0,3,208,1,0,0,0,3,210,1,0,0,0,3,212,1,0,0,0,3,214,1, + 0,0,0,3,216,1,0,0,0,3,218,1,0,0,0,4,220,1,0,0,0,4,222,1,0,0,0,4,224,1,0, + 0,0,4,230,1,0,0,0,4,232,1,0,0,0,4,234,1,0,0,0,4,236,1,0,0,0,5,238,1,0,0, + 0,5,240,1,0,0,0,5,242,1,0,0,0,5,244,1,0,0,0,5,246,1,0,0,0,5,248,1,0,0,0, + 5,250,1,0,0,0,5,252,1,0,0,0,5,254,1,0,0,0,6,256,1,0,0,0,6,258,1,0,0,0,6, + 260,1,0,0,0,6,262,1,0,0,0,6,266,1,0,0,0,6,268,1,0,0,0,6,270,1,0,0,0,6,272, + 1,0,0,0,6,274,1,0,0,0,7,276,1,0,0,0,7,278,1,0,0,0,7,280,1,0,0,0,7,282,1, + 0,0,0,7,284,1,0,0,0,7,286,1,0,0,0,7,288,1,0,0,0,7,290,1,0,0,0,7,292,1,0, + 0,0,7,294,1,0,0,0,8,296,1,0,0,0,8,298,1,0,0,0,8,300,1,0,0,0,8,302,1,0,0, + 0,8,304,1,0,0,0,8,306,1,0,0,0,8,308,1,0,0,0,8,310,1,0,0,0,8,312,1,0,0,0, + 8,314,1,0,0,0,9,316,1,0,0,0,9,318,1,0,0,0,9,320,1,0,0,0,9,322,1,0,0,0,9, + 324,1,0,0,0,9,326,1,0,0,0,9,328,1,0,0,0,10,330,1,0,0,0,10,332,1,0,0,0,10, + 334,1,0,0,0,10,336,1,0,0,0,10,338,1,0,0,0,10,340,1,0,0,0,10,342,1,0,0,0, + 11,344,1,0,0,0,11,346,1,0,0,0,11,348,1,0,0,0,11,350,1,0,0,0,11,352,1,0, + 0,0,12,354,1,0,0,0,12,356,1,0,0,0,12,358,1,0,0,0,12,360,1,0,0,0,12,362, + 1,0,0,0,13,364,1,0,0,0,13,366,1,0,0,0,13,368,1,0,0,0,13,370,1,0,0,0,13, + 372,1,0,0,0,13,374,1,0,0,0,14,376,1,0,0,0,14,378,1,0,0,0,14,380,1,0,0,0, + 14,382,1,0,0,0,14,384,1,0,0,0,14,386,1,0,0,0,15,388,1,0,0,0,15,390,1,0, + 0,0,15,392,1,0,0,0,15,394,1,0,0,0,15,396,1,0,0,0,15,398,1,0,0,0,15,400, + 1,0,0,0,15,402,1,0,0,0,15,404,1,0,0,0,16,406,1,0,0,0,18,416,1,0,0,0,20, + 423,1,0,0,0,22,432,1,0,0,0,24,439,1,0,0,0,26,449,1,0,0,0,28,456,1,0,0,0, + 30,463,1,0,0,0,32,477,1,0,0,0,34,484,1,0,0,0,36,492,1,0,0,0,38,501,1,0, + 0,0,40,508,1,0,0,0,42,518,1,0,0,0,44,530,1,0,0,0,46,539,1,0,0,0,48,545, + 1,0,0,0,50,552,1,0,0,0,52,559,1,0,0,0,54,567,1,0,0,0,56,576,1,0,0,0,58, + 582,1,0,0,0,60,599,1,0,0,0,62,615,1,0,0,0,64,624,1,0,0,0,66,627,1,0,0,0, + 68,631,1,0,0,0,70,636,1,0,0,0,72,641,1,0,0,0,74,645,1,0,0,0,76,649,1,0, + 0,0,78,653,1,0,0,0,80,657,1,0,0,0,82,659,1,0,0,0,84,661,1,0,0,0,86,664, + 1,0,0,0,88,666,1,0,0,0,90,675,1,0,0,0,92,677,1,0,0,0,94,682,1,0,0,0,96, + 684,1,0,0,0,98,689,1,0,0,0,100,720,1,0,0,0,102,723,1,0,0,0,104,769,1,0, + 0,0,106,771,1,0,0,0,108,774,1,0,0,0,110,778,1,0,0,0,112,782,1,0,0,0,114, + 784,1,0,0,0,116,787,1,0,0,0,118,789,1,0,0,0,120,794,1,0,0,0,122,796,1,0, + 0,0,124,802,1,0,0,0,126,808,1,0,0,0,128,811,1,0,0,0,130,814,1,0,0,0,132, + 819,1,0,0,0,134,824,1,0,0,0,136,826,1,0,0,0,138,832,1,0,0,0,140,836,1,0, + 0,0,142,841,1,0,0,0,144,847,1,0,0,0,146,850,1,0,0,0,148,852,1,0,0,0,150, + 858,1,0,0,0,152,860,1,0,0,0,154,865,1,0,0,0,156,868,1,0,0,0,158,871,1,0, + 0,0,160,874,1,0,0,0,162,876,1,0,0,0,164,879,1,0,0,0,166,881,1,0,0,0,168, + 884,1,0,0,0,170,886,1,0,0,0,172,888,1,0,0,0,174,890,1,0,0,0,176,892,1,0, + 0,0,178,908,1,0,0,0,180,910,1,0,0,0,182,915,1,0,0,0,184,936,1,0,0,0,186, + 938,1,0,0,0,188,946,1,0,0,0,190,948,1,0,0,0,192,952,1,0,0,0,194,956,1,0, + 0,0,196,960,1,0,0,0,198,965,1,0,0,0,200,969,1,0,0,0,202,973,1,0,0,0,204, + 977,1,0,0,0,206,981,1,0,0,0,208,985,1,0,0,0,210,994,1,0,0,0,212,998,1,0, + 0,0,214,1002,1,0,0,0,216,1006,1,0,0,0,218,1010,1,0,0,0,220,1014,1,0,0,0, + 222,1019,1,0,0,0,224,1023,1,0,0,0,226,1031,1,0,0,0,228,1052,1,0,0,0,230, + 1056,1,0,0,0,232,1060,1,0,0,0,234,1064,1,0,0,0,236,1068,1,0,0,0,238,1072, + 1,0,0,0,240,1077,1,0,0,0,242,1081,1,0,0,0,244,1085,1,0,0,0,246,1089,1,0, + 0,0,248,1092,1,0,0,0,250,1096,1,0,0,0,252,1100,1,0,0,0,254,1104,1,0,0,0, + 256,1108,1,0,0,0,258,1113,1,0,0,0,260,1118,1,0,0,0,262,1123,1,0,0,0,264, + 1130,1,0,0,0,266,1139,1,0,0,0,268,1146,1,0,0,0,270,1150,1,0,0,0,272,1154, + 1,0,0,0,274,1158,1,0,0,0,276,1162,1,0,0,0,278,1168,1,0,0,0,280,1172,1,0, + 0,0,282,1176,1,0,0,0,284,1180,1,0,0,0,286,1184,1,0,0,0,288,1188,1,0,0,0, + 290,1192,1,0,0,0,292,1196,1,0,0,0,294,1200,1,0,0,0,296,1204,1,0,0,0,298, + 1209,1,0,0,0,300,1213,1,0,0,0,302,1217,1,0,0,0,304,1221,1,0,0,0,306,1226, + 1,0,0,0,308,1230,1,0,0,0,310,1234,1,0,0,0,312,1238,1,0,0,0,314,1242,1,0, + 0,0,316,1246,1,0,0,0,318,1252,1,0,0,0,320,1256,1,0,0,0,322,1260,1,0,0,0, + 324,1264,1,0,0,0,326,1268,1,0,0,0,328,1272,1,0,0,0,330,1276,1,0,0,0,332, + 1281,1,0,0,0,334,1285,1,0,0,0,336,1289,1,0,0,0,338,1293,1,0,0,0,340,1297, + 1,0,0,0,342,1301,1,0,0,0,344,1305,1,0,0,0,346,1310,1,0,0,0,348,1315,1,0, + 0,0,350,1319,1,0,0,0,352,1323,1,0,0,0,354,1327,1,0,0,0,356,1332,1,0,0,0, + 358,1342,1,0,0,0,360,1346,1,0,0,0,362,1350,1,0,0,0,364,1354,1,0,0,0,366, + 1359,1,0,0,0,368,1366,1,0,0,0,370,1370,1,0,0,0,372,1374,1,0,0,0,374,1378, + 1,0,0,0,376,1382,1,0,0,0,378,1387,1,0,0,0,380,1393,1,0,0,0,382,1399,1,0, + 0,0,384,1403,1,0,0,0,386,1407,1,0,0,0,388,1411,1,0,0,0,390,1417,1,0,0,0, + 392,1423,1,0,0,0,394,1427,1,0,0,0,396,1431,1,0,0,0,398,1435,1,0,0,0,400, + 1441,1,0,0,0,402,1447,1,0,0,0,404,1453,1,0,0,0,406,407,7,0,0,0,407,408, + 7,1,0,0,408,409,7,2,0,0,409,410,7,2,0,0,410,411,7,3,0,0,411,412,7,4,0,0, + 412,413,7,5,0,0,413,414,1,0,0,0,414,415,6,0,0,0,415,17,1,0,0,0,416,417, + 7,0,0,0,417,418,7,6,0,0,418,419,7,7,0,0,419,420,7,8,0,0,420,421,1,0,0,0, + 421,422,6,1,1,0,422,19,1,0,0,0,423,424,7,3,0,0,424,425,7,9,0,0,425,426, + 7,6,0,0,426,427,7,1,0,0,427,428,7,4,0,0,428,429,7,10,0,0,429,430,1,0,0, + 0,430,431,6,2,2,0,431,21,1,0,0,0,432,433,7,3,0,0,433,434,7,11,0,0,434,435, + 7,12,0,0,435,436,7,13,0,0,436,437,1,0,0,0,437,438,6,3,0,0,438,23,1,0,0, + 0,439,440,7,3,0,0,440,441,7,14,0,0,441,442,7,8,0,0,442,443,7,13,0,0,443, + 444,7,12,0,0,444,445,7,1,0,0,445,446,7,9,0,0,446,447,1,0,0,0,447,448,6, + 4,3,0,448,25,1,0,0,0,449,450,7,15,0,0,450,451,7,6,0,0,451,452,7,7,0,0,452, + 453,7,16,0,0,453,454,1,0,0,0,454,455,6,5,4,0,455,27,1,0,0,0,456,457,7,17, + 0,0,457,458,7,6,0,0,458,459,7,7,0,0,459,460,7,18,0,0,460,461,1,0,0,0,461, + 462,6,6,0,0,462,29,1,0,0,0,463,464,7,1,0,0,464,465,7,9,0,0,465,466,7,13, + 0,0,466,467,7,1,0,0,467,468,7,9,0,0,468,469,7,3,0,0,469,470,7,2,0,0,470, + 471,7,5,0,0,471,472,7,12,0,0,472,473,7,5,0,0,473,474,7,2,0,0,474,475,1, + 0,0,0,475,476,6,7,0,0,476,31,1,0,0,0,477,478,7,18,0,0,478,479,7,3,0,0,479, + 480,7,3,0,0,480,481,7,8,0,0,481,482,1,0,0,0,482,483,6,8,1,0,483,33,1,0, + 0,0,484,485,7,13,0,0,485,486,7,1,0,0,486,487,7,16,0,0,487,488,7,1,0,0,488, + 489,7,5,0,0,489,490,1,0,0,0,490,491,6,9,0,0,491,35,1,0,0,0,492,493,7,13, + 0,0,493,494,7,7,0,0,494,495,7,7,0,0,495,496,7,18,0,0,496,497,7,19,0,0,497, + 498,7,8,0,0,498,499,1,0,0,0,499,500,6,10,5,0,500,37,1,0,0,0,501,502,7,16, + 0,0,502,503,7,3,0,0,503,504,7,5,0,0,504,505,7,12,0,0,505,506,1,0,0,0,506, + 507,6,11,6,0,507,39,1,0,0,0,508,509,7,16,0,0,509,510,7,3,0,0,510,511,7, + 5,0,0,511,512,7,6,0,0,512,513,7,1,0,0,513,514,7,4,0,0,514,515,7,2,0,0,515, + 516,1,0,0,0,516,517,6,12,7,0,517,41,1,0,0,0,518,519,7,16,0,0,519,520,7, + 11,0,0,520,521,5,95,0,0,521,522,7,3,0,0,522,523,7,14,0,0,523,524,7,8,0, + 0,524,525,7,12,0,0,525,526,7,9,0,0,526,527,7,0,0,0,527,528,1,0,0,0,528, + 529,6,13,8,0,529,43,1,0,0,0,530,531,7,6,0,0,531,532,7,3,0,0,532,533,7,9, + 0,0,533,534,7,12,0,0,534,535,7,16,0,0,535,536,7,3,0,0,536,537,1,0,0,0,537, + 538,6,14,9,0,538,45,1,0,0,0,539,540,7,6,0,0,540,541,7,7,0,0,541,542,7,20, + 0,0,542,543,1,0,0,0,543,544,6,15,0,0,544,47,1,0,0,0,545,546,7,2,0,0,546, + 547,7,10,0,0,547,548,7,7,0,0,548,549,7,20,0,0,549,550,1,0,0,0,550,551,6, + 16,10,0,551,49,1,0,0,0,552,553,7,2,0,0,553,554,7,7,0,0,554,555,7,6,0,0, + 555,556,7,5,0,0,556,557,1,0,0,0,557,558,6,17,0,0,558,51,1,0,0,0,559,560, + 7,2,0,0,560,561,7,5,0,0,561,562,7,12,0,0,562,563,7,5,0,0,563,564,7,2,0, + 0,564,565,1,0,0,0,565,566,6,18,0,0,566,53,1,0,0,0,567,568,7,20,0,0,568, + 569,7,10,0,0,569,570,7,3,0,0,570,571,7,6,0,0,571,572,7,3,0,0,572,573,1, + 0,0,0,573,574,6,19,0,0,574,55,1,0,0,0,575,577,8,21,0,0,576,575,1,0,0,0, + 577,578,1,0,0,0,578,576,1,0,0,0,578,579,1,0,0,0,579,580,1,0,0,0,580,581, + 6,20,0,0,581,57,1,0,0,0,582,583,5,47,0,0,583,584,5,47,0,0,584,588,1,0,0, + 0,585,587,8,22,0,0,586,585,1,0,0,0,587,590,1,0,0,0,588,586,1,0,0,0,588, + 589,1,0,0,0,589,592,1,0,0,0,590,588,1,0,0,0,591,593,5,13,0,0,592,591,1, + 0,0,0,592,593,1,0,0,0,593,595,1,0,0,0,594,596,5,10,0,0,595,594,1,0,0,0, + 595,596,1,0,0,0,596,597,1,0,0,0,597,598,6,21,11,0,598,59,1,0,0,0,599,600, + 5,47,0,0,600,601,5,42,0,0,601,606,1,0,0,0,602,605,3,60,22,0,603,605,9,0, + 0,0,604,602,1,0,0,0,604,603,1,0,0,0,605,608,1,0,0,0,606,607,1,0,0,0,606, + 604,1,0,0,0,607,609,1,0,0,0,608,606,1,0,0,0,609,610,5,42,0,0,610,611,5, + 47,0,0,611,612,1,0,0,0,612,613,6,22,11,0,613,61,1,0,0,0,614,616,7,23,0, + 0,615,614,1,0,0,0,616,617,1,0,0,0,617,615,1,0,0,0,617,618,1,0,0,0,618,619, + 1,0,0,0,619,620,6,23,11,0,620,63,1,0,0,0,621,625,8,24,0,0,622,623,5,47, + 0,0,623,625,8,25,0,0,624,621,1,0,0,0,624,622,1,0,0,0,625,65,1,0,0,0,626, + 628,3,64,24,0,627,626,1,0,0,0,628,629,1,0,0,0,629,627,1,0,0,0,629,630,1, + 0,0,0,630,67,1,0,0,0,631,632,3,180,82,0,632,633,1,0,0,0,633,634,6,26,12, + 0,634,635,6,26,13,0,635,69,1,0,0,0,636,637,3,78,31,0,637,638,1,0,0,0,638, + 639,6,27,14,0,639,640,6,27,15,0,640,71,1,0,0,0,641,642,3,62,23,0,642,643, + 1,0,0,0,643,644,6,28,11,0,644,73,1,0,0,0,645,646,3,58,21,0,646,647,1,0, + 0,0,647,648,6,29,11,0,648,75,1,0,0,0,649,650,3,60,22,0,650,651,1,0,0,0, + 651,652,6,30,11,0,652,77,1,0,0,0,653,654,5,124,0,0,654,655,1,0,0,0,655, + 656,6,31,15,0,656,79,1,0,0,0,657,658,7,26,0,0,658,81,1,0,0,0,659,660,7, + 27,0,0,660,83,1,0,0,0,661,662,5,92,0,0,662,663,7,28,0,0,663,85,1,0,0,0, + 664,665,8,29,0,0,665,87,1,0,0,0,666,668,7,3,0,0,667,669,7,30,0,0,668,667, + 1,0,0,0,668,669,1,0,0,0,669,671,1,0,0,0,670,672,3,80,32,0,671,670,1,0,0, + 0,672,673,1,0,0,0,673,671,1,0,0,0,673,674,1,0,0,0,674,89,1,0,0,0,675,676, + 5,64,0,0,676,91,1,0,0,0,677,678,5,96,0,0,678,93,1,0,0,0,679,683,8,31,0, + 0,680,681,5,96,0,0,681,683,5,96,0,0,682,679,1,0,0,0,682,680,1,0,0,0,683, + 95,1,0,0,0,684,685,5,95,0,0,685,97,1,0,0,0,686,690,3,82,33,0,687,690,3, + 80,32,0,688,690,3,96,40,0,689,686,1,0,0,0,689,687,1,0,0,0,689,688,1,0,0, + 0,690,99,1,0,0,0,691,696,5,34,0,0,692,695,3,84,34,0,693,695,3,86,35,0,694, + 692,1,0,0,0,694,693,1,0,0,0,695,698,1,0,0,0,696,694,1,0,0,0,696,697,1,0, + 0,0,697,699,1,0,0,0,698,696,1,0,0,0,699,721,5,34,0,0,700,701,5,34,0,0,701, + 702,5,34,0,0,702,703,5,34,0,0,703,707,1,0,0,0,704,706,8,22,0,0,705,704, + 1,0,0,0,706,709,1,0,0,0,707,708,1,0,0,0,707,705,1,0,0,0,708,710,1,0,0,0, + 709,707,1,0,0,0,710,711,5,34,0,0,711,712,5,34,0,0,712,713,5,34,0,0,713, + 715,1,0,0,0,714,716,5,34,0,0,715,714,1,0,0,0,715,716,1,0,0,0,716,718,1, + 0,0,0,717,719,5,34,0,0,718,717,1,0,0,0,718,719,1,0,0,0,719,721,1,0,0,0, + 720,691,1,0,0,0,720,700,1,0,0,0,721,101,1,0,0,0,722,724,3,80,32,0,723,722, + 1,0,0,0,724,725,1,0,0,0,725,723,1,0,0,0,725,726,1,0,0,0,726,103,1,0,0,0, + 727,729,3,80,32,0,728,727,1,0,0,0,729,730,1,0,0,0,730,728,1,0,0,0,730,731, + 1,0,0,0,731,732,1,0,0,0,732,736,3,120,52,0,733,735,3,80,32,0,734,733,1, + 0,0,0,735,738,1,0,0,0,736,734,1,0,0,0,736,737,1,0,0,0,737,770,1,0,0,0,738, + 736,1,0,0,0,739,741,3,120,52,0,740,742,3,80,32,0,741,740,1,0,0,0,742,743, + 1,0,0,0,743,741,1,0,0,0,743,744,1,0,0,0,744,770,1,0,0,0,745,747,3,80,32, + 0,746,745,1,0,0,0,747,748,1,0,0,0,748,746,1,0,0,0,748,749,1,0,0,0,749,757, + 1,0,0,0,750,754,3,120,52,0,751,753,3,80,32,0,752,751,1,0,0,0,753,756,1, + 0,0,0,754,752,1,0,0,0,754,755,1,0,0,0,755,758,1,0,0,0,756,754,1,0,0,0,757, + 750,1,0,0,0,757,758,1,0,0,0,758,759,1,0,0,0,759,760,3,88,36,0,760,770,1, + 0,0,0,761,763,3,120,52,0,762,764,3,80,32,0,763,762,1,0,0,0,764,765,1,0, + 0,0,765,763,1,0,0,0,765,766,1,0,0,0,766,767,1,0,0,0,767,768,3,88,36,0,768, + 770,1,0,0,0,769,728,1,0,0,0,769,739,1,0,0,0,769,746,1,0,0,0,769,761,1,0, + 0,0,770,105,1,0,0,0,771,772,7,32,0,0,772,773,7,33,0,0,773,107,1,0,0,0,774, + 775,7,12,0,0,775,776,7,9,0,0,776,777,7,0,0,0,777,109,1,0,0,0,778,779,7, + 12,0,0,779,780,7,2,0,0,780,781,7,4,0,0,781,111,1,0,0,0,782,783,5,61,0,0, + 783,113,1,0,0,0,784,785,5,58,0,0,785,786,5,58,0,0,786,115,1,0,0,0,787,788, + 5,44,0,0,788,117,1,0,0,0,789,790,7,0,0,0,790,791,7,3,0,0,791,792,7,2,0, + 0,792,793,7,4,0,0,793,119,1,0,0,0,794,795,5,46,0,0,795,121,1,0,0,0,796, + 797,7,15,0,0,797,798,7,12,0,0,798,799,7,13,0,0,799,800,7,2,0,0,800,801, + 7,3,0,0,801,123,1,0,0,0,802,803,7,15,0,0,803,804,7,1,0,0,804,805,7,6,0, + 0,805,806,7,2,0,0,806,807,7,5,0,0,807,125,1,0,0,0,808,809,7,1,0,0,809,810, + 7,9,0,0,810,127,1,0,0,0,811,812,7,1,0,0,812,813,7,2,0,0,813,129,1,0,0,0, + 814,815,7,13,0,0,815,816,7,12,0,0,816,817,7,2,0,0,817,818,7,5,0,0,818,131, + 1,0,0,0,819,820,7,13,0,0,820,821,7,1,0,0,821,822,7,18,0,0,822,823,7,3,0, + 0,823,133,1,0,0,0,824,825,5,40,0,0,825,135,1,0,0,0,826,827,7,16,0,0,827, + 828,7,12,0,0,828,829,7,5,0,0,829,830,7,4,0,0,830,831,7,10,0,0,831,137,1, + 0,0,0,832,833,7,9,0,0,833,834,7,7,0,0,834,835,7,5,0,0,835,139,1,0,0,0,836, + 837,7,9,0,0,837,838,7,19,0,0,838,839,7,13,0,0,839,840,7,13,0,0,840,141, + 1,0,0,0,841,842,7,9,0,0,842,843,7,19,0,0,843,844,7,13,0,0,844,845,7,13, + 0,0,845,846,7,2,0,0,846,143,1,0,0,0,847,848,7,7,0,0,848,849,7,6,0,0,849, + 145,1,0,0,0,850,851,5,63,0,0,851,147,1,0,0,0,852,853,7,6,0,0,853,854,7, + 13,0,0,854,855,7,1,0,0,855,856,7,18,0,0,856,857,7,3,0,0,857,149,1,0,0,0, + 858,859,5,41,0,0,859,151,1,0,0,0,860,861,7,5,0,0,861,862,7,6,0,0,862,863, + 7,19,0,0,863,864,7,3,0,0,864,153,1,0,0,0,865,866,5,61,0,0,866,867,5,61, + 0,0,867,155,1,0,0,0,868,869,5,61,0,0,869,870,5,126,0,0,870,157,1,0,0,0, + 871,872,5,33,0,0,872,873,5,61,0,0,873,159,1,0,0,0,874,875,5,60,0,0,875, + 161,1,0,0,0,876,877,5,60,0,0,877,878,5,61,0,0,878,163,1,0,0,0,879,880,5, + 62,0,0,880,165,1,0,0,0,881,882,5,62,0,0,882,883,5,61,0,0,883,167,1,0,0, + 0,884,885,5,43,0,0,885,169,1,0,0,0,886,887,5,45,0,0,887,171,1,0,0,0,888, + 889,5,42,0,0,889,173,1,0,0,0,890,891,5,47,0,0,891,175,1,0,0,0,892,893,5, + 37,0,0,893,177,1,0,0,0,894,895,3,146,65,0,895,899,3,82,33,0,896,898,3,98, + 41,0,897,896,1,0,0,0,898,901,1,0,0,0,899,897,1,0,0,0,899,900,1,0,0,0,900, + 909,1,0,0,0,901,899,1,0,0,0,902,904,3,146,65,0,903,905,3,80,32,0,904,903, + 1,0,0,0,905,906,1,0,0,0,906,904,1,0,0,0,906,907,1,0,0,0,907,909,1,0,0,0, + 908,894,1,0,0,0,908,902,1,0,0,0,909,179,1,0,0,0,910,911,5,91,0,0,911,912, + 1,0,0,0,912,913,6,82,0,0,913,914,6,82,0,0,914,181,1,0,0,0,915,916,5,93, + 0,0,916,917,1,0,0,0,917,918,6,83,15,0,918,919,6,83,15,0,919,183,1,0,0,0, + 920,924,3,82,33,0,921,923,3,98,41,0,922,921,1,0,0,0,923,926,1,0,0,0,924, + 922,1,0,0,0,924,925,1,0,0,0,925,937,1,0,0,0,926,924,1,0,0,0,927,930,3,96, + 40,0,928,930,3,90,37,0,929,927,1,0,0,0,929,928,1,0,0,0,930,932,1,0,0,0, + 931,933,3,98,41,0,932,931,1,0,0,0,933,934,1,0,0,0,934,932,1,0,0,0,934,935, + 1,0,0,0,935,937,1,0,0,0,936,920,1,0,0,0,936,929,1,0,0,0,937,185,1,0,0,0, + 938,940,3,92,38,0,939,941,3,94,39,0,940,939,1,0,0,0,941,942,1,0,0,0,942, + 940,1,0,0,0,942,943,1,0,0,0,943,944,1,0,0,0,944,945,3,92,38,0,945,187,1, + 0,0,0,946,947,3,186,85,0,947,189,1,0,0,0,948,949,3,58,21,0,949,950,1,0, + 0,0,950,951,6,87,11,0,951,191,1,0,0,0,952,953,3,60,22,0,953,954,1,0,0,0, + 954,955,6,88,11,0,955,193,1,0,0,0,956,957,3,62,23,0,957,958,1,0,0,0,958, + 959,6,89,11,0,959,195,1,0,0,0,960,961,3,78,31,0,961,962,1,0,0,0,962,963, + 6,90,14,0,963,964,6,90,15,0,964,197,1,0,0,0,965,966,3,180,82,0,966,967, + 1,0,0,0,967,968,6,91,12,0,968,199,1,0,0,0,969,970,3,182,83,0,970,971,1, + 0,0,0,971,972,6,92,16,0,972,201,1,0,0,0,973,974,3,366,175,0,974,975,1,0, + 0,0,975,976,6,93,17,0,976,203,1,0,0,0,977,978,3,116,50,0,978,979,1,0,0, + 0,979,980,6,94,18,0,980,205,1,0,0,0,981,982,3,112,48,0,982,983,1,0,0,0, + 983,984,6,95,19,0,984,207,1,0,0,0,985,986,7,16,0,0,986,987,7,3,0,0,987, + 988,7,5,0,0,988,989,7,12,0,0,989,990,7,0,0,0,990,991,7,12,0,0,991,992,7, + 5,0,0,992,993,7,12,0,0,993,209,1,0,0,0,994,995,3,66,25,0,995,996,1,0,0, + 0,996,997,6,97,20,0,997,211,1,0,0,0,998,999,3,100,42,0,999,1000,1,0,0,0, + 1000,1001,6,98,21,0,1001,213,1,0,0,0,1002,1003,3,58,21,0,1003,1004,1,0, + 0,0,1004,1005,6,99,11,0,1005,215,1,0,0,0,1006,1007,3,60,22,0,1007,1008, + 1,0,0,0,1008,1009,6,100,11,0,1009,217,1,0,0,0,1010,1011,3,62,23,0,1011, + 1012,1,0,0,0,1012,1013,6,101,11,0,1013,219,1,0,0,0,1014,1015,3,78,31,0, + 1015,1016,1,0,0,0,1016,1017,6,102,14,0,1017,1018,6,102,15,0,1018,221,1, + 0,0,0,1019,1020,3,120,52,0,1020,1021,1,0,0,0,1021,1022,6,103,22,0,1022, + 223,1,0,0,0,1023,1024,3,116,50,0,1024,1025,1,0,0,0,1025,1026,6,104,18,0, + 1026,225,1,0,0,0,1027,1032,3,82,33,0,1028,1032,3,80,32,0,1029,1032,3,96, + 40,0,1030,1032,3,172,78,0,1031,1027,1,0,0,0,1031,1028,1,0,0,0,1031,1029, + 1,0,0,0,1031,1030,1,0,0,0,1032,227,1,0,0,0,1033,1036,3,82,33,0,1034,1036, + 3,172,78,0,1035,1033,1,0,0,0,1035,1034,1,0,0,0,1036,1040,1,0,0,0,1037,1039, + 3,226,105,0,1038,1037,1,0,0,0,1039,1042,1,0,0,0,1040,1038,1,0,0,0,1040, + 1041,1,0,0,0,1041,1053,1,0,0,0,1042,1040,1,0,0,0,1043,1046,3,96,40,0,1044, + 1046,3,90,37,0,1045,1043,1,0,0,0,1045,1044,1,0,0,0,1046,1048,1,0,0,0,1047, + 1049,3,226,105,0,1048,1047,1,0,0,0,1049,1050,1,0,0,0,1050,1048,1,0,0,0, + 1050,1051,1,0,0,0,1051,1053,1,0,0,0,1052,1035,1,0,0,0,1052,1045,1,0,0,0, + 1053,229,1,0,0,0,1054,1057,3,228,106,0,1055,1057,3,186,85,0,1056,1054,1, + 0,0,0,1056,1055,1,0,0,0,1057,1058,1,0,0,0,1058,1056,1,0,0,0,1058,1059,1, + 0,0,0,1059,231,1,0,0,0,1060,1061,3,58,21,0,1061,1062,1,0,0,0,1062,1063, + 6,108,11,0,1063,233,1,0,0,0,1064,1065,3,60,22,0,1065,1066,1,0,0,0,1066, + 1067,6,109,11,0,1067,235,1,0,0,0,1068,1069,3,62,23,0,1069,1070,1,0,0,0, + 1070,1071,6,110,11,0,1071,237,1,0,0,0,1072,1073,3,78,31,0,1073,1074,1,0, + 0,0,1074,1075,6,111,14,0,1075,1076,6,111,15,0,1076,239,1,0,0,0,1077,1078, + 3,112,48,0,1078,1079,1,0,0,0,1079,1080,6,112,19,0,1080,241,1,0,0,0,1081, + 1082,3,116,50,0,1082,1083,1,0,0,0,1083,1084,6,113,18,0,1084,243,1,0,0,0, + 1085,1086,3,120,52,0,1086,1087,1,0,0,0,1087,1088,6,114,22,0,1088,245,1, + 0,0,0,1089,1090,7,12,0,0,1090,1091,7,2,0,0,1091,247,1,0,0,0,1092,1093,3, + 230,107,0,1093,1094,1,0,0,0,1094,1095,6,116,23,0,1095,249,1,0,0,0,1096, + 1097,3,58,21,0,1097,1098,1,0,0,0,1098,1099,6,117,11,0,1099,251,1,0,0,0, + 1100,1101,3,60,22,0,1101,1102,1,0,0,0,1102,1103,6,118,11,0,1103,253,1,0, + 0,0,1104,1105,3,62,23,0,1105,1106,1,0,0,0,1106,1107,6,119,11,0,1107,255, + 1,0,0,0,1108,1109,3,78,31,0,1109,1110,1,0,0,0,1110,1111,6,120,14,0,1111, + 1112,6,120,15,0,1112,257,1,0,0,0,1113,1114,3,180,82,0,1114,1115,1,0,0,0, + 1115,1116,6,121,12,0,1116,1117,6,121,24,0,1117,259,1,0,0,0,1118,1119,7, + 7,0,0,1119,1120,7,9,0,0,1120,1121,1,0,0,0,1121,1122,6,122,25,0,1122,261, + 1,0,0,0,1123,1124,7,20,0,0,1124,1125,7,1,0,0,1125,1126,7,5,0,0,1126,1127, + 7,10,0,0,1127,1128,1,0,0,0,1128,1129,6,123,25,0,1129,263,1,0,0,0,1130,1131, + 8,34,0,0,1131,265,1,0,0,0,1132,1134,3,264,124,0,1133,1132,1,0,0,0,1134, + 1135,1,0,0,0,1135,1133,1,0,0,0,1135,1136,1,0,0,0,1136,1137,1,0,0,0,1137, + 1138,3,366,175,0,1138,1140,1,0,0,0,1139,1133,1,0,0,0,1139,1140,1,0,0,0, + 1140,1142,1,0,0,0,1141,1143,3,264,124,0,1142,1141,1,0,0,0,1143,1144,1,0, + 0,0,1144,1142,1,0,0,0,1144,1145,1,0,0,0,1145,267,1,0,0,0,1146,1147,3,266, + 125,0,1147,1148,1,0,0,0,1148,1149,6,126,26,0,1149,269,1,0,0,0,1150,1151, + 3,58,21,0,1151,1152,1,0,0,0,1152,1153,6,127,11,0,1153,271,1,0,0,0,1154, + 1155,3,60,22,0,1155,1156,1,0,0,0,1156,1157,6,128,11,0,1157,273,1,0,0,0, + 1158,1159,3,62,23,0,1159,1160,1,0,0,0,1160,1161,6,129,11,0,1161,275,1,0, + 0,0,1162,1163,3,78,31,0,1163,1164,1,0,0,0,1164,1165,6,130,14,0,1165,1166, + 6,130,15,0,1166,1167,6,130,15,0,1167,277,1,0,0,0,1168,1169,3,112,48,0,1169, + 1170,1,0,0,0,1170,1171,6,131,19,0,1171,279,1,0,0,0,1172,1173,3,116,50,0, + 1173,1174,1,0,0,0,1174,1175,6,132,18,0,1175,281,1,0,0,0,1176,1177,3,120, + 52,0,1177,1178,1,0,0,0,1178,1179,6,133,22,0,1179,283,1,0,0,0,1180,1181, + 3,262,123,0,1181,1182,1,0,0,0,1182,1183,6,134,27,0,1183,285,1,0,0,0,1184, + 1185,3,230,107,0,1185,1186,1,0,0,0,1186,1187,6,135,23,0,1187,287,1,0,0, + 0,1188,1189,3,188,86,0,1189,1190,1,0,0,0,1190,1191,6,136,28,0,1191,289, + 1,0,0,0,1192,1193,3,58,21,0,1193,1194,1,0,0,0,1194,1195,6,137,11,0,1195, + 291,1,0,0,0,1196,1197,3,60,22,0,1197,1198,1,0,0,0,1198,1199,6,138,11,0, + 1199,293,1,0,0,0,1200,1201,3,62,23,0,1201,1202,1,0,0,0,1202,1203,6,139, + 11,0,1203,295,1,0,0,0,1204,1205,3,78,31,0,1205,1206,1,0,0,0,1206,1207,6, + 140,14,0,1207,1208,6,140,15,0,1208,297,1,0,0,0,1209,1210,3,366,175,0,1210, + 1211,1,0,0,0,1211,1212,6,141,17,0,1212,299,1,0,0,0,1213,1214,3,116,50,0, + 1214,1215,1,0,0,0,1215,1216,6,142,18,0,1216,301,1,0,0,0,1217,1218,3,120, + 52,0,1218,1219,1,0,0,0,1219,1220,6,143,22,0,1220,303,1,0,0,0,1221,1222, + 3,260,122,0,1222,1223,1,0,0,0,1223,1224,6,144,29,0,1224,1225,6,144,30,0, + 1225,305,1,0,0,0,1226,1227,3,66,25,0,1227,1228,1,0,0,0,1228,1229,6,145, + 20,0,1229,307,1,0,0,0,1230,1231,3,100,42,0,1231,1232,1,0,0,0,1232,1233, + 6,146,21,0,1233,309,1,0,0,0,1234,1235,3,58,21,0,1235,1236,1,0,0,0,1236, + 1237,6,147,11,0,1237,311,1,0,0,0,1238,1239,3,60,22,0,1239,1240,1,0,0,0, + 1240,1241,6,148,11,0,1241,313,1,0,0,0,1242,1243,3,62,23,0,1243,1244,1,0, + 0,0,1244,1245,6,149,11,0,1245,315,1,0,0,0,1246,1247,3,78,31,0,1247,1248, + 1,0,0,0,1248,1249,6,150,14,0,1249,1250,6,150,15,0,1250,1251,6,150,15,0, + 1251,317,1,0,0,0,1252,1253,3,116,50,0,1253,1254,1,0,0,0,1254,1255,6,151, + 18,0,1255,319,1,0,0,0,1256,1257,3,120,52,0,1257,1258,1,0,0,0,1258,1259, + 6,152,22,0,1259,321,1,0,0,0,1260,1261,3,230,107,0,1261,1262,1,0,0,0,1262, + 1263,6,153,23,0,1263,323,1,0,0,0,1264,1265,3,58,21,0,1265,1266,1,0,0,0, + 1266,1267,6,154,11,0,1267,325,1,0,0,0,1268,1269,3,60,22,0,1269,1270,1,0, + 0,0,1270,1271,6,155,11,0,1271,327,1,0,0,0,1272,1273,3,62,23,0,1273,1274, + 1,0,0,0,1274,1275,6,156,11,0,1275,329,1,0,0,0,1276,1277,3,78,31,0,1277, + 1278,1,0,0,0,1278,1279,6,157,14,0,1279,1280,6,157,15,0,1280,331,1,0,0,0, + 1281,1282,3,120,52,0,1282,1283,1,0,0,0,1283,1284,6,158,22,0,1284,333,1, + 0,0,0,1285,1286,3,188,86,0,1286,1287,1,0,0,0,1287,1288,6,159,28,0,1288, + 335,1,0,0,0,1289,1290,3,184,84,0,1290,1291,1,0,0,0,1291,1292,6,160,31,0, + 1292,337,1,0,0,0,1293,1294,3,58,21,0,1294,1295,1,0,0,0,1295,1296,6,161, + 11,0,1296,339,1,0,0,0,1297,1298,3,60,22,0,1298,1299,1,0,0,0,1299,1300,6, + 162,11,0,1300,341,1,0,0,0,1301,1302,3,62,23,0,1302,1303,1,0,0,0,1303,1304, + 6,163,11,0,1304,343,1,0,0,0,1305,1306,3,78,31,0,1306,1307,1,0,0,0,1307, + 1308,6,164,14,0,1308,1309,6,164,15,0,1309,345,1,0,0,0,1310,1311,7,1,0,0, + 1311,1312,7,9,0,0,1312,1313,7,15,0,0,1313,1314,7,7,0,0,1314,347,1,0,0,0, + 1315,1316,3,58,21,0,1316,1317,1,0,0,0,1317,1318,6,166,11,0,1318,349,1,0, + 0,0,1319,1320,3,60,22,0,1320,1321,1,0,0,0,1321,1322,6,167,11,0,1322,351, + 1,0,0,0,1323,1324,3,62,23,0,1324,1325,1,0,0,0,1325,1326,6,168,11,0,1326, + 353,1,0,0,0,1327,1328,3,78,31,0,1328,1329,1,0,0,0,1329,1330,6,169,14,0, + 1330,1331,6,169,15,0,1331,355,1,0,0,0,1332,1333,7,15,0,0,1333,1334,7,19, + 0,0,1334,1335,7,9,0,0,1335,1336,7,4,0,0,1336,1337,7,5,0,0,1337,1338,7,1, + 0,0,1338,1339,7,7,0,0,1339,1340,7,9,0,0,1340,1341,7,2,0,0,1341,357,1,0, + 0,0,1342,1343,3,58,21,0,1343,1344,1,0,0,0,1344,1345,6,171,11,0,1345,359, + 1,0,0,0,1346,1347,3,60,22,0,1347,1348,1,0,0,0,1348,1349,6,172,11,0,1349, + 361,1,0,0,0,1350,1351,3,62,23,0,1351,1352,1,0,0,0,1352,1353,6,173,11,0, + 1353,363,1,0,0,0,1354,1355,3,182,83,0,1355,1356,1,0,0,0,1356,1357,6,174, + 16,0,1357,1358,6,174,15,0,1358,365,1,0,0,0,1359,1360,5,58,0,0,1360,367, + 1,0,0,0,1361,1367,3,90,37,0,1362,1367,3,80,32,0,1363,1367,3,120,52,0,1364, + 1367,3,82,33,0,1365,1367,3,96,40,0,1366,1361,1,0,0,0,1366,1362,1,0,0,0, + 1366,1363,1,0,0,0,1366,1364,1,0,0,0,1366,1365,1,0,0,0,1367,1368,1,0,0,0, + 1368,1366,1,0,0,0,1368,1369,1,0,0,0,1369,369,1,0,0,0,1370,1371,3,58,21, + 0,1371,1372,1,0,0,0,1372,1373,6,177,11,0,1373,371,1,0,0,0,1374,1375,3,60, + 22,0,1375,1376,1,0,0,0,1376,1377,6,178,11,0,1377,373,1,0,0,0,1378,1379, + 3,62,23,0,1379,1380,1,0,0,0,1380,1381,6,179,11,0,1381,375,1,0,0,0,1382, + 1383,3,78,31,0,1383,1384,1,0,0,0,1384,1385,6,180,14,0,1385,1386,6,180,15, + 0,1386,377,1,0,0,0,1387,1388,3,66,25,0,1388,1389,1,0,0,0,1389,1390,6,181, + 20,0,1390,1391,6,181,15,0,1391,1392,6,181,32,0,1392,379,1,0,0,0,1393,1394, + 3,100,42,0,1394,1395,1,0,0,0,1395,1396,6,182,21,0,1396,1397,6,182,15,0, + 1397,1398,6,182,32,0,1398,381,1,0,0,0,1399,1400,3,58,21,0,1400,1401,1,0, + 0,0,1401,1402,6,183,11,0,1402,383,1,0,0,0,1403,1404,3,60,22,0,1404,1405, + 1,0,0,0,1405,1406,6,184,11,0,1406,385,1,0,0,0,1407,1408,3,62,23,0,1408, + 1409,1,0,0,0,1409,1410,6,185,11,0,1410,387,1,0,0,0,1411,1412,3,366,175, + 0,1412,1413,1,0,0,0,1413,1414,6,186,17,0,1414,1415,6,186,15,0,1415,1416, + 6,186,7,0,1416,389,1,0,0,0,1417,1418,3,116,50,0,1418,1419,1,0,0,0,1419, + 1420,6,187,18,0,1420,1421,6,187,15,0,1421,1422,6,187,7,0,1422,391,1,0,0, + 0,1423,1424,3,58,21,0,1424,1425,1,0,0,0,1425,1426,6,188,11,0,1426,393,1, + 0,0,0,1427,1428,3,60,22,0,1428,1429,1,0,0,0,1429,1430,6,189,11,0,1430,395, + 1,0,0,0,1431,1432,3,62,23,0,1432,1433,1,0,0,0,1433,1434,6,190,11,0,1434, + 397,1,0,0,0,1435,1436,3,188,86,0,1436,1437,1,0,0,0,1437,1438,6,191,15,0, + 1438,1439,6,191,0,0,1439,1440,6,191,28,0,1440,399,1,0,0,0,1441,1442,3,184, + 84,0,1442,1443,1,0,0,0,1443,1444,6,192,15,0,1444,1445,6,192,0,0,1445,1446, + 6,192,31,0,1446,401,1,0,0,0,1447,1448,3,106,45,0,1448,1449,1,0,0,0,1449, + 1450,6,193,15,0,1450,1451,6,193,0,0,1451,1452,6,193,33,0,1452,403,1,0,0, + 0,1453,1454,3,78,31,0,1454,1455,1,0,0,0,1455,1456,6,194,14,0,1456,1457, + 6,194,15,0,1457,405,1,0,0,0,65,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,578, + 588,592,595,604,606,617,624,629,668,673,682,689,694,696,707,715,718,720, + 725,730,736,743,748,754,757,765,769,899,906,908,924,929,934,936,942,1031, + 1035,1040,1045,1050,1052,1056,1058,1135,1139,1144,1366,1368,34,5,2,0,5, + 4,0,5,6,0,5,1,0,5,3,0,5,8,0,5,12,0,5,14,0,5,10,0,5,5,0,5,11,0,0,1,0,7,70, + 0,5,0,0,7,29,0,4,0,0,7,71,0,7,115,0,7,38,0,7,36,0,7,25,0,7,30,0,7,40,0, + 7,81,0,5,13,0,5,7,0,7,91,0,7,90,0,7,73,0,7,89,0,5,9,0,7,72,0,5,15,0,7,33, 0]; private static __ATN: ATN; diff --git a/packages/kbn-esql-ast/src/antlr/esql_parser.g4 b/packages/kbn-esql-ast/src/antlr/esql_parser.g4 index bae91675fbb02..5d243a504386c 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_parser.g4 +++ b/packages/kbn-esql-ast/src/antlr/esql_parser.g4 @@ -62,6 +62,7 @@ booleanExpression : NOT booleanExpression #logicalNot | valueExpression #booleanDefault | regexBooleanExpression #regexExpression + | matchBooleanExpression #matchExpression | left=booleanExpression operator=AND right=booleanExpression #logicalBinary | left=booleanExpression operator=OR right=booleanExpression #logicalBinary | valueExpression (NOT)? IN LP valueExpression (COMMA valueExpression)* RP #logicalIn @@ -73,6 +74,10 @@ regexBooleanExpression | valueExpression (NOT)? kind=RLIKE pattern=string ; +matchBooleanExpression + : qualifiedName MATCH queryString=string + ; + valueExpression : operatorExpression #valueExpressionDefault | left=operatorExpression comparisonOperator right=operatorExpression #comparison diff --git a/packages/kbn-esql-ast/src/antlr/esql_parser.interp b/packages/kbn-esql-ast/src/antlr/esql_parser.interp index 6c5edef9e98f0..b52db660b55ee 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_parser.interp +++ b/packages/kbn-esql-ast/src/antlr/esql_parser.interp @@ -42,11 +42,12 @@ null '.' 'false' 'first' -'last' -'(' 'in' 'is' +'last' 'like' +'(' +'match' 'not' 'null' 'nulls' @@ -169,11 +170,12 @@ DESC DOT FALSE FIRST -LAST -LP IN IS +LAST LIKE +LP +MATCH NOT NULL NULLS @@ -260,6 +262,7 @@ processingCommand whereCommand booleanExpression regexBooleanExpression +matchBooleanExpression valueExpression operatorExpression primaryExpression @@ -314,4 +317,4 @@ lookupCommand atn: -[4, 1, 124, 567, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 126, 8, 1, 10, 1, 12, 1, 129, 9, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 137, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 153, 8, 3, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 165, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 172, 8, 5, 10, 5, 12, 5, 175, 9, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 182, 8, 5, 1, 5, 1, 5, 3, 5, 186, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 194, 8, 5, 10, 5, 12, 5, 197, 9, 5, 1, 6, 1, 6, 3, 6, 201, 8, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 208, 8, 6, 1, 6, 1, 6, 1, 6, 3, 6, 213, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 220, 8, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 226, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 234, 8, 8, 10, 8, 12, 8, 237, 9, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 247, 8, 9, 1, 9, 1, 9, 1, 9, 5, 9, 252, 8, 9, 10, 9, 12, 9, 255, 9, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 263, 8, 10, 10, 10, 12, 10, 266, 9, 10, 3, 10, 268, 8, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 5, 13, 280, 8, 13, 10, 13, 12, 13, 283, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 290, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 5, 15, 296, 8, 15, 10, 15, 12, 15, 299, 9, 15, 1, 15, 3, 15, 302, 8, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 309, 8, 16, 1, 17, 1, 17, 1, 18, 1, 18, 1, 19, 1, 19, 3, 19, 317, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 323, 8, 20, 10, 20, 12, 20, 326, 9, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 336, 8, 22, 10, 22, 12, 22, 339, 9, 22, 1, 22, 3, 22, 342, 8, 22, 1, 22, 1, 22, 3, 22, 346, 8, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 353, 8, 24, 1, 24, 1, 24, 3, 24, 357, 8, 24, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 363, 8, 25, 1, 26, 1, 26, 1, 26, 5, 26, 368, 8, 26, 10, 26, 12, 26, 371, 9, 26, 1, 27, 1, 27, 1, 27, 5, 27, 376, 8, 27, 10, 27, 12, 27, 379, 9, 27, 1, 28, 1, 28, 1, 28, 5, 28, 384, 8, 28, 10, 28, 12, 28, 387, 9, 28, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 5, 31, 406, 8, 31, 10, 31, 12, 31, 409, 9, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 5, 31, 417, 8, 31, 10, 31, 12, 31, 420, 9, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 5, 31, 428, 8, 31, 10, 31, 12, 31, 431, 9, 31, 1, 31, 1, 31, 3, 31, 435, 8, 31, 1, 32, 1, 32, 3, 32, 439, 8, 32, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 5, 34, 448, 8, 34, 10, 34, 12, 34, 451, 9, 34, 1, 35, 1, 35, 3, 35, 455, 8, 35, 1, 35, 1, 35, 3, 35, 459, 8, 35, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 5, 38, 471, 8, 38, 10, 38, 12, 38, 474, 9, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 484, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 5, 43, 496, 8, 43, 10, 43, 12, 43, 499, 9, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 1, 46, 3, 46, 509, 8, 46, 1, 47, 3, 47, 512, 8, 47, 1, 47, 1, 47, 1, 48, 3, 48, 517, 8, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 542, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 548, 8, 55, 10, 55, 12, 55, 551, 9, 55, 3, 55, 553, 8, 55, 1, 56, 1, 56, 1, 56, 3, 56, 558, 8, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 0, 4, 2, 10, 16, 18, 58, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 0, 8, 1, 0, 63, 64, 1, 0, 65, 67, 2, 0, 25, 25, 30, 30, 1, 0, 71, 72, 2, 0, 35, 35, 39, 39, 1, 0, 42, 43, 2, 0, 41, 41, 55, 55, 2, 0, 56, 56, 58, 62, 592, 0, 116, 1, 0, 0, 0, 2, 119, 1, 0, 0, 0, 4, 136, 1, 0, 0, 0, 6, 152, 1, 0, 0, 0, 8, 154, 1, 0, 0, 0, 10, 185, 1, 0, 0, 0, 12, 212, 1, 0, 0, 0, 14, 219, 1, 0, 0, 0, 16, 225, 1, 0, 0, 0, 18, 246, 1, 0, 0, 0, 20, 256, 1, 0, 0, 0, 22, 271, 1, 0, 0, 0, 24, 273, 1, 0, 0, 0, 26, 276, 1, 0, 0, 0, 28, 289, 1, 0, 0, 0, 30, 291, 1, 0, 0, 0, 32, 308, 1, 0, 0, 0, 34, 310, 1, 0, 0, 0, 36, 312, 1, 0, 0, 0, 38, 316, 1, 0, 0, 0, 40, 318, 1, 0, 0, 0, 42, 327, 1, 0, 0, 0, 44, 331, 1, 0, 0, 0, 46, 347, 1, 0, 0, 0, 48, 350, 1, 0, 0, 0, 50, 358, 1, 0, 0, 0, 52, 364, 1, 0, 0, 0, 54, 372, 1, 0, 0, 0, 56, 380, 1, 0, 0, 0, 58, 388, 1, 0, 0, 0, 60, 390, 1, 0, 0, 0, 62, 434, 1, 0, 0, 0, 64, 438, 1, 0, 0, 0, 66, 440, 1, 0, 0, 0, 68, 443, 1, 0, 0, 0, 70, 452, 1, 0, 0, 0, 72, 460, 1, 0, 0, 0, 74, 463, 1, 0, 0, 0, 76, 466, 1, 0, 0, 0, 78, 475, 1, 0, 0, 0, 80, 479, 1, 0, 0, 0, 82, 485, 1, 0, 0, 0, 84, 489, 1, 0, 0, 0, 86, 492, 1, 0, 0, 0, 88, 500, 1, 0, 0, 0, 90, 504, 1, 0, 0, 0, 92, 508, 1, 0, 0, 0, 94, 511, 1, 0, 0, 0, 96, 516, 1, 0, 0, 0, 98, 520, 1, 0, 0, 0, 100, 522, 1, 0, 0, 0, 102, 524, 1, 0, 0, 0, 104, 527, 1, 0, 0, 0, 106, 531, 1, 0, 0, 0, 108, 534, 1, 0, 0, 0, 110, 537, 1, 0, 0, 0, 112, 557, 1, 0, 0, 0, 114, 561, 1, 0, 0, 0, 116, 117, 3, 2, 1, 0, 117, 118, 5, 0, 0, 1, 118, 1, 1, 0, 0, 0, 119, 120, 6, 1, -1, 0, 120, 121, 3, 4, 2, 0, 121, 127, 1, 0, 0, 0, 122, 123, 10, 1, 0, 0, 123, 124, 5, 29, 0, 0, 124, 126, 3, 6, 3, 0, 125, 122, 1, 0, 0, 0, 126, 129, 1, 0, 0, 0, 127, 125, 1, 0, 0, 0, 127, 128, 1, 0, 0, 0, 128, 3, 1, 0, 0, 0, 129, 127, 1, 0, 0, 0, 130, 137, 3, 102, 51, 0, 131, 137, 3, 30, 15, 0, 132, 137, 3, 24, 12, 0, 133, 137, 3, 44, 22, 0, 134, 137, 3, 106, 53, 0, 135, 137, 3, 108, 54, 0, 136, 130, 1, 0, 0, 0, 136, 131, 1, 0, 0, 0, 136, 132, 1, 0, 0, 0, 136, 133, 1, 0, 0, 0, 136, 134, 1, 0, 0, 0, 136, 135, 1, 0, 0, 0, 137, 5, 1, 0, 0, 0, 138, 153, 3, 46, 23, 0, 139, 153, 3, 50, 25, 0, 140, 153, 3, 66, 33, 0, 141, 153, 3, 114, 57, 0, 142, 153, 3, 72, 36, 0, 143, 153, 3, 68, 34, 0, 144, 153, 3, 48, 24, 0, 145, 153, 3, 8, 4, 0, 146, 153, 3, 74, 37, 0, 147, 153, 3, 76, 38, 0, 148, 153, 3, 80, 40, 0, 149, 153, 3, 82, 41, 0, 150, 153, 3, 110, 55, 0, 151, 153, 3, 84, 42, 0, 152, 138, 1, 0, 0, 0, 152, 139, 1, 0, 0, 0, 152, 140, 1, 0, 0, 0, 152, 141, 1, 0, 0, 0, 152, 142, 1, 0, 0, 0, 152, 143, 1, 0, 0, 0, 152, 144, 1, 0, 0, 0, 152, 145, 1, 0, 0, 0, 152, 146, 1, 0, 0, 0, 152, 147, 1, 0, 0, 0, 152, 148, 1, 0, 0, 0, 152, 149, 1, 0, 0, 0, 152, 150, 1, 0, 0, 0, 152, 151, 1, 0, 0, 0, 153, 7, 1, 0, 0, 0, 154, 155, 5, 20, 0, 0, 155, 156, 3, 10, 5, 0, 156, 9, 1, 0, 0, 0, 157, 158, 6, 5, -1, 0, 158, 159, 5, 48, 0, 0, 159, 186, 3, 10, 5, 7, 160, 186, 3, 14, 7, 0, 161, 186, 3, 12, 6, 0, 162, 164, 3, 14, 7, 0, 163, 165, 5, 48, 0, 0, 164, 163, 1, 0, 0, 0, 164, 165, 1, 0, 0, 0, 165, 166, 1, 0, 0, 0, 166, 167, 5, 45, 0, 0, 167, 168, 5, 44, 0, 0, 168, 173, 3, 14, 7, 0, 169, 170, 5, 38, 0, 0, 170, 172, 3, 14, 7, 0, 171, 169, 1, 0, 0, 0, 172, 175, 1, 0, 0, 0, 173, 171, 1, 0, 0, 0, 173, 174, 1, 0, 0, 0, 174, 176, 1, 0, 0, 0, 175, 173, 1, 0, 0, 0, 176, 177, 5, 54, 0, 0, 177, 186, 1, 0, 0, 0, 178, 179, 3, 14, 7, 0, 179, 181, 5, 46, 0, 0, 180, 182, 5, 48, 0, 0, 181, 180, 1, 0, 0, 0, 181, 182, 1, 0, 0, 0, 182, 183, 1, 0, 0, 0, 183, 184, 5, 49, 0, 0, 184, 186, 1, 0, 0, 0, 185, 157, 1, 0, 0, 0, 185, 160, 1, 0, 0, 0, 185, 161, 1, 0, 0, 0, 185, 162, 1, 0, 0, 0, 185, 178, 1, 0, 0, 0, 186, 195, 1, 0, 0, 0, 187, 188, 10, 4, 0, 0, 188, 189, 5, 34, 0, 0, 189, 194, 3, 10, 5, 5, 190, 191, 10, 3, 0, 0, 191, 192, 5, 51, 0, 0, 192, 194, 3, 10, 5, 4, 193, 187, 1, 0, 0, 0, 193, 190, 1, 0, 0, 0, 194, 197, 1, 0, 0, 0, 195, 193, 1, 0, 0, 0, 195, 196, 1, 0, 0, 0, 196, 11, 1, 0, 0, 0, 197, 195, 1, 0, 0, 0, 198, 200, 3, 14, 7, 0, 199, 201, 5, 48, 0, 0, 200, 199, 1, 0, 0, 0, 200, 201, 1, 0, 0, 0, 201, 202, 1, 0, 0, 0, 202, 203, 5, 47, 0, 0, 203, 204, 3, 98, 49, 0, 204, 213, 1, 0, 0, 0, 205, 207, 3, 14, 7, 0, 206, 208, 5, 48, 0, 0, 207, 206, 1, 0, 0, 0, 207, 208, 1, 0, 0, 0, 208, 209, 1, 0, 0, 0, 209, 210, 5, 53, 0, 0, 210, 211, 3, 98, 49, 0, 211, 213, 1, 0, 0, 0, 212, 198, 1, 0, 0, 0, 212, 205, 1, 0, 0, 0, 213, 13, 1, 0, 0, 0, 214, 220, 3, 16, 8, 0, 215, 216, 3, 16, 8, 0, 216, 217, 3, 100, 50, 0, 217, 218, 3, 16, 8, 0, 218, 220, 1, 0, 0, 0, 219, 214, 1, 0, 0, 0, 219, 215, 1, 0, 0, 0, 220, 15, 1, 0, 0, 0, 221, 222, 6, 8, -1, 0, 222, 226, 3, 18, 9, 0, 223, 224, 7, 0, 0, 0, 224, 226, 3, 16, 8, 3, 225, 221, 1, 0, 0, 0, 225, 223, 1, 0, 0, 0, 226, 235, 1, 0, 0, 0, 227, 228, 10, 2, 0, 0, 228, 229, 7, 1, 0, 0, 229, 234, 3, 16, 8, 3, 230, 231, 10, 1, 0, 0, 231, 232, 7, 0, 0, 0, 232, 234, 3, 16, 8, 2, 233, 227, 1, 0, 0, 0, 233, 230, 1, 0, 0, 0, 234, 237, 1, 0, 0, 0, 235, 233, 1, 0, 0, 0, 235, 236, 1, 0, 0, 0, 236, 17, 1, 0, 0, 0, 237, 235, 1, 0, 0, 0, 238, 239, 6, 9, -1, 0, 239, 247, 3, 62, 31, 0, 240, 247, 3, 52, 26, 0, 241, 247, 3, 20, 10, 0, 242, 243, 5, 44, 0, 0, 243, 244, 3, 10, 5, 0, 244, 245, 5, 54, 0, 0, 245, 247, 1, 0, 0, 0, 246, 238, 1, 0, 0, 0, 246, 240, 1, 0, 0, 0, 246, 241, 1, 0, 0, 0, 246, 242, 1, 0, 0, 0, 247, 253, 1, 0, 0, 0, 248, 249, 10, 1, 0, 0, 249, 250, 5, 37, 0, 0, 250, 252, 3, 22, 11, 0, 251, 248, 1, 0, 0, 0, 252, 255, 1, 0, 0, 0, 253, 251, 1, 0, 0, 0, 253, 254, 1, 0, 0, 0, 254, 19, 1, 0, 0, 0, 255, 253, 1, 0, 0, 0, 256, 257, 3, 58, 29, 0, 257, 267, 5, 44, 0, 0, 258, 268, 5, 65, 0, 0, 259, 264, 3, 10, 5, 0, 260, 261, 5, 38, 0, 0, 261, 263, 3, 10, 5, 0, 262, 260, 1, 0, 0, 0, 263, 266, 1, 0, 0, 0, 264, 262, 1, 0, 0, 0, 264, 265, 1, 0, 0, 0, 265, 268, 1, 0, 0, 0, 266, 264, 1, 0, 0, 0, 267, 258, 1, 0, 0, 0, 267, 259, 1, 0, 0, 0, 267, 268, 1, 0, 0, 0, 268, 269, 1, 0, 0, 0, 269, 270, 5, 54, 0, 0, 270, 21, 1, 0, 0, 0, 271, 272, 3, 58, 29, 0, 272, 23, 1, 0, 0, 0, 273, 274, 5, 16, 0, 0, 274, 275, 3, 26, 13, 0, 275, 25, 1, 0, 0, 0, 276, 281, 3, 28, 14, 0, 277, 278, 5, 38, 0, 0, 278, 280, 3, 28, 14, 0, 279, 277, 1, 0, 0, 0, 280, 283, 1, 0, 0, 0, 281, 279, 1, 0, 0, 0, 281, 282, 1, 0, 0, 0, 282, 27, 1, 0, 0, 0, 283, 281, 1, 0, 0, 0, 284, 290, 3, 10, 5, 0, 285, 286, 3, 52, 26, 0, 286, 287, 5, 36, 0, 0, 287, 288, 3, 10, 5, 0, 288, 290, 1, 0, 0, 0, 289, 284, 1, 0, 0, 0, 289, 285, 1, 0, 0, 0, 290, 29, 1, 0, 0, 0, 291, 292, 5, 6, 0, 0, 292, 297, 3, 32, 16, 0, 293, 294, 5, 38, 0, 0, 294, 296, 3, 32, 16, 0, 295, 293, 1, 0, 0, 0, 296, 299, 1, 0, 0, 0, 297, 295, 1, 0, 0, 0, 297, 298, 1, 0, 0, 0, 298, 301, 1, 0, 0, 0, 299, 297, 1, 0, 0, 0, 300, 302, 3, 38, 19, 0, 301, 300, 1, 0, 0, 0, 301, 302, 1, 0, 0, 0, 302, 31, 1, 0, 0, 0, 303, 304, 3, 34, 17, 0, 304, 305, 5, 114, 0, 0, 305, 306, 3, 36, 18, 0, 306, 309, 1, 0, 0, 0, 307, 309, 3, 36, 18, 0, 308, 303, 1, 0, 0, 0, 308, 307, 1, 0, 0, 0, 309, 33, 1, 0, 0, 0, 310, 311, 5, 25, 0, 0, 311, 35, 1, 0, 0, 0, 312, 313, 7, 2, 0, 0, 313, 37, 1, 0, 0, 0, 314, 317, 3, 40, 20, 0, 315, 317, 3, 42, 21, 0, 316, 314, 1, 0, 0, 0, 316, 315, 1, 0, 0, 0, 317, 39, 1, 0, 0, 0, 318, 319, 5, 76, 0, 0, 319, 324, 5, 25, 0, 0, 320, 321, 5, 38, 0, 0, 321, 323, 5, 25, 0, 0, 322, 320, 1, 0, 0, 0, 323, 326, 1, 0, 0, 0, 324, 322, 1, 0, 0, 0, 324, 325, 1, 0, 0, 0, 325, 41, 1, 0, 0, 0, 326, 324, 1, 0, 0, 0, 327, 328, 5, 69, 0, 0, 328, 329, 3, 40, 20, 0, 329, 330, 5, 70, 0, 0, 330, 43, 1, 0, 0, 0, 331, 332, 5, 13, 0, 0, 332, 337, 3, 32, 16, 0, 333, 334, 5, 38, 0, 0, 334, 336, 3, 32, 16, 0, 335, 333, 1, 0, 0, 0, 336, 339, 1, 0, 0, 0, 337, 335, 1, 0, 0, 0, 337, 338, 1, 0, 0, 0, 338, 341, 1, 0, 0, 0, 339, 337, 1, 0, 0, 0, 340, 342, 3, 26, 13, 0, 341, 340, 1, 0, 0, 0, 341, 342, 1, 0, 0, 0, 342, 345, 1, 0, 0, 0, 343, 344, 5, 33, 0, 0, 344, 346, 3, 26, 13, 0, 345, 343, 1, 0, 0, 0, 345, 346, 1, 0, 0, 0, 346, 45, 1, 0, 0, 0, 347, 348, 5, 4, 0, 0, 348, 349, 3, 26, 13, 0, 349, 47, 1, 0, 0, 0, 350, 352, 5, 19, 0, 0, 351, 353, 3, 26, 13, 0, 352, 351, 1, 0, 0, 0, 352, 353, 1, 0, 0, 0, 353, 356, 1, 0, 0, 0, 354, 355, 5, 33, 0, 0, 355, 357, 3, 26, 13, 0, 356, 354, 1, 0, 0, 0, 356, 357, 1, 0, 0, 0, 357, 49, 1, 0, 0, 0, 358, 359, 5, 8, 0, 0, 359, 362, 3, 26, 13, 0, 360, 361, 5, 33, 0, 0, 361, 363, 3, 26, 13, 0, 362, 360, 1, 0, 0, 0, 362, 363, 1, 0, 0, 0, 363, 51, 1, 0, 0, 0, 364, 369, 3, 58, 29, 0, 365, 366, 5, 40, 0, 0, 366, 368, 3, 58, 29, 0, 367, 365, 1, 0, 0, 0, 368, 371, 1, 0, 0, 0, 369, 367, 1, 0, 0, 0, 369, 370, 1, 0, 0, 0, 370, 53, 1, 0, 0, 0, 371, 369, 1, 0, 0, 0, 372, 377, 3, 60, 30, 0, 373, 374, 5, 40, 0, 0, 374, 376, 3, 60, 30, 0, 375, 373, 1, 0, 0, 0, 376, 379, 1, 0, 0, 0, 377, 375, 1, 0, 0, 0, 377, 378, 1, 0, 0, 0, 378, 55, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 380, 385, 3, 54, 27, 0, 381, 382, 5, 38, 0, 0, 382, 384, 3, 54, 27, 0, 383, 381, 1, 0, 0, 0, 384, 387, 1, 0, 0, 0, 385, 383, 1, 0, 0, 0, 385, 386, 1, 0, 0, 0, 386, 57, 1, 0, 0, 0, 387, 385, 1, 0, 0, 0, 388, 389, 7, 3, 0, 0, 389, 59, 1, 0, 0, 0, 390, 391, 5, 80, 0, 0, 391, 61, 1, 0, 0, 0, 392, 435, 5, 49, 0, 0, 393, 394, 3, 96, 48, 0, 394, 395, 5, 71, 0, 0, 395, 435, 1, 0, 0, 0, 396, 435, 3, 94, 47, 0, 397, 435, 3, 96, 48, 0, 398, 435, 3, 90, 45, 0, 399, 435, 3, 64, 32, 0, 400, 435, 3, 98, 49, 0, 401, 402, 5, 69, 0, 0, 402, 407, 3, 92, 46, 0, 403, 404, 5, 38, 0, 0, 404, 406, 3, 92, 46, 0, 405, 403, 1, 0, 0, 0, 406, 409, 1, 0, 0, 0, 407, 405, 1, 0, 0, 0, 407, 408, 1, 0, 0, 0, 408, 410, 1, 0, 0, 0, 409, 407, 1, 0, 0, 0, 410, 411, 5, 70, 0, 0, 411, 435, 1, 0, 0, 0, 412, 413, 5, 69, 0, 0, 413, 418, 3, 90, 45, 0, 414, 415, 5, 38, 0, 0, 415, 417, 3, 90, 45, 0, 416, 414, 1, 0, 0, 0, 417, 420, 1, 0, 0, 0, 418, 416, 1, 0, 0, 0, 418, 419, 1, 0, 0, 0, 419, 421, 1, 0, 0, 0, 420, 418, 1, 0, 0, 0, 421, 422, 5, 70, 0, 0, 422, 435, 1, 0, 0, 0, 423, 424, 5, 69, 0, 0, 424, 429, 3, 98, 49, 0, 425, 426, 5, 38, 0, 0, 426, 428, 3, 98, 49, 0, 427, 425, 1, 0, 0, 0, 428, 431, 1, 0, 0, 0, 429, 427, 1, 0, 0, 0, 429, 430, 1, 0, 0, 0, 430, 432, 1, 0, 0, 0, 431, 429, 1, 0, 0, 0, 432, 433, 5, 70, 0, 0, 433, 435, 1, 0, 0, 0, 434, 392, 1, 0, 0, 0, 434, 393, 1, 0, 0, 0, 434, 396, 1, 0, 0, 0, 434, 397, 1, 0, 0, 0, 434, 398, 1, 0, 0, 0, 434, 399, 1, 0, 0, 0, 434, 400, 1, 0, 0, 0, 434, 401, 1, 0, 0, 0, 434, 412, 1, 0, 0, 0, 434, 423, 1, 0, 0, 0, 435, 63, 1, 0, 0, 0, 436, 439, 5, 52, 0, 0, 437, 439, 5, 68, 0, 0, 438, 436, 1, 0, 0, 0, 438, 437, 1, 0, 0, 0, 439, 65, 1, 0, 0, 0, 440, 441, 5, 10, 0, 0, 441, 442, 5, 31, 0, 0, 442, 67, 1, 0, 0, 0, 443, 444, 5, 18, 0, 0, 444, 449, 3, 70, 35, 0, 445, 446, 5, 38, 0, 0, 446, 448, 3, 70, 35, 0, 447, 445, 1, 0, 0, 0, 448, 451, 1, 0, 0, 0, 449, 447, 1, 0, 0, 0, 449, 450, 1, 0, 0, 0, 450, 69, 1, 0, 0, 0, 451, 449, 1, 0, 0, 0, 452, 454, 3, 10, 5, 0, 453, 455, 7, 4, 0, 0, 454, 453, 1, 0, 0, 0, 454, 455, 1, 0, 0, 0, 455, 458, 1, 0, 0, 0, 456, 457, 5, 50, 0, 0, 457, 459, 7, 5, 0, 0, 458, 456, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 71, 1, 0, 0, 0, 460, 461, 5, 9, 0, 0, 461, 462, 3, 56, 28, 0, 462, 73, 1, 0, 0, 0, 463, 464, 5, 2, 0, 0, 464, 465, 3, 56, 28, 0, 465, 75, 1, 0, 0, 0, 466, 467, 5, 15, 0, 0, 467, 472, 3, 78, 39, 0, 468, 469, 5, 38, 0, 0, 469, 471, 3, 78, 39, 0, 470, 468, 1, 0, 0, 0, 471, 474, 1, 0, 0, 0, 472, 470, 1, 0, 0, 0, 472, 473, 1, 0, 0, 0, 473, 77, 1, 0, 0, 0, 474, 472, 1, 0, 0, 0, 475, 476, 3, 54, 27, 0, 476, 477, 5, 84, 0, 0, 477, 478, 3, 54, 27, 0, 478, 79, 1, 0, 0, 0, 479, 480, 5, 1, 0, 0, 480, 481, 3, 18, 9, 0, 481, 483, 3, 98, 49, 0, 482, 484, 3, 86, 43, 0, 483, 482, 1, 0, 0, 0, 483, 484, 1, 0, 0, 0, 484, 81, 1, 0, 0, 0, 485, 486, 5, 7, 0, 0, 486, 487, 3, 18, 9, 0, 487, 488, 3, 98, 49, 0, 488, 83, 1, 0, 0, 0, 489, 490, 5, 14, 0, 0, 490, 491, 3, 52, 26, 0, 491, 85, 1, 0, 0, 0, 492, 497, 3, 88, 44, 0, 493, 494, 5, 38, 0, 0, 494, 496, 3, 88, 44, 0, 495, 493, 1, 0, 0, 0, 496, 499, 1, 0, 0, 0, 497, 495, 1, 0, 0, 0, 497, 498, 1, 0, 0, 0, 498, 87, 1, 0, 0, 0, 499, 497, 1, 0, 0, 0, 500, 501, 3, 58, 29, 0, 501, 502, 5, 36, 0, 0, 502, 503, 3, 62, 31, 0, 503, 89, 1, 0, 0, 0, 504, 505, 7, 6, 0, 0, 505, 91, 1, 0, 0, 0, 506, 509, 3, 94, 47, 0, 507, 509, 3, 96, 48, 0, 508, 506, 1, 0, 0, 0, 508, 507, 1, 0, 0, 0, 509, 93, 1, 0, 0, 0, 510, 512, 7, 0, 0, 0, 511, 510, 1, 0, 0, 0, 511, 512, 1, 0, 0, 0, 512, 513, 1, 0, 0, 0, 513, 514, 5, 32, 0, 0, 514, 95, 1, 0, 0, 0, 515, 517, 7, 0, 0, 0, 516, 515, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 518, 1, 0, 0, 0, 518, 519, 5, 31, 0, 0, 519, 97, 1, 0, 0, 0, 520, 521, 5, 30, 0, 0, 521, 99, 1, 0, 0, 0, 522, 523, 7, 7, 0, 0, 523, 101, 1, 0, 0, 0, 524, 525, 5, 5, 0, 0, 525, 526, 3, 104, 52, 0, 526, 103, 1, 0, 0, 0, 527, 528, 5, 69, 0, 0, 528, 529, 3, 2, 1, 0, 529, 530, 5, 70, 0, 0, 530, 105, 1, 0, 0, 0, 531, 532, 5, 17, 0, 0, 532, 533, 5, 106, 0, 0, 533, 107, 1, 0, 0, 0, 534, 535, 5, 12, 0, 0, 535, 536, 5, 110, 0, 0, 536, 109, 1, 0, 0, 0, 537, 538, 5, 3, 0, 0, 538, 541, 5, 90, 0, 0, 539, 540, 5, 88, 0, 0, 540, 542, 3, 54, 27, 0, 541, 539, 1, 0, 0, 0, 541, 542, 1, 0, 0, 0, 542, 552, 1, 0, 0, 0, 543, 544, 5, 89, 0, 0, 544, 549, 3, 112, 56, 0, 545, 546, 5, 38, 0, 0, 546, 548, 3, 112, 56, 0, 547, 545, 1, 0, 0, 0, 548, 551, 1, 0, 0, 0, 549, 547, 1, 0, 0, 0, 549, 550, 1, 0, 0, 0, 550, 553, 1, 0, 0, 0, 551, 549, 1, 0, 0, 0, 552, 543, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 111, 1, 0, 0, 0, 554, 555, 3, 54, 27, 0, 555, 556, 5, 36, 0, 0, 556, 558, 1, 0, 0, 0, 557, 554, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 559, 1, 0, 0, 0, 559, 560, 3, 54, 27, 0, 560, 113, 1, 0, 0, 0, 561, 562, 5, 11, 0, 0, 562, 563, 3, 32, 16, 0, 563, 564, 5, 88, 0, 0, 564, 565, 3, 56, 28, 0, 565, 115, 1, 0, 0, 0, 54, 127, 136, 152, 164, 173, 181, 185, 193, 195, 200, 207, 212, 219, 225, 233, 235, 246, 253, 264, 267, 281, 289, 297, 301, 308, 316, 324, 337, 341, 345, 352, 356, 362, 369, 377, 385, 407, 418, 429, 434, 438, 449, 454, 458, 472, 483, 497, 508, 511, 516, 541, 549, 552, 557] \ No newline at end of file +[4, 1, 125, 574, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 128, 8, 1, 10, 1, 12, 1, 131, 9, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 139, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 155, 8, 3, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 168, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 175, 8, 5, 10, 5, 12, 5, 178, 9, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 185, 8, 5, 1, 5, 1, 5, 3, 5, 189, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 197, 8, 5, 10, 5, 12, 5, 200, 9, 5, 1, 6, 1, 6, 3, 6, 204, 8, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 211, 8, 6, 1, 6, 1, 6, 1, 6, 3, 6, 216, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 227, 8, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 233, 8, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 5, 9, 241, 8, 9, 10, 9, 12, 9, 244, 9, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 254, 8, 10, 1, 10, 1, 10, 1, 10, 5, 10, 259, 8, 10, 10, 10, 12, 10, 262, 9, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 270, 8, 11, 10, 11, 12, 11, 273, 9, 11, 3, 11, 275, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 5, 14, 287, 8, 14, 10, 14, 12, 14, 290, 9, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 297, 8, 15, 1, 16, 1, 16, 1, 16, 1, 16, 5, 16, 303, 8, 16, 10, 16, 12, 16, 306, 9, 16, 1, 16, 3, 16, 309, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 316, 8, 17, 1, 18, 1, 18, 1, 19, 1, 19, 1, 20, 1, 20, 3, 20, 324, 8, 20, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 330, 8, 21, 10, 21, 12, 21, 333, 9, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 5, 23, 343, 8, 23, 10, 23, 12, 23, 346, 9, 23, 1, 23, 3, 23, 349, 8, 23, 1, 23, 1, 23, 3, 23, 353, 8, 23, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 3, 25, 360, 8, 25, 1, 25, 1, 25, 3, 25, 364, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 370, 8, 26, 1, 27, 1, 27, 1, 27, 5, 27, 375, 8, 27, 10, 27, 12, 27, 378, 9, 27, 1, 28, 1, 28, 1, 28, 5, 28, 383, 8, 28, 10, 28, 12, 28, 386, 9, 28, 1, 29, 1, 29, 1, 29, 5, 29, 391, 8, 29, 10, 29, 12, 29, 394, 9, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 413, 8, 32, 10, 32, 12, 32, 416, 9, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 424, 8, 32, 10, 32, 12, 32, 427, 9, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 435, 8, 32, 10, 32, 12, 32, 438, 9, 32, 1, 32, 1, 32, 3, 32, 442, 8, 32, 1, 33, 1, 33, 3, 33, 446, 8, 33, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 455, 8, 35, 10, 35, 12, 35, 458, 9, 35, 1, 36, 1, 36, 3, 36, 462, 8, 36, 1, 36, 1, 36, 3, 36, 466, 8, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 5, 39, 478, 8, 39, 10, 39, 12, 39, 481, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 491, 8, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 5, 44, 503, 8, 44, 10, 44, 12, 44, 506, 9, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 47, 1, 47, 3, 47, 516, 8, 47, 1, 48, 3, 48, 519, 8, 48, 1, 48, 1, 48, 1, 49, 3, 49, 524, 8, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 549, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 555, 8, 56, 10, 56, 12, 56, 558, 9, 56, 3, 56, 560, 8, 56, 1, 57, 1, 57, 1, 57, 3, 57, 565, 8, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 0, 4, 2, 10, 18, 20, 59, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 0, 8, 1, 0, 64, 65, 1, 0, 66, 68, 2, 0, 25, 25, 30, 30, 1, 0, 72, 73, 2, 0, 35, 35, 39, 39, 2, 0, 42, 42, 45, 45, 2, 0, 41, 41, 56, 56, 2, 0, 57, 57, 59, 63, 599, 0, 118, 1, 0, 0, 0, 2, 121, 1, 0, 0, 0, 4, 138, 1, 0, 0, 0, 6, 154, 1, 0, 0, 0, 8, 156, 1, 0, 0, 0, 10, 188, 1, 0, 0, 0, 12, 215, 1, 0, 0, 0, 14, 217, 1, 0, 0, 0, 16, 226, 1, 0, 0, 0, 18, 232, 1, 0, 0, 0, 20, 253, 1, 0, 0, 0, 22, 263, 1, 0, 0, 0, 24, 278, 1, 0, 0, 0, 26, 280, 1, 0, 0, 0, 28, 283, 1, 0, 0, 0, 30, 296, 1, 0, 0, 0, 32, 298, 1, 0, 0, 0, 34, 315, 1, 0, 0, 0, 36, 317, 1, 0, 0, 0, 38, 319, 1, 0, 0, 0, 40, 323, 1, 0, 0, 0, 42, 325, 1, 0, 0, 0, 44, 334, 1, 0, 0, 0, 46, 338, 1, 0, 0, 0, 48, 354, 1, 0, 0, 0, 50, 357, 1, 0, 0, 0, 52, 365, 1, 0, 0, 0, 54, 371, 1, 0, 0, 0, 56, 379, 1, 0, 0, 0, 58, 387, 1, 0, 0, 0, 60, 395, 1, 0, 0, 0, 62, 397, 1, 0, 0, 0, 64, 441, 1, 0, 0, 0, 66, 445, 1, 0, 0, 0, 68, 447, 1, 0, 0, 0, 70, 450, 1, 0, 0, 0, 72, 459, 1, 0, 0, 0, 74, 467, 1, 0, 0, 0, 76, 470, 1, 0, 0, 0, 78, 473, 1, 0, 0, 0, 80, 482, 1, 0, 0, 0, 82, 486, 1, 0, 0, 0, 84, 492, 1, 0, 0, 0, 86, 496, 1, 0, 0, 0, 88, 499, 1, 0, 0, 0, 90, 507, 1, 0, 0, 0, 92, 511, 1, 0, 0, 0, 94, 515, 1, 0, 0, 0, 96, 518, 1, 0, 0, 0, 98, 523, 1, 0, 0, 0, 100, 527, 1, 0, 0, 0, 102, 529, 1, 0, 0, 0, 104, 531, 1, 0, 0, 0, 106, 534, 1, 0, 0, 0, 108, 538, 1, 0, 0, 0, 110, 541, 1, 0, 0, 0, 112, 544, 1, 0, 0, 0, 114, 564, 1, 0, 0, 0, 116, 568, 1, 0, 0, 0, 118, 119, 3, 2, 1, 0, 119, 120, 5, 0, 0, 1, 120, 1, 1, 0, 0, 0, 121, 122, 6, 1, -1, 0, 122, 123, 3, 4, 2, 0, 123, 129, 1, 0, 0, 0, 124, 125, 10, 1, 0, 0, 125, 126, 5, 29, 0, 0, 126, 128, 3, 6, 3, 0, 127, 124, 1, 0, 0, 0, 128, 131, 1, 0, 0, 0, 129, 127, 1, 0, 0, 0, 129, 130, 1, 0, 0, 0, 130, 3, 1, 0, 0, 0, 131, 129, 1, 0, 0, 0, 132, 139, 3, 104, 52, 0, 133, 139, 3, 32, 16, 0, 134, 139, 3, 26, 13, 0, 135, 139, 3, 46, 23, 0, 136, 139, 3, 108, 54, 0, 137, 139, 3, 110, 55, 0, 138, 132, 1, 0, 0, 0, 138, 133, 1, 0, 0, 0, 138, 134, 1, 0, 0, 0, 138, 135, 1, 0, 0, 0, 138, 136, 1, 0, 0, 0, 138, 137, 1, 0, 0, 0, 139, 5, 1, 0, 0, 0, 140, 155, 3, 48, 24, 0, 141, 155, 3, 52, 26, 0, 142, 155, 3, 68, 34, 0, 143, 155, 3, 116, 58, 0, 144, 155, 3, 74, 37, 0, 145, 155, 3, 70, 35, 0, 146, 155, 3, 50, 25, 0, 147, 155, 3, 8, 4, 0, 148, 155, 3, 76, 38, 0, 149, 155, 3, 78, 39, 0, 150, 155, 3, 82, 41, 0, 151, 155, 3, 84, 42, 0, 152, 155, 3, 112, 56, 0, 153, 155, 3, 86, 43, 0, 154, 140, 1, 0, 0, 0, 154, 141, 1, 0, 0, 0, 154, 142, 1, 0, 0, 0, 154, 143, 1, 0, 0, 0, 154, 144, 1, 0, 0, 0, 154, 145, 1, 0, 0, 0, 154, 146, 1, 0, 0, 0, 154, 147, 1, 0, 0, 0, 154, 148, 1, 0, 0, 0, 154, 149, 1, 0, 0, 0, 154, 150, 1, 0, 0, 0, 154, 151, 1, 0, 0, 0, 154, 152, 1, 0, 0, 0, 154, 153, 1, 0, 0, 0, 155, 7, 1, 0, 0, 0, 156, 157, 5, 20, 0, 0, 157, 158, 3, 10, 5, 0, 158, 9, 1, 0, 0, 0, 159, 160, 6, 5, -1, 0, 160, 161, 5, 49, 0, 0, 161, 189, 3, 10, 5, 8, 162, 189, 3, 16, 8, 0, 163, 189, 3, 12, 6, 0, 164, 189, 3, 14, 7, 0, 165, 167, 3, 16, 8, 0, 166, 168, 5, 49, 0, 0, 167, 166, 1, 0, 0, 0, 167, 168, 1, 0, 0, 0, 168, 169, 1, 0, 0, 0, 169, 170, 5, 43, 0, 0, 170, 171, 5, 47, 0, 0, 171, 176, 3, 16, 8, 0, 172, 173, 5, 38, 0, 0, 173, 175, 3, 16, 8, 0, 174, 172, 1, 0, 0, 0, 175, 178, 1, 0, 0, 0, 176, 174, 1, 0, 0, 0, 176, 177, 1, 0, 0, 0, 177, 179, 1, 0, 0, 0, 178, 176, 1, 0, 0, 0, 179, 180, 5, 55, 0, 0, 180, 189, 1, 0, 0, 0, 181, 182, 3, 16, 8, 0, 182, 184, 5, 44, 0, 0, 183, 185, 5, 49, 0, 0, 184, 183, 1, 0, 0, 0, 184, 185, 1, 0, 0, 0, 185, 186, 1, 0, 0, 0, 186, 187, 5, 50, 0, 0, 187, 189, 1, 0, 0, 0, 188, 159, 1, 0, 0, 0, 188, 162, 1, 0, 0, 0, 188, 163, 1, 0, 0, 0, 188, 164, 1, 0, 0, 0, 188, 165, 1, 0, 0, 0, 188, 181, 1, 0, 0, 0, 189, 198, 1, 0, 0, 0, 190, 191, 10, 4, 0, 0, 191, 192, 5, 34, 0, 0, 192, 197, 3, 10, 5, 5, 193, 194, 10, 3, 0, 0, 194, 195, 5, 52, 0, 0, 195, 197, 3, 10, 5, 4, 196, 190, 1, 0, 0, 0, 196, 193, 1, 0, 0, 0, 197, 200, 1, 0, 0, 0, 198, 196, 1, 0, 0, 0, 198, 199, 1, 0, 0, 0, 199, 11, 1, 0, 0, 0, 200, 198, 1, 0, 0, 0, 201, 203, 3, 16, 8, 0, 202, 204, 5, 49, 0, 0, 203, 202, 1, 0, 0, 0, 203, 204, 1, 0, 0, 0, 204, 205, 1, 0, 0, 0, 205, 206, 5, 46, 0, 0, 206, 207, 3, 100, 50, 0, 207, 216, 1, 0, 0, 0, 208, 210, 3, 16, 8, 0, 209, 211, 5, 49, 0, 0, 210, 209, 1, 0, 0, 0, 210, 211, 1, 0, 0, 0, 211, 212, 1, 0, 0, 0, 212, 213, 5, 54, 0, 0, 213, 214, 3, 100, 50, 0, 214, 216, 1, 0, 0, 0, 215, 201, 1, 0, 0, 0, 215, 208, 1, 0, 0, 0, 216, 13, 1, 0, 0, 0, 217, 218, 3, 54, 27, 0, 218, 219, 5, 48, 0, 0, 219, 220, 3, 100, 50, 0, 220, 15, 1, 0, 0, 0, 221, 227, 3, 18, 9, 0, 222, 223, 3, 18, 9, 0, 223, 224, 3, 102, 51, 0, 224, 225, 3, 18, 9, 0, 225, 227, 1, 0, 0, 0, 226, 221, 1, 0, 0, 0, 226, 222, 1, 0, 0, 0, 227, 17, 1, 0, 0, 0, 228, 229, 6, 9, -1, 0, 229, 233, 3, 20, 10, 0, 230, 231, 7, 0, 0, 0, 231, 233, 3, 18, 9, 3, 232, 228, 1, 0, 0, 0, 232, 230, 1, 0, 0, 0, 233, 242, 1, 0, 0, 0, 234, 235, 10, 2, 0, 0, 235, 236, 7, 1, 0, 0, 236, 241, 3, 18, 9, 3, 237, 238, 10, 1, 0, 0, 238, 239, 7, 0, 0, 0, 239, 241, 3, 18, 9, 2, 240, 234, 1, 0, 0, 0, 240, 237, 1, 0, 0, 0, 241, 244, 1, 0, 0, 0, 242, 240, 1, 0, 0, 0, 242, 243, 1, 0, 0, 0, 243, 19, 1, 0, 0, 0, 244, 242, 1, 0, 0, 0, 245, 246, 6, 10, -1, 0, 246, 254, 3, 64, 32, 0, 247, 254, 3, 54, 27, 0, 248, 254, 3, 22, 11, 0, 249, 250, 5, 47, 0, 0, 250, 251, 3, 10, 5, 0, 251, 252, 5, 55, 0, 0, 252, 254, 1, 0, 0, 0, 253, 245, 1, 0, 0, 0, 253, 247, 1, 0, 0, 0, 253, 248, 1, 0, 0, 0, 253, 249, 1, 0, 0, 0, 254, 260, 1, 0, 0, 0, 255, 256, 10, 1, 0, 0, 256, 257, 5, 37, 0, 0, 257, 259, 3, 24, 12, 0, 258, 255, 1, 0, 0, 0, 259, 262, 1, 0, 0, 0, 260, 258, 1, 0, 0, 0, 260, 261, 1, 0, 0, 0, 261, 21, 1, 0, 0, 0, 262, 260, 1, 0, 0, 0, 263, 264, 3, 60, 30, 0, 264, 274, 5, 47, 0, 0, 265, 275, 5, 66, 0, 0, 266, 271, 3, 10, 5, 0, 267, 268, 5, 38, 0, 0, 268, 270, 3, 10, 5, 0, 269, 267, 1, 0, 0, 0, 270, 273, 1, 0, 0, 0, 271, 269, 1, 0, 0, 0, 271, 272, 1, 0, 0, 0, 272, 275, 1, 0, 0, 0, 273, 271, 1, 0, 0, 0, 274, 265, 1, 0, 0, 0, 274, 266, 1, 0, 0, 0, 274, 275, 1, 0, 0, 0, 275, 276, 1, 0, 0, 0, 276, 277, 5, 55, 0, 0, 277, 23, 1, 0, 0, 0, 278, 279, 3, 60, 30, 0, 279, 25, 1, 0, 0, 0, 280, 281, 5, 16, 0, 0, 281, 282, 3, 28, 14, 0, 282, 27, 1, 0, 0, 0, 283, 288, 3, 30, 15, 0, 284, 285, 5, 38, 0, 0, 285, 287, 3, 30, 15, 0, 286, 284, 1, 0, 0, 0, 287, 290, 1, 0, 0, 0, 288, 286, 1, 0, 0, 0, 288, 289, 1, 0, 0, 0, 289, 29, 1, 0, 0, 0, 290, 288, 1, 0, 0, 0, 291, 297, 3, 10, 5, 0, 292, 293, 3, 54, 27, 0, 293, 294, 5, 36, 0, 0, 294, 295, 3, 10, 5, 0, 295, 297, 1, 0, 0, 0, 296, 291, 1, 0, 0, 0, 296, 292, 1, 0, 0, 0, 297, 31, 1, 0, 0, 0, 298, 299, 5, 6, 0, 0, 299, 304, 3, 34, 17, 0, 300, 301, 5, 38, 0, 0, 301, 303, 3, 34, 17, 0, 302, 300, 1, 0, 0, 0, 303, 306, 1, 0, 0, 0, 304, 302, 1, 0, 0, 0, 304, 305, 1, 0, 0, 0, 305, 308, 1, 0, 0, 0, 306, 304, 1, 0, 0, 0, 307, 309, 3, 40, 20, 0, 308, 307, 1, 0, 0, 0, 308, 309, 1, 0, 0, 0, 309, 33, 1, 0, 0, 0, 310, 311, 3, 36, 18, 0, 311, 312, 5, 115, 0, 0, 312, 313, 3, 38, 19, 0, 313, 316, 1, 0, 0, 0, 314, 316, 3, 38, 19, 0, 315, 310, 1, 0, 0, 0, 315, 314, 1, 0, 0, 0, 316, 35, 1, 0, 0, 0, 317, 318, 5, 25, 0, 0, 318, 37, 1, 0, 0, 0, 319, 320, 7, 2, 0, 0, 320, 39, 1, 0, 0, 0, 321, 324, 3, 42, 21, 0, 322, 324, 3, 44, 22, 0, 323, 321, 1, 0, 0, 0, 323, 322, 1, 0, 0, 0, 324, 41, 1, 0, 0, 0, 325, 326, 5, 77, 0, 0, 326, 331, 5, 25, 0, 0, 327, 328, 5, 38, 0, 0, 328, 330, 5, 25, 0, 0, 329, 327, 1, 0, 0, 0, 330, 333, 1, 0, 0, 0, 331, 329, 1, 0, 0, 0, 331, 332, 1, 0, 0, 0, 332, 43, 1, 0, 0, 0, 333, 331, 1, 0, 0, 0, 334, 335, 5, 70, 0, 0, 335, 336, 3, 42, 21, 0, 336, 337, 5, 71, 0, 0, 337, 45, 1, 0, 0, 0, 338, 339, 5, 13, 0, 0, 339, 344, 3, 34, 17, 0, 340, 341, 5, 38, 0, 0, 341, 343, 3, 34, 17, 0, 342, 340, 1, 0, 0, 0, 343, 346, 1, 0, 0, 0, 344, 342, 1, 0, 0, 0, 344, 345, 1, 0, 0, 0, 345, 348, 1, 0, 0, 0, 346, 344, 1, 0, 0, 0, 347, 349, 3, 28, 14, 0, 348, 347, 1, 0, 0, 0, 348, 349, 1, 0, 0, 0, 349, 352, 1, 0, 0, 0, 350, 351, 5, 33, 0, 0, 351, 353, 3, 28, 14, 0, 352, 350, 1, 0, 0, 0, 352, 353, 1, 0, 0, 0, 353, 47, 1, 0, 0, 0, 354, 355, 5, 4, 0, 0, 355, 356, 3, 28, 14, 0, 356, 49, 1, 0, 0, 0, 357, 359, 5, 19, 0, 0, 358, 360, 3, 28, 14, 0, 359, 358, 1, 0, 0, 0, 359, 360, 1, 0, 0, 0, 360, 363, 1, 0, 0, 0, 361, 362, 5, 33, 0, 0, 362, 364, 3, 28, 14, 0, 363, 361, 1, 0, 0, 0, 363, 364, 1, 0, 0, 0, 364, 51, 1, 0, 0, 0, 365, 366, 5, 8, 0, 0, 366, 369, 3, 28, 14, 0, 367, 368, 5, 33, 0, 0, 368, 370, 3, 28, 14, 0, 369, 367, 1, 0, 0, 0, 369, 370, 1, 0, 0, 0, 370, 53, 1, 0, 0, 0, 371, 376, 3, 60, 30, 0, 372, 373, 5, 40, 0, 0, 373, 375, 3, 60, 30, 0, 374, 372, 1, 0, 0, 0, 375, 378, 1, 0, 0, 0, 376, 374, 1, 0, 0, 0, 376, 377, 1, 0, 0, 0, 377, 55, 1, 0, 0, 0, 378, 376, 1, 0, 0, 0, 379, 384, 3, 62, 31, 0, 380, 381, 5, 40, 0, 0, 381, 383, 3, 62, 31, 0, 382, 380, 1, 0, 0, 0, 383, 386, 1, 0, 0, 0, 384, 382, 1, 0, 0, 0, 384, 385, 1, 0, 0, 0, 385, 57, 1, 0, 0, 0, 386, 384, 1, 0, 0, 0, 387, 392, 3, 56, 28, 0, 388, 389, 5, 38, 0, 0, 389, 391, 3, 56, 28, 0, 390, 388, 1, 0, 0, 0, 391, 394, 1, 0, 0, 0, 392, 390, 1, 0, 0, 0, 392, 393, 1, 0, 0, 0, 393, 59, 1, 0, 0, 0, 394, 392, 1, 0, 0, 0, 395, 396, 7, 3, 0, 0, 396, 61, 1, 0, 0, 0, 397, 398, 5, 81, 0, 0, 398, 63, 1, 0, 0, 0, 399, 442, 5, 50, 0, 0, 400, 401, 3, 98, 49, 0, 401, 402, 5, 72, 0, 0, 402, 442, 1, 0, 0, 0, 403, 442, 3, 96, 48, 0, 404, 442, 3, 98, 49, 0, 405, 442, 3, 92, 46, 0, 406, 442, 3, 66, 33, 0, 407, 442, 3, 100, 50, 0, 408, 409, 5, 70, 0, 0, 409, 414, 3, 94, 47, 0, 410, 411, 5, 38, 0, 0, 411, 413, 3, 94, 47, 0, 412, 410, 1, 0, 0, 0, 413, 416, 1, 0, 0, 0, 414, 412, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0, 415, 417, 1, 0, 0, 0, 416, 414, 1, 0, 0, 0, 417, 418, 5, 71, 0, 0, 418, 442, 1, 0, 0, 0, 419, 420, 5, 70, 0, 0, 420, 425, 3, 92, 46, 0, 421, 422, 5, 38, 0, 0, 422, 424, 3, 92, 46, 0, 423, 421, 1, 0, 0, 0, 424, 427, 1, 0, 0, 0, 425, 423, 1, 0, 0, 0, 425, 426, 1, 0, 0, 0, 426, 428, 1, 0, 0, 0, 427, 425, 1, 0, 0, 0, 428, 429, 5, 71, 0, 0, 429, 442, 1, 0, 0, 0, 430, 431, 5, 70, 0, 0, 431, 436, 3, 100, 50, 0, 432, 433, 5, 38, 0, 0, 433, 435, 3, 100, 50, 0, 434, 432, 1, 0, 0, 0, 435, 438, 1, 0, 0, 0, 436, 434, 1, 0, 0, 0, 436, 437, 1, 0, 0, 0, 437, 439, 1, 0, 0, 0, 438, 436, 1, 0, 0, 0, 439, 440, 5, 71, 0, 0, 440, 442, 1, 0, 0, 0, 441, 399, 1, 0, 0, 0, 441, 400, 1, 0, 0, 0, 441, 403, 1, 0, 0, 0, 441, 404, 1, 0, 0, 0, 441, 405, 1, 0, 0, 0, 441, 406, 1, 0, 0, 0, 441, 407, 1, 0, 0, 0, 441, 408, 1, 0, 0, 0, 441, 419, 1, 0, 0, 0, 441, 430, 1, 0, 0, 0, 442, 65, 1, 0, 0, 0, 443, 446, 5, 53, 0, 0, 444, 446, 5, 69, 0, 0, 445, 443, 1, 0, 0, 0, 445, 444, 1, 0, 0, 0, 446, 67, 1, 0, 0, 0, 447, 448, 5, 10, 0, 0, 448, 449, 5, 31, 0, 0, 449, 69, 1, 0, 0, 0, 450, 451, 5, 18, 0, 0, 451, 456, 3, 72, 36, 0, 452, 453, 5, 38, 0, 0, 453, 455, 3, 72, 36, 0, 454, 452, 1, 0, 0, 0, 455, 458, 1, 0, 0, 0, 456, 454, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 71, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 459, 461, 3, 10, 5, 0, 460, 462, 7, 4, 0, 0, 461, 460, 1, 0, 0, 0, 461, 462, 1, 0, 0, 0, 462, 465, 1, 0, 0, 0, 463, 464, 5, 51, 0, 0, 464, 466, 7, 5, 0, 0, 465, 463, 1, 0, 0, 0, 465, 466, 1, 0, 0, 0, 466, 73, 1, 0, 0, 0, 467, 468, 5, 9, 0, 0, 468, 469, 3, 58, 29, 0, 469, 75, 1, 0, 0, 0, 470, 471, 5, 2, 0, 0, 471, 472, 3, 58, 29, 0, 472, 77, 1, 0, 0, 0, 473, 474, 5, 15, 0, 0, 474, 479, 3, 80, 40, 0, 475, 476, 5, 38, 0, 0, 476, 478, 3, 80, 40, 0, 477, 475, 1, 0, 0, 0, 478, 481, 1, 0, 0, 0, 479, 477, 1, 0, 0, 0, 479, 480, 1, 0, 0, 0, 480, 79, 1, 0, 0, 0, 481, 479, 1, 0, 0, 0, 482, 483, 3, 56, 28, 0, 483, 484, 5, 85, 0, 0, 484, 485, 3, 56, 28, 0, 485, 81, 1, 0, 0, 0, 486, 487, 5, 1, 0, 0, 487, 488, 3, 20, 10, 0, 488, 490, 3, 100, 50, 0, 489, 491, 3, 88, 44, 0, 490, 489, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 83, 1, 0, 0, 0, 492, 493, 5, 7, 0, 0, 493, 494, 3, 20, 10, 0, 494, 495, 3, 100, 50, 0, 495, 85, 1, 0, 0, 0, 496, 497, 5, 14, 0, 0, 497, 498, 3, 54, 27, 0, 498, 87, 1, 0, 0, 0, 499, 504, 3, 90, 45, 0, 500, 501, 5, 38, 0, 0, 501, 503, 3, 90, 45, 0, 502, 500, 1, 0, 0, 0, 503, 506, 1, 0, 0, 0, 504, 502, 1, 0, 0, 0, 504, 505, 1, 0, 0, 0, 505, 89, 1, 0, 0, 0, 506, 504, 1, 0, 0, 0, 507, 508, 3, 60, 30, 0, 508, 509, 5, 36, 0, 0, 509, 510, 3, 64, 32, 0, 510, 91, 1, 0, 0, 0, 511, 512, 7, 6, 0, 0, 512, 93, 1, 0, 0, 0, 513, 516, 3, 96, 48, 0, 514, 516, 3, 98, 49, 0, 515, 513, 1, 0, 0, 0, 515, 514, 1, 0, 0, 0, 516, 95, 1, 0, 0, 0, 517, 519, 7, 0, 0, 0, 518, 517, 1, 0, 0, 0, 518, 519, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 521, 5, 32, 0, 0, 521, 97, 1, 0, 0, 0, 522, 524, 7, 0, 0, 0, 523, 522, 1, 0, 0, 0, 523, 524, 1, 0, 0, 0, 524, 525, 1, 0, 0, 0, 525, 526, 5, 31, 0, 0, 526, 99, 1, 0, 0, 0, 527, 528, 5, 30, 0, 0, 528, 101, 1, 0, 0, 0, 529, 530, 7, 7, 0, 0, 530, 103, 1, 0, 0, 0, 531, 532, 5, 5, 0, 0, 532, 533, 3, 106, 53, 0, 533, 105, 1, 0, 0, 0, 534, 535, 5, 70, 0, 0, 535, 536, 3, 2, 1, 0, 536, 537, 5, 71, 0, 0, 537, 107, 1, 0, 0, 0, 538, 539, 5, 17, 0, 0, 539, 540, 5, 107, 0, 0, 540, 109, 1, 0, 0, 0, 541, 542, 5, 12, 0, 0, 542, 543, 5, 111, 0, 0, 543, 111, 1, 0, 0, 0, 544, 545, 5, 3, 0, 0, 545, 548, 5, 91, 0, 0, 546, 547, 5, 89, 0, 0, 547, 549, 3, 56, 28, 0, 548, 546, 1, 0, 0, 0, 548, 549, 1, 0, 0, 0, 549, 559, 1, 0, 0, 0, 550, 551, 5, 90, 0, 0, 551, 556, 3, 114, 57, 0, 552, 553, 5, 38, 0, 0, 553, 555, 3, 114, 57, 0, 554, 552, 1, 0, 0, 0, 555, 558, 1, 0, 0, 0, 556, 554, 1, 0, 0, 0, 556, 557, 1, 0, 0, 0, 557, 560, 1, 0, 0, 0, 558, 556, 1, 0, 0, 0, 559, 550, 1, 0, 0, 0, 559, 560, 1, 0, 0, 0, 560, 113, 1, 0, 0, 0, 561, 562, 3, 56, 28, 0, 562, 563, 5, 36, 0, 0, 563, 565, 1, 0, 0, 0, 564, 561, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 566, 1, 0, 0, 0, 566, 567, 3, 56, 28, 0, 567, 115, 1, 0, 0, 0, 568, 569, 5, 11, 0, 0, 569, 570, 3, 34, 17, 0, 570, 571, 5, 89, 0, 0, 571, 572, 3, 58, 29, 0, 572, 117, 1, 0, 0, 0, 54, 129, 138, 154, 167, 176, 184, 188, 196, 198, 203, 210, 215, 226, 232, 240, 242, 253, 260, 271, 274, 288, 296, 304, 308, 315, 323, 331, 344, 348, 352, 359, 363, 369, 376, 384, 392, 414, 425, 436, 441, 445, 456, 461, 465, 479, 490, 504, 515, 518, 523, 548, 556, 559, 564] \ No newline at end of file diff --git a/packages/kbn-esql-ast/src/antlr/esql_parser.tokens b/packages/kbn-esql-ast/src/antlr/esql_parser.tokens index 63eb3a86419a3..4cac289a33634 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_parser.tokens +++ b/packages/kbn-esql-ast/src/antlr/esql_parser.tokens @@ -40,88 +40,89 @@ DESC=39 DOT=40 FALSE=41 FIRST=42 -LAST=43 -LP=44 -IN=45 -IS=46 -LIKE=47 -NOT=48 -NULL=49 -NULLS=50 -OR=51 -PARAM=52 -RLIKE=53 -RP=54 -TRUE=55 -EQ=56 -CIEQ=57 -NEQ=58 -LT=59 -LTE=60 -GT=61 -GTE=62 -PLUS=63 -MINUS=64 -ASTERISK=65 -SLASH=66 -PERCENT=67 -NAMED_OR_POSITIONAL_PARAM=68 -OPENING_BRACKET=69 -CLOSING_BRACKET=70 -UNQUOTED_IDENTIFIER=71 -QUOTED_IDENTIFIER=72 -EXPR_LINE_COMMENT=73 -EXPR_MULTILINE_COMMENT=74 -EXPR_WS=75 -METADATA=76 -FROM_LINE_COMMENT=77 -FROM_MULTILINE_COMMENT=78 -FROM_WS=79 -ID_PATTERN=80 -PROJECT_LINE_COMMENT=81 -PROJECT_MULTILINE_COMMENT=82 -PROJECT_WS=83 -AS=84 -RENAME_LINE_COMMENT=85 -RENAME_MULTILINE_COMMENT=86 -RENAME_WS=87 -ON=88 -WITH=89 -ENRICH_POLICY_NAME=90 -ENRICH_LINE_COMMENT=91 -ENRICH_MULTILINE_COMMENT=92 -ENRICH_WS=93 -ENRICH_FIELD_LINE_COMMENT=94 -ENRICH_FIELD_MULTILINE_COMMENT=95 -ENRICH_FIELD_WS=96 -LOOKUP_LINE_COMMENT=97 -LOOKUP_MULTILINE_COMMENT=98 -LOOKUP_WS=99 -LOOKUP_FIELD_LINE_COMMENT=100 -LOOKUP_FIELD_MULTILINE_COMMENT=101 -LOOKUP_FIELD_WS=102 -MVEXPAND_LINE_COMMENT=103 -MVEXPAND_MULTILINE_COMMENT=104 -MVEXPAND_WS=105 -INFO=106 -SHOW_LINE_COMMENT=107 -SHOW_MULTILINE_COMMENT=108 -SHOW_WS=109 -FUNCTIONS=110 -META_LINE_COMMENT=111 -META_MULTILINE_COMMENT=112 -META_WS=113 -COLON=114 -SETTING=115 -SETTING_LINE_COMMENT=116 -SETTTING_MULTILINE_COMMENT=117 -SETTING_WS=118 -METRICS_LINE_COMMENT=119 -METRICS_MULTILINE_COMMENT=120 -METRICS_WS=121 -CLOSING_METRICS_LINE_COMMENT=122 -CLOSING_METRICS_MULTILINE_COMMENT=123 -CLOSING_METRICS_WS=124 +IN=43 +IS=44 +LAST=45 +LIKE=46 +LP=47 +MATCH=48 +NOT=49 +NULL=50 +NULLS=51 +OR=52 +PARAM=53 +RLIKE=54 +RP=55 +TRUE=56 +EQ=57 +CIEQ=58 +NEQ=59 +LT=60 +LTE=61 +GT=62 +GTE=63 +PLUS=64 +MINUS=65 +ASTERISK=66 +SLASH=67 +PERCENT=68 +NAMED_OR_POSITIONAL_PARAM=69 +OPENING_BRACKET=70 +CLOSING_BRACKET=71 +UNQUOTED_IDENTIFIER=72 +QUOTED_IDENTIFIER=73 +EXPR_LINE_COMMENT=74 +EXPR_MULTILINE_COMMENT=75 +EXPR_WS=76 +METADATA=77 +FROM_LINE_COMMENT=78 +FROM_MULTILINE_COMMENT=79 +FROM_WS=80 +ID_PATTERN=81 +PROJECT_LINE_COMMENT=82 +PROJECT_MULTILINE_COMMENT=83 +PROJECT_WS=84 +AS=85 +RENAME_LINE_COMMENT=86 +RENAME_MULTILINE_COMMENT=87 +RENAME_WS=88 +ON=89 +WITH=90 +ENRICH_POLICY_NAME=91 +ENRICH_LINE_COMMENT=92 +ENRICH_MULTILINE_COMMENT=93 +ENRICH_WS=94 +ENRICH_FIELD_LINE_COMMENT=95 +ENRICH_FIELD_MULTILINE_COMMENT=96 +ENRICH_FIELD_WS=97 +LOOKUP_LINE_COMMENT=98 +LOOKUP_MULTILINE_COMMENT=99 +LOOKUP_WS=100 +LOOKUP_FIELD_LINE_COMMENT=101 +LOOKUP_FIELD_MULTILINE_COMMENT=102 +LOOKUP_FIELD_WS=103 +MVEXPAND_LINE_COMMENT=104 +MVEXPAND_MULTILINE_COMMENT=105 +MVEXPAND_WS=106 +INFO=107 +SHOW_LINE_COMMENT=108 +SHOW_MULTILINE_COMMENT=109 +SHOW_WS=110 +FUNCTIONS=111 +META_LINE_COMMENT=112 +META_MULTILINE_COMMENT=113 +META_WS=114 +COLON=115 +SETTING=116 +SETTING_LINE_COMMENT=117 +SETTTING_MULTILINE_COMMENT=118 +SETTING_WS=119 +METRICS_LINE_COMMENT=120 +METRICS_MULTILINE_COMMENT=121 +METRICS_WS=122 +CLOSING_METRICS_LINE_COMMENT=123 +CLOSING_METRICS_MULTILINE_COMMENT=124 +CLOSING_METRICS_WS=125 'dissect'=1 'drop'=2 'enrich'=3 @@ -153,36 +154,37 @@ CLOSING_METRICS_WS=124 '.'=40 'false'=41 'first'=42 -'last'=43 -'('=44 -'in'=45 -'is'=46 -'like'=47 -'not'=48 -'null'=49 -'nulls'=50 -'or'=51 -'?'=52 -'rlike'=53 -')'=54 -'true'=55 -'=='=56 -'=~'=57 -'!='=58 -'<'=59 -'<='=60 -'>'=61 -'>='=62 -'+'=63 -'-'=64 -'*'=65 -'/'=66 -'%'=67 -']'=70 -'metadata'=76 -'as'=84 -'on'=88 -'with'=89 -'info'=106 -'functions'=110 -':'=114 +'in'=43 +'is'=44 +'last'=45 +'like'=46 +'('=47 +'match'=48 +'not'=49 +'null'=50 +'nulls'=51 +'or'=52 +'?'=53 +'rlike'=54 +')'=55 +'true'=56 +'=='=57 +'=~'=58 +'!='=59 +'<'=60 +'<='=61 +'>'=62 +'>='=63 +'+'=64 +'-'=65 +'*'=66 +'/'=67 +'%'=68 +']'=71 +'metadata'=77 +'as'=85 +'on'=89 +'with'=90 +'info'=107 +'functions'=111 +':'=115 diff --git a/packages/kbn-esql-ast/src/antlr/esql_parser.ts b/packages/kbn-esql-ast/src/antlr/esql_parser.ts index 1c8ce9f0d86e5..b6b55f3c1d089 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_parser.ts +++ b/packages/kbn-esql-ast/src/antlr/esql_parser.ts @@ -60,88 +60,89 @@ export default class esql_parser extends Parser { public static readonly DOT = 40; public static readonly FALSE = 41; public static readonly FIRST = 42; - public static readonly LAST = 43; - public static readonly LP = 44; - public static readonly IN = 45; - public static readonly IS = 46; - public static readonly LIKE = 47; - public static readonly NOT = 48; - public static readonly NULL = 49; - public static readonly NULLS = 50; - public static readonly OR = 51; - public static readonly PARAM = 52; - public static readonly RLIKE = 53; - public static readonly RP = 54; - public static readonly TRUE = 55; - public static readonly EQ = 56; - public static readonly CIEQ = 57; - public static readonly NEQ = 58; - public static readonly LT = 59; - public static readonly LTE = 60; - public static readonly GT = 61; - public static readonly GTE = 62; - public static readonly PLUS = 63; - public static readonly MINUS = 64; - public static readonly ASTERISK = 65; - public static readonly SLASH = 66; - public static readonly PERCENT = 67; - public static readonly NAMED_OR_POSITIONAL_PARAM = 68; - public static readonly OPENING_BRACKET = 69; - public static readonly CLOSING_BRACKET = 70; - public static readonly UNQUOTED_IDENTIFIER = 71; - public static readonly QUOTED_IDENTIFIER = 72; - public static readonly EXPR_LINE_COMMENT = 73; - public static readonly EXPR_MULTILINE_COMMENT = 74; - public static readonly EXPR_WS = 75; - public static readonly METADATA = 76; - public static readonly FROM_LINE_COMMENT = 77; - public static readonly FROM_MULTILINE_COMMENT = 78; - public static readonly FROM_WS = 79; - public static readonly ID_PATTERN = 80; - public static readonly PROJECT_LINE_COMMENT = 81; - public static readonly PROJECT_MULTILINE_COMMENT = 82; - public static readonly PROJECT_WS = 83; - public static readonly AS = 84; - public static readonly RENAME_LINE_COMMENT = 85; - public static readonly RENAME_MULTILINE_COMMENT = 86; - public static readonly RENAME_WS = 87; - public static readonly ON = 88; - public static readonly WITH = 89; - public static readonly ENRICH_POLICY_NAME = 90; - public static readonly ENRICH_LINE_COMMENT = 91; - public static readonly ENRICH_MULTILINE_COMMENT = 92; - public static readonly ENRICH_WS = 93; - public static readonly ENRICH_FIELD_LINE_COMMENT = 94; - public static readonly ENRICH_FIELD_MULTILINE_COMMENT = 95; - public static readonly ENRICH_FIELD_WS = 96; - public static readonly LOOKUP_LINE_COMMENT = 97; - public static readonly LOOKUP_MULTILINE_COMMENT = 98; - public static readonly LOOKUP_WS = 99; - public static readonly LOOKUP_FIELD_LINE_COMMENT = 100; - public static readonly LOOKUP_FIELD_MULTILINE_COMMENT = 101; - public static readonly LOOKUP_FIELD_WS = 102; - public static readonly MVEXPAND_LINE_COMMENT = 103; - public static readonly MVEXPAND_MULTILINE_COMMENT = 104; - public static readonly MVEXPAND_WS = 105; - public static readonly INFO = 106; - public static readonly SHOW_LINE_COMMENT = 107; - public static readonly SHOW_MULTILINE_COMMENT = 108; - public static readonly SHOW_WS = 109; - public static readonly FUNCTIONS = 110; - public static readonly META_LINE_COMMENT = 111; - public static readonly META_MULTILINE_COMMENT = 112; - public static readonly META_WS = 113; - public static readonly COLON = 114; - public static readonly SETTING = 115; - public static readonly SETTING_LINE_COMMENT = 116; - public static readonly SETTTING_MULTILINE_COMMENT = 117; - public static readonly SETTING_WS = 118; - public static readonly METRICS_LINE_COMMENT = 119; - public static readonly METRICS_MULTILINE_COMMENT = 120; - public static readonly METRICS_WS = 121; - public static readonly CLOSING_METRICS_LINE_COMMENT = 122; - public static readonly CLOSING_METRICS_MULTILINE_COMMENT = 123; - public static readonly CLOSING_METRICS_WS = 124; + public static readonly IN = 43; + public static readonly IS = 44; + public static readonly LAST = 45; + public static readonly LIKE = 46; + public static readonly LP = 47; + public static readonly MATCH = 48; + public static readonly NOT = 49; + public static readonly NULL = 50; + public static readonly NULLS = 51; + public static readonly OR = 52; + public static readonly PARAM = 53; + public static readonly RLIKE = 54; + public static readonly RP = 55; + public static readonly TRUE = 56; + public static readonly EQ = 57; + public static readonly CIEQ = 58; + public static readonly NEQ = 59; + public static readonly LT = 60; + public static readonly LTE = 61; + public static readonly GT = 62; + public static readonly GTE = 63; + public static readonly PLUS = 64; + public static readonly MINUS = 65; + public static readonly ASTERISK = 66; + public static readonly SLASH = 67; + public static readonly PERCENT = 68; + public static readonly NAMED_OR_POSITIONAL_PARAM = 69; + public static readonly OPENING_BRACKET = 70; + public static readonly CLOSING_BRACKET = 71; + public static readonly UNQUOTED_IDENTIFIER = 72; + public static readonly QUOTED_IDENTIFIER = 73; + public static readonly EXPR_LINE_COMMENT = 74; + public static readonly EXPR_MULTILINE_COMMENT = 75; + public static readonly EXPR_WS = 76; + public static readonly METADATA = 77; + public static readonly FROM_LINE_COMMENT = 78; + public static readonly FROM_MULTILINE_COMMENT = 79; + public static readonly FROM_WS = 80; + public static readonly ID_PATTERN = 81; + public static readonly PROJECT_LINE_COMMENT = 82; + public static readonly PROJECT_MULTILINE_COMMENT = 83; + public static readonly PROJECT_WS = 84; + public static readonly AS = 85; + public static readonly RENAME_LINE_COMMENT = 86; + public static readonly RENAME_MULTILINE_COMMENT = 87; + public static readonly RENAME_WS = 88; + public static readonly ON = 89; + public static readonly WITH = 90; + public static readonly ENRICH_POLICY_NAME = 91; + public static readonly ENRICH_LINE_COMMENT = 92; + public static readonly ENRICH_MULTILINE_COMMENT = 93; + public static readonly ENRICH_WS = 94; + public static readonly ENRICH_FIELD_LINE_COMMENT = 95; + public static readonly ENRICH_FIELD_MULTILINE_COMMENT = 96; + public static readonly ENRICH_FIELD_WS = 97; + public static readonly LOOKUP_LINE_COMMENT = 98; + public static readonly LOOKUP_MULTILINE_COMMENT = 99; + public static readonly LOOKUP_WS = 100; + public static readonly LOOKUP_FIELD_LINE_COMMENT = 101; + public static readonly LOOKUP_FIELD_MULTILINE_COMMENT = 102; + public static readonly LOOKUP_FIELD_WS = 103; + public static readonly MVEXPAND_LINE_COMMENT = 104; + public static readonly MVEXPAND_MULTILINE_COMMENT = 105; + public static readonly MVEXPAND_WS = 106; + public static readonly INFO = 107; + public static readonly SHOW_LINE_COMMENT = 108; + public static readonly SHOW_MULTILINE_COMMENT = 109; + public static readonly SHOW_WS = 110; + public static readonly FUNCTIONS = 111; + public static readonly META_LINE_COMMENT = 112; + public static readonly META_MULTILINE_COMMENT = 113; + public static readonly META_WS = 114; + public static readonly COLON = 115; + public static readonly SETTING = 116; + public static readonly SETTING_LINE_COMMENT = 117; + public static readonly SETTTING_MULTILINE_COMMENT = 118; + public static readonly SETTING_WS = 119; + public static readonly METRICS_LINE_COMMENT = 120; + public static readonly METRICS_MULTILINE_COMMENT = 121; + public static readonly METRICS_WS = 122; + public static readonly CLOSING_METRICS_LINE_COMMENT = 123; + public static readonly CLOSING_METRICS_MULTILINE_COMMENT = 124; + public static readonly CLOSING_METRICS_WS = 125; public static readonly EOF = Token.EOF; public static readonly RULE_singleStatement = 0; public static readonly RULE_query = 1; @@ -150,225 +151,227 @@ export default class esql_parser extends Parser { public static readonly RULE_whereCommand = 4; public static readonly RULE_booleanExpression = 5; public static readonly RULE_regexBooleanExpression = 6; - public static readonly RULE_valueExpression = 7; - public static readonly RULE_operatorExpression = 8; - public static readonly RULE_primaryExpression = 9; - public static readonly RULE_functionExpression = 10; - public static readonly RULE_dataType = 11; - public static readonly RULE_rowCommand = 12; - public static readonly RULE_fields = 13; - public static readonly RULE_field = 14; - public static readonly RULE_fromCommand = 15; - public static readonly RULE_indexPattern = 16; - public static readonly RULE_clusterString = 17; - public static readonly RULE_indexString = 18; - public static readonly RULE_metadata = 19; - public static readonly RULE_metadataOption = 20; - public static readonly RULE_deprecated_metadata = 21; - public static readonly RULE_metricsCommand = 22; - public static readonly RULE_evalCommand = 23; - public static readonly RULE_statsCommand = 24; - public static readonly RULE_inlinestatsCommand = 25; - public static readonly RULE_qualifiedName = 26; - public static readonly RULE_qualifiedNamePattern = 27; - public static readonly RULE_qualifiedNamePatterns = 28; - public static readonly RULE_identifier = 29; - public static readonly RULE_identifierPattern = 30; - public static readonly RULE_constant = 31; - public static readonly RULE_params = 32; - public static readonly RULE_limitCommand = 33; - public static readonly RULE_sortCommand = 34; - public static readonly RULE_orderExpression = 35; - public static readonly RULE_keepCommand = 36; - public static readonly RULE_dropCommand = 37; - public static readonly RULE_renameCommand = 38; - public static readonly RULE_renameClause = 39; - public static readonly RULE_dissectCommand = 40; - public static readonly RULE_grokCommand = 41; - public static readonly RULE_mvExpandCommand = 42; - public static readonly RULE_commandOptions = 43; - public static readonly RULE_commandOption = 44; - public static readonly RULE_booleanValue = 45; - public static readonly RULE_numericValue = 46; - public static readonly RULE_decimalValue = 47; - public static readonly RULE_integerValue = 48; - public static readonly RULE_string = 49; - public static readonly RULE_comparisonOperator = 50; - public static readonly RULE_explainCommand = 51; - public static readonly RULE_subqueryExpression = 52; - public static readonly RULE_showCommand = 53; - public static readonly RULE_metaCommand = 54; - public static readonly RULE_enrichCommand = 55; - public static readonly RULE_enrichWithClause = 56; - public static readonly RULE_lookupCommand = 57; - public static readonly literalNames: (string | null)[] = [ null, "'dissect'", - "'drop'", "'enrich'", - "'eval'", "'explain'", - "'from'", "'grok'", - "'inlinestats'", - "'keep'", "'limit'", - "'lookup'", - "'meta'", "'metrics'", - "'mv_expand'", - "'rename'", - "'row'", "'show'", - "'sort'", "'stats'", - "'where'", null, - null, null, - null, null, - null, null, - null, "'|'", - null, null, - null, "'by'", - "'and'", "'asc'", - "'='", "'::'", - "','", "'desc'", - "'.'", "'false'", - "'first'", "'last'", - "'('", "'in'", - "'is'", "'like'", - "'not'", "'null'", - "'nulls'", "'or'", - "'?'", "'rlike'", - "')'", "'true'", - "'=='", "'=~'", - "'!='", "'<'", - "'<='", "'>'", - "'>='", "'+'", - "'-'", "'*'", - "'/'", "'%'", - null, null, - "']'", null, - null, null, - null, null, - "'metadata'", - null, null, - null, null, - null, null, - null, "'as'", - null, null, - null, "'on'", - "'with'", null, - null, null, - null, null, - null, null, - null, null, - null, null, - null, null, - null, null, - null, "'info'", - null, null, - null, "'functions'", - null, null, + public static readonly RULE_matchBooleanExpression = 7; + public static readonly RULE_valueExpression = 8; + public static readonly RULE_operatorExpression = 9; + public static readonly RULE_primaryExpression = 10; + public static readonly RULE_functionExpression = 11; + public static readonly RULE_dataType = 12; + public static readonly RULE_rowCommand = 13; + public static readonly RULE_fields = 14; + public static readonly RULE_field = 15; + public static readonly RULE_fromCommand = 16; + public static readonly RULE_indexPattern = 17; + public static readonly RULE_clusterString = 18; + public static readonly RULE_indexString = 19; + public static readonly RULE_metadata = 20; + public static readonly RULE_metadataOption = 21; + public static readonly RULE_deprecated_metadata = 22; + public static readonly RULE_metricsCommand = 23; + public static readonly RULE_evalCommand = 24; + public static readonly RULE_statsCommand = 25; + public static readonly RULE_inlinestatsCommand = 26; + public static readonly RULE_qualifiedName = 27; + public static readonly RULE_qualifiedNamePattern = 28; + public static readonly RULE_qualifiedNamePatterns = 29; + public static readonly RULE_identifier = 30; + public static readonly RULE_identifierPattern = 31; + public static readonly RULE_constant = 32; + public static readonly RULE_params = 33; + public static readonly RULE_limitCommand = 34; + public static readonly RULE_sortCommand = 35; + public static readonly RULE_orderExpression = 36; + public static readonly RULE_keepCommand = 37; + public static readonly RULE_dropCommand = 38; + public static readonly RULE_renameCommand = 39; + public static readonly RULE_renameClause = 40; + public static readonly RULE_dissectCommand = 41; + public static readonly RULE_grokCommand = 42; + public static readonly RULE_mvExpandCommand = 43; + public static readonly RULE_commandOptions = 44; + public static readonly RULE_commandOption = 45; + public static readonly RULE_booleanValue = 46; + public static readonly RULE_numericValue = 47; + public static readonly RULE_decimalValue = 48; + public static readonly RULE_integerValue = 49; + public static readonly RULE_string = 50; + public static readonly RULE_comparisonOperator = 51; + public static readonly RULE_explainCommand = 52; + public static readonly RULE_subqueryExpression = 53; + public static readonly RULE_showCommand = 54; + public static readonly RULE_metaCommand = 55; + public static readonly RULE_enrichCommand = 56; + public static readonly RULE_enrichWithClause = 57; + public static readonly RULE_lookupCommand = 58; + public static readonly literalNames: (string | null)[] = [ null, "'dissect'", + "'drop'", "'enrich'", + "'eval'", "'explain'", + "'from'", "'grok'", + "'inlinestats'", + "'keep'", "'limit'", + "'lookup'", + "'meta'", "'metrics'", + "'mv_expand'", + "'rename'", + "'row'", "'show'", + "'sort'", "'stats'", + "'where'", null, + null, null, + null, null, + null, null, + null, "'|'", + null, null, + null, "'by'", + "'and'", "'asc'", + "'='", "'::'", + "','", "'desc'", + "'.'", "'false'", + "'first'", "'in'", + "'is'", "'last'", + "'like'", "'('", + "'match'", "'not'", + "'null'", "'nulls'", + "'or'", "'?'", + "'rlike'", "')'", + "'true'", "'=='", + "'=~'", "'!='", + "'<'", "'<='", + "'>'", "'>='", + "'+'", "'-'", + "'*'", "'/'", + "'%'", null, + null, "']'", + null, null, + null, null, + null, "'metadata'", + null, null, + null, null, + null, null, + null, "'as'", + null, null, + null, "'on'", + "'with'", null, + null, null, + null, null, + null, null, + null, null, + null, null, + null, null, + null, null, + null, "'info'", + null, null, + null, "'functions'", + null, null, null, "':'" ]; - public static readonly symbolicNames: (string | null)[] = [ null, "DISSECT", - "DROP", "ENRICH", - "EVAL", "EXPLAIN", - "FROM", "GROK", - "INLINESTATS", - "KEEP", "LIMIT", - "LOOKUP", "META", - "METRICS", - "MV_EXPAND", - "RENAME", "ROW", - "SHOW", "SORT", - "STATS", "WHERE", - "UNKNOWN_CMD", - "LINE_COMMENT", - "MULTILINE_COMMENT", - "WS", "UNQUOTED_SOURCE", - "EXPLAIN_WS", - "EXPLAIN_LINE_COMMENT", - "EXPLAIN_MULTILINE_COMMENT", - "PIPE", "QUOTED_STRING", - "INTEGER_LITERAL", - "DECIMAL_LITERAL", - "BY", "AND", - "ASC", "ASSIGN", - "CAST_OP", - "COMMA", "DESC", - "DOT", "FALSE", - "FIRST", "LAST", - "LP", "IN", - "IS", "LIKE", - "NOT", "NULL", - "NULLS", "OR", - "PARAM", "RLIKE", - "RP", "TRUE", - "EQ", "CIEQ", - "NEQ", "LT", - "LTE", "GT", - "GTE", "PLUS", - "MINUS", "ASTERISK", - "SLASH", "PERCENT", - "NAMED_OR_POSITIONAL_PARAM", - "OPENING_BRACKET", - "CLOSING_BRACKET", - "UNQUOTED_IDENTIFIER", - "QUOTED_IDENTIFIER", - "EXPR_LINE_COMMENT", - "EXPR_MULTILINE_COMMENT", - "EXPR_WS", - "METADATA", - "FROM_LINE_COMMENT", - "FROM_MULTILINE_COMMENT", - "FROM_WS", - "ID_PATTERN", - "PROJECT_LINE_COMMENT", - "PROJECT_MULTILINE_COMMENT", - "PROJECT_WS", - "AS", "RENAME_LINE_COMMENT", - "RENAME_MULTILINE_COMMENT", - "RENAME_WS", - "ON", "WITH", - "ENRICH_POLICY_NAME", - "ENRICH_LINE_COMMENT", - "ENRICH_MULTILINE_COMMENT", - "ENRICH_WS", - "ENRICH_FIELD_LINE_COMMENT", - "ENRICH_FIELD_MULTILINE_COMMENT", - "ENRICH_FIELD_WS", - "LOOKUP_LINE_COMMENT", - "LOOKUP_MULTILINE_COMMENT", - "LOOKUP_WS", - "LOOKUP_FIELD_LINE_COMMENT", - "LOOKUP_FIELD_MULTILINE_COMMENT", - "LOOKUP_FIELD_WS", - "MVEXPAND_LINE_COMMENT", - "MVEXPAND_MULTILINE_COMMENT", - "MVEXPAND_WS", - "INFO", "SHOW_LINE_COMMENT", - "SHOW_MULTILINE_COMMENT", - "SHOW_WS", - "FUNCTIONS", - "META_LINE_COMMENT", - "META_MULTILINE_COMMENT", - "META_WS", - "COLON", "SETTING", - "SETTING_LINE_COMMENT", - "SETTTING_MULTILINE_COMMENT", - "SETTING_WS", - "METRICS_LINE_COMMENT", - "METRICS_MULTILINE_COMMENT", - "METRICS_WS", - "CLOSING_METRICS_LINE_COMMENT", - "CLOSING_METRICS_MULTILINE_COMMENT", + public static readonly symbolicNames: (string | null)[] = [ null, "DISSECT", + "DROP", "ENRICH", + "EVAL", "EXPLAIN", + "FROM", "GROK", + "INLINESTATS", + "KEEP", "LIMIT", + "LOOKUP", "META", + "METRICS", + "MV_EXPAND", + "RENAME", "ROW", + "SHOW", "SORT", + "STATS", "WHERE", + "UNKNOWN_CMD", + "LINE_COMMENT", + "MULTILINE_COMMENT", + "WS", "UNQUOTED_SOURCE", + "EXPLAIN_WS", + "EXPLAIN_LINE_COMMENT", + "EXPLAIN_MULTILINE_COMMENT", + "PIPE", "QUOTED_STRING", + "INTEGER_LITERAL", + "DECIMAL_LITERAL", + "BY", "AND", + "ASC", "ASSIGN", + "CAST_OP", + "COMMA", "DESC", + "DOT", "FALSE", + "FIRST", "IN", + "IS", "LAST", + "LIKE", "LP", + "MATCH", "NOT", + "NULL", "NULLS", + "OR", "PARAM", + "RLIKE", "RP", + "TRUE", "EQ", + "CIEQ", "NEQ", + "LT", "LTE", + "GT", "GTE", + "PLUS", "MINUS", + "ASTERISK", + "SLASH", "PERCENT", + "NAMED_OR_POSITIONAL_PARAM", + "OPENING_BRACKET", + "CLOSING_BRACKET", + "UNQUOTED_IDENTIFIER", + "QUOTED_IDENTIFIER", + "EXPR_LINE_COMMENT", + "EXPR_MULTILINE_COMMENT", + "EXPR_WS", + "METADATA", + "FROM_LINE_COMMENT", + "FROM_MULTILINE_COMMENT", + "FROM_WS", + "ID_PATTERN", + "PROJECT_LINE_COMMENT", + "PROJECT_MULTILINE_COMMENT", + "PROJECT_WS", + "AS", "RENAME_LINE_COMMENT", + "RENAME_MULTILINE_COMMENT", + "RENAME_WS", + "ON", "WITH", + "ENRICH_POLICY_NAME", + "ENRICH_LINE_COMMENT", + "ENRICH_MULTILINE_COMMENT", + "ENRICH_WS", + "ENRICH_FIELD_LINE_COMMENT", + "ENRICH_FIELD_MULTILINE_COMMENT", + "ENRICH_FIELD_WS", + "LOOKUP_LINE_COMMENT", + "LOOKUP_MULTILINE_COMMENT", + "LOOKUP_WS", + "LOOKUP_FIELD_LINE_COMMENT", + "LOOKUP_FIELD_MULTILINE_COMMENT", + "LOOKUP_FIELD_WS", + "MVEXPAND_LINE_COMMENT", + "MVEXPAND_MULTILINE_COMMENT", + "MVEXPAND_WS", + "INFO", "SHOW_LINE_COMMENT", + "SHOW_MULTILINE_COMMENT", + "SHOW_WS", + "FUNCTIONS", + "META_LINE_COMMENT", + "META_MULTILINE_COMMENT", + "META_WS", + "COLON", "SETTING", + "SETTING_LINE_COMMENT", + "SETTTING_MULTILINE_COMMENT", + "SETTING_WS", + "METRICS_LINE_COMMENT", + "METRICS_MULTILINE_COMMENT", + "METRICS_WS", + "CLOSING_METRICS_LINE_COMMENT", + "CLOSING_METRICS_MULTILINE_COMMENT", "CLOSING_METRICS_WS" ]; // tslint:disable:no-trailing-whitespace public static readonly ruleNames: string[] = [ - "singleStatement", "query", "sourceCommand", "processingCommand", "whereCommand", - "booleanExpression", "regexBooleanExpression", "valueExpression", "operatorExpression", - "primaryExpression", "functionExpression", "dataType", "rowCommand", "fields", - "field", "fromCommand", "indexPattern", "clusterString", "indexString", - "metadata", "metadataOption", "deprecated_metadata", "metricsCommand", - "evalCommand", "statsCommand", "inlinestatsCommand", "qualifiedName", - "qualifiedNamePattern", "qualifiedNamePatterns", "identifier", "identifierPattern", - "constant", "params", "limitCommand", "sortCommand", "orderExpression", - "keepCommand", "dropCommand", "renameCommand", "renameClause", "dissectCommand", - "grokCommand", "mvExpandCommand", "commandOptions", "commandOption", "booleanValue", - "numericValue", "decimalValue", "integerValue", "string", "comparisonOperator", - "explainCommand", "subqueryExpression", "showCommand", "metaCommand", - "enrichCommand", "enrichWithClause", "lookupCommand", + "singleStatement", "query", "sourceCommand", "processingCommand", "whereCommand", + "booleanExpression", "regexBooleanExpression", "matchBooleanExpression", + "valueExpression", "operatorExpression", "primaryExpression", "functionExpression", + "dataType", "rowCommand", "fields", "field", "fromCommand", "indexPattern", + "clusterString", "indexString", "metadata", "metadataOption", "deprecated_metadata", + "metricsCommand", "evalCommand", "statsCommand", "inlinestatsCommand", + "qualifiedName", "qualifiedNamePattern", "qualifiedNamePatterns", "identifier", + "identifierPattern", "constant", "params", "limitCommand", "sortCommand", + "orderExpression", "keepCommand", "dropCommand", "renameCommand", "renameClause", + "dissectCommand", "grokCommand", "mvExpandCommand", "commandOptions", + "commandOption", "booleanValue", "numericValue", "decimalValue", "integerValue", + "string", "comparisonOperator", "explainCommand", "subqueryExpression", + "showCommand", "metaCommand", "enrichCommand", "enrichWithClause", "lookupCommand", ]; public get grammarFileName(): string { return "esql_parser.g4"; } public get literalNames(): (string | null)[] { return esql_parser.literalNames; } @@ -391,9 +394,9 @@ export default class esql_parser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 116; + this.state = 118; this.query(0); - this.state = 117; + this.state = 119; this.match(esql_parser.EOF); } } @@ -435,11 +438,11 @@ export default class esql_parser extends Parser { this._ctx = localctx; _prevctx = localctx; - this.state = 120; + this.state = 122; this.sourceCommand(); } this._ctx.stop = this._input.LT(-1); - this.state = 127; + this.state = 129; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 0, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { @@ -452,18 +455,18 @@ export default class esql_parser extends Parser { { localctx = new CompositeQueryContext(this, new QueryContext(this, _parentctx, _parentState)); this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_query); - this.state = 122; + this.state = 124; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 123; + this.state = 125; this.match(esql_parser.PIPE); - this.state = 124; + this.state = 126; this.processingCommand(); } } } - this.state = 129; + this.state = 131; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 0, this._ctx); } @@ -488,48 +491,48 @@ export default class esql_parser extends Parser { let localctx: SourceCommandContext = new SourceCommandContext(this, this._ctx, this.state); this.enterRule(localctx, 4, esql_parser.RULE_sourceCommand); try { - this.state = 136; + this.state = 138; this._errHandler.sync(this); switch (this._input.LA(1)) { case 5: this.enterOuterAlt(localctx, 1); { - this.state = 130; + this.state = 132; this.explainCommand(); } break; case 6: this.enterOuterAlt(localctx, 2); { - this.state = 131; + this.state = 133; this.fromCommand(); } break; case 16: this.enterOuterAlt(localctx, 3); { - this.state = 132; + this.state = 134; this.rowCommand(); } break; case 13: this.enterOuterAlt(localctx, 4); { - this.state = 133; + this.state = 135; this.metricsCommand(); } break; case 17: this.enterOuterAlt(localctx, 5); { - this.state = 134; + this.state = 136; this.showCommand(); } break; case 12: this.enterOuterAlt(localctx, 6); { - this.state = 135; + this.state = 137; this.metaCommand(); } break; @@ -556,104 +559,104 @@ export default class esql_parser extends Parser { let localctx: ProcessingCommandContext = new ProcessingCommandContext(this, this._ctx, this.state); this.enterRule(localctx, 6, esql_parser.RULE_processingCommand); try { - this.state = 152; + this.state = 154; this._errHandler.sync(this); switch (this._input.LA(1)) { case 4: this.enterOuterAlt(localctx, 1); { - this.state = 138; + this.state = 140; this.evalCommand(); } break; case 8: this.enterOuterAlt(localctx, 2); { - this.state = 139; + this.state = 141; this.inlinestatsCommand(); } break; case 10: this.enterOuterAlt(localctx, 3); { - this.state = 140; + this.state = 142; this.limitCommand(); } break; case 11: this.enterOuterAlt(localctx, 4); { - this.state = 141; + this.state = 143; this.lookupCommand(); } break; case 9: this.enterOuterAlt(localctx, 5); { - this.state = 142; + this.state = 144; this.keepCommand(); } break; case 18: this.enterOuterAlt(localctx, 6); { - this.state = 143; + this.state = 145; this.sortCommand(); } break; case 19: this.enterOuterAlt(localctx, 7); { - this.state = 144; + this.state = 146; this.statsCommand(); } break; case 20: this.enterOuterAlt(localctx, 8); { - this.state = 145; + this.state = 147; this.whereCommand(); } break; case 2: this.enterOuterAlt(localctx, 9); { - this.state = 146; + this.state = 148; this.dropCommand(); } break; case 15: this.enterOuterAlt(localctx, 10); { - this.state = 147; + this.state = 149; this.renameCommand(); } break; case 1: this.enterOuterAlt(localctx, 11); { - this.state = 148; + this.state = 150; this.dissectCommand(); } break; case 7: this.enterOuterAlt(localctx, 12); { - this.state = 149; + this.state = 151; this.grokCommand(); } break; case 3: this.enterOuterAlt(localctx, 13); { - this.state = 150; + this.state = 152; this.enrichCommand(); } break; case 14: this.enterOuterAlt(localctx, 14); { - this.state = 151; + this.state = 153; this.mvExpandCommand(); } break; @@ -682,9 +685,9 @@ export default class esql_parser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 154; + this.state = 156; this.match(esql_parser.WHERE); - this.state = 155; + this.state = 157; this.booleanExpression(0); } } @@ -722,7 +725,7 @@ export default class esql_parser extends Parser { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 185; + this.state = 188; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 6, this._ctx) ) { case 1: @@ -731,10 +734,10 @@ export default class esql_parser extends Parser { this._ctx = localctx; _prevctx = localctx; - this.state = 158; + this.state = 160; this.match(esql_parser.NOT); - this.state = 159; - this.booleanExpression(7); + this.state = 161; + this.booleanExpression(8); } break; case 2: @@ -742,7 +745,7 @@ export default class esql_parser extends Parser { localctx = new BooleanDefaultContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 160; + this.state = 162; this.valueExpression(); } break; @@ -751,79 +754,88 @@ export default class esql_parser extends Parser { localctx = new RegexExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 161; + this.state = 163; this.regexBooleanExpression(); } break; case 4: + { + localctx = new MatchExpressionContext(this, localctx); + this._ctx = localctx; + _prevctx = localctx; + this.state = 164; + this.matchBooleanExpression(); + } + break; + case 5: { localctx = new LogicalInContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 162; + this.state = 165; this.valueExpression(); - this.state = 164; + this.state = 167; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===48) { + if (_la===49) { { - this.state = 163; + this.state = 166; this.match(esql_parser.NOT); } } - this.state = 166; + this.state = 169; this.match(esql_parser.IN); - this.state = 167; + this.state = 170; this.match(esql_parser.LP); - this.state = 168; + this.state = 171; this.valueExpression(); - this.state = 173; + this.state = 176; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===38) { { { - this.state = 169; + this.state = 172; this.match(esql_parser.COMMA); - this.state = 170; + this.state = 173; this.valueExpression(); } } - this.state = 175; + this.state = 178; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 176; + this.state = 179; this.match(esql_parser.RP); } break; - case 5: + case 6: { localctx = new IsNullContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 178; + this.state = 181; this.valueExpression(); - this.state = 179; + this.state = 182; this.match(esql_parser.IS); - this.state = 181; + this.state = 184; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===48) { + if (_la===49) { { - this.state = 180; + this.state = 183; this.match(esql_parser.NOT); } } - this.state = 183; + this.state = 186; this.match(esql_parser.NULL); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 195; + this.state = 198; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 8, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { @@ -833,7 +845,7 @@ export default class esql_parser extends Parser { } _prevctx = localctx; { - this.state = 193; + this.state = 196; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 7, this._ctx) ) { case 1: @@ -841,13 +853,13 @@ export default class esql_parser extends Parser { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_booleanExpression); - this.state = 187; + this.state = 190; if (!(this.precpred(this._ctx, 4))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 4)"); } - this.state = 188; + this.state = 191; (localctx as LogicalBinaryContext)._operator = this.match(esql_parser.AND); - this.state = 189; + this.state = 192; (localctx as LogicalBinaryContext)._right = this.booleanExpression(5); } break; @@ -856,20 +868,20 @@ export default class esql_parser extends Parser { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_booleanExpression); - this.state = 190; + this.state = 193; if (!(this.precpred(this._ctx, 3))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 3)"); } - this.state = 191; + this.state = 194; (localctx as LogicalBinaryContext)._operator = this.match(esql_parser.OR); - this.state = 192; + this.state = 195; (localctx as LogicalBinaryContext)._right = this.booleanExpression(4); } break; } } } - this.state = 197; + this.state = 200; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 8, this._ctx); } @@ -895,48 +907,48 @@ export default class esql_parser extends Parser { this.enterRule(localctx, 12, esql_parser.RULE_regexBooleanExpression); let _la: number; try { - this.state = 212; + this.state = 215; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 11, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 198; + this.state = 201; this.valueExpression(); - this.state = 200; + this.state = 203; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===48) { + if (_la===49) { { - this.state = 199; + this.state = 202; this.match(esql_parser.NOT); } } - this.state = 202; + this.state = 205; localctx._kind = this.match(esql_parser.LIKE); - this.state = 203; + this.state = 206; localctx._pattern = this.string_(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 205; + this.state = 208; this.valueExpression(); - this.state = 207; + this.state = 210; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===48) { + if (_la===49) { { - this.state = 206; + this.state = 209; this.match(esql_parser.NOT); } } - this.state = 209; + this.state = 212; localctx._kind = this.match(esql_parser.RLIKE); - this.state = 210; + this.state = 213; localctx._pattern = this.string_(); } break; @@ -957,18 +969,47 @@ export default class esql_parser extends Parser { return localctx; } // @RuleVersion(0) + public matchBooleanExpression(): MatchBooleanExpressionContext { + let localctx: MatchBooleanExpressionContext = new MatchBooleanExpressionContext(this, this._ctx, this.state); + this.enterRule(localctx, 14, esql_parser.RULE_matchBooleanExpression); + try { + this.enterOuterAlt(localctx, 1); + { + this.state = 217; + this.qualifiedName(); + this.state = 218; + this.match(esql_parser.MATCH); + this.state = 219; + localctx._queryString = this.string_(); + } + } + catch (re) { + if (re instanceof RecognitionException) { + localctx.exception = re; + this._errHandler.reportError(this, re); + this._errHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localctx; + } + // @RuleVersion(0) public valueExpression(): ValueExpressionContext { let localctx: ValueExpressionContext = new ValueExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 14, esql_parser.RULE_valueExpression); + this.enterRule(localctx, 16, esql_parser.RULE_valueExpression); try { - this.state = 219; + this.state = 226; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 12, this._ctx) ) { case 1: localctx = new ValueExpressionDefaultContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 214; + this.state = 221; this.operatorExpression(0); } break; @@ -976,11 +1017,11 @@ export default class esql_parser extends Parser { localctx = new ComparisonContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 215; + this.state = 222; (localctx as ComparisonContext)._left = this.operatorExpression(0); - this.state = 216; + this.state = 223; this.comparisonOperator(); - this.state = 217; + this.state = 224; (localctx as ComparisonContext)._right = this.operatorExpression(0); } break; @@ -1013,14 +1054,14 @@ export default class esql_parser extends Parser { let _parentState: number = this.state; let localctx: OperatorExpressionContext = new OperatorExpressionContext(this, this._ctx, _parentState); let _prevctx: OperatorExpressionContext = localctx; - let _startState: number = 16; - this.enterRecursionRule(localctx, 16, esql_parser.RULE_operatorExpression, _p); + let _startState: number = 18; + this.enterRecursionRule(localctx, 18, esql_parser.RULE_operatorExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 225; + this.state = 232; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 13, this._ctx) ) { case 1: @@ -1029,7 +1070,7 @@ export default class esql_parser extends Parser { this._ctx = localctx; _prevctx = localctx; - this.state = 222; + this.state = 229; this.primaryExpression(0); } break; @@ -1038,23 +1079,23 @@ export default class esql_parser extends Parser { localctx = new ArithmeticUnaryContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 223; + this.state = 230; (localctx as ArithmeticUnaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===63 || _la===64)) { + if(!(_la===64 || _la===65)) { (localctx as ArithmeticUnaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 224; + this.state = 231; this.operatorExpression(3); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 235; + this.state = 242; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 15, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { @@ -1064,7 +1105,7 @@ export default class esql_parser extends Parser { } _prevctx = localctx; { - this.state = 233; + this.state = 240; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 14, this._ctx) ) { case 1: @@ -1072,21 +1113,21 @@ export default class esql_parser extends Parser { localctx = new ArithmeticBinaryContext(this, new OperatorExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_operatorExpression); - this.state = 227; + this.state = 234; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 228; + this.state = 235; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 65)) & ~0x1F) === 0 && ((1 << (_la - 65)) & 7) !== 0))) { + if(!(((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 7) !== 0))) { (localctx as ArithmeticBinaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 229; + this.state = 236; (localctx as ArithmeticBinaryContext)._right = this.operatorExpression(3); } break; @@ -1095,28 +1136,28 @@ export default class esql_parser extends Parser { localctx = new ArithmeticBinaryContext(this, new OperatorExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_operatorExpression); - this.state = 230; + this.state = 237; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 231; + this.state = 238; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===63 || _la===64)) { + if(!(_la===64 || _la===65)) { (localctx as ArithmeticBinaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 232; + this.state = 239; (localctx as ArithmeticBinaryContext)._right = this.operatorExpression(2); } break; } } } - this.state = 237; + this.state = 244; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 15, this._ctx); } @@ -1149,13 +1190,13 @@ export default class esql_parser extends Parser { let _parentState: number = this.state; let localctx: PrimaryExpressionContext = new PrimaryExpressionContext(this, this._ctx, _parentState); let _prevctx: PrimaryExpressionContext = localctx; - let _startState: number = 18; - this.enterRecursionRule(localctx, 18, esql_parser.RULE_primaryExpression, _p); + let _startState: number = 20; + this.enterRecursionRule(localctx, 20, esql_parser.RULE_primaryExpression, _p); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 246; + this.state = 253; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 16, this._ctx) ) { case 1: @@ -1164,7 +1205,7 @@ export default class esql_parser extends Parser { this._ctx = localctx; _prevctx = localctx; - this.state = 239; + this.state = 246; this.constant(); } break; @@ -1173,7 +1214,7 @@ export default class esql_parser extends Parser { localctx = new DereferenceContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 240; + this.state = 247; this.qualifiedName(); } break; @@ -1182,7 +1223,7 @@ export default class esql_parser extends Parser { localctx = new FunctionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 241; + this.state = 248; this.functionExpression(); } break; @@ -1191,17 +1232,17 @@ export default class esql_parser extends Parser { localctx = new ParenthesizedExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 242; + this.state = 249; this.match(esql_parser.LP); - this.state = 243; + this.state = 250; this.booleanExpression(0); - this.state = 244; + this.state = 251; this.match(esql_parser.RP); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 253; + this.state = 260; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 17, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { @@ -1214,18 +1255,18 @@ export default class esql_parser extends Parser { { localctx = new InlineCastContext(this, new PrimaryExpressionContext(this, _parentctx, _parentState)); this.pushNewRecursionContext(localctx, _startState, esql_parser.RULE_primaryExpression); - this.state = 248; + this.state = 255; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 249; + this.state = 256; this.match(esql_parser.CAST_OP); - this.state = 250; + this.state = 257; this.dataType(); } } } - this.state = 255; + this.state = 262; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 17, this._ctx); } @@ -1248,21 +1289,21 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public functionExpression(): FunctionExpressionContext { let localctx: FunctionExpressionContext = new FunctionExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 20, esql_parser.RULE_functionExpression); + this.enterRule(localctx, 22, esql_parser.RULE_functionExpression); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 256; + this.state = 263; this.identifier(); - this.state = 257; + this.state = 264; this.match(esql_parser.LP); - this.state = 267; + this.state = 274; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 65: + case 66: { - this.state = 258; + this.state = 265; this.match(esql_parser.ASTERISK); } break; @@ -1270,46 +1311,46 @@ export default class esql_parser extends Parser { case 31: case 32: case 41: - case 44: - case 48: + case 47: case 49: - case 52: - case 55: - case 63: + case 50: + case 53: + case 56: case 64: - case 68: + case 65: case 69: - case 71: + case 70: case 72: + case 73: { { - this.state = 259; + this.state = 266; this.booleanExpression(0); - this.state = 264; + this.state = 271; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===38) { { { - this.state = 260; + this.state = 267; this.match(esql_parser.COMMA); - this.state = 261; + this.state = 268; this.booleanExpression(0); } } - this.state = 266; + this.state = 273; this._errHandler.sync(this); _la = this._input.LA(1); } } } break; - case 54: + case 55: break; default: break; } - this.state = 269; + this.state = 276; this.match(esql_parser.RP); } } @@ -1330,12 +1371,12 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public dataType(): DataTypeContext { let localctx: DataTypeContext = new DataTypeContext(this, this._ctx, this.state); - this.enterRule(localctx, 22, esql_parser.RULE_dataType); + this.enterRule(localctx, 24, esql_parser.RULE_dataType); try { localctx = new ToDataTypeContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 271; + this.state = 278; this.identifier(); } } @@ -1356,13 +1397,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public rowCommand(): RowCommandContext { let localctx: RowCommandContext = new RowCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 24, esql_parser.RULE_rowCommand); + this.enterRule(localctx, 26, esql_parser.RULE_rowCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 273; + this.state = 280; this.match(esql_parser.ROW); - this.state = 274; + this.state = 281; this.fields(); } } @@ -1383,28 +1424,28 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public fields(): FieldsContext { let localctx: FieldsContext = new FieldsContext(this, this._ctx, this.state); - this.enterRule(localctx, 26, esql_parser.RULE_fields); + this.enterRule(localctx, 28, esql_parser.RULE_fields); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 276; + this.state = 283; this.field(); - this.state = 281; + this.state = 288; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 20, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 277; + this.state = 284; this.match(esql_parser.COMMA); - this.state = 278; + this.state = 285; this.field(); } } } - this.state = 283; + this.state = 290; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 20, this._ctx); } @@ -1427,26 +1468,26 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public field(): FieldContext { let localctx: FieldContext = new FieldContext(this, this._ctx, this.state); - this.enterRule(localctx, 28, esql_parser.RULE_field); + this.enterRule(localctx, 30, esql_parser.RULE_field); try { - this.state = 289; + this.state = 296; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 21, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 284; + this.state = 291; this.booleanExpression(0); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 285; + this.state = 292; this.qualifiedName(); - this.state = 286; + this.state = 293; this.match(esql_parser.ASSIGN); - this.state = 287; + this.state = 294; this.booleanExpression(0); } break; @@ -1469,39 +1510,39 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public fromCommand(): FromCommandContext { let localctx: FromCommandContext = new FromCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 30, esql_parser.RULE_fromCommand); + this.enterRule(localctx, 32, esql_parser.RULE_fromCommand); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 291; + this.state = 298; this.match(esql_parser.FROM); - this.state = 292; + this.state = 299; this.indexPattern(); - this.state = 297; + this.state = 304; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 22, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 293; + this.state = 300; this.match(esql_parser.COMMA); - this.state = 294; + this.state = 301; this.indexPattern(); } } } - this.state = 299; + this.state = 306; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 22, this._ctx); } - this.state = 301; + this.state = 308; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 23, this._ctx) ) { case 1: { - this.state = 300; + this.state = 307; this.metadata(); } break; @@ -1525,26 +1566,26 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public indexPattern(): IndexPatternContext { let localctx: IndexPatternContext = new IndexPatternContext(this, this._ctx, this.state); - this.enterRule(localctx, 32, esql_parser.RULE_indexPattern); + this.enterRule(localctx, 34, esql_parser.RULE_indexPattern); try { - this.state = 308; + this.state = 315; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 24, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 303; + this.state = 310; this.clusterString(); - this.state = 304; + this.state = 311; this.match(esql_parser.COLON); - this.state = 305; + this.state = 312; this.indexString(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 307; + this.state = 314; this.indexString(); } break; @@ -1567,11 +1608,11 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public clusterString(): ClusterStringContext { let localctx: ClusterStringContext = new ClusterStringContext(this, this._ctx, this.state); - this.enterRule(localctx, 34, esql_parser.RULE_clusterString); + this.enterRule(localctx, 36, esql_parser.RULE_clusterString); try { this.enterOuterAlt(localctx, 1); { - this.state = 310; + this.state = 317; this.match(esql_parser.UNQUOTED_SOURCE); } } @@ -1592,12 +1633,12 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public indexString(): IndexStringContext { let localctx: IndexStringContext = new IndexStringContext(this, this._ctx, this.state); - this.enterRule(localctx, 36, esql_parser.RULE_indexString); + this.enterRule(localctx, 38, esql_parser.RULE_indexString); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 312; + this.state = 319; _la = this._input.LA(1); if(!(_la===25 || _la===30)) { this._errHandler.recoverInline(this); @@ -1625,22 +1666,22 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public metadata(): MetadataContext { let localctx: MetadataContext = new MetadataContext(this, this._ctx, this.state); - this.enterRule(localctx, 38, esql_parser.RULE_metadata); + this.enterRule(localctx, 40, esql_parser.RULE_metadata); try { - this.state = 316; + this.state = 323; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 76: + case 77: this.enterOuterAlt(localctx, 1); { - this.state = 314; + this.state = 321; this.metadataOption(); } break; - case 69: + case 70: this.enterOuterAlt(localctx, 2); { - this.state = 315; + this.state = 322; this.deprecated_metadata(); } break; @@ -1665,30 +1706,30 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public metadataOption(): MetadataOptionContext { let localctx: MetadataOptionContext = new MetadataOptionContext(this, this._ctx, this.state); - this.enterRule(localctx, 40, esql_parser.RULE_metadataOption); + this.enterRule(localctx, 42, esql_parser.RULE_metadataOption); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 318; + this.state = 325; this.match(esql_parser.METADATA); - this.state = 319; + this.state = 326; this.match(esql_parser.UNQUOTED_SOURCE); - this.state = 324; + this.state = 331; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 26, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 320; + this.state = 327; this.match(esql_parser.COMMA); - this.state = 321; + this.state = 328; this.match(esql_parser.UNQUOTED_SOURCE); } } } - this.state = 326; + this.state = 333; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 26, this._ctx); } @@ -1711,15 +1752,15 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public deprecated_metadata(): Deprecated_metadataContext { let localctx: Deprecated_metadataContext = new Deprecated_metadataContext(this, this._ctx, this.state); - this.enterRule(localctx, 42, esql_parser.RULE_deprecated_metadata); + this.enterRule(localctx, 44, esql_parser.RULE_deprecated_metadata); try { this.enterOuterAlt(localctx, 1); { - this.state = 327; + this.state = 334; this.match(esql_parser.OPENING_BRACKET); - this.state = 328; + this.state = 335; this.metadataOption(); - this.state = 329; + this.state = 336; this.match(esql_parser.CLOSING_BRACKET); } } @@ -1740,51 +1781,51 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public metricsCommand(): MetricsCommandContext { let localctx: MetricsCommandContext = new MetricsCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 44, esql_parser.RULE_metricsCommand); + this.enterRule(localctx, 46, esql_parser.RULE_metricsCommand); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 331; + this.state = 338; this.match(esql_parser.METRICS); - this.state = 332; + this.state = 339; this.indexPattern(); - this.state = 337; + this.state = 344; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 27, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 333; + this.state = 340; this.match(esql_parser.COMMA); - this.state = 334; + this.state = 341; this.indexPattern(); } } } - this.state = 339; + this.state = 346; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 27, this._ctx); } - this.state = 341; + this.state = 348; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 28, this._ctx) ) { case 1: { - this.state = 340; + this.state = 347; localctx._aggregates = this.fields(); } break; } - this.state = 345; + this.state = 352; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 29, this._ctx) ) { case 1: { - this.state = 343; + this.state = 350; this.match(esql_parser.BY); - this.state = 344; + this.state = 351; localctx._grouping = this.fields(); } break; @@ -1808,13 +1849,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public evalCommand(): EvalCommandContext { let localctx: EvalCommandContext = new EvalCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 46, esql_parser.RULE_evalCommand); + this.enterRule(localctx, 48, esql_parser.RULE_evalCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 347; + this.state = 354; this.match(esql_parser.EVAL); - this.state = 348; + this.state = 355; this.fields(); } } @@ -1835,30 +1876,30 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public statsCommand(): StatsCommandContext { let localctx: StatsCommandContext = new StatsCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 48, esql_parser.RULE_statsCommand); + this.enterRule(localctx, 50, esql_parser.RULE_statsCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 350; + this.state = 357; this.match(esql_parser.STATS); - this.state = 352; + this.state = 359; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 30, this._ctx) ) { case 1: { - this.state = 351; + this.state = 358; localctx._stats = this.fields(); } break; } - this.state = 356; + this.state = 363; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 31, this._ctx) ) { case 1: { - this.state = 354; + this.state = 361; this.match(esql_parser.BY); - this.state = 355; + this.state = 362; localctx._grouping = this.fields(); } break; @@ -1882,22 +1923,22 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public inlinestatsCommand(): InlinestatsCommandContext { let localctx: InlinestatsCommandContext = new InlinestatsCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 50, esql_parser.RULE_inlinestatsCommand); + this.enterRule(localctx, 52, esql_parser.RULE_inlinestatsCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 358; + this.state = 365; this.match(esql_parser.INLINESTATS); - this.state = 359; + this.state = 366; localctx._stats = this.fields(); - this.state = 362; + this.state = 369; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 32, this._ctx) ) { case 1: { - this.state = 360; + this.state = 367; this.match(esql_parser.BY); - this.state = 361; + this.state = 368; localctx._grouping = this.fields(); } break; @@ -1921,28 +1962,28 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public qualifiedName(): QualifiedNameContext { let localctx: QualifiedNameContext = new QualifiedNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 52, esql_parser.RULE_qualifiedName); + this.enterRule(localctx, 54, esql_parser.RULE_qualifiedName); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 364; + this.state = 371; this.identifier(); - this.state = 369; + this.state = 376; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 33, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 365; + this.state = 372; this.match(esql_parser.DOT); - this.state = 366; + this.state = 373; this.identifier(); } } } - this.state = 371; + this.state = 378; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 33, this._ctx); } @@ -1965,28 +2006,28 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public qualifiedNamePattern(): QualifiedNamePatternContext { let localctx: QualifiedNamePatternContext = new QualifiedNamePatternContext(this, this._ctx, this.state); - this.enterRule(localctx, 54, esql_parser.RULE_qualifiedNamePattern); + this.enterRule(localctx, 56, esql_parser.RULE_qualifiedNamePattern); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 372; + this.state = 379; this.identifierPattern(); - this.state = 377; + this.state = 384; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 34, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 373; + this.state = 380; this.match(esql_parser.DOT); - this.state = 374; + this.state = 381; this.identifierPattern(); } } } - this.state = 379; + this.state = 386; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 34, this._ctx); } @@ -2009,28 +2050,28 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public qualifiedNamePatterns(): QualifiedNamePatternsContext { let localctx: QualifiedNamePatternsContext = new QualifiedNamePatternsContext(this, this._ctx, this.state); - this.enterRule(localctx, 56, esql_parser.RULE_qualifiedNamePatterns); + this.enterRule(localctx, 58, esql_parser.RULE_qualifiedNamePatterns); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 380; + this.state = 387; this.qualifiedNamePattern(); - this.state = 385; + this.state = 392; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 35, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 381; + this.state = 388; this.match(esql_parser.COMMA); - this.state = 382; + this.state = 389; this.qualifiedNamePattern(); } } } - this.state = 387; + this.state = 394; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 35, this._ctx); } @@ -2053,14 +2094,14 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public identifier(): IdentifierContext { let localctx: IdentifierContext = new IdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 58, esql_parser.RULE_identifier); + this.enterRule(localctx, 60, esql_parser.RULE_identifier); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 388; + this.state = 395; _la = this._input.LA(1); - if(!(_la===71 || _la===72)) { + if(!(_la===72 || _la===73)) { this._errHandler.recoverInline(this); } else { @@ -2086,11 +2127,11 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public identifierPattern(): IdentifierPatternContext { let localctx: IdentifierPatternContext = new IdentifierPatternContext(this, this._ctx, this.state); - this.enterRule(localctx, 60, esql_parser.RULE_identifierPattern); + this.enterRule(localctx, 62, esql_parser.RULE_identifierPattern); try { this.enterOuterAlt(localctx, 1); { - this.state = 390; + this.state = 397; this.match(esql_parser.ID_PATTERN); } } @@ -2111,17 +2152,17 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public constant(): ConstantContext { let localctx: ConstantContext = new ConstantContext(this, this._ctx, this.state); - this.enterRule(localctx, 62, esql_parser.RULE_constant); + this.enterRule(localctx, 64, esql_parser.RULE_constant); let _la: number; try { - this.state = 434; + this.state = 441; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 39, this._ctx) ) { case 1: localctx = new NullLiteralContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 392; + this.state = 399; this.match(esql_parser.NULL); } break; @@ -2129,9 +2170,9 @@ export default class esql_parser extends Parser { localctx = new QualifiedIntegerLiteralContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 393; + this.state = 400; this.integerValue(); - this.state = 394; + this.state = 401; this.match(esql_parser.UNQUOTED_IDENTIFIER); } break; @@ -2139,7 +2180,7 @@ export default class esql_parser extends Parser { localctx = new DecimalLiteralContext(this, localctx); this.enterOuterAlt(localctx, 3); { - this.state = 396; + this.state = 403; this.decimalValue(); } break; @@ -2147,7 +2188,7 @@ export default class esql_parser extends Parser { localctx = new IntegerLiteralContext(this, localctx); this.enterOuterAlt(localctx, 4); { - this.state = 397; + this.state = 404; this.integerValue(); } break; @@ -2155,7 +2196,7 @@ export default class esql_parser extends Parser { localctx = new BooleanLiteralContext(this, localctx); this.enterOuterAlt(localctx, 5); { - this.state = 398; + this.state = 405; this.booleanValue(); } break; @@ -2163,7 +2204,7 @@ export default class esql_parser extends Parser { localctx = new InputParamsContext(this, localctx); this.enterOuterAlt(localctx, 6); { - this.state = 399; + this.state = 406; this.params(); } break; @@ -2171,7 +2212,7 @@ export default class esql_parser extends Parser { localctx = new StringLiteralContext(this, localctx); this.enterOuterAlt(localctx, 7); { - this.state = 400; + this.state = 407; this.string_(); } break; @@ -2179,27 +2220,27 @@ export default class esql_parser extends Parser { localctx = new NumericArrayLiteralContext(this, localctx); this.enterOuterAlt(localctx, 8); { - this.state = 401; + this.state = 408; this.match(esql_parser.OPENING_BRACKET); - this.state = 402; + this.state = 409; this.numericValue(); - this.state = 407; + this.state = 414; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===38) { { { - this.state = 403; + this.state = 410; this.match(esql_parser.COMMA); - this.state = 404; + this.state = 411; this.numericValue(); } } - this.state = 409; + this.state = 416; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 410; + this.state = 417; this.match(esql_parser.CLOSING_BRACKET); } break; @@ -2207,27 +2248,27 @@ export default class esql_parser extends Parser { localctx = new BooleanArrayLiteralContext(this, localctx); this.enterOuterAlt(localctx, 9); { - this.state = 412; + this.state = 419; this.match(esql_parser.OPENING_BRACKET); - this.state = 413; + this.state = 420; this.booleanValue(); - this.state = 418; + this.state = 425; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===38) { { { - this.state = 414; + this.state = 421; this.match(esql_parser.COMMA); - this.state = 415; + this.state = 422; this.booleanValue(); } } - this.state = 420; + this.state = 427; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 421; + this.state = 428; this.match(esql_parser.CLOSING_BRACKET); } break; @@ -2235,27 +2276,27 @@ export default class esql_parser extends Parser { localctx = new StringArrayLiteralContext(this, localctx); this.enterOuterAlt(localctx, 10); { - this.state = 423; + this.state = 430; this.match(esql_parser.OPENING_BRACKET); - this.state = 424; + this.state = 431; this.string_(); - this.state = 429; + this.state = 436; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===38) { { { - this.state = 425; + this.state = 432; this.match(esql_parser.COMMA); - this.state = 426; + this.state = 433; this.string_(); } } - this.state = 431; + this.state = 438; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 432; + this.state = 439; this.match(esql_parser.CLOSING_BRACKET); } break; @@ -2278,24 +2319,24 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public params(): ParamsContext { let localctx: ParamsContext = new ParamsContext(this, this._ctx, this.state); - this.enterRule(localctx, 64, esql_parser.RULE_params); + this.enterRule(localctx, 66, esql_parser.RULE_params); try { - this.state = 438; + this.state = 445; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 52: + case 53: localctx = new InputParamContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 436; + this.state = 443; this.match(esql_parser.PARAM); } break; - case 68: + case 69: localctx = new InputNamedOrPositionalParamContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 437; + this.state = 444; this.match(esql_parser.NAMED_OR_POSITIONAL_PARAM); } break; @@ -2320,13 +2361,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public limitCommand(): LimitCommandContext { let localctx: LimitCommandContext = new LimitCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 66, esql_parser.RULE_limitCommand); + this.enterRule(localctx, 68, esql_parser.RULE_limitCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 440; + this.state = 447; this.match(esql_parser.LIMIT); - this.state = 441; + this.state = 448; this.match(esql_parser.INTEGER_LITERAL); } } @@ -2347,30 +2388,30 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public sortCommand(): SortCommandContext { let localctx: SortCommandContext = new SortCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 68, esql_parser.RULE_sortCommand); + this.enterRule(localctx, 70, esql_parser.RULE_sortCommand); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 443; + this.state = 450; this.match(esql_parser.SORT); - this.state = 444; + this.state = 451; this.orderExpression(); - this.state = 449; + this.state = 456; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 41, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 445; + this.state = 452; this.match(esql_parser.COMMA); - this.state = 446; + this.state = 453; this.orderExpression(); } } } - this.state = 451; + this.state = 458; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 41, this._ctx); } @@ -2393,19 +2434,19 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public orderExpression(): OrderExpressionContext { let localctx: OrderExpressionContext = new OrderExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 70, esql_parser.RULE_orderExpression); + this.enterRule(localctx, 72, esql_parser.RULE_orderExpression); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 452; + this.state = 459; this.booleanExpression(0); - this.state = 454; + this.state = 461; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 42, this._ctx) ) { case 1: { - this.state = 453; + this.state = 460; localctx._ordering = this._input.LT(1); _la = this._input.LA(1); if(!(_la===35 || _la===39)) { @@ -2418,17 +2459,17 @@ export default class esql_parser extends Parser { } break; } - this.state = 458; + this.state = 465; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 43, this._ctx) ) { case 1: { - this.state = 456; + this.state = 463; this.match(esql_parser.NULLS); - this.state = 457; + this.state = 464; localctx._nullOrdering = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===42 || _la===43)) { + if(!(_la===42 || _la===45)) { localctx._nullOrdering = this._errHandler.recoverInline(this); } else { @@ -2457,13 +2498,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public keepCommand(): KeepCommandContext { let localctx: KeepCommandContext = new KeepCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 72, esql_parser.RULE_keepCommand); + this.enterRule(localctx, 74, esql_parser.RULE_keepCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 460; + this.state = 467; this.match(esql_parser.KEEP); - this.state = 461; + this.state = 468; this.qualifiedNamePatterns(); } } @@ -2484,13 +2525,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public dropCommand(): DropCommandContext { let localctx: DropCommandContext = new DropCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 74, esql_parser.RULE_dropCommand); + this.enterRule(localctx, 76, esql_parser.RULE_dropCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 463; + this.state = 470; this.match(esql_parser.DROP); - this.state = 464; + this.state = 471; this.qualifiedNamePatterns(); } } @@ -2511,30 +2552,30 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public renameCommand(): RenameCommandContext { let localctx: RenameCommandContext = new RenameCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 76, esql_parser.RULE_renameCommand); + this.enterRule(localctx, 78, esql_parser.RULE_renameCommand); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 466; + this.state = 473; this.match(esql_parser.RENAME); - this.state = 467; + this.state = 474; this.renameClause(); - this.state = 472; + this.state = 479; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 44, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 468; + this.state = 475; this.match(esql_parser.COMMA); - this.state = 469; + this.state = 476; this.renameClause(); } } } - this.state = 474; + this.state = 481; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 44, this._ctx); } @@ -2557,15 +2598,15 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public renameClause(): RenameClauseContext { let localctx: RenameClauseContext = new RenameClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 78, esql_parser.RULE_renameClause); + this.enterRule(localctx, 80, esql_parser.RULE_renameClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 475; + this.state = 482; localctx._oldName = this.qualifiedNamePattern(); - this.state = 476; + this.state = 483; this.match(esql_parser.AS); - this.state = 477; + this.state = 484; localctx._newName = this.qualifiedNamePattern(); } } @@ -2586,22 +2627,22 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public dissectCommand(): DissectCommandContext { let localctx: DissectCommandContext = new DissectCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 80, esql_parser.RULE_dissectCommand); + this.enterRule(localctx, 82, esql_parser.RULE_dissectCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 479; + this.state = 486; this.match(esql_parser.DISSECT); - this.state = 480; + this.state = 487; this.primaryExpression(0); - this.state = 481; + this.state = 488; this.string_(); - this.state = 483; + this.state = 490; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 45, this._ctx) ) { case 1: { - this.state = 482; + this.state = 489; this.commandOptions(); } break; @@ -2625,15 +2666,15 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public grokCommand(): GrokCommandContext { let localctx: GrokCommandContext = new GrokCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 82, esql_parser.RULE_grokCommand); + this.enterRule(localctx, 84, esql_parser.RULE_grokCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 485; + this.state = 492; this.match(esql_parser.GROK); - this.state = 486; + this.state = 493; this.primaryExpression(0); - this.state = 487; + this.state = 494; this.string_(); } } @@ -2654,13 +2695,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public mvExpandCommand(): MvExpandCommandContext { let localctx: MvExpandCommandContext = new MvExpandCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 84, esql_parser.RULE_mvExpandCommand); + this.enterRule(localctx, 86, esql_parser.RULE_mvExpandCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 489; + this.state = 496; this.match(esql_parser.MV_EXPAND); - this.state = 490; + this.state = 497; this.qualifiedName(); } } @@ -2681,28 +2722,28 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public commandOptions(): CommandOptionsContext { let localctx: CommandOptionsContext = new CommandOptionsContext(this, this._ctx, this.state); - this.enterRule(localctx, 86, esql_parser.RULE_commandOptions); + this.enterRule(localctx, 88, esql_parser.RULE_commandOptions); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 492; + this.state = 499; this.commandOption(); - this.state = 497; + this.state = 504; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 46, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 493; + this.state = 500; this.match(esql_parser.COMMA); - this.state = 494; + this.state = 501; this.commandOption(); } } } - this.state = 499; + this.state = 506; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 46, this._ctx); } @@ -2725,15 +2766,15 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public commandOption(): CommandOptionContext { let localctx: CommandOptionContext = new CommandOptionContext(this, this._ctx, this.state); - this.enterRule(localctx, 88, esql_parser.RULE_commandOption); + this.enterRule(localctx, 90, esql_parser.RULE_commandOption); try { this.enterOuterAlt(localctx, 1); { - this.state = 500; + this.state = 507; this.identifier(); - this.state = 501; + this.state = 508; this.match(esql_parser.ASSIGN); - this.state = 502; + this.state = 509; this.constant(); } } @@ -2754,14 +2795,14 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public booleanValue(): BooleanValueContext { let localctx: BooleanValueContext = new BooleanValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 90, esql_parser.RULE_booleanValue); + this.enterRule(localctx, 92, esql_parser.RULE_booleanValue); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 504; + this.state = 511; _la = this._input.LA(1); - if(!(_la===41 || _la===55)) { + if(!(_la===41 || _la===56)) { this._errHandler.recoverInline(this); } else { @@ -2787,22 +2828,22 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public numericValue(): NumericValueContext { let localctx: NumericValueContext = new NumericValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 92, esql_parser.RULE_numericValue); + this.enterRule(localctx, 94, esql_parser.RULE_numericValue); try { - this.state = 508; + this.state = 515; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 47, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 506; + this.state = 513; this.decimalValue(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 507; + this.state = 514; this.integerValue(); } break; @@ -2825,19 +2866,19 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public decimalValue(): DecimalValueContext { let localctx: DecimalValueContext = new DecimalValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 94, esql_parser.RULE_decimalValue); + this.enterRule(localctx, 96, esql_parser.RULE_decimalValue); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 511; + this.state = 518; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===63 || _la===64) { + if (_la===64 || _la===65) { { - this.state = 510; + this.state = 517; _la = this._input.LA(1); - if(!(_la===63 || _la===64)) { + if(!(_la===64 || _la===65)) { this._errHandler.recoverInline(this); } else { @@ -2847,7 +2888,7 @@ export default class esql_parser extends Parser { } } - this.state = 513; + this.state = 520; this.match(esql_parser.DECIMAL_LITERAL); } } @@ -2868,19 +2909,19 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public integerValue(): IntegerValueContext { let localctx: IntegerValueContext = new IntegerValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 96, esql_parser.RULE_integerValue); + this.enterRule(localctx, 98, esql_parser.RULE_integerValue); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 516; + this.state = 523; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===63 || _la===64) { + if (_la===64 || _la===65) { { - this.state = 515; + this.state = 522; _la = this._input.LA(1); - if(!(_la===63 || _la===64)) { + if(!(_la===64 || _la===65)) { this._errHandler.recoverInline(this); } else { @@ -2890,7 +2931,7 @@ export default class esql_parser extends Parser { } } - this.state = 518; + this.state = 525; this.match(esql_parser.INTEGER_LITERAL); } } @@ -2911,11 +2952,11 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public string_(): StringContext { let localctx: StringContext = new StringContext(this, this._ctx, this.state); - this.enterRule(localctx, 98, esql_parser.RULE_string); + this.enterRule(localctx, 100, esql_parser.RULE_string); try { this.enterOuterAlt(localctx, 1); { - this.state = 520; + this.state = 527; this.match(esql_parser.QUOTED_STRING); } } @@ -2936,14 +2977,14 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public comparisonOperator(): ComparisonOperatorContext { let localctx: ComparisonOperatorContext = new ComparisonOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 100, esql_parser.RULE_comparisonOperator); + this.enterRule(localctx, 102, esql_parser.RULE_comparisonOperator); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 522; + this.state = 529; _la = this._input.LA(1); - if(!(((((_la - 56)) & ~0x1F) === 0 && ((1 << (_la - 56)) & 125) !== 0))) { + if(!(((((_la - 57)) & ~0x1F) === 0 && ((1 << (_la - 57)) & 125) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -2969,13 +3010,13 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public explainCommand(): ExplainCommandContext { let localctx: ExplainCommandContext = new ExplainCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 102, esql_parser.RULE_explainCommand); + this.enterRule(localctx, 104, esql_parser.RULE_explainCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 524; + this.state = 531; this.match(esql_parser.EXPLAIN); - this.state = 525; + this.state = 532; this.subqueryExpression(); } } @@ -2996,15 +3037,15 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public subqueryExpression(): SubqueryExpressionContext { let localctx: SubqueryExpressionContext = new SubqueryExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 104, esql_parser.RULE_subqueryExpression); + this.enterRule(localctx, 106, esql_parser.RULE_subqueryExpression); try { this.enterOuterAlt(localctx, 1); { - this.state = 527; + this.state = 534; this.match(esql_parser.OPENING_BRACKET); - this.state = 528; + this.state = 535; this.query(0); - this.state = 529; + this.state = 536; this.match(esql_parser.CLOSING_BRACKET); } } @@ -3025,14 +3066,14 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public showCommand(): ShowCommandContext { let localctx: ShowCommandContext = new ShowCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 106, esql_parser.RULE_showCommand); + this.enterRule(localctx, 108, esql_parser.RULE_showCommand); try { localctx = new ShowInfoContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 531; + this.state = 538; this.match(esql_parser.SHOW); - this.state = 532; + this.state = 539; this.match(esql_parser.INFO); } } @@ -3053,14 +3094,14 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public metaCommand(): MetaCommandContext { let localctx: MetaCommandContext = new MetaCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 108, esql_parser.RULE_metaCommand); + this.enterRule(localctx, 110, esql_parser.RULE_metaCommand); try { localctx = new MetaFunctionsContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 534; + this.state = 541; this.match(esql_parser.META); - this.state = 535; + this.state = 542; this.match(esql_parser.FUNCTIONS); } } @@ -3081,51 +3122,51 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public enrichCommand(): EnrichCommandContext { let localctx: EnrichCommandContext = new EnrichCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 110, esql_parser.RULE_enrichCommand); + this.enterRule(localctx, 112, esql_parser.RULE_enrichCommand); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 537; + this.state = 544; this.match(esql_parser.ENRICH); - this.state = 538; + this.state = 545; localctx._policyName = this.match(esql_parser.ENRICH_POLICY_NAME); - this.state = 541; + this.state = 548; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 50, this._ctx) ) { case 1: { - this.state = 539; + this.state = 546; this.match(esql_parser.ON); - this.state = 540; + this.state = 547; localctx._matchField = this.qualifiedNamePattern(); } break; } - this.state = 552; + this.state = 559; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 52, this._ctx) ) { case 1: { - this.state = 543; + this.state = 550; this.match(esql_parser.WITH); - this.state = 544; + this.state = 551; this.enrichWithClause(); - this.state = 549; + this.state = 556; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 51, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 545; + this.state = 552; this.match(esql_parser.COMMA); - this.state = 546; + this.state = 553; this.enrichWithClause(); } } } - this.state = 551; + this.state = 558; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 51, this._ctx); } @@ -3151,23 +3192,23 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public enrichWithClause(): EnrichWithClauseContext { let localctx: EnrichWithClauseContext = new EnrichWithClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 112, esql_parser.RULE_enrichWithClause); + this.enterRule(localctx, 114, esql_parser.RULE_enrichWithClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 557; + this.state = 564; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 53, this._ctx) ) { case 1: { - this.state = 554; + this.state = 561; localctx._newName = this.qualifiedNamePattern(); - this.state = 555; + this.state = 562; this.match(esql_parser.ASSIGN); } break; } - this.state = 559; + this.state = 566; localctx._enrichField = this.qualifiedNamePattern(); } } @@ -3188,17 +3229,17 @@ export default class esql_parser extends Parser { // @RuleVersion(0) public lookupCommand(): LookupCommandContext { let localctx: LookupCommandContext = new LookupCommandContext(this, this._ctx, this.state); - this.enterRule(localctx, 114, esql_parser.RULE_lookupCommand); + this.enterRule(localctx, 116, esql_parser.RULE_lookupCommand); try { this.enterOuterAlt(localctx, 1); { - this.state = 561; + this.state = 568; this.match(esql_parser.LOOKUP); - this.state = 562; + this.state = 569; localctx._tableName = this.indexPattern(); - this.state = 563; + this.state = 570; this.match(esql_parser.ON); - this.state = 564; + this.state = 571; localctx._matchFields = this.qualifiedNamePatterns(); } } @@ -3223,9 +3264,9 @@ export default class esql_parser extends Parser { return this.query_sempred(localctx as QueryContext, predIndex); case 5: return this.booleanExpression_sempred(localctx as BooleanExpressionContext, predIndex); - case 8: - return this.operatorExpression_sempred(localctx as OperatorExpressionContext, predIndex); case 9: + return this.operatorExpression_sempred(localctx as OperatorExpressionContext, predIndex); + case 10: return this.primaryExpression_sempred(localctx as PrimaryExpressionContext, predIndex); } return true; @@ -3263,7 +3304,7 @@ export default class esql_parser extends Parser { return true; } - public static readonly _serializedATN: number[] = [4,1,124,567,2,0,7,0, + public static readonly _serializedATN: number[] = [4,1,125,574,2,0,7,0, 2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6,7,6,2,7,7,7,2,8,7,8,2,9,7,9, 2,10,7,10,2,11,7,11,2,12,7,12,2,13,7,13,2,14,7,14,2,15,7,15,2,16,7,16,2, 17,7,17,2,18,7,18,2,19,7,19,2,20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24, @@ -3271,183 +3312,185 @@ export default class esql_parser extends Parser { 31,2,32,7,32,2,33,7,33,2,34,7,34,2,35,7,35,2,36,7,36,2,37,7,37,2,38,7,38, 2,39,7,39,2,40,7,40,2,41,7,41,2,42,7,42,2,43,7,43,2,44,7,44,2,45,7,45,2, 46,7,46,2,47,7,47,2,48,7,48,2,49,7,49,2,50,7,50,2,51,7,51,2,52,7,52,2,53, - 7,53,2,54,7,54,2,55,7,55,2,56,7,56,2,57,7,57,1,0,1,0,1,0,1,1,1,1,1,1,1, - 1,1,1,1,1,5,1,126,8,1,10,1,12,1,129,9,1,1,2,1,2,1,2,1,2,1,2,1,2,3,2,137, - 8,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,3,3,153,8,3, - 1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,165,8,5,1,5,1,5,1,5,1,5,1,5, - 5,5,172,8,5,10,5,12,5,175,9,5,1,5,1,5,1,5,1,5,1,5,3,5,182,8,5,1,5,1,5,3, - 5,186,8,5,1,5,1,5,1,5,1,5,1,5,1,5,5,5,194,8,5,10,5,12,5,197,9,5,1,6,1,6, - 3,6,201,8,6,1,6,1,6,1,6,1,6,1,6,3,6,208,8,6,1,6,1,6,1,6,3,6,213,8,6,1,7, - 1,7,1,7,1,7,1,7,3,7,220,8,7,1,8,1,8,1,8,1,8,3,8,226,8,8,1,8,1,8,1,8,1,8, - 1,8,1,8,5,8,234,8,8,10,8,12,8,237,9,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,3, - 9,247,8,9,1,9,1,9,1,9,5,9,252,8,9,10,9,12,9,255,9,9,1,10,1,10,1,10,1,10, - 1,10,1,10,5,10,263,8,10,10,10,12,10,266,9,10,3,10,268,8,10,1,10,1,10,1, - 11,1,11,1,12,1,12,1,12,1,13,1,13,1,13,5,13,280,8,13,10,13,12,13,283,9,13, - 1,14,1,14,1,14,1,14,1,14,3,14,290,8,14,1,15,1,15,1,15,1,15,5,15,296,8,15, - 10,15,12,15,299,9,15,1,15,3,15,302,8,15,1,16,1,16,1,16,1,16,1,16,3,16,309, - 8,16,1,17,1,17,1,18,1,18,1,19,1,19,3,19,317,8,19,1,20,1,20,1,20,1,20,5, - 20,323,8,20,10,20,12,20,326,9,20,1,21,1,21,1,21,1,21,1,22,1,22,1,22,1,22, - 5,22,336,8,22,10,22,12,22,339,9,22,1,22,3,22,342,8,22,1,22,1,22,3,22,346, - 8,22,1,23,1,23,1,23,1,24,1,24,3,24,353,8,24,1,24,1,24,3,24,357,8,24,1,25, - 1,25,1,25,1,25,3,25,363,8,25,1,26,1,26,1,26,5,26,368,8,26,10,26,12,26,371, - 9,26,1,27,1,27,1,27,5,27,376,8,27,10,27,12,27,379,9,27,1,28,1,28,1,28,5, - 28,384,8,28,10,28,12,28,387,9,28,1,29,1,29,1,30,1,30,1,31,1,31,1,31,1,31, - 1,31,1,31,1,31,1,31,1,31,1,31,1,31,1,31,1,31,5,31,406,8,31,10,31,12,31, - 409,9,31,1,31,1,31,1,31,1,31,1,31,1,31,5,31,417,8,31,10,31,12,31,420,9, - 31,1,31,1,31,1,31,1,31,1,31,1,31,5,31,428,8,31,10,31,12,31,431,9,31,1,31, - 1,31,3,31,435,8,31,1,32,1,32,3,32,439,8,32,1,33,1,33,1,33,1,34,1,34,1,34, - 1,34,5,34,448,8,34,10,34,12,34,451,9,34,1,35,1,35,3,35,455,8,35,1,35,1, - 35,3,35,459,8,35,1,36,1,36,1,36,1,37,1,37,1,37,1,38,1,38,1,38,1,38,5,38, - 471,8,38,10,38,12,38,474,9,38,1,39,1,39,1,39,1,39,1,40,1,40,1,40,1,40,3, - 40,484,8,40,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,43,1,43,1,43,5,43,496, - 8,43,10,43,12,43,499,9,43,1,44,1,44,1,44,1,44,1,45,1,45,1,46,1,46,3,46, - 509,8,46,1,47,3,47,512,8,47,1,47,1,47,1,48,3,48,517,8,48,1,48,1,48,1,49, - 1,49,1,50,1,50,1,51,1,51,1,51,1,52,1,52,1,52,1,52,1,53,1,53,1,53,1,54,1, - 54,1,54,1,55,1,55,1,55,1,55,3,55,542,8,55,1,55,1,55,1,55,1,55,5,55,548, - 8,55,10,55,12,55,551,9,55,3,55,553,8,55,1,56,1,56,1,56,3,56,558,8,56,1, - 56,1,56,1,57,1,57,1,57,1,57,1,57,1,57,0,4,2,10,16,18,58,0,2,4,6,8,10,12, - 14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60, - 62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106, - 108,110,112,114,0,8,1,0,63,64,1,0,65,67,2,0,25,25,30,30,1,0,71,72,2,0,35, - 35,39,39,1,0,42,43,2,0,41,41,55,55,2,0,56,56,58,62,592,0,116,1,0,0,0,2, - 119,1,0,0,0,4,136,1,0,0,0,6,152,1,0,0,0,8,154,1,0,0,0,10,185,1,0,0,0,12, - 212,1,0,0,0,14,219,1,0,0,0,16,225,1,0,0,0,18,246,1,0,0,0,20,256,1,0,0,0, - 22,271,1,0,0,0,24,273,1,0,0,0,26,276,1,0,0,0,28,289,1,0,0,0,30,291,1,0, - 0,0,32,308,1,0,0,0,34,310,1,0,0,0,36,312,1,0,0,0,38,316,1,0,0,0,40,318, - 1,0,0,0,42,327,1,0,0,0,44,331,1,0,0,0,46,347,1,0,0,0,48,350,1,0,0,0,50, - 358,1,0,0,0,52,364,1,0,0,0,54,372,1,0,0,0,56,380,1,0,0,0,58,388,1,0,0,0, - 60,390,1,0,0,0,62,434,1,0,0,0,64,438,1,0,0,0,66,440,1,0,0,0,68,443,1,0, - 0,0,70,452,1,0,0,0,72,460,1,0,0,0,74,463,1,0,0,0,76,466,1,0,0,0,78,475, - 1,0,0,0,80,479,1,0,0,0,82,485,1,0,0,0,84,489,1,0,0,0,86,492,1,0,0,0,88, - 500,1,0,0,0,90,504,1,0,0,0,92,508,1,0,0,0,94,511,1,0,0,0,96,516,1,0,0,0, - 98,520,1,0,0,0,100,522,1,0,0,0,102,524,1,0,0,0,104,527,1,0,0,0,106,531, - 1,0,0,0,108,534,1,0,0,0,110,537,1,0,0,0,112,557,1,0,0,0,114,561,1,0,0,0, - 116,117,3,2,1,0,117,118,5,0,0,1,118,1,1,0,0,0,119,120,6,1,-1,0,120,121, - 3,4,2,0,121,127,1,0,0,0,122,123,10,1,0,0,123,124,5,29,0,0,124,126,3,6,3, - 0,125,122,1,0,0,0,126,129,1,0,0,0,127,125,1,0,0,0,127,128,1,0,0,0,128,3, - 1,0,0,0,129,127,1,0,0,0,130,137,3,102,51,0,131,137,3,30,15,0,132,137,3, - 24,12,0,133,137,3,44,22,0,134,137,3,106,53,0,135,137,3,108,54,0,136,130, - 1,0,0,0,136,131,1,0,0,0,136,132,1,0,0,0,136,133,1,0,0,0,136,134,1,0,0,0, - 136,135,1,0,0,0,137,5,1,0,0,0,138,153,3,46,23,0,139,153,3,50,25,0,140,153, - 3,66,33,0,141,153,3,114,57,0,142,153,3,72,36,0,143,153,3,68,34,0,144,153, - 3,48,24,0,145,153,3,8,4,0,146,153,3,74,37,0,147,153,3,76,38,0,148,153,3, - 80,40,0,149,153,3,82,41,0,150,153,3,110,55,0,151,153,3,84,42,0,152,138, - 1,0,0,0,152,139,1,0,0,0,152,140,1,0,0,0,152,141,1,0,0,0,152,142,1,0,0,0, - 152,143,1,0,0,0,152,144,1,0,0,0,152,145,1,0,0,0,152,146,1,0,0,0,152,147, - 1,0,0,0,152,148,1,0,0,0,152,149,1,0,0,0,152,150,1,0,0,0,152,151,1,0,0,0, - 153,7,1,0,0,0,154,155,5,20,0,0,155,156,3,10,5,0,156,9,1,0,0,0,157,158,6, - 5,-1,0,158,159,5,48,0,0,159,186,3,10,5,7,160,186,3,14,7,0,161,186,3,12, - 6,0,162,164,3,14,7,0,163,165,5,48,0,0,164,163,1,0,0,0,164,165,1,0,0,0,165, - 166,1,0,0,0,166,167,5,45,0,0,167,168,5,44,0,0,168,173,3,14,7,0,169,170, - 5,38,0,0,170,172,3,14,7,0,171,169,1,0,0,0,172,175,1,0,0,0,173,171,1,0,0, - 0,173,174,1,0,0,0,174,176,1,0,0,0,175,173,1,0,0,0,176,177,5,54,0,0,177, - 186,1,0,0,0,178,179,3,14,7,0,179,181,5,46,0,0,180,182,5,48,0,0,181,180, - 1,0,0,0,181,182,1,0,0,0,182,183,1,0,0,0,183,184,5,49,0,0,184,186,1,0,0, - 0,185,157,1,0,0,0,185,160,1,0,0,0,185,161,1,0,0,0,185,162,1,0,0,0,185,178, - 1,0,0,0,186,195,1,0,0,0,187,188,10,4,0,0,188,189,5,34,0,0,189,194,3,10, - 5,5,190,191,10,3,0,0,191,192,5,51,0,0,192,194,3,10,5,4,193,187,1,0,0,0, - 193,190,1,0,0,0,194,197,1,0,0,0,195,193,1,0,0,0,195,196,1,0,0,0,196,11, - 1,0,0,0,197,195,1,0,0,0,198,200,3,14,7,0,199,201,5,48,0,0,200,199,1,0,0, - 0,200,201,1,0,0,0,201,202,1,0,0,0,202,203,5,47,0,0,203,204,3,98,49,0,204, - 213,1,0,0,0,205,207,3,14,7,0,206,208,5,48,0,0,207,206,1,0,0,0,207,208,1, - 0,0,0,208,209,1,0,0,0,209,210,5,53,0,0,210,211,3,98,49,0,211,213,1,0,0, - 0,212,198,1,0,0,0,212,205,1,0,0,0,213,13,1,0,0,0,214,220,3,16,8,0,215,216, - 3,16,8,0,216,217,3,100,50,0,217,218,3,16,8,0,218,220,1,0,0,0,219,214,1, - 0,0,0,219,215,1,0,0,0,220,15,1,0,0,0,221,222,6,8,-1,0,222,226,3,18,9,0, - 223,224,7,0,0,0,224,226,3,16,8,3,225,221,1,0,0,0,225,223,1,0,0,0,226,235, - 1,0,0,0,227,228,10,2,0,0,228,229,7,1,0,0,229,234,3,16,8,3,230,231,10,1, - 0,0,231,232,7,0,0,0,232,234,3,16,8,2,233,227,1,0,0,0,233,230,1,0,0,0,234, - 237,1,0,0,0,235,233,1,0,0,0,235,236,1,0,0,0,236,17,1,0,0,0,237,235,1,0, - 0,0,238,239,6,9,-1,0,239,247,3,62,31,0,240,247,3,52,26,0,241,247,3,20,10, - 0,242,243,5,44,0,0,243,244,3,10,5,0,244,245,5,54,0,0,245,247,1,0,0,0,246, - 238,1,0,0,0,246,240,1,0,0,0,246,241,1,0,0,0,246,242,1,0,0,0,247,253,1,0, - 0,0,248,249,10,1,0,0,249,250,5,37,0,0,250,252,3,22,11,0,251,248,1,0,0,0, - 252,255,1,0,0,0,253,251,1,0,0,0,253,254,1,0,0,0,254,19,1,0,0,0,255,253, - 1,0,0,0,256,257,3,58,29,0,257,267,5,44,0,0,258,268,5,65,0,0,259,264,3,10, - 5,0,260,261,5,38,0,0,261,263,3,10,5,0,262,260,1,0,0,0,263,266,1,0,0,0,264, - 262,1,0,0,0,264,265,1,0,0,0,265,268,1,0,0,0,266,264,1,0,0,0,267,258,1,0, - 0,0,267,259,1,0,0,0,267,268,1,0,0,0,268,269,1,0,0,0,269,270,5,54,0,0,270, - 21,1,0,0,0,271,272,3,58,29,0,272,23,1,0,0,0,273,274,5,16,0,0,274,275,3, - 26,13,0,275,25,1,0,0,0,276,281,3,28,14,0,277,278,5,38,0,0,278,280,3,28, - 14,0,279,277,1,0,0,0,280,283,1,0,0,0,281,279,1,0,0,0,281,282,1,0,0,0,282, - 27,1,0,0,0,283,281,1,0,0,0,284,290,3,10,5,0,285,286,3,52,26,0,286,287,5, - 36,0,0,287,288,3,10,5,0,288,290,1,0,0,0,289,284,1,0,0,0,289,285,1,0,0,0, - 290,29,1,0,0,0,291,292,5,6,0,0,292,297,3,32,16,0,293,294,5,38,0,0,294,296, - 3,32,16,0,295,293,1,0,0,0,296,299,1,0,0,0,297,295,1,0,0,0,297,298,1,0,0, - 0,298,301,1,0,0,0,299,297,1,0,0,0,300,302,3,38,19,0,301,300,1,0,0,0,301, - 302,1,0,0,0,302,31,1,0,0,0,303,304,3,34,17,0,304,305,5,114,0,0,305,306, - 3,36,18,0,306,309,1,0,0,0,307,309,3,36,18,0,308,303,1,0,0,0,308,307,1,0, - 0,0,309,33,1,0,0,0,310,311,5,25,0,0,311,35,1,0,0,0,312,313,7,2,0,0,313, - 37,1,0,0,0,314,317,3,40,20,0,315,317,3,42,21,0,316,314,1,0,0,0,316,315, - 1,0,0,0,317,39,1,0,0,0,318,319,5,76,0,0,319,324,5,25,0,0,320,321,5,38,0, - 0,321,323,5,25,0,0,322,320,1,0,0,0,323,326,1,0,0,0,324,322,1,0,0,0,324, - 325,1,0,0,0,325,41,1,0,0,0,326,324,1,0,0,0,327,328,5,69,0,0,328,329,3,40, - 20,0,329,330,5,70,0,0,330,43,1,0,0,0,331,332,5,13,0,0,332,337,3,32,16,0, - 333,334,5,38,0,0,334,336,3,32,16,0,335,333,1,0,0,0,336,339,1,0,0,0,337, - 335,1,0,0,0,337,338,1,0,0,0,338,341,1,0,0,0,339,337,1,0,0,0,340,342,3,26, - 13,0,341,340,1,0,0,0,341,342,1,0,0,0,342,345,1,0,0,0,343,344,5,33,0,0,344, - 346,3,26,13,0,345,343,1,0,0,0,345,346,1,0,0,0,346,45,1,0,0,0,347,348,5, - 4,0,0,348,349,3,26,13,0,349,47,1,0,0,0,350,352,5,19,0,0,351,353,3,26,13, - 0,352,351,1,0,0,0,352,353,1,0,0,0,353,356,1,0,0,0,354,355,5,33,0,0,355, - 357,3,26,13,0,356,354,1,0,0,0,356,357,1,0,0,0,357,49,1,0,0,0,358,359,5, - 8,0,0,359,362,3,26,13,0,360,361,5,33,0,0,361,363,3,26,13,0,362,360,1,0, - 0,0,362,363,1,0,0,0,363,51,1,0,0,0,364,369,3,58,29,0,365,366,5,40,0,0,366, - 368,3,58,29,0,367,365,1,0,0,0,368,371,1,0,0,0,369,367,1,0,0,0,369,370,1, - 0,0,0,370,53,1,0,0,0,371,369,1,0,0,0,372,377,3,60,30,0,373,374,5,40,0,0, - 374,376,3,60,30,0,375,373,1,0,0,0,376,379,1,0,0,0,377,375,1,0,0,0,377,378, - 1,0,0,0,378,55,1,0,0,0,379,377,1,0,0,0,380,385,3,54,27,0,381,382,5,38,0, - 0,382,384,3,54,27,0,383,381,1,0,0,0,384,387,1,0,0,0,385,383,1,0,0,0,385, - 386,1,0,0,0,386,57,1,0,0,0,387,385,1,0,0,0,388,389,7,3,0,0,389,59,1,0,0, - 0,390,391,5,80,0,0,391,61,1,0,0,0,392,435,5,49,0,0,393,394,3,96,48,0,394, - 395,5,71,0,0,395,435,1,0,0,0,396,435,3,94,47,0,397,435,3,96,48,0,398,435, - 3,90,45,0,399,435,3,64,32,0,400,435,3,98,49,0,401,402,5,69,0,0,402,407, - 3,92,46,0,403,404,5,38,0,0,404,406,3,92,46,0,405,403,1,0,0,0,406,409,1, - 0,0,0,407,405,1,0,0,0,407,408,1,0,0,0,408,410,1,0,0,0,409,407,1,0,0,0,410, - 411,5,70,0,0,411,435,1,0,0,0,412,413,5,69,0,0,413,418,3,90,45,0,414,415, - 5,38,0,0,415,417,3,90,45,0,416,414,1,0,0,0,417,420,1,0,0,0,418,416,1,0, - 0,0,418,419,1,0,0,0,419,421,1,0,0,0,420,418,1,0,0,0,421,422,5,70,0,0,422, - 435,1,0,0,0,423,424,5,69,0,0,424,429,3,98,49,0,425,426,5,38,0,0,426,428, - 3,98,49,0,427,425,1,0,0,0,428,431,1,0,0,0,429,427,1,0,0,0,429,430,1,0,0, - 0,430,432,1,0,0,0,431,429,1,0,0,0,432,433,5,70,0,0,433,435,1,0,0,0,434, - 392,1,0,0,0,434,393,1,0,0,0,434,396,1,0,0,0,434,397,1,0,0,0,434,398,1,0, - 0,0,434,399,1,0,0,0,434,400,1,0,0,0,434,401,1,0,0,0,434,412,1,0,0,0,434, - 423,1,0,0,0,435,63,1,0,0,0,436,439,5,52,0,0,437,439,5,68,0,0,438,436,1, - 0,0,0,438,437,1,0,0,0,439,65,1,0,0,0,440,441,5,10,0,0,441,442,5,31,0,0, - 442,67,1,0,0,0,443,444,5,18,0,0,444,449,3,70,35,0,445,446,5,38,0,0,446, - 448,3,70,35,0,447,445,1,0,0,0,448,451,1,0,0,0,449,447,1,0,0,0,449,450,1, - 0,0,0,450,69,1,0,0,0,451,449,1,0,0,0,452,454,3,10,5,0,453,455,7,4,0,0,454, - 453,1,0,0,0,454,455,1,0,0,0,455,458,1,0,0,0,456,457,5,50,0,0,457,459,7, - 5,0,0,458,456,1,0,0,0,458,459,1,0,0,0,459,71,1,0,0,0,460,461,5,9,0,0,461, - 462,3,56,28,0,462,73,1,0,0,0,463,464,5,2,0,0,464,465,3,56,28,0,465,75,1, - 0,0,0,466,467,5,15,0,0,467,472,3,78,39,0,468,469,5,38,0,0,469,471,3,78, - 39,0,470,468,1,0,0,0,471,474,1,0,0,0,472,470,1,0,0,0,472,473,1,0,0,0,473, - 77,1,0,0,0,474,472,1,0,0,0,475,476,3,54,27,0,476,477,5,84,0,0,477,478,3, - 54,27,0,478,79,1,0,0,0,479,480,5,1,0,0,480,481,3,18,9,0,481,483,3,98,49, - 0,482,484,3,86,43,0,483,482,1,0,0,0,483,484,1,0,0,0,484,81,1,0,0,0,485, - 486,5,7,0,0,486,487,3,18,9,0,487,488,3,98,49,0,488,83,1,0,0,0,489,490,5, - 14,0,0,490,491,3,52,26,0,491,85,1,0,0,0,492,497,3,88,44,0,493,494,5,38, - 0,0,494,496,3,88,44,0,495,493,1,0,0,0,496,499,1,0,0,0,497,495,1,0,0,0,497, - 498,1,0,0,0,498,87,1,0,0,0,499,497,1,0,0,0,500,501,3,58,29,0,501,502,5, - 36,0,0,502,503,3,62,31,0,503,89,1,0,0,0,504,505,7,6,0,0,505,91,1,0,0,0, - 506,509,3,94,47,0,507,509,3,96,48,0,508,506,1,0,0,0,508,507,1,0,0,0,509, - 93,1,0,0,0,510,512,7,0,0,0,511,510,1,0,0,0,511,512,1,0,0,0,512,513,1,0, - 0,0,513,514,5,32,0,0,514,95,1,0,0,0,515,517,7,0,0,0,516,515,1,0,0,0,516, - 517,1,0,0,0,517,518,1,0,0,0,518,519,5,31,0,0,519,97,1,0,0,0,520,521,5,30, - 0,0,521,99,1,0,0,0,522,523,7,7,0,0,523,101,1,0,0,0,524,525,5,5,0,0,525, - 526,3,104,52,0,526,103,1,0,0,0,527,528,5,69,0,0,528,529,3,2,1,0,529,530, - 5,70,0,0,530,105,1,0,0,0,531,532,5,17,0,0,532,533,5,106,0,0,533,107,1,0, - 0,0,534,535,5,12,0,0,535,536,5,110,0,0,536,109,1,0,0,0,537,538,5,3,0,0, - 538,541,5,90,0,0,539,540,5,88,0,0,540,542,3,54,27,0,541,539,1,0,0,0,541, - 542,1,0,0,0,542,552,1,0,0,0,543,544,5,89,0,0,544,549,3,112,56,0,545,546, - 5,38,0,0,546,548,3,112,56,0,547,545,1,0,0,0,548,551,1,0,0,0,549,547,1,0, - 0,0,549,550,1,0,0,0,550,553,1,0,0,0,551,549,1,0,0,0,552,543,1,0,0,0,552, - 553,1,0,0,0,553,111,1,0,0,0,554,555,3,54,27,0,555,556,5,36,0,0,556,558, - 1,0,0,0,557,554,1,0,0,0,557,558,1,0,0,0,558,559,1,0,0,0,559,560,3,54,27, - 0,560,113,1,0,0,0,561,562,5,11,0,0,562,563,3,32,16,0,563,564,5,88,0,0,564, - 565,3,56,28,0,565,115,1,0,0,0,54,127,136,152,164,173,181,185,193,195,200, - 207,212,219,225,233,235,246,253,264,267,281,289,297,301,308,316,324,337, - 341,345,352,356,362,369,377,385,407,418,429,434,438,449,454,458,472,483, - 497,508,511,516,541,549,552,557]; + 7,53,2,54,7,54,2,55,7,55,2,56,7,56,2,57,7,57,2,58,7,58,1,0,1,0,1,0,1,1, + 1,1,1,1,1,1,1,1,1,1,5,1,128,8,1,10,1,12,1,131,9,1,1,2,1,2,1,2,1,2,1,2,1, + 2,3,2,139,8,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,3, + 3,155,8,3,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,168,8,5,1,5,1, + 5,1,5,1,5,1,5,5,5,175,8,5,10,5,12,5,178,9,5,1,5,1,5,1,5,1,5,1,5,3,5,185, + 8,5,1,5,1,5,3,5,189,8,5,1,5,1,5,1,5,1,5,1,5,1,5,5,5,197,8,5,10,5,12,5,200, + 9,5,1,6,1,6,3,6,204,8,6,1,6,1,6,1,6,1,6,1,6,3,6,211,8,6,1,6,1,6,1,6,3,6, + 216,8,6,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8,3,8,227,8,8,1,9,1,9,1,9,1,9, + 3,9,233,8,9,1,9,1,9,1,9,1,9,1,9,1,9,5,9,241,8,9,10,9,12,9,244,9,9,1,10, + 1,10,1,10,1,10,1,10,1,10,1,10,1,10,3,10,254,8,10,1,10,1,10,1,10,5,10,259, + 8,10,10,10,12,10,262,9,10,1,11,1,11,1,11,1,11,1,11,1,11,5,11,270,8,11,10, + 11,12,11,273,9,11,3,11,275,8,11,1,11,1,11,1,12,1,12,1,13,1,13,1,13,1,14, + 1,14,1,14,5,14,287,8,14,10,14,12,14,290,9,14,1,15,1,15,1,15,1,15,1,15,3, + 15,297,8,15,1,16,1,16,1,16,1,16,5,16,303,8,16,10,16,12,16,306,9,16,1,16, + 3,16,309,8,16,1,17,1,17,1,17,1,17,1,17,3,17,316,8,17,1,18,1,18,1,19,1,19, + 1,20,1,20,3,20,324,8,20,1,21,1,21,1,21,1,21,5,21,330,8,21,10,21,12,21,333, + 9,21,1,22,1,22,1,22,1,22,1,23,1,23,1,23,1,23,5,23,343,8,23,10,23,12,23, + 346,9,23,1,23,3,23,349,8,23,1,23,1,23,3,23,353,8,23,1,24,1,24,1,24,1,25, + 1,25,3,25,360,8,25,1,25,1,25,3,25,364,8,25,1,26,1,26,1,26,1,26,3,26,370, + 8,26,1,27,1,27,1,27,5,27,375,8,27,10,27,12,27,378,9,27,1,28,1,28,1,28,5, + 28,383,8,28,10,28,12,28,386,9,28,1,29,1,29,1,29,5,29,391,8,29,10,29,12, + 29,394,9,29,1,30,1,30,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1,32, + 1,32,1,32,1,32,1,32,1,32,5,32,413,8,32,10,32,12,32,416,9,32,1,32,1,32,1, + 32,1,32,1,32,1,32,5,32,424,8,32,10,32,12,32,427,9,32,1,32,1,32,1,32,1,32, + 1,32,1,32,5,32,435,8,32,10,32,12,32,438,9,32,1,32,1,32,3,32,442,8,32,1, + 33,1,33,3,33,446,8,33,1,34,1,34,1,34,1,35,1,35,1,35,1,35,5,35,455,8,35, + 10,35,12,35,458,9,35,1,36,1,36,3,36,462,8,36,1,36,1,36,3,36,466,8,36,1, + 37,1,37,1,37,1,38,1,38,1,38,1,39,1,39,1,39,1,39,5,39,478,8,39,10,39,12, + 39,481,9,39,1,40,1,40,1,40,1,40,1,41,1,41,1,41,1,41,3,41,491,8,41,1,42, + 1,42,1,42,1,42,1,43,1,43,1,43,1,44,1,44,1,44,5,44,503,8,44,10,44,12,44, + 506,9,44,1,45,1,45,1,45,1,45,1,46,1,46,1,47,1,47,3,47,516,8,47,1,48,3,48, + 519,8,48,1,48,1,48,1,49,3,49,524,8,49,1,49,1,49,1,50,1,50,1,51,1,51,1,52, + 1,52,1,52,1,53,1,53,1,53,1,53,1,54,1,54,1,54,1,55,1,55,1,55,1,56,1,56,1, + 56,1,56,3,56,549,8,56,1,56,1,56,1,56,1,56,5,56,555,8,56,10,56,12,56,558, + 9,56,3,56,560,8,56,1,57,1,57,1,57,3,57,565,8,57,1,57,1,57,1,58,1,58,1,58, + 1,58,1,58,1,58,0,4,2,10,18,20,59,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28, + 30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76, + 78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,0, + 8,1,0,64,65,1,0,66,68,2,0,25,25,30,30,1,0,72,73,2,0,35,35,39,39,2,0,42, + 42,45,45,2,0,41,41,56,56,2,0,57,57,59,63,599,0,118,1,0,0,0,2,121,1,0,0, + 0,4,138,1,0,0,0,6,154,1,0,0,0,8,156,1,0,0,0,10,188,1,0,0,0,12,215,1,0,0, + 0,14,217,1,0,0,0,16,226,1,0,0,0,18,232,1,0,0,0,20,253,1,0,0,0,22,263,1, + 0,0,0,24,278,1,0,0,0,26,280,1,0,0,0,28,283,1,0,0,0,30,296,1,0,0,0,32,298, + 1,0,0,0,34,315,1,0,0,0,36,317,1,0,0,0,38,319,1,0,0,0,40,323,1,0,0,0,42, + 325,1,0,0,0,44,334,1,0,0,0,46,338,1,0,0,0,48,354,1,0,0,0,50,357,1,0,0,0, + 52,365,1,0,0,0,54,371,1,0,0,0,56,379,1,0,0,0,58,387,1,0,0,0,60,395,1,0, + 0,0,62,397,1,0,0,0,64,441,1,0,0,0,66,445,1,0,0,0,68,447,1,0,0,0,70,450, + 1,0,0,0,72,459,1,0,0,0,74,467,1,0,0,0,76,470,1,0,0,0,78,473,1,0,0,0,80, + 482,1,0,0,0,82,486,1,0,0,0,84,492,1,0,0,0,86,496,1,0,0,0,88,499,1,0,0,0, + 90,507,1,0,0,0,92,511,1,0,0,0,94,515,1,0,0,0,96,518,1,0,0,0,98,523,1,0, + 0,0,100,527,1,0,0,0,102,529,1,0,0,0,104,531,1,0,0,0,106,534,1,0,0,0,108, + 538,1,0,0,0,110,541,1,0,0,0,112,544,1,0,0,0,114,564,1,0,0,0,116,568,1,0, + 0,0,118,119,3,2,1,0,119,120,5,0,0,1,120,1,1,0,0,0,121,122,6,1,-1,0,122, + 123,3,4,2,0,123,129,1,0,0,0,124,125,10,1,0,0,125,126,5,29,0,0,126,128,3, + 6,3,0,127,124,1,0,0,0,128,131,1,0,0,0,129,127,1,0,0,0,129,130,1,0,0,0,130, + 3,1,0,0,0,131,129,1,0,0,0,132,139,3,104,52,0,133,139,3,32,16,0,134,139, + 3,26,13,0,135,139,3,46,23,0,136,139,3,108,54,0,137,139,3,110,55,0,138,132, + 1,0,0,0,138,133,1,0,0,0,138,134,1,0,0,0,138,135,1,0,0,0,138,136,1,0,0,0, + 138,137,1,0,0,0,139,5,1,0,0,0,140,155,3,48,24,0,141,155,3,52,26,0,142,155, + 3,68,34,0,143,155,3,116,58,0,144,155,3,74,37,0,145,155,3,70,35,0,146,155, + 3,50,25,0,147,155,3,8,4,0,148,155,3,76,38,0,149,155,3,78,39,0,150,155,3, + 82,41,0,151,155,3,84,42,0,152,155,3,112,56,0,153,155,3,86,43,0,154,140, + 1,0,0,0,154,141,1,0,0,0,154,142,1,0,0,0,154,143,1,0,0,0,154,144,1,0,0,0, + 154,145,1,0,0,0,154,146,1,0,0,0,154,147,1,0,0,0,154,148,1,0,0,0,154,149, + 1,0,0,0,154,150,1,0,0,0,154,151,1,0,0,0,154,152,1,0,0,0,154,153,1,0,0,0, + 155,7,1,0,0,0,156,157,5,20,0,0,157,158,3,10,5,0,158,9,1,0,0,0,159,160,6, + 5,-1,0,160,161,5,49,0,0,161,189,3,10,5,8,162,189,3,16,8,0,163,189,3,12, + 6,0,164,189,3,14,7,0,165,167,3,16,8,0,166,168,5,49,0,0,167,166,1,0,0,0, + 167,168,1,0,0,0,168,169,1,0,0,0,169,170,5,43,0,0,170,171,5,47,0,0,171,176, + 3,16,8,0,172,173,5,38,0,0,173,175,3,16,8,0,174,172,1,0,0,0,175,178,1,0, + 0,0,176,174,1,0,0,0,176,177,1,0,0,0,177,179,1,0,0,0,178,176,1,0,0,0,179, + 180,5,55,0,0,180,189,1,0,0,0,181,182,3,16,8,0,182,184,5,44,0,0,183,185, + 5,49,0,0,184,183,1,0,0,0,184,185,1,0,0,0,185,186,1,0,0,0,186,187,5,50,0, + 0,187,189,1,0,0,0,188,159,1,0,0,0,188,162,1,0,0,0,188,163,1,0,0,0,188,164, + 1,0,0,0,188,165,1,0,0,0,188,181,1,0,0,0,189,198,1,0,0,0,190,191,10,4,0, + 0,191,192,5,34,0,0,192,197,3,10,5,5,193,194,10,3,0,0,194,195,5,52,0,0,195, + 197,3,10,5,4,196,190,1,0,0,0,196,193,1,0,0,0,197,200,1,0,0,0,198,196,1, + 0,0,0,198,199,1,0,0,0,199,11,1,0,0,0,200,198,1,0,0,0,201,203,3,16,8,0,202, + 204,5,49,0,0,203,202,1,0,0,0,203,204,1,0,0,0,204,205,1,0,0,0,205,206,5, + 46,0,0,206,207,3,100,50,0,207,216,1,0,0,0,208,210,3,16,8,0,209,211,5,49, + 0,0,210,209,1,0,0,0,210,211,1,0,0,0,211,212,1,0,0,0,212,213,5,54,0,0,213, + 214,3,100,50,0,214,216,1,0,0,0,215,201,1,0,0,0,215,208,1,0,0,0,216,13,1, + 0,0,0,217,218,3,54,27,0,218,219,5,48,0,0,219,220,3,100,50,0,220,15,1,0, + 0,0,221,227,3,18,9,0,222,223,3,18,9,0,223,224,3,102,51,0,224,225,3,18,9, + 0,225,227,1,0,0,0,226,221,1,0,0,0,226,222,1,0,0,0,227,17,1,0,0,0,228,229, + 6,9,-1,0,229,233,3,20,10,0,230,231,7,0,0,0,231,233,3,18,9,3,232,228,1,0, + 0,0,232,230,1,0,0,0,233,242,1,0,0,0,234,235,10,2,0,0,235,236,7,1,0,0,236, + 241,3,18,9,3,237,238,10,1,0,0,238,239,7,0,0,0,239,241,3,18,9,2,240,234, + 1,0,0,0,240,237,1,0,0,0,241,244,1,0,0,0,242,240,1,0,0,0,242,243,1,0,0,0, + 243,19,1,0,0,0,244,242,1,0,0,0,245,246,6,10,-1,0,246,254,3,64,32,0,247, + 254,3,54,27,0,248,254,3,22,11,0,249,250,5,47,0,0,250,251,3,10,5,0,251,252, + 5,55,0,0,252,254,1,0,0,0,253,245,1,0,0,0,253,247,1,0,0,0,253,248,1,0,0, + 0,253,249,1,0,0,0,254,260,1,0,0,0,255,256,10,1,0,0,256,257,5,37,0,0,257, + 259,3,24,12,0,258,255,1,0,0,0,259,262,1,0,0,0,260,258,1,0,0,0,260,261,1, + 0,0,0,261,21,1,0,0,0,262,260,1,0,0,0,263,264,3,60,30,0,264,274,5,47,0,0, + 265,275,5,66,0,0,266,271,3,10,5,0,267,268,5,38,0,0,268,270,3,10,5,0,269, + 267,1,0,0,0,270,273,1,0,0,0,271,269,1,0,0,0,271,272,1,0,0,0,272,275,1,0, + 0,0,273,271,1,0,0,0,274,265,1,0,0,0,274,266,1,0,0,0,274,275,1,0,0,0,275, + 276,1,0,0,0,276,277,5,55,0,0,277,23,1,0,0,0,278,279,3,60,30,0,279,25,1, + 0,0,0,280,281,5,16,0,0,281,282,3,28,14,0,282,27,1,0,0,0,283,288,3,30,15, + 0,284,285,5,38,0,0,285,287,3,30,15,0,286,284,1,0,0,0,287,290,1,0,0,0,288, + 286,1,0,0,0,288,289,1,0,0,0,289,29,1,0,0,0,290,288,1,0,0,0,291,297,3,10, + 5,0,292,293,3,54,27,0,293,294,5,36,0,0,294,295,3,10,5,0,295,297,1,0,0,0, + 296,291,1,0,0,0,296,292,1,0,0,0,297,31,1,0,0,0,298,299,5,6,0,0,299,304, + 3,34,17,0,300,301,5,38,0,0,301,303,3,34,17,0,302,300,1,0,0,0,303,306,1, + 0,0,0,304,302,1,0,0,0,304,305,1,0,0,0,305,308,1,0,0,0,306,304,1,0,0,0,307, + 309,3,40,20,0,308,307,1,0,0,0,308,309,1,0,0,0,309,33,1,0,0,0,310,311,3, + 36,18,0,311,312,5,115,0,0,312,313,3,38,19,0,313,316,1,0,0,0,314,316,3,38, + 19,0,315,310,1,0,0,0,315,314,1,0,0,0,316,35,1,0,0,0,317,318,5,25,0,0,318, + 37,1,0,0,0,319,320,7,2,0,0,320,39,1,0,0,0,321,324,3,42,21,0,322,324,3,44, + 22,0,323,321,1,0,0,0,323,322,1,0,0,0,324,41,1,0,0,0,325,326,5,77,0,0,326, + 331,5,25,0,0,327,328,5,38,0,0,328,330,5,25,0,0,329,327,1,0,0,0,330,333, + 1,0,0,0,331,329,1,0,0,0,331,332,1,0,0,0,332,43,1,0,0,0,333,331,1,0,0,0, + 334,335,5,70,0,0,335,336,3,42,21,0,336,337,5,71,0,0,337,45,1,0,0,0,338, + 339,5,13,0,0,339,344,3,34,17,0,340,341,5,38,0,0,341,343,3,34,17,0,342,340, + 1,0,0,0,343,346,1,0,0,0,344,342,1,0,0,0,344,345,1,0,0,0,345,348,1,0,0,0, + 346,344,1,0,0,0,347,349,3,28,14,0,348,347,1,0,0,0,348,349,1,0,0,0,349,352, + 1,0,0,0,350,351,5,33,0,0,351,353,3,28,14,0,352,350,1,0,0,0,352,353,1,0, + 0,0,353,47,1,0,0,0,354,355,5,4,0,0,355,356,3,28,14,0,356,49,1,0,0,0,357, + 359,5,19,0,0,358,360,3,28,14,0,359,358,1,0,0,0,359,360,1,0,0,0,360,363, + 1,0,0,0,361,362,5,33,0,0,362,364,3,28,14,0,363,361,1,0,0,0,363,364,1,0, + 0,0,364,51,1,0,0,0,365,366,5,8,0,0,366,369,3,28,14,0,367,368,5,33,0,0,368, + 370,3,28,14,0,369,367,1,0,0,0,369,370,1,0,0,0,370,53,1,0,0,0,371,376,3, + 60,30,0,372,373,5,40,0,0,373,375,3,60,30,0,374,372,1,0,0,0,375,378,1,0, + 0,0,376,374,1,0,0,0,376,377,1,0,0,0,377,55,1,0,0,0,378,376,1,0,0,0,379, + 384,3,62,31,0,380,381,5,40,0,0,381,383,3,62,31,0,382,380,1,0,0,0,383,386, + 1,0,0,0,384,382,1,0,0,0,384,385,1,0,0,0,385,57,1,0,0,0,386,384,1,0,0,0, + 387,392,3,56,28,0,388,389,5,38,0,0,389,391,3,56,28,0,390,388,1,0,0,0,391, + 394,1,0,0,0,392,390,1,0,0,0,392,393,1,0,0,0,393,59,1,0,0,0,394,392,1,0, + 0,0,395,396,7,3,0,0,396,61,1,0,0,0,397,398,5,81,0,0,398,63,1,0,0,0,399, + 442,5,50,0,0,400,401,3,98,49,0,401,402,5,72,0,0,402,442,1,0,0,0,403,442, + 3,96,48,0,404,442,3,98,49,0,405,442,3,92,46,0,406,442,3,66,33,0,407,442, + 3,100,50,0,408,409,5,70,0,0,409,414,3,94,47,0,410,411,5,38,0,0,411,413, + 3,94,47,0,412,410,1,0,0,0,413,416,1,0,0,0,414,412,1,0,0,0,414,415,1,0,0, + 0,415,417,1,0,0,0,416,414,1,0,0,0,417,418,5,71,0,0,418,442,1,0,0,0,419, + 420,5,70,0,0,420,425,3,92,46,0,421,422,5,38,0,0,422,424,3,92,46,0,423,421, + 1,0,0,0,424,427,1,0,0,0,425,423,1,0,0,0,425,426,1,0,0,0,426,428,1,0,0,0, + 427,425,1,0,0,0,428,429,5,71,0,0,429,442,1,0,0,0,430,431,5,70,0,0,431,436, + 3,100,50,0,432,433,5,38,0,0,433,435,3,100,50,0,434,432,1,0,0,0,435,438, + 1,0,0,0,436,434,1,0,0,0,436,437,1,0,0,0,437,439,1,0,0,0,438,436,1,0,0,0, + 439,440,5,71,0,0,440,442,1,0,0,0,441,399,1,0,0,0,441,400,1,0,0,0,441,403, + 1,0,0,0,441,404,1,0,0,0,441,405,1,0,0,0,441,406,1,0,0,0,441,407,1,0,0,0, + 441,408,1,0,0,0,441,419,1,0,0,0,441,430,1,0,0,0,442,65,1,0,0,0,443,446, + 5,53,0,0,444,446,5,69,0,0,445,443,1,0,0,0,445,444,1,0,0,0,446,67,1,0,0, + 0,447,448,5,10,0,0,448,449,5,31,0,0,449,69,1,0,0,0,450,451,5,18,0,0,451, + 456,3,72,36,0,452,453,5,38,0,0,453,455,3,72,36,0,454,452,1,0,0,0,455,458, + 1,0,0,0,456,454,1,0,0,0,456,457,1,0,0,0,457,71,1,0,0,0,458,456,1,0,0,0, + 459,461,3,10,5,0,460,462,7,4,0,0,461,460,1,0,0,0,461,462,1,0,0,0,462,465, + 1,0,0,0,463,464,5,51,0,0,464,466,7,5,0,0,465,463,1,0,0,0,465,466,1,0,0, + 0,466,73,1,0,0,0,467,468,5,9,0,0,468,469,3,58,29,0,469,75,1,0,0,0,470,471, + 5,2,0,0,471,472,3,58,29,0,472,77,1,0,0,0,473,474,5,15,0,0,474,479,3,80, + 40,0,475,476,5,38,0,0,476,478,3,80,40,0,477,475,1,0,0,0,478,481,1,0,0,0, + 479,477,1,0,0,0,479,480,1,0,0,0,480,79,1,0,0,0,481,479,1,0,0,0,482,483, + 3,56,28,0,483,484,5,85,0,0,484,485,3,56,28,0,485,81,1,0,0,0,486,487,5,1, + 0,0,487,488,3,20,10,0,488,490,3,100,50,0,489,491,3,88,44,0,490,489,1,0, + 0,0,490,491,1,0,0,0,491,83,1,0,0,0,492,493,5,7,0,0,493,494,3,20,10,0,494, + 495,3,100,50,0,495,85,1,0,0,0,496,497,5,14,0,0,497,498,3,54,27,0,498,87, + 1,0,0,0,499,504,3,90,45,0,500,501,5,38,0,0,501,503,3,90,45,0,502,500,1, + 0,0,0,503,506,1,0,0,0,504,502,1,0,0,0,504,505,1,0,0,0,505,89,1,0,0,0,506, + 504,1,0,0,0,507,508,3,60,30,0,508,509,5,36,0,0,509,510,3,64,32,0,510,91, + 1,0,0,0,511,512,7,6,0,0,512,93,1,0,0,0,513,516,3,96,48,0,514,516,3,98,49, + 0,515,513,1,0,0,0,515,514,1,0,0,0,516,95,1,0,0,0,517,519,7,0,0,0,518,517, + 1,0,0,0,518,519,1,0,0,0,519,520,1,0,0,0,520,521,5,32,0,0,521,97,1,0,0,0, + 522,524,7,0,0,0,523,522,1,0,0,0,523,524,1,0,0,0,524,525,1,0,0,0,525,526, + 5,31,0,0,526,99,1,0,0,0,527,528,5,30,0,0,528,101,1,0,0,0,529,530,7,7,0, + 0,530,103,1,0,0,0,531,532,5,5,0,0,532,533,3,106,53,0,533,105,1,0,0,0,534, + 535,5,70,0,0,535,536,3,2,1,0,536,537,5,71,0,0,537,107,1,0,0,0,538,539,5, + 17,0,0,539,540,5,107,0,0,540,109,1,0,0,0,541,542,5,12,0,0,542,543,5,111, + 0,0,543,111,1,0,0,0,544,545,5,3,0,0,545,548,5,91,0,0,546,547,5,89,0,0,547, + 549,3,56,28,0,548,546,1,0,0,0,548,549,1,0,0,0,549,559,1,0,0,0,550,551,5, + 90,0,0,551,556,3,114,57,0,552,553,5,38,0,0,553,555,3,114,57,0,554,552,1, + 0,0,0,555,558,1,0,0,0,556,554,1,0,0,0,556,557,1,0,0,0,557,560,1,0,0,0,558, + 556,1,0,0,0,559,550,1,0,0,0,559,560,1,0,0,0,560,113,1,0,0,0,561,562,3,56, + 28,0,562,563,5,36,0,0,563,565,1,0,0,0,564,561,1,0,0,0,564,565,1,0,0,0,565, + 566,1,0,0,0,566,567,3,56,28,0,567,115,1,0,0,0,568,569,5,11,0,0,569,570, + 3,34,17,0,570,571,5,89,0,0,571,572,3,58,29,0,572,117,1,0,0,0,54,129,138, + 154,167,176,184,188,196,198,203,210,215,226,232,240,242,253,260,271,274, + 288,296,304,308,315,323,331,344,348,352,359,363,369,376,384,392,414,425, + 436,441,445,456,461,465,479,490,504,515,518,523,548,556,559,564]; private static __ATN: ATN; public static get _ATN(): ATN { @@ -3689,6 +3732,25 @@ export class BooleanExpressionContext extends ParserRuleContext { super.copyFrom(ctx); } } +export class MatchExpressionContext extends BooleanExpressionContext { + constructor(parser: esql_parser, ctx: BooleanExpressionContext) { + super(parser, ctx.parentCtx, ctx.invokingState); + super.copyFrom(ctx); + } + public matchBooleanExpression(): MatchBooleanExpressionContext { + return this.getTypedRuleContext(MatchBooleanExpressionContext, 0) as MatchBooleanExpressionContext; + } + public enterRule(listener: esql_parserListener): void { + if(listener.enterMatchExpression) { + listener.enterMatchExpression(this); + } + } + public exitRule(listener: esql_parserListener): void { + if(listener.exitMatchExpression) { + listener.exitMatchExpression(this); + } + } +} export class LogicalNotContext extends BooleanExpressionContext { constructor(parser: esql_parser, ctx: BooleanExpressionContext) { super(parser, ctx.parentCtx, ctx.invokingState); @@ -3888,6 +3950,37 @@ export class RegexBooleanExpressionContext extends ParserRuleContext { } +export class MatchBooleanExpressionContext extends ParserRuleContext { + public _queryString!: StringContext; + constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number) { + super(parent, invokingState); + this.parser = parser; + } + public qualifiedName(): QualifiedNameContext { + return this.getTypedRuleContext(QualifiedNameContext, 0) as QualifiedNameContext; + } + public MATCH(): TerminalNode { + return this.getToken(esql_parser.MATCH, 0); + } + public string_(): StringContext { + return this.getTypedRuleContext(StringContext, 0) as StringContext; + } + public get ruleIndex(): number { + return esql_parser.RULE_matchBooleanExpression; + } + public enterRule(listener: esql_parserListener): void { + if(listener.enterMatchBooleanExpression) { + listener.enterMatchBooleanExpression(this); + } + } + public exitRule(listener: esql_parserListener): void { + if(listener.exitMatchBooleanExpression) { + listener.exitMatchBooleanExpression(this); + } + } +} + + export class ValueExpressionContext extends ParserRuleContext { constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number) { super(parent, invokingState); @@ -4492,7 +4585,7 @@ export class MetadataOptionContext extends ParserRuleContext { return this.getToken(esql_parser.METADATA, 0); } public UNQUOTED_SOURCE_list(): TerminalNode[] { - return this.getTokens(esql_parser.UNQUOTED_SOURCE); + return this.getTokens(esql_parser.UNQUOTED_SOURCE); } public UNQUOTED_SOURCE(i: number): TerminalNode { return this.getToken(esql_parser.UNQUOTED_SOURCE, i); @@ -4503,7 +4596,7 @@ export class MetadataOptionContext extends ParserRuleContext { public COMMA(i: number): TerminalNode { return this.getToken(esql_parser.COMMA, i); } - public get ruleIndex(): number { + public get ruleIndex(): number { return esql_parser.RULE_metadataOption; } public enterRule(listener: esql_parserListener): void { diff --git a/packages/kbn-esql-ast/src/antlr/esql_parser_listener.ts b/packages/kbn-esql-ast/src/antlr/esql_parser_listener.ts index e6a28c8d71828..13d5049a6ba9d 100644 --- a/packages/kbn-esql-ast/src/antlr/esql_parser_listener.ts +++ b/packages/kbn-esql-ast/src/antlr/esql_parser_listener.ts @@ -10,6 +10,7 @@ import { SingleCommandQueryContext } from "./esql_parser"; import { SourceCommandContext } from "./esql_parser"; import { ProcessingCommandContext } from "./esql_parser"; import { WhereCommandContext } from "./esql_parser"; +import { MatchExpressionContext } from "./esql_parser"; import { LogicalNotContext } from "./esql_parser"; import { BooleanDefaultContext } from "./esql_parser"; import { IsNullContext } from "./esql_parser"; @@ -17,6 +18,7 @@ import { RegexExpressionContext } from "./esql_parser"; import { LogicalInContext } from "./esql_parser"; import { LogicalBinaryContext } from "./esql_parser"; import { RegexBooleanExpressionContext } from "./esql_parser"; +import { MatchBooleanExpressionContext } from "./esql_parser"; import { ValueExpressionDefaultContext } from "./esql_parser"; import { ComparisonContext } from "./esql_parser"; import { OperatorExpressionDefaultContext } from "./esql_parser"; @@ -156,6 +158,18 @@ export default class esql_parserListener extends ParseTreeListener { * @param ctx the parse tree */ exitWhereCommand?: (ctx: WhereCommandContext) => void; + /** + * Enter a parse tree produced by the `matchExpression` + * labeled alternative in `esql_parser.booleanExpression`. + * @param ctx the parse tree + */ + enterMatchExpression?: (ctx: MatchExpressionContext) => void; + /** + * Exit a parse tree produced by the `matchExpression` + * labeled alternative in `esql_parser.booleanExpression`. + * @param ctx the parse tree + */ + exitMatchExpression?: (ctx: MatchExpressionContext) => void; /** * Enter a parse tree produced by the `logicalNot` * labeled alternative in `esql_parser.booleanExpression`. @@ -238,6 +252,16 @@ export default class esql_parserListener extends ParseTreeListener { * @param ctx the parse tree */ exitRegexBooleanExpression?: (ctx: RegexBooleanExpressionContext) => void; + /** + * Enter a parse tree produced by `esql_parser.matchBooleanExpression`. + * @param ctx the parse tree + */ + enterMatchBooleanExpression?: (ctx: MatchBooleanExpressionContext) => void; + /** + * Exit a parse tree produced by `esql_parser.matchBooleanExpression`. + * @param ctx the parse tree + */ + exitMatchBooleanExpression?: (ctx: MatchBooleanExpressionContext) => void; /** * Enter a parse tree produced by the `valueExpressionDefault` * labeled alternative in `esql_parser.valueExpression`. diff --git a/packages/kbn-esql-ast/src/builder/index.test.ts b/packages/kbn-esql-ast/src/builder/index.test.ts new file mode 100644 index 0000000000000..f54ab2f90a9ca --- /dev/null +++ b/packages/kbn-esql-ast/src/builder/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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { Builder } from '.'; + +test('can mint a numeric literal', () => { + const node = Builder.numericLiteral({ value: 42 }); + + expect(node).toMatchObject({ + type: 'literal', + literalType: 'number', + name: '42', + value: 42, + }); +}); diff --git a/packages/kbn-esql-ast/src/builder/index.ts b/packages/kbn-esql-ast/src/builder/index.ts new file mode 100644 index 0000000000000..d389caf40fab2 --- /dev/null +++ b/packages/kbn-esql-ast/src/builder/index.ts @@ -0,0 +1,43 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { ESQLNumberLiteral } from '../types'; +import { AstNodeParserFields, AstNodeTemplate } from './types'; + +export class Builder { + /** + * Constructs fields which are only available when the node is minted by + * the parser. + */ + public static readonly parserFields = ({ + location = { min: 0, max: 0 }, + text = '', + incomplete = false, + }: Partial): AstNodeParserFields => ({ + location, + text, + incomplete, + }); + + /** + * Constructs a number literal node. + */ + public static readonly numericLiteral = ( + template: Omit, 'literalType' | 'name'> + ): ESQLNumberLiteral => { + const node: ESQLNumberLiteral = { + ...template, + ...Builder.parserFields(template), + type: 'literal', + literalType: 'number', + name: template.value.toString(), + }; + + return node; + }; +} diff --git a/packages/kbn-esql-ast/src/builder/types.ts b/packages/kbn-esql-ast/src/builder/types.ts new file mode 100644 index 0000000000000..60575c0d00994 --- /dev/null +++ b/packages/kbn-esql-ast/src/builder/types.ts @@ -0,0 +1,30 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import type { ESQLProperNode, ESQLAstBaseItem } from '../types'; + +/** + * Node fields which are available only when the node is minted by the parser. + * When creating nodes manually, these fields are not available. + */ +export type AstNodeParserFields = Pick; + +/** + * The node *template* transforms ES|QL AST nodes into a permissive shape, with + * the aim to: + * + * - Remove the `type` property, as the builder will set it. + * - Make properties like `text`, `location`, and `incomplete` optional, as they + * are a available only when the AST node is minted by the parser. + * - Make all other properties optional, for easy node creation. + */ +export type AstNodeTemplate = Omit< + Node, + 'type' | 'text' | 'location' | 'incomplete' +> & + Partial>; diff --git a/packages/kbn-esql-ast/src/types.ts b/packages/kbn-esql-ast/src/types.ts index 257a004e78f10..5bc1a02ffd2ae 100644 --- a/packages/kbn-esql-ast/src/types.ts +++ b/packages/kbn-esql-ast/src/types.ts @@ -35,6 +35,15 @@ export type ESQLAstField = ESQLFunction | ESQLColumn; */ export type ESQLAstItem = ESQLSingleAstItem | ESQLAstItem[]; +export type ESQLAstNodeWithArgs = ESQLCommand | ESQLCommandOption | ESQLFunction; + +/** + * *Proper* are nodes which are objects with `type` property, once we get rid + * of the nodes which are plain arrays, all nodes will be *proper* and we can + * remove this type. + */ +export type ESQLProperNode = ESQLSingleAstItem | ESQLAstCommand; + export interface ESQLLocation { min: number; max: number; diff --git a/packages/kbn-esql-ast/src/visitor/README.md b/packages/kbn-esql-ast/src/visitor/README.md new file mode 100644 index 0000000000000..71729bf56a0ab --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/README.md @@ -0,0 +1,69 @@ +## High-level AST structure + +Broadly, there are two AST node types: (1) commands (say `FROM ...`, like +*statements* in other languages), and (2) expressions (say `a + b`, or `fn()`). + + +### Commands + +Commands in ES|QL are like *statements* in other languages. They are the top +level nodes in the AST. + +The root node of the AST is considered to bye the "query" node. It contains a +list of commands. + +``` +Quey = Command[] +``` + +Each command receives a list of positional arguments. For example: + +``` +COMMAND arg1, arg2, arg3 +``` + +A command may also receive additional lists of *named* arguments, we refer to +them as `option`s. For example: + +``` +COMMAND arg1, arg2, arg3 OPTION1 arg4, arg5 OPTION2 arg6, arg7 +``` + +Essentially, one can of command arguments as a list of expressions, with the +ability to add named arguments to the command. For example, the above command +arguments can be represented as: + +```js +{ + '': [arg1, arg2, arg3], + 'option1': [arg4, arg5], + 'option2': [arg6, arg7] +} +``` + +Each command has a command specific `visitCommandX` callback, where `X` is the +name of the command. If a command-specific callback is not found, the generic +`visitCommand` callback is called. + + +### Expressions + +Expressions just like expressions in other languages. Expressions can be deeply +nested, as one expression can contain other expressions. For example, math +expressions `1 + 2`, function call expressions `fn()`, identifier expressions +`my.index` and so on. + +As of this writing, the following expressions are defined: + +- Column identifier expression, `{type: "column"}`, like `@timestamp` +- Source identifier expression, `{type: "source"}`, like `tsdb_index` +- Function call expression, `{type: "function"}`, like `fn(123)` +- Literal expression, `{type: "literal"}`, like `123`, `"hello"` +- List literal expression, `{type: "list"}`, like `[1, 2, 3]`, `["a", "b", "c"]`, `[true, false]` +- Time interval expression, `{type: "interval"}`, like `1h`, `1d`, `1w` +- Inline cast expression, `{type: "cast"}`, like `abc::int`, `def::string` +- Unknown node, `{type: "unknown"}` + +Each expression has a `visitExpressionX` callback, where `X` is the type of the +expression. If a expression-specific callback is not found, the generic +`visitExpression` callback is called. diff --git a/packages/kbn-esql-ast/src/visitor/__tests__/expressions.test.ts b/packages/kbn-esql-ast/src/visitor/__tests__/expressions.test.ts new file mode 100644 index 0000000000000..efd30f035e7ca --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/__tests__/expressions.test.ts @@ -0,0 +1,159 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors } from '../../ast_parser'; +import { Visitor } from '../visitor'; + +test('"visitExpression" captures all non-captured expressions', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 1, "str", [true], a = b BY field + | LIMIT 123 + `); + const visitor = new Visitor() + .on('visitExpression', (ctx) => { + return ''; + }) + .on('visitCommand', (ctx) => { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + }) + .on('visitQuery', (ctx) => { + return [...ctx.visitCommands()].join(' | '); + }); + const text = visitor.visitQuery(ast); + + expect(text).toBe( + 'FROM | STATS , , , | LIMIT ' + ); +}); + +test('can terminate walk early, does not visit all literals', () => { + const numbers: number[] = []; + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 0, 1, 2, 3 + | LIMIT 123 + `); + const result = new Visitor() + .on('visitExpression', (ctx) => { + return 0; + }) + .on('visitLiteralExpression', (ctx) => { + numbers.push(ctx.node.value as number); + return ctx.node.value; + }) + .on('visitCommand', (ctx) => { + for (const res of ctx.visitArguments()) if (res) return res; + }) + .on('visitQuery', (ctx) => { + for (const res of ctx.visitCommands()) if (res) return res; + }) + .visitQuery(ast); + + expect(result).toBe(1); + expect(numbers).toEqual([0, 1]); +}); + +test('"visitColumnExpression" takes over all column visits', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index | STATS a + `); + const visitor = new Visitor() + .on('visitColumnExpression', (ctx) => { + return ''; + }) + .on('visitExpression', (ctx) => { + return 'E'; + }) + .on('visitCommand', (ctx) => { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + }) + .on('visitQuery', (ctx) => { + return [...ctx.visitCommands()].join(' | '); + }); + const text = visitor.visitQuery(ast); + + expect(text).toBe('FROM E | STATS '); +}); + +test('"visitSourceExpression" takes over all source visits', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 1, "str", [true], a = b BY field + | LIMIT 123 + `); + const visitor = new Visitor() + .on('visitSourceExpression', (ctx) => { + return ''; + }) + .on('visitExpression', (ctx) => { + return 'E'; + }) + .on('visitCommand', (ctx) => { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + }) + .on('visitQuery', (ctx) => { + return [...ctx.visitCommands()].join(' | '); + }); + const text = visitor.visitQuery(ast); + + expect(text).toBe('FROM | STATS E, E, E, E | LIMIT E'); +}); + +test('"visitFunctionCallExpression" takes over all literal visits', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 1, "str", [true], a = b BY field + | LIMIT 123 + `); + const visitor = new Visitor() + .on('visitFunctionCallExpression', (ctx) => { + return ''; + }) + .on('visitExpression', (ctx) => { + return 'E'; + }) + .on('visitCommand', (ctx) => { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + }) + .on('visitQuery', (ctx) => { + return [...ctx.visitCommands()].join(' | '); + }); + const text = visitor.visitQuery(ast); + + expect(text).toBe('FROM E | STATS E, E, E, | LIMIT E'); +}); + +test('"visitLiteral" takes over all literal visits', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 1, "str", [true], a = b BY field + | LIMIT 123 + `); + const visitor = new Visitor() + .on('visitLiteralExpression', (ctx) => { + return ''; + }) + .on('visitExpression', (ctx) => { + return 'E'; + }) + .on('visitCommand', (ctx) => { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + }) + .on('visitQuery', (ctx) => { + return [...ctx.visitCommands()].join(' | '); + }); + const text = visitor.visitQuery(ast); + + expect(text).toBe('FROM E | STATS , , E, E | LIMIT '); +}); diff --git a/packages/kbn-esql-ast/src/visitor/__tests__/scenarios.test.ts b/packages/kbn-esql-ast/src/visitor/__tests__/scenarios.test.ts new file mode 100644 index 0000000000000..ce338e8bd72ba --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/__tests__/scenarios.test.ts @@ -0,0 +1,193 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/** + * @category Visitor Real-world Scenarios + * + * This test suite contains real-world scenarios that demonstrate how to use the + * visitor to traverse the AST and make changes to it, or how to extract useful + */ + +import { getAstAndSyntaxErrors } from '../../ast_parser'; +import { ESQLAstQueryNode } from '../types'; +import { Visitor } from '../visitor'; + +test('change LIMIT from 24 to 42', () => { + const { ast } = getAstAndSyntaxErrors(` + FROM index + | STATS 1, "str", [true], a = b BY field + | LIMIT 24 + `); + + // Find the LIMIT node + const limit = () => + new Visitor() + .on('visitLimitCommand', (ctx) => ctx.numeric()) + .on('visitCommand', () => null) + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast) + .filter(Boolean)[0]; + + expect(limit()).toBe(24); + + // Change LIMIT to 42 + new Visitor() + .on('visitLimitCommand', (ctx) => { + ctx.setLimit(42); + }) + .on('visitCommand', () => {}) + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast); + + expect(limit()).toBe(42); +}); + +/** + * Implement this once sorting order expressions are available: + * + * - https://github.com/elastic/kibana/issues/189491 + */ +test.todo('can modify sorting orders'); + +test('can remove a specific WHERE command', () => { + const query = getAstAndSyntaxErrors(` + FROM employees + | KEEP first_name, last_name, still_hired + | WHERE still_hired == true + | WHERE last_name == "Jeo" + | WHERE 123 == salary + `); + + const print = () => + new Visitor() + .on('visitColumnExpression', (ctx) => ctx.node.name) + .on( + 'visitFunctionCallExpression', + (ctx) => `${ctx.node.name}(${[...ctx.visitArguments()].join(', ')})` + ) + .on('visitExpression', (ctx) => '') + .on('visitCommand', (ctx) => { + if (ctx.node.name === 'where') { + const args = [...ctx.visitArguments()].join(', '); + return `${ctx.name()}${args ? ` ${args}` : ''}`; + } else { + return ''; + } + }) + .on('visitQuery', (ctx) => [...ctx.visitCommands()].filter(Boolean).join(' | ')) + .visitQuery(query.ast); + + const removeFilter = (field: string) => { + query.ast = new Visitor() + .on('visitColumnExpression', (ctx) => (ctx.node.name === field ? null : ctx.node)) + .on('visitFunctionCallExpression', (ctx) => { + const args = [...ctx.visitArguments()]; + return args.some((arg) => arg === null) ? null : ctx.node; + }) + .on('visitExpression', (ctx) => ctx.node) + .on('visitCommand', (ctx) => { + if (ctx.node.name === 'where') { + ctx.node.args = [...ctx.visitArguments()].filter(Boolean); + } + return ctx.node; + }) + .on('visitQuery', (ctx) => [...ctx.visitCommands()].filter((cmd) => cmd.args.length)) + .visitQuery(query.ast); + }; + + expect(print()).toBe( + 'WHERE ==(still_hired, ) | WHERE ==(last_name, ) | WHERE ==(, salary)' + ); + removeFilter('last_name'); + expect(print()).toBe('WHERE ==(still_hired, ) | WHERE ==(, salary)'); + removeFilter('still_hired'); + removeFilter('still_hired'); + expect(print()).toBe('WHERE ==(, salary)'); + removeFilter('still_hired'); + removeFilter('salary'); + removeFilter('salary'); + expect(print()).toBe(''); +}); + +export const prettyPrint = (ast: ESQLAstQueryNode) => + new Visitor() + .on('visitSourceExpression', (ctx) => { + return ctx.node.name; + }) + .on('visitColumnExpression', (ctx) => { + return ctx.node.name; + }) + .on('visitFunctionCallExpression', (ctx) => { + let args = ''; + for (const arg of ctx.visitArguments()) { + args += (args ? ', ' : '') + arg; + } + return `${ctx.node.name.toUpperCase()}${args ? `(${args})` : ''}`; + }) + .on('visitLiteralExpression', (ctx) => { + return ctx.node.value; + }) + .on('visitListLiteralExpression', (ctx) => { + return ''; + }) + .on('visitTimeIntervalLiteralExpression', (ctx) => { + return ''; + }) + .on('visitInlineCastExpression', (ctx) => { + return ''; + }) + .on('visitExpression', (ctx) => { + return ''; + }) + .on('visitCommandOption', (ctx) => { + let args = ''; + for (const arg of ctx.visitArguments()) { + args += (args ? ', ' : '') + arg; + } + return ctx.node.name.toUpperCase() + (args ? ` ${args}` : ''); + }) + .on('visitCommand', (ctx) => { + let args = ''; + for (const source of ctx.visitArguments()) { + args += (args ? ', ' : '') + source; + } + return `${ctx.node.name.toUpperCase()}${args ? ` ${args}` : ''}`; + }) + .on('visitFromCommand', (ctx) => { + let sources = ''; + for (const source of ctx.visitSources()) { + sources += (sources ? ', ' : '') + source; + } + let options = ''; + for (const option of ctx.visitOptions()) { + options += ' ' + option; + } + return `FROM ${sources}${options}`; + }) + .on('visitLimitCommand', (ctx) => { + return `LIMIT ${ctx.numeric() ?? 0}`; + }) + .on('visitQuery', (ctx) => { + let text = ''; + for (const cmd of ctx.visitCommands()) { + text += (text ? ' | ' : '') + cmd; + } + return text; + }) + .visitQuery(ast); + +test('can print a query to text', () => { + const { ast } = getAstAndSyntaxErrors( + 'FROM index METADATA _id, asdf, 123 | STATS fn([1,2], 1d, 1::string, x in (1, 2)), a = b | LIMIT 1000' + ); + const text = prettyPrint(ast); + + expect(text).toBe( + 'FROM index METADATA _id, asdf, 123 | STATS FN(, , , IN(x, 1, 2)), =(a, b) | LIMIT 1000' + ); +}); diff --git a/packages/kbn-esql-ast/src/visitor/__tests__/visitor.test.ts b/packages/kbn-esql-ast/src/visitor/__tests__/visitor.test.ts new file mode 100644 index 0000000000000..24944f635ee44 --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/__tests__/visitor.test.ts @@ -0,0 +1,118 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { getAstAndSyntaxErrors } from '../../ast_parser'; +import { CommandVisitorContext, WhereCommandVisitorContext } from '../contexts'; +import { Visitor } from '../visitor'; + +test('can collect all command names in type safe way', () => { + const visitor = new Visitor() + .on('visitCommand', (ctx) => { + return ctx.node.name; + }) + .on('visitQuery', (ctx) => { + const cmds = []; + for (const cmd of ctx.visitCommands()) { + cmds.push(cmd); + } + return cmds; + }); + + const { ast } = getAstAndSyntaxErrors('FROM index | LIMIT 123'); + const res = visitor.visitQuery(ast); + + expect(res).toEqual(['from', 'limit']); +}); + +test('can pass inputs to visitors', () => { + const visitor = new Visitor() + .on('visitCommand', (ctx, prefix: string) => { + return prefix + ctx.node.name; + }) + .on('visitQuery', (ctx) => { + const cmds = []; + for (const cmd of ctx.visitCommands('pfx:')) { + cmds.push(cmd); + } + return cmds; + }); + + const { ast } = getAstAndSyntaxErrors('FROM index | LIMIT 123'); + const res = visitor.visitQuery(ast); + + expect(res).toEqual(['pfx:from', 'pfx:limit']); +}); + +test('can specify specific visitors for commands', () => { + const { ast } = getAstAndSyntaxErrors( + 'FROM index | SORT asfd | WHERE 1 | ENRICH adsf | LIMIT 123' + ); + const res = new Visitor() + .on('visitWhereCommand', () => 'where') + .on('visitSortCommand', () => 'sort') + .on('visitEnrichCommand', () => 'very rich') + .on('visitCommand', () => 'DEFAULT') + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast); + + expect(res).toEqual(['DEFAULT', 'sort', 'where', 'very rich', 'DEFAULT']); +}); + +test('a command can access parent query node', () => { + const { ast } = getAstAndSyntaxErrors( + 'FROM index | SORT asfd | WHERE 1 | ENRICH adsf | LIMIT 123' + ); + new Visitor() + .on('visitWhereCommand', (ctx) => { + if (ctx.parent!.node !== ast) { + throw new Error('Expected parent to be query node'); + } + }) + .on('visitCommand', (ctx) => { + if (ctx.parent!.node !== ast) { + throw new Error('Expected parent to be query node'); + } + }) + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast); +}); + +test('specific commands receive specific visitor contexts', () => { + const { ast } = getAstAndSyntaxErrors( + 'FROM index | SORT asfd | WHERE 1 | ENRICH adsf | LIMIT 123' + ); + + new Visitor() + .on('visitWhereCommand', (ctx) => { + if (!(ctx instanceof WhereCommandVisitorContext)) { + throw new Error('Expected WhereCommandVisitorContext'); + } + if (!(ctx instanceof CommandVisitorContext)) { + throw new Error('Expected WhereCommandVisitorContext'); + } + }) + .on('visitCommand', (ctx) => { + if (!(ctx instanceof CommandVisitorContext)) { + throw new Error('Expected CommandVisitorContext'); + } + }) + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast); + + new Visitor() + .on('visitCommand', (ctx) => { + if (!(ctx instanceof CommandVisitorContext)) { + throw new Error('Expected CommandVisitorContext'); + } + if (ctx instanceof WhereCommandVisitorContext) { + throw new Error('Did not expect WhereCommandVisitorContext'); + } + }) + .on('visitQuery', (ctx) => [...ctx.visitCommands()]) + .visitQuery(ast); +}); diff --git a/packages/kbn-esql-ast/src/visitor/contexts.ts b/packages/kbn-esql-ast/src/visitor/contexts.ts new file mode 100644 index 0000000000000..ca6044c017aa6 --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/contexts.ts @@ -0,0 +1,438 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* eslint-disable max-classes-per-file */ +// Splitting classes across files runs into issues with circular dependencies +// and makes it harder to understand the code structure. + +import { type GlobalVisitorContext, SharedData } from './global_visitor_context'; +import { firstItem, singleItems } from './utils'; +import type { + ESQLAstCommand, + ESQLAstItem, + ESQLAstNodeWithArgs, + ESQLColumn, + ESQLCommandOption, + ESQLFunction, + ESQLInlineCast, + ESQLList, + ESQLLiteral, + ESQLNumberLiteral, + ESQLSource, + ESQLTimeInterval, +} from '../types'; +import type { + CommandVisitorInput, + ESQLAstExpressionNode, + ESQLAstQueryNode, + ExpressionVisitorInput, + ExpressionVisitorOutput, + UndefinedToVoid, + VisitorAstNode, + VisitorMethods, +} from './types'; +import { Builder } from '../builder'; + +const isNodeWithArgs = (x: unknown): x is ESQLAstNodeWithArgs => + !!x && typeof x === 'object' && Array.isArray((x as any).args); + +export class VisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData, + Node extends VisitorAstNode = VisitorAstNode +> { + constructor( + /** + * Global visitor context. + */ + public readonly ctx: GlobalVisitorContext, + + /** + * ES|QL AST node which is currently being visited. + */ + public readonly node: Node, + + /** + * Context of the parent node, from which the current node was reached + * during the AST traversal. + */ + public readonly parent: VisitorContext | null = null + ) {} + + public *visitArguments( + input: ExpressionVisitorInput + ): Iterable> { + this.ctx.assertMethodExists('visitExpression'); + + const node = this.node; + + if (!isNodeWithArgs(node)) { + throw new Error('Node does not have arguments'); + } + + for (const arg of singleItems(node.args)) { + yield this.visitExpression(arg, input as any); + } + } + + public visitExpression( + expressionNode: ESQLAstExpressionNode, + input: ExpressionVisitorInput + ): ExpressionVisitorOutput { + return this.ctx.visitExpression(this, expressionNode, input); + } + + public visitCommand( + commandNode: ESQLAstCommand, + input: CommandVisitorInput + ): ExpressionVisitorOutput { + return this.ctx.visitCommand(this, commandNode, input); + } +} + +export class QueryVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends VisitorContext { + public *visitCommands( + input: UndefinedToVoid>[1]> + ): Iterable< + | ReturnType> + | ReturnType> + > { + this.ctx.assertMethodExists('visitCommand'); + + for (const cmd of this.node) { + yield this.visitCommand(cmd, input as any); + } + } +} + +// Commands -------------------------------------------------------------------- + +export class CommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData, + Node extends ESQLAstCommand = ESQLAstCommand +> extends VisitorContext { + public name(): string { + return this.node.name.toUpperCase(); + } + + public *options(): Iterable { + for (const arg of this.node.args) { + if (Array.isArray(arg)) { + continue; + } + if (arg.type === 'option') { + yield arg; + } + } + } + + public *visitOptions( + input: UndefinedToVoid>[1]> + ): Iterable>> { + this.ctx.assertMethodExists('visitCommandOption'); + + for (const option of this.options()) { + const sourceContext = new CommandOptionVisitorContext(this.ctx, option, this); + const result = this.ctx.methods.visitCommandOption!(sourceContext, input); + + yield result; + } + } + + public *arguments(option: '' | string = ''): Iterable { + option = option.toLowerCase(); + + if (!option) { + for (const arg of this.node.args) { + if (Array.isArray(arg)) { + yield arg; + continue; + } + if (arg.type !== 'option') { + yield arg; + } + } + } + + const optionNode = this.node.args.find( + (arg) => !Array.isArray(arg) && arg.type === 'option' && arg.name === option + ); + + if (optionNode) { + yield* (optionNode as ESQLCommandOption).args; + } + } + + public *visitArguments( + input: ExpressionVisitorInput, + option: '' | string = '' + ): Iterable> { + this.ctx.assertMethodExists('visitExpression'); + + const node = this.node; + + if (!isNodeWithArgs(node)) { + throw new Error('Node does not have arguments'); + } + + for (const arg of singleItems(this.arguments(option))) { + yield this.visitExpression(arg, input as any); + } + } + + public *visitSources( + input: UndefinedToVoid>[1]> + ): Iterable>> { + this.ctx.assertMethodExists('visitSourceExpression'); + + for (const arg of singleItems(this.node.args)) { + if (arg.type === 'source') { + const sourceContext = new SourceExpressionVisitorContext(this.ctx, arg, this); + const result = this.ctx.methods.visitSourceExpression!(sourceContext, input); + + yield result; + } + } + } +} + +export class CommandOptionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends VisitorContext {} + +// FROM [ METADATA ] +export class FromCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext { + /** + * Visit the METADATA part of the FROM command. + * + * FROM [ METADATA ] + * + * @param input Input object to pass to all "visitColumn" children methods. + * @returns An iterable of results of all the "visitColumn" visitor methods. + */ + public *visitMetadataColumns( + input: UndefinedToVoid>[1]> + ): Iterable>> { + this.ctx.assertMethodExists('visitColumnExpression'); + + let metadataOption: ESQLCommandOption | undefined; + + for (const arg of singleItems(this.node.args)) { + if (arg.type === 'option' && arg.name === 'metadata') { + metadataOption = arg; + break; + } + } + + if (!metadataOption) { + return; + } + + for (const arg of singleItems(metadataOption.args)) { + if (arg.type === 'column') { + const columnContext = new ColumnExpressionVisitorContext(this.ctx, arg, this); + const result = this.ctx.methods.visitColumnExpression!(columnContext, input); + + yield result; + } + } + } +} + +// LIMIT +export class LimitCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext { + /** + * @returns The first numeric literal argument of the command. + */ + public numericLiteral(): ESQLNumberLiteral | undefined { + const arg = firstItem(this.node.args); + + if (arg && arg.type === 'literal' && arg.literalType === 'number') { + return arg; + } + } + + /** + * @returns The value of the first numeric literal argument of the command. + */ + public numeric(): number | undefined { + const literal = this.numericLiteral(); + + return literal?.value; + } + + public setLimit(value: number): void { + const literalNode = Builder.numericLiteral({ value }); + + this.node.args = [literalNode]; + } +} + +// EXPLAIN +export class ExplainCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// ROW +export class RowCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// METRICS +export class MetricsCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// SHOW +export class ShowCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// META +export class MetaCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// EVAL +export class EvalCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// STATS [ BY ] +export class StatsCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// INLINESTATS [ BY ] +export class InlineStatsCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// LOOKUP ON +export class LookupCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// KEEP +export class KeepCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// SORT +export class SortCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// WHERE +export class WhereCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// DROP +export class DropCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// RENAME AS +export class RenameCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// DISSECT [ APPEND_SEPARATOR = ] +export class DissectCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// GROK +export class GrokCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// ENRICH [ ON ] [ WITH ] +export class EnrichCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// MV_EXPAND +export class MvExpandCommandVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends CommandVisitorContext {} + +// Expressions ----------------------------------------------------------------- + +export class ExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData, + Node extends ESQLAstExpressionNode = ESQLAstExpressionNode +> extends VisitorContext {} + +export class ColumnExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends VisitorContext {} + +export class SourceExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends VisitorContext {} + +export class FunctionCallExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends VisitorContext {} + +export class LiteralExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData, + Node extends ESQLLiteral = ESQLLiteral +> extends ExpressionVisitorContext {} + +export class ListLiteralExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData, + Node extends ESQLList = ESQLList +> extends ExpressionVisitorContext {} + +export class TimeIntervalLiteralExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends ExpressionVisitorContext {} + +export class InlineCastExpressionVisitorContext< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> extends ExpressionVisitorContext {} diff --git a/packages/kbn-esql-ast/src/visitor/global_visitor_context.ts b/packages/kbn-esql-ast/src/visitor/global_visitor_context.ts new file mode 100644 index 0000000000000..9cae41f36dde5 --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/global_visitor_context.ts @@ -0,0 +1,468 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import * as contexts from './contexts'; +import type { + ESQLAstCommand, + ESQLColumn, + ESQLFunction, + ESQLInlineCast, + ESQLList, + ESQLLiteral, + ESQLSource, + ESQLTimeInterval, +} from '../types'; +import type * as types from './types'; + +export type SharedData = Record; + +/** + * Global shared visitor context available to all visitors when visiting the AST. + * It contains the shared data, which can be accessed and modified by all visitors. + */ +export class GlobalVisitorContext< + Methods extends types.VisitorMethods = types.VisitorMethods, + Data extends SharedData = SharedData +> { + constructor( + /** + * Visitor methods, used internally by the visitor to traverse the AST. + * @protected + */ + public readonly methods: Methods, + + /** + * Shared data, which can be accessed and modified by all visitors. + */ + public data: Data + ) {} + + public assertMethodExists(name: K) { + if (!this.methods[name]) { + throw new Error(`${name}() method is not defined`); + } + } + + private visitWithSpecificContext< + Method extends keyof types.VisitorMethods, + Context extends contexts.VisitorContext + >( + method: Method, + context: Context, + input: types.VisitorInput + ): types.VisitorOutput { + this.assertMethodExists(method); + return this.methods[method]!(context as any, input); + } + + // Command visiting ---------------------------------------------------------- + + public visitCommandGeneric( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + this.assertMethodExists('visitCommand'); + + const context = new contexts.CommandVisitorContext(this, node, parent); + const output = this.methods.visitCommand!(context, input); + + return output; + } + + public visitCommand( + parent: contexts.VisitorContext | null, + commandNode: ESQLAstCommand, + input: types.CommandVisitorInput + ): types.CommandVisitorOutput { + switch (commandNode.name) { + case 'from': { + if (!this.methods.visitFromCommand) break; + return this.visitFromCommand(parent, commandNode, input as any); + } + case 'limit': { + if (!this.methods.visitLimitCommand) break; + return this.visitLimitCommand(parent, commandNode, input as any); + } + case 'explain': { + if (!this.methods.visitExplainCommand) break; + return this.visitExplainCommand(parent, commandNode, input as any); + } + case 'row': { + if (!this.methods.visitRowCommand) break; + return this.visitRowCommand(parent, commandNode, input as any); + } + // TODO: uncomment this when the command is implemented + // case 'metrics': { + // if (!this.methods.visitMetricsCommand) break; + // return this.visitMetricsCommand(parent, commandNode, input as any); + // } + case 'show': { + if (!this.methods.visitShowCommand) break; + return this.visitShowCommand(parent, commandNode, input as any); + } + case 'meta': { + if (!this.methods.visitMetaCommand) break; + return this.visitMetaCommand(parent, commandNode, input as any); + } + case 'eval': { + if (!this.methods.visitEvalCommand) break; + return this.visitEvalCommand(parent, commandNode, input as any); + } + case 'stats': { + if (!this.methods.visitStatsCommand) break; + return this.visitStatsCommand(parent, commandNode, input as any); + } + // TODO: uncomment this when the command is implemented + // case 'inline_stats': { + // if (!this.methods.visitInlineStatsCommand) break; + // return this.visitInlineStatsCommand(parent, commandNode, input as any); + // } + case 'lookup': { + if (!this.methods.visitLookupCommand) break; + return this.visitLookupCommand(parent, commandNode, input as any); + } + case 'keep': { + if (!this.methods.visitKeepCommand) break; + return this.visitKeepCommand(parent, commandNode, input as any); + } + case 'sort': { + if (!this.methods.visitSortCommand) break; + return this.visitSortCommand(parent, commandNode, input as any); + } + case 'where': { + if (!this.methods.visitWhereCommand) break; + return this.visitWhereCommand(parent, commandNode, input as any); + } + case 'drop': { + if (!this.methods.visitDropCommand) break; + return this.visitDropCommand(parent, commandNode, input as any); + } + case 'rename': { + if (!this.methods.visitRenameCommand) break; + return this.visitRenameCommand(parent, commandNode, input as any); + } + case 'dissect': { + if (!this.methods.visitDissectCommand) break; + return this.visitDissectCommand(parent, commandNode, input as any); + } + case 'grok': { + if (!this.methods.visitGrokCommand) break; + return this.visitGrokCommand(parent, commandNode, input as any); + } + case 'enrich': { + if (!this.methods.visitEnrichCommand) break; + return this.visitEnrichCommand(parent, commandNode, input as any); + } + case 'mv_expand': { + if (!this.methods.visitMvExpandCommand) break; + return this.visitMvExpandCommand(parent, commandNode, input as any); + } + } + return this.visitCommandGeneric(parent, commandNode, input as any); + } + + public visitFromCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.FromCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitFromCommand', context, input); + } + + public visitLimitCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.LimitCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitLimitCommand', context, input); + } + + public visitExplainCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.ExplainCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitExplainCommand', context, input); + } + + public visitRowCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.RowCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitRowCommand', context, input); + } + + public visitMetricsCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.MetricsCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitMetricsCommand', context, input); + } + + public visitShowCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.ShowCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitShowCommand', context, input); + } + + public visitMetaCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.MetaCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitMetaCommand', context, input); + } + + public visitEvalCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.EvalCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitEvalCommand', context, input); + } + + public visitStatsCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.StatsCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitStatsCommand', context, input); + } + + public visitInlineStatsCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.InlineStatsCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitInlineStatsCommand', context, input); + } + + public visitLookupCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.LookupCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitLookupCommand', context, input); + } + + public visitKeepCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.KeepCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitKeepCommand', context, input); + } + + public visitSortCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.SortCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitSortCommand', context, input); + } + + public visitWhereCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.WhereCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitWhereCommand', context, input); + } + + public visitDropCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.DropCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitDropCommand', context, input); + } + + public visitRenameCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.RenameCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitRenameCommand', context, input); + } + + public visitDissectCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.DissectCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitDissectCommand', context, input); + } + + public visitGrokCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.GrokCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitGrokCommand', context, input); + } + + public visitEnrichCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.EnrichCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitEnrichCommand', context, input); + } + + public visitMvExpandCommand( + parent: contexts.VisitorContext | null, + node: ESQLAstCommand, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.MvExpandCommandVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitMvExpandCommand', context, input); + } + + // Expression visiting ------------------------------------------------------- + + public visitExpressionGeneric( + parent: contexts.VisitorContext | null, + node: types.ESQLAstExpressionNode, + input: types.VisitorInput + ): types.VisitorOutput { + this.assertMethodExists('visitExpression'); + + const context = new contexts.ExpressionVisitorContext(this, node, parent); + const output = this.methods.visitExpression!(context, input); + + return output; + } + + public visitExpression( + parent: contexts.VisitorContext | null, + expressionNode: types.ESQLAstExpressionNode, + input: types.ExpressionVisitorInput + ): types.ExpressionVisitorOutput { + if (Array.isArray(expressionNode)) { + throw new Error('should not happen'); + } + switch (expressionNode.type) { + case 'column': { + if (!this.methods.visitColumnExpression) break; + return this.visitColumnExpression(parent, expressionNode, input as any); + } + case 'source': { + if (!this.methods.visitSourceExpression) break; + return this.visitSourceExpression(parent, expressionNode, input as any); + } + case 'function': { + if (!this.methods.visitFunctionCallExpression) break; + return this.visitFunctionCallExpression(parent, expressionNode, input as any); + } + case 'literal': { + if (!this.methods.visitLiteralExpression) break; + return this.visitLiteralExpression(parent, expressionNode, input as any); + } + case 'list': { + if (!this.methods.visitListLiteralExpression) break; + return this.visitListLiteralExpression(parent, expressionNode, input as any); + } + case 'timeInterval': { + if (!this.methods.visitTimeIntervalLiteralExpression) break; + return this.visitTimeIntervalLiteralExpression(parent, expressionNode, input as any); + } + case 'inlineCast': { + if (!this.methods.visitInlineCastExpression) break; + return this.visitInlineCastExpression(parent, expressionNode, input as any); + } + } + return this.visitExpressionGeneric(parent, expressionNode, input as any); + } + + public visitColumnExpression( + parent: contexts.VisitorContext | null, + node: ESQLColumn, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.ColumnExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitColumnExpression', context, input); + } + + public visitSourceExpression( + parent: contexts.VisitorContext | null, + node: ESQLSource, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.SourceExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitSourceExpression', context, input); + } + + public visitFunctionCallExpression( + parent: contexts.VisitorContext | null, + node: ESQLFunction, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.FunctionCallExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitFunctionCallExpression', context, input); + } + + public visitLiteralExpression( + parent: contexts.VisitorContext | null, + node: ESQLLiteral, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.LiteralExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitLiteralExpression', context, input); + } + + public visitListLiteralExpression( + parent: contexts.VisitorContext | null, + node: ESQLList, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.ListLiteralExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitListLiteralExpression', context, input); + } + + public visitTimeIntervalLiteralExpression( + parent: contexts.VisitorContext | null, + node: ESQLTimeInterval, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.TimeIntervalLiteralExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitTimeIntervalLiteralExpression', context, input); + } + + public visitInlineCastExpression( + parent: contexts.VisitorContext | null, + node: ESQLInlineCast, + input: types.VisitorInput + ): types.VisitorOutput { + const context = new contexts.InlineCastExpressionVisitorContext(this, node, parent); + return this.visitWithSpecificContext('visitInlineCastExpression', context, input); + } +} diff --git a/packages/kbn-esql-ast/src/visitor/index.ts b/packages/kbn-esql-ast/src/visitor/index.ts new file mode 100644 index 0000000000000..9e46616a50002 --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/index.ts @@ -0,0 +1,12 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +export * from './types'; +export { Visitor, type VisitorOptions } from './visitor'; +export { GlobalVisitorContext, type SharedData } from './global_visitor_context'; +export * from './contexts'; diff --git a/packages/kbn-esql-ast/src/visitor/types.ts b/packages/kbn-esql-ast/src/visitor/types.ts new file mode 100644 index 0000000000000..a8ec5e9bd1785 --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/types.ts @@ -0,0 +1,256 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import type { SharedData } from './global_visitor_context'; +import type * as ast from '../types'; +import type * as contexts from './contexts'; + +/** + * We don't have a dedicated "query" AST node, so - for now - we use the root + * array of commands as the "query" node. + */ +export type ESQLAstQueryNode = ast.ESQLAst; + +/** + * Represents an "expression" node in the AST. + */ +// export type ESQLAstExpressionNode = ESQLAstItem; +export type ESQLAstExpressionNode = ast.ESQLSingleAstItem; + +/** + * All possible AST nodes supported by the visitor. + */ +export type VisitorAstNode = ESQLAstQueryNode | ast.ESQLAstNode; + +export type Visitor = ( + ctx: Ctx, + input: Input +) => Output; + +/** + * Retrieves the `Input` of a {@link Visitor} function. + */ +export type VisitorInput< + Methods extends VisitorMethods, + Method extends keyof Methods +> = UndefinedToVoid>>[1]>; + +/** + * Retrieves the `Output` of a {@link Visitor} function. + */ +export type VisitorOutput< + Methods extends VisitorMethods, + Method extends keyof Methods +> = ReturnType>>; + +/** + * Input that satisfies any expression visitor input constraints. + */ +export type ExpressionVisitorInput = AnyToVoid< + | VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput +>; + +/** + * Input that satisfies any expression visitor output constraints. + */ +export type ExpressionVisitorOutput = + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput; + +/** + * Input that satisfies any command visitor input constraints. + */ +export type CommandVisitorInput = AnyToVoid< + | VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput & + VisitorInput +>; + +/** + * Input that satisfies any command visitor output constraints. + */ +export type CommandVisitorOutput = + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput + | VisitorOutput; + +export interface VisitorMethods< + Visitors extends VisitorMethods = any, + Data extends SharedData = SharedData +> { + visitQuery?: Visitor, any, any>; + visitCommand?: Visitor, any, any>; + visitFromCommand?: Visitor, any, any>; + visitLimitCommand?: Visitor, any, any>; + visitExplainCommand?: Visitor, any, any>; + visitRowCommand?: Visitor, any, any>; + visitMetricsCommand?: Visitor, any, any>; + visitShowCommand?: Visitor, any, any>; + visitMetaCommand?: Visitor, any, any>; + visitEvalCommand?: Visitor, any, any>; + visitStatsCommand?: Visitor, any, any>; + visitInlineStatsCommand?: Visitor< + contexts.InlineStatsCommandVisitorContext, + any, + any + >; + visitLookupCommand?: Visitor, any, any>; + visitKeepCommand?: Visitor, any, any>; + visitSortCommand?: Visitor, any, any>; + visitWhereCommand?: Visitor, any, any>; + visitDropCommand?: Visitor, any, any>; + visitRenameCommand?: Visitor, any, any>; + visitDissectCommand?: Visitor, any, any>; + visitGrokCommand?: Visitor, any, any>; + visitEnrichCommand?: Visitor, any, any>; + visitMvExpandCommand?: Visitor, any, any>; + visitCommandOption?: Visitor, any, any>; + visitExpression?: Visitor, any, any>; + visitSourceExpression?: Visitor< + contexts.SourceExpressionVisitorContext, + any, + any + >; + visitColumnExpression?: Visitor< + contexts.ColumnExpressionVisitorContext, + any, + any + >; + visitFunctionCallExpression?: Visitor< + contexts.FunctionCallExpressionVisitorContext, + any, + any + >; + visitLiteralExpression?: Visitor< + contexts.LiteralExpressionVisitorContext, + any, + any + >; + visitListLiteralExpression?: Visitor< + contexts.ListLiteralExpressionVisitorContext, + any, + any + >; + visitTimeIntervalLiteralExpression?: Visitor< + contexts.TimeIntervalLiteralExpressionVisitorContext, + any, + any + >; + visitInlineCastExpression?: Visitor< + contexts.InlineCastExpressionVisitorContext, + any, + any + >; +} + +/** + * Maps any AST node to the corresponding visitor context. + */ +export type AstNodeToVisitorName = Node extends ESQLAstQueryNode + ? 'visitQuery' + : Node extends ast.ESQLCommand + ? 'visitCommand' + : Node extends ast.ESQLCommandOption + ? 'visitCommandOption' + : Node extends ast.ESQLSource + ? 'visitSourceExpression' + : Node extends ast.ESQLColumn + ? 'visitColumnExpression' + : Node extends ast.ESQLFunction + ? 'visitFunctionCallExpression' + : Node extends ast.ESQLLiteral + ? 'visitLiteralExpression' + : Node extends ast.ESQLList + ? 'visitListLiteralExpression' + : Node extends ast.ESQLTimeInterval + ? 'visitTimeIntervalLiteralExpression' + : Node extends ast.ESQLInlineCast + ? 'visitInlineCastExpression' + : never; + +/** + * Maps any AST node to the corresponding visitor context. + */ +export type AstNodeToVisitor< + Node extends VisitorAstNode, + Methods extends VisitorMethods = VisitorMethods +> = Methods[AstNodeToVisitorName]; + +/** + * Maps any AST node to its corresponding visitor context. + */ +export type AstNodeToContext< + Node extends VisitorAstNode, + Methods extends VisitorMethods = VisitorMethods +> = Parameters>>[0]; + +/** + * Asserts that a type is a function. + */ +export type EnsureFunction = T extends (...args: any[]) => any ? T : never; + +/** + * Converts `undefined` to `void`. This allows to make optional a function + * parameter or the return value. + */ +export type UndefinedToVoid = T extends undefined ? void : T; + +/** Returns `Y` if `T` is `any`, or `N` otherwise. */ +export type IfAny = 0 extends 1 & T ? Y : N; + +/** Converts `any` type to `void`. */ +export type AnyToVoid = IfAny; diff --git a/packages/kbn-esql-ast/src/visitor/utils.ts b/packages/kbn-esql-ast/src/visitor/utils.ts new file mode 100644 index 0000000000000..d79cc6fd5ed1a --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/utils.ts @@ -0,0 +1,36 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { ESQLAstItem, ESQLSingleAstItem } from '../types'; + +/** + * Normalizes AST "item" list to only contain *single* items. + * + * @param items A list of single or nested items. + */ +export function* singleItems(items: Iterable): Iterable { + for (const item of items) { + if (Array.isArray(item)) { + yield* singleItems(item); + } else { + yield item; + } + } +} + +/** + * Returns the first normalized "single item" from the "item" list. + * + * @param items Returns the first "single item" from the "item" list. + * @returns A "single item", if any. + */ +export const firstItem = (items: ESQLAstItem[]): ESQLSingleAstItem | undefined => { + for (const item of singleItems(items)) { + return item; + } +}; diff --git a/packages/kbn-esql-ast/src/visitor/visitor.ts b/packages/kbn-esql-ast/src/visitor/visitor.ts new file mode 100644 index 0000000000000..3956fe126723e --- /dev/null +++ b/packages/kbn-esql-ast/src/visitor/visitor.ts @@ -0,0 +1,98 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { GlobalVisitorContext, SharedData } from './global_visitor_context'; +import { QueryVisitorContext } from './contexts'; +import { VisitorContext } from './contexts'; +import type { + AstNodeToVisitorName, + EnsureFunction, + ESQLAstQueryNode, + UndefinedToVoid, + VisitorMethods, +} from './types'; + +export interface VisitorOptions< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> { + visitors?: Methods; + data?: Data; +} + +export class Visitor< + Methods extends VisitorMethods = VisitorMethods, + Data extends SharedData = SharedData +> { + public readonly ctx: GlobalVisitorContext; + + constructor(protected readonly options: VisitorOptions = {}) { + this.ctx = new GlobalVisitorContext( + options.visitors ?? ({} as Methods), + options.data ?? ({} as Data) + ); + } + + public visitors>( + visitors: NewMethods + ): Visitor { + Object.assign(this.ctx.methods, visitors); + return this as any; + } + + public on< + K extends keyof VisitorMethods, + F extends VisitorMethods[K] + >(visitor: K, fn: F): Visitor { + (this.ctx.methods as any)[visitor] = fn; + return this as any; + } + + /** + * Traverse any AST node given any visitor context. + * + * @param node AST node to traverse. + * @param ctx Traversal context. + * @returns Result of the visitor callback. + */ + public visit>( + ctx: Ctx, + input: UndefinedToVoid]>>[1]> + ): ReturnType]>> { + const node = ctx.node; + if (node instanceof Array) { + this.ctx.assertMethodExists('visitQuery'); + return this.ctx.methods.visitQuery!(ctx as any, input) as ReturnType< + NonNullable + >; + } else if (node && typeof node === 'object') { + switch (node.type) { + case 'command': + this.ctx.assertMethodExists('visitCommand'); + return this.ctx.methods.visitCommand!(ctx as any, input) as ReturnType< + NonNullable + >; + } + } + throw new Error(`Unsupported node type: ${typeof node}`); + } + + /** + * Traverse the root node of ES|QL query with default context. + * + * @param node Query node to traverse. + * @returns The result of the query visitor. + */ + public visitQuery( + node: ESQLAstQueryNode, + input: UndefinedToVoid>[1]> + ) { + const queryContext = new QueryVisitorContext(this.ctx, node, null); + return this.visit(queryContext, input); + } +} 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/packages/kbn-esql-validation-autocomplete/src/autocomplete/__tests__/autocomplete.command.stats.test.ts b/packages/kbn-esql-validation-autocomplete/src/autocomplete/__tests__/autocomplete.command.stats.test.ts index 7378760781d97..58d4698974089 100644 --- a/packages/kbn-esql-validation-autocomplete/src/autocomplete/__tests__/autocomplete.command.stats.test.ts +++ b/packages/kbn-esql-validation-autocomplete/src/autocomplete/__tests__/autocomplete.command.stats.test.ts @@ -227,6 +227,11 @@ describe('autocomplete.suggest', () => { const { assertSuggestions } = await setup(); await assertSuggestions('from a | stats avg(b) by numberField % 2 /', [',', '|']); + + await assertSuggestions( + 'from a | stats var0 = AVG(products.base_price) BY var1 = BUCKET(order_date, 1 day)/', + [',', '|', '+ $0', '- $0'] + ); }); }); }); diff --git a/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.test.ts b/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.test.ts index eceb0d87fe075..d4ad5157d979a 100644 --- a/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.test.ts +++ b/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.test.ts @@ -145,13 +145,6 @@ describe('autocomplete', () => { } }); - describe('meta', () => { - testSuggestions('meta ', ['FUNCTIONS']); - for (const fn of ['functions']) { - testSuggestions(`meta ${fn} `, ['|']); - } - }); - describe('where', () => { const allEvalFns = getFunctionSignaturesByReturnType('where', 'any', { scalar: true, @@ -898,6 +891,29 @@ describe('autocomplete', () => { }); }); + describe('values suggestions', () => { + testSuggestions('FROM "a"', ['a', 'b'], undefined, 7, [ + , + [ + { name: 'a', hidden: false }, + { name: 'b', hidden: false }, + ], + ]); + testSuggestions('FROM " "', [], ' '); + // TODO — re-enable these tests when we can support this case + testSuggestions.skip('FROM " a"', [], undefined, 9); + testSuggestions.skip('FROM "foo b"', [], undefined, 11); + testSuggestions('FROM a | WHERE tags == " "', [], ' '); + testSuggestions('FROM a | WHERE tags == """ """', [], ' '); + testSuggestions('FROM a | WHERE tags == "a"', [], undefined, 25); + testSuggestions('FROM a | EVAL tags == " "', [], ' '); + testSuggestions('FROM a | EVAL tags == "a"', [], undefined, 24); + testSuggestions('FROM a | STATS tags == " "', [], ' '); + testSuggestions('FROM a | STATS tags == "a"', [], undefined, 25); + testSuggestions('FROM a | GROK "a" "%{WORD:firstWord}"', [], undefined, 16); + testSuggestions('FROM a | DISSECT "a" "%{WORD:firstWord}"', [], undefined, 19); + }); + describe('callbacks', () => { it('should send the fields query without the last command', async () => { const callbackMocks = createCustomCallbackMocks(undefined, undefined, undefined); diff --git a/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts b/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts index 45c0563ac833e..42e82662e7110 100644 --- a/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts +++ b/packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts @@ -146,34 +146,36 @@ function getFinalSuggestions({ comma }: { comma?: boolean } = { comma: true }) { * @param text * @returns */ -function countBracketsUnclosed(bracketType: '(' | '[', text: string) { +function countBracketsUnclosed(bracketType: '(' | '[' | '"' | '"""', text: string) { const stack = []; - const closingBrackets = { '(': ')', '[': ']' }; - for (const char of text) { - if (char === bracketType) { - stack.push(bracketType); - } else if (char === closingBrackets[bracketType]) { + const closingBrackets = { '(': ')', '[': ']', '"': '"', '"""': '"""' }; + for (let i = 0; i < text.length; i++) { + const substr = text.substring(i, i + bracketType.length); + if (substr === closingBrackets[bracketType] && stack.length) { stack.pop(); + } else if (substr === bracketType) { + stack.push(bracketType); } } return stack.length; } -export async function suggest( - fullText: string, - offset: number, - context: EditorContext, - astProvider: AstProviderFn, - resourceRetriever?: ESQLCallbacks -): Promise { - const innerText = fullText.substring(0, offset); - - let finalText = innerText; - +/** + * This function attempts to correct the syntax of a partial query to make it valid. + * + * This is important because a syntactically-invalid query will not generate a good AST. + * + * @param _query + * @param context + * @returns + */ +function correctQuerySyntax(_query: string, context: EditorContext) { + let query = _query; // check if all brackets are closed, otherwise close them - const unclosedRoundBrackets = countBracketsUnclosed('(', finalText); - const unclosedSquaredBrackets = countBracketsUnclosed('[', finalText); - const unclosedBrackets = unclosedRoundBrackets + unclosedSquaredBrackets; + const unclosedRoundBrackets = countBracketsUnclosed('(', query); + const unclosedSquaredBrackets = countBracketsUnclosed('[', query); + const unclosedQuotes = countBracketsUnclosed('"', query); + const unclosedTripleQuotes = countBracketsUnclosed('"""', query); // if it's a comma by the user or a forced trigger by a function argument suggestion // add a marker to make the expression still valid const charThatNeedMarkers = [',', ':']; @@ -182,29 +184,48 @@ export async function suggest( // monaco.editor.CompletionTriggerKind['Invoke'] === 0 (context.triggerKind === 0 && unclosedRoundBrackets === 0) || (context.triggerCharacter === ' ' && - (isMathFunction(innerText, offset) || - isComma(innerText.trimEnd()[innerText.trimEnd().length - 1]))) + (isMathFunction(query, query.length) || isComma(query.trimEnd()[query.trimEnd().length - 1]))) ) { - finalText = `${innerText.substring(0, offset)}${EDITOR_MARKER}${innerText.substring(offset)}`; + query += EDITOR_MARKER; } + // if there are unclosed brackets, close them - if (unclosedBrackets) { + if (unclosedRoundBrackets || unclosedSquaredBrackets || unclosedQuotes) { for (const [char, count] of [ + ['"""', unclosedTripleQuotes], + ['"', unclosedQuotes], [')', unclosedRoundBrackets], [']', unclosedSquaredBrackets], ]) { if (count) { // inject the closing brackets - finalText += Array(count).fill(char).join(''); + query += Array(count).fill(char).join(''); } } } - const { ast } = await astProvider(finalText); + return query; +} + +export async function suggest( + fullText: string, + offset: number, + context: EditorContext, + astProvider: AstProviderFn, + resourceRetriever?: ESQLCallbacks +): Promise { + const innerText = fullText.substring(0, offset); + + const correctedQuery = correctQuerySyntax(innerText, context); + + const { ast } = await astProvider(correctedQuery); const astContext = getAstContext(innerText, ast, offset); // build the correct query to fetch the list of fields - const queryForFields = getQueryForFields(buildQueryUntilPreviousCommand(ast, finalText), ast); + const queryForFields = getQueryForFields( + buildQueryUntilPreviousCommand(ast, correctedQuery), + ast + ); const { getFieldsByType, getFieldsMap } = getFieldsByTypeRetriever( queryForFields, resourceRetriever @@ -511,6 +532,12 @@ async function getExpressionSuggestionsByType( const commandDef = getCommandDefinition(command.name); const { argIndex, prevIndex, lastArg, nodeArg } = extractArgMeta(command, node); + // TODO - this is a workaround because it was too difficult to handle this case in a generic way :( + if (commandDef.name === 'from' && node && isSourceItem(node) && /\s/.test(node.name)) { + // FROM " " + return []; + } + // A new expression is considered either // * just after a command name => i.e. ... | STATS // * or after a comma => i.e. STATS fieldA, @@ -1598,6 +1625,22 @@ async function getOptionArgsSuggestions( ); } } + + // If it's a complete expression then propose some final suggestions + if ( + (!nodeArgType && + option.name === 'by' && + option.args.length && + !isNewExpression && + !isAssignment(lastArg)) || + (isAssignment(lastArg) && isAssignmentComplete(lastArg)) + ) { + suggestions.push( + ...getFinalSuggestions({ + comma: optionDef?.signature.multipleParams ?? option.name === 'by', + }) + ); + } } if (optionDef) { diff --git a/packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts b/packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts index b4a6e62f24b8e..f431eb9a27145 100644 --- a/packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts +++ b/packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts @@ -62,6 +62,11 @@ export interface SuggestionRawDefinition { export interface EditorContext { /** The actual char that triggered the suggestion (1 single char) */ triggerCharacter?: string; - /** The type of trigger id. triggerKind = 0 is a programmatic trigger, while any other non-zero value is currently ignored. */ + /** + * monaco.editor.CompletionTriggerKind + * + * 0 is "Invoke" (user starts typing a word) + * 1 is "Trigger character" (user types a trigger character) + */ triggerKind: number; } diff --git a/packages/kbn-esql-validation-autocomplete/src/definitions/commands.ts b/packages/kbn-esql-validation-autocomplete/src/definitions/commands.ts index 9bbc8a5b903d2..033518ac16c37 100644 --- a/packages/kbn-esql-validation-autocomplete/src/definitions/commands.ts +++ b/packages/kbn-esql-validation-autocomplete/src/definitions/commands.ts @@ -62,19 +62,6 @@ export const commandDefinitions: CommandDefinition[] = [ params: [{ name: 'index', type: 'source', wildcards: true }], }, }, - { - name: 'meta', - description: i18n.translate('kbn-esql-validation-autocomplete.esql.definitions.metaDoc', { - defaultMessage: 'Returns information about the ES|QL environment', - }), - examples: ['meta functions'], - options: [], - modes: [], - signature: { - multipleParams: false, - params: [{ name: 'functions', type: 'function' }], - }, - }, { name: 'show', description: i18n.translate('kbn-esql-validation-autocomplete.esql.definitions.showDoc', { diff --git a/packages/kbn-esql-validation-autocomplete/src/definitions/functions.ts b/packages/kbn-esql-validation-autocomplete/src/definitions/functions.ts index 705876fca743b..a02a09757d033 100644 --- a/packages/kbn-esql-validation-autocomplete/src/definitions/functions.ts +++ b/packages/kbn-esql-validation-autocomplete/src/definitions/functions.ts @@ -1419,7 +1419,7 @@ const logDefinition: FunctionDefinition = { // do not really care here about the base and field // just need to check both values are not negative for (const arg of fnDef.args) { - if (isLiteralItem(arg) && arg.value < 0) { + if (isLiteralItem(arg) && Number(arg.value) < 0) { messages.push({ type: 'warning' as const, code: 'logOfNegativeValue', @@ -1472,7 +1472,7 @@ const log10Definition: FunctionDefinition = { // do not really care here about the base and field // just need to check both values are not negative for (const arg of fnDef.args) { - if (isLiteralItem(arg) && arg.value < 0) { + if (isLiteralItem(arg) && Number(arg.value) < 0) { messages.push({ type: 'warning' as const, code: 'logOfNegativeValue', diff --git a/packages/kbn-esql-validation-autocomplete/src/shared/context.ts b/packages/kbn-esql-validation-autocomplete/src/shared/context.ts index ce936b8fc1cdf..f9fd248228d0c 100644 --- a/packages/kbn-esql-validation-autocomplete/src/shared/context.ts +++ b/packages/kbn-esql-validation-autocomplete/src/shared/context.ts @@ -152,6 +152,10 @@ function isBuiltinFunction(node: ESQLFunction) { export function getAstContext(queryString: string, ast: ESQLAst, offset: number) { const { command, option, setting, node } = findAstPosition(ast, offset); if (node) { + if (node.type === 'literal' && node.literalType === 'string') { + // command ... "" + return { type: 'value' as const, command, node, option, setting }; + } if (node.type === 'function') { if (['in', 'not_in'].includes(node.name) && Array.isArray(node.args[1])) { // command ... a in ( ) diff --git a/packages/kbn-esql-validation-autocomplete/src/validation/esql_validation_meta_tests.json b/packages/kbn-esql-validation-autocomplete/src/validation/esql_validation_meta_tests.json index 0e30da959f82e..b8b91d665663f 100644 --- a/packages/kbn-esql-validation-autocomplete/src/validation/esql_validation_meta_tests.json +++ b/packages/kbn-esql-validation-autocomplete/src/validation/esql_validation_meta_tests.json @@ -2092,46 +2092,6 @@ ], "warning": [] }, - { - "query": "meta", - "error": [ - "SyntaxError: missing 'functions' at ''" - ], - "warning": [] - }, - { - "query": "meta functions", - "error": [], - "warning": [] - }, - { - "query": "meta functions()", - "error": [ - "SyntaxError: token recognition error at: '('", - "SyntaxError: token recognition error at: ')'" - ], - "warning": [] - }, - { - "query": "meta functions blah", - "error": [ - "SyntaxError: token recognition error at: 'b'", - "SyntaxError: token recognition error at: 'l'", - "SyntaxError: token recognition error at: 'a'", - "SyntaxError: token recognition error at: 'h'" - ], - "warning": [] - }, - { - "query": "meta info", - "error": [ - "SyntaxError: token recognition error at: 'i'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 'fo'", - "SyntaxError: missing 'functions' at ''" - ], - "warning": [] - }, { "query": "show", "error": [ @@ -2139,21 +2099,6 @@ ], "warning": [] }, - { - "query": "show functions", - "error": [ - "SyntaxError: token recognition error at: 'f'", - "SyntaxError: token recognition error at: 'u'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 'c'", - "SyntaxError: token recognition error at: 't'", - "SyntaxError: token recognition error at: 'io'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 's'", - "SyntaxError: missing 'info' at ''" - ], - "warning": [] - }, { "query": "show info", "error": [], diff --git a/packages/kbn-esql-validation-autocomplete/src/validation/validation.test.ts b/packages/kbn-esql-validation-autocomplete/src/validation/validation.test.ts index 73e66a5388939..daeff58923f5c 100644 --- a/packages/kbn-esql-validation-autocomplete/src/validation/validation.test.ts +++ b/packages/kbn-esql-validation-autocomplete/src/validation/validation.test.ts @@ -446,40 +446,8 @@ describe('validation logic', () => { }); }); - describe('meta', () => { - testErrorsAndWarnings('meta', ["SyntaxError: missing 'functions' at ''"]); - testErrorsAndWarnings('meta functions', []); - testErrorsAndWarnings('meta functions()', [ - "SyntaxError: token recognition error at: '('", - "SyntaxError: token recognition error at: ')'", - ]); - testErrorsAndWarnings('meta functions blah', [ - "SyntaxError: token recognition error at: 'b'", - "SyntaxError: token recognition error at: 'l'", - "SyntaxError: token recognition error at: 'a'", - "SyntaxError: token recognition error at: 'h'", - ]); - testErrorsAndWarnings('meta info', [ - "SyntaxError: token recognition error at: 'i'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 'fo'", - "SyntaxError: missing 'functions' at ''", - ]); - }); - describe('show', () => { testErrorsAndWarnings('show', ["SyntaxError: missing 'info' at ''"]); - testErrorsAndWarnings('show functions', [ - "SyntaxError: token recognition error at: 'f'", - "SyntaxError: token recognition error at: 'u'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 'c'", - "SyntaxError: token recognition error at: 't'", - "SyntaxError: token recognition error at: 'io'", - "SyntaxError: token recognition error at: 'n'", - "SyntaxError: token recognition error at: 's'", - "SyntaxError: missing 'info' at ''", - ]); testErrorsAndWarnings('show info', []); testErrorsAndWarnings('show numberField', [ "SyntaxError: token recognition error at: 'n'", @@ -1551,22 +1519,6 @@ describe('validation logic', () => { }); }); - it('should call fields callbacks also for meta command', async () => { - const callbackMocks = getCallbackMocks(); - await validateQuery( - `meta functions | keep name`, - getAstAndSyntaxErrors, - undefined, - callbackMocks - ); - expect(callbackMocks.getSources).not.toHaveBeenCalled(); - expect(callbackMocks.getPolicies).not.toHaveBeenCalled(); - expect(callbackMocks.getFieldsFor).toHaveBeenCalledTimes(1); - expect(callbackMocks.getFieldsFor).toHaveBeenLastCalledWith({ - query: 'meta functions', - }); - }); - it('should call fields callbacks also for show command', async () => { const callbackMocks = getCallbackMocks(); await validateQuery( diff --git a/packages/kbn-ftr-common-functional-services/kibana.jsonc b/packages/kbn-ftr-common-functional-services/kibana.jsonc index 68f45c75c6a80..c82496f10987b 100644 --- a/packages/kbn-ftr-common-functional-services/kibana.jsonc +++ b/packages/kbn-ftr-common-functional-services/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "test-helper", "id": "@kbn/ftr-common-functional-services", "owner": ["@elastic/kibana-operations", "@elastic/appex-qa"], "devOnly": true diff --git a/packages/kbn-ftr-common-functional-ui-services/kibana.jsonc b/packages/kbn-ftr-common-functional-ui-services/kibana.jsonc index 5437a12260a9c..a92a8cd4c4a9b 100644 --- a/packages/kbn-ftr-common-functional-ui-services/kibana.jsonc +++ b/packages/kbn-ftr-common-functional-ui-services/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "test-helper", "id": "@kbn/ftr-common-functional-ui-services", "owner": "@elastic/appex-qa", "devOnly": true diff --git a/packages/kbn-ftr-common-functional-ui-services/services/remote/webdriver.ts b/packages/kbn-ftr-common-functional-ui-services/services/remote/webdriver.ts index 9acb5f547acb9..d664333129fb1 100644 --- a/packages/kbn-ftr-common-functional-ui-services/services/remote/webdriver.ts +++ b/packages/kbn-ftr-common-functional-ui-services/services/remote/webdriver.ts @@ -116,7 +116,11 @@ function initChromiumOptions(browserType: Browsers, acceptInsecureCerts: boolean // Use fake device for Media Stream to replace actual camera and microphone. 'use-fake-device-for-media-stream', // Bypass the media stream infobar by selecting the default device for media streams (e.g. WebRTC). Works with --use-fake-device-for-media-stream. - 'use-fake-ui-for-media-stream' + 'use-fake-ui-for-media-stream', + // Do not show "Choose your search engine" dialog (> Chrome v127) + 'disable-search-engine-choice-screen', + // Disable component updater used for Chrome Certificate Verifier + 'disable-component-update' ); if (process.platform === 'linux') { diff --git a/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_cards.tsx b/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_cards.tsx index 8813689f8b74d..7888b254a771a 100644 --- a/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_cards.tsx +++ b/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_cards.tsx @@ -11,7 +11,7 @@ import React from 'react'; import { EuiFlexGroup, EuiFlexItem, EuiSpacer } from '@elastic/eui'; import { groupBy, keys } from 'lodash'; -import { ApplicationStart } from '@kbn/core-application-browser'; +import type { ApplicationStart } from '@kbn/core-application-browser'; import { GuideId, GuideState } from '../../../types'; import { GuideFilterValues } from './guide_filters'; diff --git a/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_filters.tsx b/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_filters.tsx index aeb448ef2a5bf..add3861ece515 100644 --- a/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_filters.tsx +++ b/packages/kbn-guided-onboarding/src/components/landing_page/classic_version/guide_filters.tsx @@ -10,7 +10,7 @@ import React from 'react'; import { EuiButton, EuiFlexGroup, EuiFlexItem, useEuiTheme } from '@elastic/eui'; import { css } from '@emotion/react'; import { FormattedMessage } from '@kbn/i18n-react'; -import { ApplicationStart } from '@kbn/core-application-browser'; +import type { ApplicationStart } from '@kbn/core-application-browser'; import { GuideCardSolutions } from './guide_cards'; const filterButtonCss = css` diff --git a/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_filters.tsx b/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_filters.tsx index c5132cc1fd146..47f76cafaef0e 100644 --- a/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_filters.tsx +++ b/packages/kbn-guided-onboarding/src/components/landing_page/guide/guide_filters.tsx @@ -9,7 +9,7 @@ import React from 'react'; import { EuiButton, EuiFlexGroup, EuiFlexItem, useEuiTheme } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; -import { ApplicationStart } from '@kbn/core-application-browser'; +import type { ApplicationStart } from '@kbn/core-application-browser'; import { css } from '@emotion/react'; import { METRIC_TYPE, UiCounterMetricType } from '@kbn/analytics'; import { GuideFilterValuesClassic } from '../../../../classic'; diff --git a/packages/kbn-management/settings/application/kibana.jsonc b/packages/kbn-management/settings/application/kibana.jsonc index f50463a894a07..5ae6bb5132b2e 100644 --- a/packages/kbn-management/settings/application/kibana.jsonc +++ b/packages/kbn-management/settings/application/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-application", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/components/field_category/kibana.jsonc b/packages/kbn-management/settings/components/field_category/kibana.jsonc index 4a893b35daa5c..7161a8c75f49e 100644 --- a/packages/kbn-management/settings/components/field_category/kibana.jsonc +++ b/packages/kbn-management/settings/components/field_category/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-components-field-category", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/components/field_input/kibana.jsonc b/packages/kbn-management/settings/components/field_input/kibana.jsonc index e5d091cb8b0f2..ce990d2955950 100644 --- a/packages/kbn-management/settings/components/field_input/kibana.jsonc +++ b/packages/kbn-management/settings/components/field_input/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-components-field-input", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/components/field_row/description/description.tsx b/packages/kbn-management/settings/components/field_row/description/description.tsx index 757cb22ba799c..df1e6f85ecb35 100644 --- a/packages/kbn-management/settings/components/field_row/description/description.tsx +++ b/packages/kbn-management/settings/components/field_row/description/description.tsx @@ -58,6 +58,7 @@ export const FieldDescription = ({ * Justification for dangerouslySetInnerHTML: * Setting description may contain formatting and links to documentation. */ + /* @ts-expect-error upgrade typescript v5.1.6 */ dangerouslySetInnerHTML={{ __html: content || '' }} // eslint-disable-line react/no-danger /> ); diff --git a/packages/kbn-management/settings/components/field_row/kibana.jsonc b/packages/kbn-management/settings/components/field_row/kibana.jsonc index 8b30b47dca8fc..e39c157f53252 100644 --- a/packages/kbn-management/settings/components/field_row/kibana.jsonc +++ b/packages/kbn-management/settings/components/field_row/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-components-field-row", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/components/form/kibana.jsonc b/packages/kbn-management/settings/components/form/kibana.jsonc index 177e93fd1f066..58daacd2622a4 100644 --- a/packages/kbn-management/settings/components/form/kibana.jsonc +++ b/packages/kbn-management/settings/components/form/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-components-form", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/field_definition/kibana.jsonc b/packages/kbn-management/settings/field_definition/kibana.jsonc index 8d4215c7b561c..23459871d7882 100644 --- a/packages/kbn-management/settings/field_definition/kibana.jsonc +++ b/packages/kbn-management/settings/field_definition/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-field-definition", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/section_registry/kibana.jsonc b/packages/kbn-management/settings/section_registry/kibana.jsonc index d9937aa3e8d87..53a9aea666df3 100644 --- a/packages/kbn-management/settings/section_registry/kibana.jsonc +++ b/packages/kbn-management/settings/section_registry/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-section-registry", "owner": "@elastic/appex-sharedux @elastic/kibana-management" } diff --git a/packages/kbn-management/settings/types/kibana.jsonc b/packages/kbn-management/settings/types/kibana.jsonc index 291616c13e049..54a3836a48380 100644 --- a/packages/kbn-management/settings/types/kibana.jsonc +++ b/packages/kbn-management/settings/types/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-types", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-management/settings/utilities/kibana.jsonc b/packages/kbn-management/settings/utilities/kibana.jsonc index d3c9c86a0f3d2..a32f319da8f66 100644 --- a/packages/kbn-management/settings/utilities/kibana.jsonc +++ b/packages/kbn-management/settings/utilities/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/management-settings-utilities", "owner": "@elastic/kibana-management" } diff --git a/packages/kbn-monaco/src/esql/lib/esql_theme.ts b/packages/kbn-monaco/src/esql/lib/esql_theme.ts index 511fcbf9114f4..1e2028d672e1d 100644 --- a/packages/kbn-monaco/src/esql/lib/esql_theme.ts +++ b/packages/kbn-monaco/src/esql/lib/esql_theme.ts @@ -48,7 +48,7 @@ export const buildESQlTheme = (): monaco.editor.IStandaloneThemeData => ({ // source commands ...buildRuleGroup( - ['from', 'row', 'show', 'meta'], + ['from', 'row', 'show'], euiThemeVars.euiColorPrimaryText, true // isBold ), diff --git a/packages/kbn-monaco/src/monaco_imports.ts b/packages/kbn-monaco/src/monaco_imports.ts index 41109a35fa160..f7f81b03f371b 100644 --- a/packages/kbn-monaco/src/monaco_imports.ts +++ b/packages/kbn-monaco/src/monaco_imports.ts @@ -31,6 +31,7 @@ import 'monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js import 'monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js'; import 'monaco-editor/esm/vs/editor/contrib/find/browser/findController'; // Needed for Search bar functionality +import 'monaco-editor/esm/vs/editor/standalone/browser/inspectTokens/inspectTokens.js'; // Needed for inspect tokens functionality import 'monaco-editor/esm/vs/language/json/monaco.contribution.js'; import 'monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution.js'; // Needed for basic javascript support diff --git a/packages/kbn-openapi-bundler/src/bundler/merge_documents/create_blank_oas_document.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/create_blank_oas_document.ts index 925471719b345..363888566aa31 100644 --- a/packages/kbn-openapi-bundler/src/bundler/merge_documents/create_blank_oas_document.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/create_blank_oas_document.ts @@ -10,12 +10,32 @@ import { OpenAPIV3 } from 'openapi-types'; export function createBlankOpenApiDocument( oasVersion: string, - info: OpenAPIV3.InfoObject + overrides?: Partial ): OpenAPIV3.Document { return { openapi: oasVersion, - info, - servers: [ + info: overrides?.info ?? { + title: 'Merged OpenAPI specs', + version: 'not specified', + }, + paths: overrides?.paths ?? {}, + components: { + schemas: overrides?.components?.schemas, + responses: overrides?.components?.responses, + parameters: overrides?.components?.parameters, + examples: overrides?.components?.examples, + requestBodies: overrides?.components?.requestBodies, + headers: overrides?.components?.headers, + securitySchemes: overrides?.components?.securitySchemes ?? { + BasicAuth: { + type: 'http', + scheme: 'basic', + }, + }, + links: overrides?.components?.links, + callbacks: overrides?.components?.callbacks, + }, + servers: overrides?.servers ?? [ { url: 'http://{kibana_host}:{port}', variables: { @@ -28,19 +48,12 @@ export function createBlankOpenApiDocument( }, }, ], - security: [ + security: overrides?.security ?? [ { BasicAuth: [], }, ], - paths: {}, - components: { - securitySchemes: { - BasicAuth: { - type: 'http', - scheme: 'basic', - }, - }, - }, + tags: overrides?.tags, + externalDocs: overrides?.externalDocs, }; } diff --git a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_documents.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_documents.ts index 24e507bd0e283..b430ac174b370 100644 --- a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_documents.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_documents.ts @@ -17,8 +17,9 @@ import { mergeTags } from './merge_tags'; import { getOasVersion } from '../../utils/get_oas_version'; import { getOasDocumentVersion } from '../../utils/get_oas_document_version'; import { enrichWithVersionMimeParam } from './enrich_with_version_mime_param'; +import { MergeOptions } from './merge_options'; -export interface MergeDocumentsOptions { +interface MergeDocumentsOptions extends MergeOptions { splitDocumentsByVersion: boolean; } @@ -52,10 +53,20 @@ export async function mergeDocuments( ...documentsGroup, ]; - mergedDocument.servers = mergeServers(documentsToMerge); - mergedDocument.paths = mergePaths(documentsToMerge); - mergedDocument.components = mergeSharedComponents(documentsToMerge); - mergedDocument.security = mergeSecurityRequirements(documentsToMerge); + mergedDocument.paths = mergePaths(documentsToMerge, options); + mergedDocument.components = { + ...mergedDocument.components, + ...mergeSharedComponents(documentsToMerge, options), + }; + + if (!options.skipServers) { + mergedDocument.servers = mergeServers(documentsToMerge); + } + + if (!options.skipSecurity) { + mergedDocument.security = mergeSecurityRequirements(documentsToMerge); + } + mergedDocument.tags = mergeTags(documentsToMerge); mergedByVersion.set(mergedDocument.info.version, mergedDocument); diff --git a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_operations.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_operations.ts index c7a4ae4edbd7f..e0b4c3972d6c1 100644 --- a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_operations.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_operations.ts @@ -11,10 +11,12 @@ import deepEqual from 'fast-deep-equal'; import { OpenAPIV3 } from 'openapi-types'; import { KNOWN_HTTP_METHODS } from './http_methods'; import { isRefNode } from '../process_document'; +import { MergeOptions } from './merge_options'; export function mergeOperations( sourcePathItem: OpenAPIV3.PathItemObject, - mergedPathItem: OpenAPIV3.PathItemObject + mergedPathItem: OpenAPIV3.PathItemObject, + options: MergeOptions ) { for (const httpMethod of KNOWN_HTTP_METHODS) { const sourceOperation = sourcePathItem[httpMethod]; @@ -24,12 +26,18 @@ export function mergeOperations( continue; } - if (!mergedOperation || deepEqual(sourceOperation, mergedOperation)) { - mergedPathItem[httpMethod] = sourceOperation; + const normalizedSourceOperation = { + ...sourceOperation, + ...(options.skipServers ? { servers: undefined } : { servers: sourceOperation.servers }), + ...(options.skipSecurity ? { security: undefined } : { security: sourceOperation.security }), + }; + + if (!mergedOperation || deepEqual(normalizedSourceOperation, mergedOperation)) { + mergedPathItem[httpMethod] = normalizedSourceOperation; continue; } - mergeOperation(sourceOperation, mergedOperation); + mergeOperation(normalizedSourceOperation, mergedOperation); } } diff --git a/packages/analytics/ebt/client/src/schema/validation/index.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_options.ts similarity index 77% rename from packages/analytics/ebt/client/src/schema/validation/index.ts rename to packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_options.ts index 0c16f8f7c4cc7..24bb048b2a5ed 100644 --- a/packages/analytics/ebt/client/src/schema/validation/index.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_options.ts @@ -6,5 +6,7 @@ * Side Public License, v 1. */ -export { schemaToIoTs } from './schema_to_io_ts'; -export { validateSchema } from './validate_schema'; +export interface MergeOptions { + skipServers: boolean; + skipSecurity: boolean; +} diff --git a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_paths.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_paths.ts index d1a775e07b278..938da557aa07b 100644 --- a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_paths.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_paths.ts @@ -12,8 +12,12 @@ import { ResolvedDocument } from '../ref_resolver/resolved_document'; import { isRefNode } from '../process_document'; import { mergeOperations } from './merge_operations'; import { mergeArrays } from './merge_arrays'; +import { MergeOptions } from './merge_options'; -export function mergePaths(resolvedDocuments: ResolvedDocument[]): OpenAPIV3.PathsObject { +export function mergePaths( + resolvedDocuments: ResolvedDocument[], + options: MergeOptions +): OpenAPIV3.PathsObject { const mergedPaths: Record = {}; for (const { absolutePath, document } of resolvedDocuments) { @@ -60,7 +64,7 @@ export function mergePaths(resolvedDocuments: ResolvedDocument[]): OpenAPIV3.Pat } try { - mergeOperations(sourcePathItem, mergedPathItem); + mergeOperations(sourcePathItem, mergedPathItem, options); } catch (e) { throw new Error( `❌ Unable to merge ${chalk.bold(absolutePath)} due to an error in ${chalk.bold( @@ -69,7 +73,9 @@ export function mergePaths(resolvedDocuments: ResolvedDocument[]): OpenAPIV3.Pat ); } - mergePathItemServers(sourcePathItem, mergedPathItem); + if (!options.skipServers) { + mergePathItemServers(sourcePathItem, mergedPathItem); + } try { mergeParameters(sourcePathItem, mergedPathItem); diff --git a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_shared_components.ts b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_shared_components.ts index 2efddc09e1de0..10b9300f69935 100644 --- a/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_shared_components.ts +++ b/packages/kbn-openapi-bundler/src/bundler/merge_documents/merge_shared_components.ts @@ -12,6 +12,7 @@ import { OpenAPIV3 } from 'openapi-types'; import { ResolvedDocument } from '../ref_resolver/resolved_document'; import { extractObjectByJsonPointer } from '../../utils/extract_by_json_pointer'; import { logger } from '../../logger'; +import { MergeOptions } from './merge_options'; const MERGEABLE_COMPONENT_TYPES = [ 'schemas', @@ -26,11 +27,16 @@ const MERGEABLE_COMPONENT_TYPES = [ ] as const; export function mergeSharedComponents( - bundledDocuments: ResolvedDocument[] + bundledDocuments: ResolvedDocument[], + options: MergeOptions ): OpenAPIV3.ComponentsObject { const mergedComponents: Record = {}; for (const componentsType of MERGEABLE_COMPONENT_TYPES) { + if (options.skipSecurity && componentsType === 'securitySchemes') { + continue; + } + const mergedTypedComponents = mergeObjects(bundledDocuments, `/components/${componentsType}`); if (Object.keys(mergedTypedComponents).length === 0) { diff --git a/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/namespace_components.ts b/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/namespace_components.ts index 01ef116082fe1..76b144ef0804d 100644 --- a/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/namespace_components.ts +++ b/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/namespace_components.ts @@ -10,6 +10,7 @@ import { extractByJsonPointer } from '../../../utils/extract_by_json_pointer'; import { isPlainObjectType } from '../../../utils/is_plain_object_type'; import { parseRef } from '../../../utils/parse_ref'; import { DocumentNodeProcessor } from './types/document_node_processor'; +import { isLocalRef } from './utils/is_local_ref'; /** * Creates a node processor to prefix possibly conflicting components and security requirements @@ -58,6 +59,23 @@ export function createNamespaceComponentsProcessor(pointer: string): DocumentNod // `components.securitySchemes`. It means items in `security` implicitly reference // `components.securitySchemes` items which should be handled. onNodeLeave(node, context) { + // Handle mappings + if (context.parentKey === 'mapping' && isPlainObjectType(node)) { + for (const key of Object.keys(node)) { + const maybeRef = node[key]; + + if (typeof maybeRef !== 'string' || !isLocalRef(maybeRef)) { + throw new Error( + `Expected mappings to have local references but got "${maybeRef}" in ${JSON.stringify( + node + )}` + ); + } + + node[key] = decorateRefBaseName(maybeRef, namespace); + } + } + if ('security' in node && Array.isArray(node.security)) { for (const securityRequirements of node.security) { prefixObjectKeys(securityRequirements); diff --git a/packages/analytics/ebt/client/src/mocks.ts b/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/utils/is_local_ref.ts similarity index 75% rename from packages/analytics/ebt/client/src/mocks.ts rename to packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/utils/is_local_ref.ts index 84a8f0854773a..8e3caa8e9deb8 100644 --- a/packages/analytics/ebt/client/src/mocks.ts +++ b/packages/kbn-openapi-bundler/src/bundler/process_document/document_processors/utils/is_local_ref.ts @@ -6,5 +6,6 @@ * Side Public License, v 1. */ -export { shippersMock } from './shippers/mocks'; -export { analyticsClientMock } from './analytics_client/mocks'; +export function isLocalRef(ref: string): boolean { + return ref.startsWith('#/'); +} diff --git a/packages/kbn-openapi-bundler/src/openapi_bundler.ts b/packages/kbn-openapi-bundler/src/openapi_bundler.ts index 90382150400dd..44bca89194507 100644 --- a/packages/kbn-openapi-bundler/src/openapi_bundler.ts +++ b/packages/kbn-openapi-bundler/src/openapi_bundler.ts @@ -7,8 +7,6 @@ */ import chalk from 'chalk'; -import { isUndefined, omitBy } from 'lodash'; -import { OpenAPIV3 } from 'openapi-types'; import { basename, dirname } from 'path'; import { bundleDocument, SkipException } from './bundler/bundle_document'; import { mergeDocuments } from './bundler/merge_documents'; @@ -19,6 +17,8 @@ import { writeDocuments } from './utils/write_documents'; import { ResolvedDocument } from './bundler/ref_resolver/resolved_document'; import { resolveGlobs } from './utils/resolve_globs'; import { DEFAULT_BUNDLING_PROCESSORS, withIncludeLabelsProcessor } from './bundler/processor_sets'; +import { PrototypeDocument } from './prototype_document'; +import { validatePrototypeDocument } from './validate_prototype_document'; export interface BundlerConfig { sourceGlob: string; @@ -27,8 +27,15 @@ export interface BundlerConfig { } interface BundleOptions { + /** + * OpenAPI document itself or path to the document + */ + prototypeDocument?: PrototypeDocument | string; + /** + * When specified the produced bundle will contain only + * operations objects with matching labels + */ includeLabels?: string[]; - specInfo?: Omit, 'version'>; } export const bundle = async ({ @@ -36,6 +43,10 @@ export const bundle = async ({ outputFilePath = 'bundled-{version}.schema.yaml', options, }: BundlerConfig) => { + const prototypeDocument = options?.prototypeDocument + ? await validatePrototypeDocument(options?.prototypeDocument) + : undefined; + logger.debug(chalk.bold(`Bundling API route schemas`)); logger.debug(`👀 Searching for source files in ${chalk.underline(sourceGlob)}`); @@ -56,22 +67,21 @@ export const bundle = async ({ logger.success(`Processed ${bundledDocuments.length} schemas`); - const blankOasFactory = (oasVersion: string, apiVersion: string) => + const blankOasDocumentFactory = (oasVersion: string, apiVersion: string) => createBlankOpenApiDocument(oasVersion, { - version: apiVersion, - title: options?.specInfo?.title ?? 'Bundled OpenAPI specs', - ...omitBy( - { - description: options?.specInfo?.description, - termsOfService: options?.specInfo?.termsOfService, - contact: options?.specInfo?.contact, - license: options?.specInfo?.license, - }, - isUndefined - ), + info: prototypeDocument?.info + ? { ...DEFAULT_INFO, ...prototypeDocument.info, version: apiVersion } + : { ...DEFAULT_INFO, version: apiVersion }, + servers: prototypeDocument?.servers, + security: prototypeDocument?.security, + components: { + securitySchemes: prototypeDocument?.components?.securitySchemes, + }, }); - const resultDocumentsMap = await mergeDocuments(bundledDocuments, blankOasFactory, { + const resultDocumentsMap = await mergeDocuments(bundledDocuments, blankOasDocumentFactory, { splitDocumentsByVersion: true, + skipServers: Boolean(prototypeDocument?.servers), + skipSecurity: Boolean(prototypeDocument?.security), }); await writeDocuments(resultDocumentsMap, outputFilePath); @@ -130,3 +140,7 @@ function filterOutSkippedDocuments( return processedDocuments; } + +const DEFAULT_INFO = { + title: 'Bundled OpenAPI specs', +} as const; diff --git a/packages/kbn-openapi-bundler/src/openapi_merger.ts b/packages/kbn-openapi-bundler/src/openapi_merger.ts index 773edb816c472..d0f532ca47d06 100644 --- a/packages/kbn-openapi-bundler/src/openapi_merger.ts +++ b/packages/kbn-openapi-bundler/src/openapi_merger.ts @@ -7,7 +7,7 @@ */ import chalk from 'chalk'; -import { OpenAPIV3 } from 'openapi-types'; + import { mergeDocuments } from './bundler/merge_documents'; import { logger } from './logger'; import { createBlankOpenApiDocument } from './bundler/merge_documents/create_blank_oas_document'; @@ -16,16 +16,20 @@ import { writeDocuments } from './utils/write_documents'; import { resolveGlobs } from './utils/resolve_globs'; import { bundleDocument } from './bundler/bundle_document'; import { withNamespaceComponentsProcessor } from './bundler/processor_sets'; +import { PrototypeDocument } from './prototype_document'; +import { validatePrototypeDocument } from './validate_prototype_document'; export interface MergerConfig { sourceGlobs: string[]; outputFilePath: string; - options?: { - mergedSpecInfo?: Partial; - conflictsResolution?: { - prependComponentsWith: 'title'; - }; - }; + options?: MergerOptions; +} + +interface MergerOptions { + /** + * OpenAPI document itself or path to the document + */ + prototypeDocument?: PrototypeDocument | string; } export const merge = async ({ @@ -37,6 +41,10 @@ export const merge = async ({ throw new Error('As minimum one source glob is expected'); } + const prototypeDocument = options?.prototypeDocument + ? await validatePrototypeDocument(options?.prototypeDocument) + : undefined; + logger.info(chalk.bold(`Merging OpenAPI specs`)); logger.info( `👀 Searching for source files in ${sourceGlobs @@ -55,13 +63,18 @@ export const merge = async ({ const blankOasDocumentFactory = (oasVersion: string) => createBlankOpenApiDocument(oasVersion, { - title: 'Merged OpenAPI specs', - version: 'not specified', - ...(options?.mergedSpecInfo ?? {}), + info: prototypeDocument?.info ? { ...DEFAULT_INFO, ...prototypeDocument.info } : DEFAULT_INFO, + servers: prototypeDocument?.servers, + security: prototypeDocument?.security, + components: { + securitySchemes: prototypeDocument?.components?.securitySchemes, + }, }); const resultDocumentsMap = await mergeDocuments(bundledDocuments, blankOasDocumentFactory, { splitDocumentsByVersion: false, + skipServers: Boolean(prototypeDocument?.servers), + skipSecurity: Boolean(prototypeDocument?.security), }); // Only one document is expected when `splitDocumentsByVersion` is set to `false` const mergedDocument = Array.from(resultDocumentsMap.values())[0]; @@ -83,3 +96,8 @@ async function bundleDocuments(schemaFilePaths: string[]): Promise; + servers?: OpenAPIV3.ServerObject[]; + security?: OpenAPIV3.SecurityRequirementObject[]; + components?: { + securitySchemes: Record; + }; +} diff --git a/packages/kbn-openapi-bundler/src/utils/read_document.ts b/packages/kbn-openapi-bundler/src/utils/read_document.ts index 019f5103cf621..49476c134e91f 100644 --- a/packages/kbn-openapi-bundler/src/utils/read_document.ts +++ b/packages/kbn-openapi-bundler/src/utils/read_document.ts @@ -7,37 +7,48 @@ */ import fs from 'fs/promises'; -import { load } from 'js-yaml'; import { basename, extname } from 'path'; +import { load } from 'js-yaml'; import chalk from 'chalk'; import { logger } from '../logger'; +import { isPlainObjectType } from './is_plain_object_type'; export async function readDocument(documentPath: string): Promise> { - const extension = extname(documentPath); - logger.debug(`Reading ${chalk.bold(basename(documentPath))}`); + const maybeDocument = await readFile(documentPath); + + if (!isPlainObjectType(maybeDocument)) { + throw new Error(`File at ${chalk.bold(documentPath)} is not valid OpenAPI document`); + } + + return maybeDocument; +} + +async function readFile(filePath: string): Promise { + const extension = extname(filePath); + switch (extension) { case '.yaml': case '.yml': - return await readYamlDocument(documentPath); + return await readYamlFile(filePath); case '.json': - return await readJsonDocument(documentPath); + return await readJsonFile(filePath); default: throw new Error(`${extension} files are not supported`); } } -async function readYamlDocument(filePath: string): Promise> { +async function readYamlFile(filePath: string): Promise> { // Typing load's result to Record is optimistic as we can't be sure // there is object inside a yaml file. We don't have this validation layer so far // but using JSON Schemas here should mitigate this problem. return load(await fs.readFile(filePath, { encoding: 'utf8' })); } -export async function readJsonDocument(filePath: string): Promise> { +async function readJsonFile(filePath: string): Promise> { // Typing load's result to Record is optimistic as we can't be sure // there is object inside a yaml file. We don't have this validation layer so far // but using JSON Schemas here should mitigate this problem. diff --git a/packages/kbn-openapi-bundler/src/utils/write_documents.ts b/packages/kbn-openapi-bundler/src/utils/write_documents.ts index 40311bc7d61e1..f0834ebb5ca00 100644 --- a/packages/kbn-openapi-bundler/src/utils/write_documents.ts +++ b/packages/kbn-openapi-bundler/src/utils/write_documents.ts @@ -45,5 +45,5 @@ function getVersionedOutputFilePath(outputFilePath: string, version: string): st const filename = basename(outputFilePath); - return outputFilePath.replace(filename, `${version}-${filename}`); + return outputFilePath.replace(filename, `${version}_${filename}`); } diff --git a/packages/kbn-openapi-bundler/src/validate_prototype_document.ts b/packages/kbn-openapi-bundler/src/validate_prototype_document.ts new file mode 100644 index 0000000000000..82bfc0b0a6097 --- /dev/null +++ b/packages/kbn-openapi-bundler/src/validate_prototype_document.ts @@ -0,0 +1,45 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import chalk from 'chalk'; +import { PrototypeDocument } from './prototype_document'; +import { readDocument } from './utils/read_document'; + +/** + * Validates that passed `prototypeDocument` fulfills the requirements. + * + * In particular security requirements must be specified via `security` and + * `components.securitySchemes` properties. + * + */ +export async function validatePrototypeDocument( + prototypeDocumentOrString: PrototypeDocument | string +): Promise { + const prototypeDocument: PrototypeDocument | undefined = + typeof prototypeDocumentOrString === 'string' + ? await readDocument(prototypeDocumentOrString) + : prototypeDocumentOrString; + + if (prototypeDocument.security && !prototypeDocument.components?.securitySchemes) { + throw new Error( + `Prototype document must contain ${chalk.bold( + 'components.securitySchemes' + )} when security requirements are specified` + ); + } + + if (prototypeDocument.components?.securitySchemes && !prototypeDocument.security) { + throw new Error( + `Prototype document must have ${chalk.bold('security')} defined ${chalk.bold( + 'components.securitySchemes' + )} are specified` + ); + } + + return prototypeDocument; +} diff --git a/packages/kbn-openapi-bundler/tests/bundler/result_overrides/security.test.ts b/packages/kbn-openapi-bundler/tests/bundler/result_overrides/security.test.ts new file mode 100644 index 0000000000000..12f3f14ac45c2 --- /dev/null +++ b/packages/kbn-openapi-bundler/tests/bundler/result_overrides/security.test.ts @@ -0,0 +1,403 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import chalk from 'chalk'; +import { OpenAPIV3 } from 'openapi-types'; +import { createOASDocument } from '../../create_oas_document'; +import { bundleSpecs } from '../bundle_specs'; + +describe('OpenAPI Bundler - with security requirements overrides', () => { + describe('enabled', () => { + it('throws an error when security requirements are specified without components security schemes', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: {}, + }, + }, + }, + }); + + await expect( + bundleSpecs( + { + 1: spec1, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + }, + } + ) + ).rejects.toThrowError( + `Prototype document must contain ${chalk.bold( + 'components.securitySchemes' + )} when security requirements are specified` + ); + }); + + it('throws an error when components security schemes are specified without security requirements', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: {}, + }, + }, + }, + }); + + await expect( + bundleSpecs( + { + 1: spec1, + }, + { + prototypeDocument: { + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ).rejects.toThrowError( + `Prototype document must have ${chalk.bold('security')} defined ${chalk.bold( + 'components.securitySchemes' + )} are specified` + ); + }); + + it('overrides root level `security`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + }); + + const [bundledSpec] = Object.values( + await bundleSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ); + + expect(bundledSpec.security).toEqual([{ ShouldBeUsedSecurityRequirement: [] }]); + expect(bundledSpec.components?.securitySchemes).toEqual({ + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }); + }); + + it('drops operation level security requirements', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + }, + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.security).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.get?.security).toBeUndefined(); + }); + }); + + describe('disabled', () => { + it('bundles root level security requirements', async () => { + const spec1Security = [{ SomeSecurityRequirement: [] }]; + const spec1SecuritySchemes = { + SomeSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + } as const; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: spec1Security, + components: { + securitySchemes: spec1SecuritySchemes, + }, + }); + const spec2Security: OpenAPIV3.SecurityRequirementObject[] = [ + { AnotherSecurityRequirement: [] }, + { AdditionalSecurityRequirement: [] }, + ]; + const spec2SecuritySchemes = { + AnotherSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + AdditionalSecurityRequirement: { + type: 'apiKey', + name: 'apiKey', + in: 'header', + }, + } as const; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: spec2Security, + components: { + securitySchemes: spec2SecuritySchemes, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.security).toEqual( + expect.arrayContaining([...spec1Security, ...spec2Security]) + ); + expect(bundledSpec.components?.securitySchemes).toMatchObject({ + ...spec1SecuritySchemes, + ...spec2SecuritySchemes, + }); + }); + + it('bundles operation level security requirements', async () => { + const spec1Security = [{ SomeSecurityRequirement: [] }]; + const spec1SecuritySchemes = { + SomeSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + } as const; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: spec1Security, + }, + }, + }, + components: { + securitySchemes: spec1SecuritySchemes, + }, + }); + const spec2Security: OpenAPIV3.SecurityRequirementObject[] = [ + { AnotherSecurityRequirement: [] }, + { AdditionalSecurityRequirement: [] }, + ]; + const spec2SecuritySchemes = { + AnotherSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + AdditionalSecurityRequirement: { + type: 'apiKey', + name: 'apiKey', + in: 'header', + }, + } as const; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: spec2Security, + }, + }, + }, + components: { + securitySchemes: spec2SecuritySchemes, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.security).toEqual(spec1Security); + expect(bundledSpec.paths['/api/another_api']?.get?.security).toEqual(spec2Security); + expect(bundledSpec.components?.securitySchemes).toMatchObject({ + ...spec1SecuritySchemes, + ...spec2SecuritySchemes, + }); + }); + }); +}); diff --git a/packages/kbn-openapi-bundler/tests/bundler/result_overrides/servers.test.ts b/packages/kbn-openapi-bundler/tests/bundler/result_overrides/servers.test.ts new file mode 100644 index 0000000000000..da22e2dcfc74c --- /dev/null +++ b/packages/kbn-openapi-bundler/tests/bundler/result_overrides/servers.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { createOASDocument } from '../../create_oas_document'; +import { bundleSpecs } from '../bundle_specs'; + +describe('OpenAPI Bundler - with `servers` overrides', () => { + describe('enabled', () => { + it('overrides root level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }); + + const [bundledSpec] = Object.values( + await bundleSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.servers).toEqual([ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ]); + }); + + it('drops path level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.servers).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.servers).toBeUndefined(); + }); + + it('drops operation level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }, + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.servers).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.get?.servers).toBeUndefined(); + }); + }); + + describe('disabled', () => { + it('bundles root level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: spec1Servers, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: spec2Servers, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + const DEFAULT_ENTRY = { + url: 'http://{kibana_host}:{port}', + variables: { + kibana_host: { + default: 'localhost', + }, + port: { + default: '5601', + }, + }, + }; + + expect(bundledSpec.servers).toEqual([DEFAULT_ENTRY, ...spec1Servers, ...spec2Servers]); + }); + + it('bundles path level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: spec1Servers, + }, + }, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: spec2Servers, + }, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.servers).toEqual(spec1Servers); + expect(bundledSpec.paths['/api/another_api']?.servers).toEqual(spec2Servers); + }); + + it('bundles operation level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: spec1Servers, + }, + }, + }, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: spec2Servers, + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await bundleSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.servers).toEqual(spec1Servers); + expect(bundledSpec.paths['/api/another_api']?.get?.servers).toEqual(spec2Servers); + }); + }); +}); diff --git a/packages/kbn-openapi-bundler/tests/merger/merging_specs_with_conflicting_components.test.ts b/packages/kbn-openapi-bundler/tests/merger/merging_specs_with_conflicting_components.test.ts index c77d2a08a644a..edf2b44725acf 100644 --- a/packages/kbn-openapi-bundler/tests/merger/merging_specs_with_conflicting_components.test.ts +++ b/packages/kbn-openapi-bundler/tests/merger/merging_specs_with_conflicting_components.test.ts @@ -708,4 +708,89 @@ describe('OpenAPI Merger - merging specs with conflicting components', () => { Spec2_SomeCallback: expect.anything(), }); }); + + it('prefixes discriminator mapping local references', async () => { + const spec1 = createOASDocument({ + info: { + title: 'Spec1', + version: '2023-10-31', + }, + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + oneOf: [ + { $ref: '#/components/schemas/Component1' }, + { $ref: '#/components/schemas/Component2' }, + ], + discriminator: { + propertyName: 'commonProp', + mapping: { + component1: '#/components/schemas/Component1', + }, + }, + }, + }, + }, + }, + }, + }, + }, + }, + components: { + schemas: { + Component1: { + type: 'object', + properties: { + commonProp: { + type: 'string', + }, + extraProp1: { + type: 'boolean', + }, + }, + }, + Component2: { + type: 'object', + properties: { + commonProp: { + type: 'string', + }, + extraProp2: { + type: 'integer', + }, + }, + }, + }, + }, + }); + + const [mergedSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + }) + ); + + expect(mergedSpec.paths['/api/some_api']?.get?.responses['200']).toMatchObject({ + content: { + 'application/json; Elastic-Api-Version=2023-10-31': { + schema: expect.objectContaining({ + discriminator: expect.objectContaining({ + mapping: { + component1: '#/components/schemas/Spec1_Component1', + }, + }), + }), + }, + }, + }); + expect(mergedSpec.components?.schemas).toMatchObject({ + Spec1_Component1: expect.anything(), + }); + }); }); diff --git a/packages/kbn-openapi-bundler/tests/merger/result_overrides/security.test.ts b/packages/kbn-openapi-bundler/tests/merger/result_overrides/security.test.ts new file mode 100644 index 0000000000000..f570416d48d75 --- /dev/null +++ b/packages/kbn-openapi-bundler/tests/merger/result_overrides/security.test.ts @@ -0,0 +1,415 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import chalk from 'chalk'; +import { createOASDocument } from '../../create_oas_document'; +import { mergeSpecs } from '../merge_specs'; + +// Disable naming convention check due to tests on spec title prefixes +// like Spec1_Something which violates that rule +/* eslint-disable @typescript-eslint/naming-convention */ + +describe('OpenAPI Merger - with security requirements overrides', () => { + describe('enabled', () => { + it('throws an error when security requirements are specified without components security schemes', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: {}, + }, + }, + }, + }); + + await expect( + mergeSpecs( + { + 1: spec1, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + }, + } + ) + ).rejects.toThrowError( + `Prototype document must contain ${chalk.bold( + 'components.securitySchemes' + )} when security requirements are specified` + ); + }); + + it('throws an error when components security schemes are specified without security requirements', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: {}, + }, + }, + }, + }); + + await expect( + mergeSpecs( + { + 1: spec1, + }, + { + prototypeDocument: { + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ).rejects.toThrowError( + `Prototype document must have ${chalk.bold('security')} defined ${chalk.bold( + 'components.securitySchemes' + )} are specified` + ); + }); + + it('overrides root level `security`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + }); + + const [bundledSpec] = Object.values( + await mergeSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ); + + expect(bundledSpec.security).toEqual([{ ShouldBeUsedSecurityRequirement: [] }]); + expect(bundledSpec.components?.securitySchemes).toEqual({ + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }); + }); + + it('drops operation level security requirements', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + }, + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + security: [{ ShouldBeUsedSecurityRequirement: [] }], + components: { + securitySchemes: { + ShouldBeUsedSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.security).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.get?.security).toBeUndefined(); + }); + }); + + describe('disabled', () => { + it('bundles root level security requirements', async () => { + const spec1 = createOASDocument({ + info: { + title: 'Spec1', + }, + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + components: { + securitySchemes: { + SomeSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }); + const spec2 = createOASDocument({ + info: { + title: 'Spec2', + }, + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + components: { + securitySchemes: { + AnotherSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + AdditionalSecurityRequirement: { + type: 'apiKey', + name: 'apiKey', + in: 'header', + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.security).toEqual( + expect.arrayContaining([ + { Spec1_SomeSecurityRequirement: [] }, + { Spec2_AnotherSecurityRequirement: [] }, + { Spec2_AdditionalSecurityRequirement: [] }, + ]) + ); + expect(bundledSpec.components?.securitySchemes).toMatchObject({ + Spec1_SomeSecurityRequirement: expect.anything(), + Spec2_AnotherSecurityRequirement: expect.anything(), + Spec2_AdditionalSecurityRequirement: expect.anything(), + }); + }); + + it('bundles operation level security requirements', async () => { + const spec1 = createOASDocument({ + info: { + title: 'Spec1', + }, + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ SomeSecurityRequirement: [] }], + }, + }, + }, + components: { + securitySchemes: { + SomeSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + }, + }, + }); + const spec2 = createOASDocument({ + info: { + title: 'Spec2', + }, + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + security: [{ AnotherSecurityRequirement: [] }, { AdditionalSecurityRequirement: [] }], + }, + }, + }, + components: { + securitySchemes: { + AnotherSecurityRequirement: { + type: 'http', + scheme: 'basic', + }, + AdditionalSecurityRequirement: { + type: 'apiKey', + name: 'apiKey', + in: 'header', + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.security).toEqual([ + { Spec1_SomeSecurityRequirement: [] }, + ]); + expect(bundledSpec.paths['/api/another_api']?.get?.security).toEqual([ + { Spec2_AnotherSecurityRequirement: [] }, + { Spec2_AdditionalSecurityRequirement: [] }, + ]); + expect(bundledSpec.components?.securitySchemes).toMatchObject({ + Spec1_SomeSecurityRequirement: expect.anything(), + Spec2_AnotherSecurityRequirement: expect.anything(), + Spec2_AdditionalSecurityRequirement: expect.anything(), + }); + }); + }); +}); diff --git a/packages/kbn-openapi-bundler/tests/merger/result_overrides/servers.test.ts b/packages/kbn-openapi-bundler/tests/merger/result_overrides/servers.test.ts new file mode 100644 index 0000000000000..0b2fe5a5ceb6c --- /dev/null +++ b/packages/kbn-openapi-bundler/tests/merger/result_overrides/servers.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 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +import { createOASDocument } from '../../create_oas_document'; +import { mergeSpecs } from '../merge_specs'; + +describe('OpenAPI Merger - with `servers` overrides', () => { + describe('enabled', () => { + it('overrides root level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }); + + const [bundledSpec] = Object.values( + await mergeSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.servers).toEqual([ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ]); + }); + + it('drops path level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.servers).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.servers).toBeUndefined(); + }); + + it('drops operation level `servers`', async () => { + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: [{ url: 'https://some-url' }], + }, + }, + }, + }); + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ], + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs( + { + 1: spec1, + 2: spec2, + }, + { + prototypeDocument: { + servers: [ + { url: 'https://should-be-used-url', description: 'Should be used description' }, + ], + }, + } + ) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.servers).toBeUndefined(); + expect(bundledSpec.paths['/api/another_api']?.get?.servers).toBeUndefined(); + }); + }); + + describe('disabled', () => { + it('bundles root level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: spec1Servers, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + }, + }, + servers: spec2Servers, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + const DEFAULT_ENTRY = { + url: 'http://{kibana_host}:{port}', + variables: { + kibana_host: { + default: 'localhost', + }, + port: { + default: '5601', + }, + }, + }; + + expect(bundledSpec.servers).toEqual([DEFAULT_ENTRY, ...spec1Servers, ...spec2Servers]); + }); + + it('bundles path level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: spec1Servers, + }, + }, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + }, + servers: spec2Servers, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.servers).toEqual(spec1Servers); + expect(bundledSpec.paths['/api/another_api']?.servers).toEqual(spec2Servers); + }); + + it('bundles operation level `servers`', async () => { + const spec1Servers = [{ url: 'https://some-url' }]; + const spec1 = createOASDocument({ + paths: { + '/api/some_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: spec1Servers, + }, + }, + }, + }); + const spec2Servers = [ + { url: 'https://another-url', description: 'some description' }, + { url: 'https://something-else-url', description: 'some description' }, + ]; + const spec2 = createOASDocument({ + paths: { + '/api/another_api': { + get: { + responses: { + '200': { + description: 'Successful response', + content: { + 'application/json': { + schema: { + type: 'string', + }, + }, + }, + }, + }, + servers: spec2Servers, + }, + }, + }, + }); + + const [bundledSpec] = Object.values( + await mergeSpecs({ + 1: spec1, + 2: spec2, + }) + ); + + expect(bundledSpec.paths['/api/some_api']?.get?.servers).toEqual(spec1Servers); + expect(bundledSpec.paths['/api/another_api']?.get?.servers).toEqual(spec2Servers); + }); + }); +}); diff --git a/packages/kbn-plugin-check/kibana.jsonc b/packages/kbn-plugin-check/kibana.jsonc index 5081138fe5e2a..1f14120b75ba9 100644 --- a/packages/kbn-plugin-check/kibana.jsonc +++ b/packages/kbn-plugin-check/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/plugin-check", "owner": "@elastic/appex-sharedux" } diff --git a/packages/kbn-repo-linter/lib/lint_target.ts b/packages/kbn-repo-linter/lib/lint_target.ts index de16fd85e9b61..bd6d5363c0508 100644 --- a/packages/kbn-repo-linter/lib/lint_target.ts +++ b/packages/kbn-repo-linter/lib/lint_target.ts @@ -56,11 +56,11 @@ export abstract class LintTarget { return this instanceof TsProjectLintTarget; } - getTsProject() { + getTsProject(): any { return this.isPackage() || this.isTsProject() ? this.tsProject : undefined; } - getPkg() { + getPkg(): any { return this.isPackage() ? this.pkg : undefined; } } diff --git a/packages/kbn-repo-packages/modern/parse_helpers.js b/packages/kbn-repo-packages/modern/parse_helpers.js index 72afa44602689..2e765bea6f356 100644 --- a/packages/kbn-repo-packages/modern/parse_helpers.js +++ b/packages/kbn-repo-packages/modern/parse_helpers.js @@ -9,6 +9,7 @@ /** @type {{ [k in import('./types').KibanaPackageType]: true }} */ const PACKAGE_TYPE_MAP = { 'functional-tests': true, + core: true, plugin: true, 'shared-browser': true, 'shared-common': true, diff --git a/packages/kbn-repo-packages/modern/parse_package_manifest.js b/packages/kbn-repo-packages/modern/parse_package_manifest.js index d82ca10bf2b1c..aaf5107165ece 100644 --- a/packages/kbn-repo-packages/modern/parse_package_manifest.js +++ b/packages/kbn-repo-packages/modern/parse_package_manifest.js @@ -279,7 +279,12 @@ function validatePackageManifest(parsed, repoRoot, path) { }; // return if this is one of the more basic types of package types - if (type === 'shared-server' || type === 'functional-tests' || type === 'test-helper') { + if ( + type === 'shared-server' || + type === 'functional-tests' || + type === 'test-helper' || + type === 'core' + ) { return { type, ...base, diff --git a/packages/kbn-repo-packages/modern/types.ts b/packages/kbn-repo-packages/modern/types.ts index c0aff593dcd6a..8610fc443992b 100644 --- a/packages/kbn-repo-packages/modern/types.ts +++ b/packages/kbn-repo-packages/modern/types.ts @@ -34,6 +34,7 @@ export interface ParsedPackageJson { } export type KibanaPackageType = + | 'core' | 'plugin' | 'shared-browser' | 'shared-server' @@ -125,7 +126,7 @@ export interface SharedBrowserPackageManifest extends PackageManifestBaseFields } export interface BasePackageManifest extends PackageManifestBaseFields { - type: 'shared-server' | 'functional-tests' | 'test-helper' | 'shared-scss'; + type: 'shared-server' | 'functional-tests' | 'test-helper' | 'shared-scss' | 'core'; } export type KibanaPackageManifest = diff --git a/packages/kbn-repo-source-classifier/src/repo_source_classifier.ts b/packages/kbn-repo-source-classifier/src/repo_source_classifier.ts index 6aed1f1497d0e..5bbbf1878e596 100644 --- a/packages/kbn-repo-source-classifier/src/repo_source_classifier.ts +++ b/packages/kbn-repo-source-classifier/src/repo_source_classifier.ts @@ -189,6 +189,7 @@ export class RepoSourceClassifier { return 'static'; case 'shared-common': return 'common package'; + case 'core': case 'plugin': // classification in plugins is more complicated, fall through to remaining logic break; @@ -200,7 +201,7 @@ export class RepoSourceClassifier { const [root, ...dirs] = rel.split('/'); - if (pkgId === '@kbn/core' && root === 'types') { + if (root === 'types') { return 'common package'; } diff --git a/packages/kbn-resizable-layout/kibana.jsonc b/packages/kbn-resizable-layout/kibana.jsonc index b578e1b774dcc..abc49ac47ffbf 100644 --- a/packages/kbn-resizable-layout/kibana.jsonc +++ b/packages/kbn-resizable-layout/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/resizable-layout", "description": "A component for creating resizable layouts containing a fixed width panel and a flexible panel, with support for horizontal and vertical layouts.", "owner": "@elastic/kibana-data-discovery" diff --git a/packages/kbn-router-to-openapispec/kibana.jsonc b/packages/kbn-router-to-openapispec/kibana.jsonc index 909e9076bb285..a14f443ce27ec 100644 --- a/packages/kbn-router-to-openapispec/kibana.jsonc +++ b/packages/kbn-router-to-openapispec/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/router-to-openapispec", "owner": "@elastic/kibana-core" } diff --git a/packages/kbn-search-connectors/lib/cancel_sync.test.ts b/packages/kbn-search-connectors/lib/cancel_sync.test.ts index 609a62edd831e..eb7713ac9b9f6 100644 --- a/packages/kbn-search-connectors/lib/cancel_sync.test.ts +++ b/packages/kbn-search-connectors/lib/cancel_sync.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { cancelSync } from './cancel_sync'; describe('cancelSync lib function', () => { diff --git a/packages/kbn-search-connectors/lib/cancel_sync.ts b/packages/kbn-search-connectors/lib/cancel_sync.ts index b3f31bb8a41b4..aa6bebba6d149 100644 --- a/packages/kbn-search-connectors/lib/cancel_sync.ts +++ b/packages/kbn-search-connectors/lib/cancel_sync.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { ConnectorAPICancelSyncResponse } from '../types'; export const cancelSync = async (client: ElasticsearchClient, syncJobId: string) => { diff --git a/packages/kbn-search-connectors/lib/cancel_syncs.test.ts b/packages/kbn-search-connectors/lib/cancel_syncs.test.ts index 0fd769099a155..feff884682239 100644 --- a/packages/kbn-search-connectors/lib/cancel_syncs.test.ts +++ b/packages/kbn-search-connectors/lib/cancel_syncs.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core/server'; import { SyncStatus } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/cancel_syncs.ts b/packages/kbn-search-connectors/lib/cancel_syncs.ts index df66ceee5864e..10c29e9256cd3 100644 --- a/packages/kbn-search-connectors/lib/cancel_syncs.ts +++ b/packages/kbn-search-connectors/lib/cancel_syncs.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { asyncForEach } from '@kbn/std'; import { fetchSyncJobs, cancelSync } from '..'; diff --git a/packages/kbn-search-connectors/lib/collect_connector_stats.ts b/packages/kbn-search-connectors/lib/collect_connector_stats.ts index 1ccb552f9119f..23f026945524c 100644 --- a/packages/kbn-search-connectors/lib/collect_connector_stats.ts +++ b/packages/kbn-search-connectors/lib/collect_connector_stats.ts @@ -6,8 +6,8 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; -import { AggregationsCardinalityAggregate } from '@elastic/elasticsearch/lib/api/types'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { AggregationsCardinalityAggregate } from '@elastic/elasticsearch/lib/api/types'; import { Connector, ConnectorConfigProperties, diff --git a/packages/kbn-search-connectors/lib/create_connector.test.ts b/packages/kbn-search-connectors/lib/create_connector.test.ts index 66d8ce226c1a8..26c45364e14a5 100644 --- a/packages/kbn-search-connectors/lib/create_connector.test.ts +++ b/packages/kbn-search-connectors/lib/create_connector.test.ts @@ -8,7 +8,7 @@ import { errors } from '@elastic/elasticsearch'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { FeatureName } from '../types'; import { createConnector } from './create_connector'; diff --git a/packages/kbn-search-connectors/lib/create_connector.ts b/packages/kbn-search-connectors/lib/create_connector.ts index 5aaf8d2610dd0..bc1e05aaf9340 100644 --- a/packages/kbn-search-connectors/lib/create_connector.ts +++ b/packages/kbn-search-connectors/lib/create_connector.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core/server'; import { i18n } from '@kbn/i18n'; import { fetchConnectorById } from '..'; diff --git a/packages/kbn-search-connectors/lib/create_connector_secret.test.ts b/packages/kbn-search-connectors/lib/create_connector_secret.test.ts index 15184804e1110..147baf79b82b5 100644 --- a/packages/kbn-search-connectors/lib/create_connector_secret.test.ts +++ b/packages/kbn-search-connectors/lib/create_connector_secret.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { createConnectorSecret } from './create_connector_secret'; diff --git a/packages/kbn-search-connectors/lib/create_connector_secret.ts b/packages/kbn-search-connectors/lib/create_connector_secret.ts index 5060868384548..2a27c2ed7b541 100644 --- a/packages/kbn-search-connectors/lib/create_connector_secret.ts +++ b/packages/kbn-search-connectors/lib/create_connector_secret.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { ConnectorSecretCreateResponse } from '../types/connectors_api'; export const createConnectorSecret = async (client: ElasticsearchClient, value: string) => { diff --git a/packages/kbn-search-connectors/lib/delete_connector.test.ts b/packages/kbn-search-connectors/lib/delete_connector.test.ts index 240bfb1141fa8..63d6beabc6875 100644 --- a/packages/kbn-search-connectors/lib/delete_connector.test.ts +++ b/packages/kbn-search-connectors/lib/delete_connector.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { deleteConnectorById } from './delete_connector'; diff --git a/packages/kbn-search-connectors/lib/delete_connector.ts b/packages/kbn-search-connectors/lib/delete_connector.ts index 57ad48b8ff578..e391429a5fea4 100644 --- a/packages/kbn-search-connectors/lib/delete_connector.ts +++ b/packages/kbn-search-connectors/lib/delete_connector.ts @@ -7,7 +7,7 @@ */ import { AcknowledgedResponseBase } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { cancelSyncs } from './cancel_syncs'; export const deleteConnectorById = async (client: ElasticsearchClient, id: string) => { diff --git a/packages/kbn-search-connectors/lib/delete_connector_secret.test.ts b/packages/kbn-search-connectors/lib/delete_connector_secret.test.ts index 164a37f3ccb57..8d5abefabe903 100644 --- a/packages/kbn-search-connectors/lib/delete_connector_secret.test.ts +++ b/packages/kbn-search-connectors/lib/delete_connector_secret.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { deleteConnectorSecret } from './delete_connector_secret'; diff --git a/packages/kbn-search-connectors/lib/delete_connector_secret.ts b/packages/kbn-search-connectors/lib/delete_connector_secret.ts index c0888e1f8b0a0..2b03404ab5b79 100644 --- a/packages/kbn-search-connectors/lib/delete_connector_secret.ts +++ b/packages/kbn-search-connectors/lib/delete_connector_secret.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { Result } from '@elastic/elasticsearch/lib/api/types'; export const deleteConnectorSecret = async (client: ElasticsearchClient, id: string) => { diff --git a/packages/kbn-search-connectors/lib/fetch_connector_index_names.test.ts b/packages/kbn-search-connectors/lib/fetch_connector_index_names.test.ts index 9da9de7c72d34..b9a7e7eaa7d5c 100644 --- a/packages/kbn-search-connectors/lib/fetch_connector_index_names.test.ts +++ b/packages/kbn-search-connectors/lib/fetch_connector_index_names.test.ts @@ -8,7 +8,7 @@ import { errors } from '@elastic/elasticsearch'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { fetchConnectorIndexNames } from './fetch_connector_index_names'; diff --git a/packages/kbn-search-connectors/lib/fetch_connector_index_names.ts b/packages/kbn-search-connectors/lib/fetch_connector_index_names.ts index b7ef5efcddf61..fabe99147a29a 100644 --- a/packages/kbn-search-connectors/lib/fetch_connector_index_names.ts +++ b/packages/kbn-search-connectors/lib/fetch_connector_index_names.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { fetchConnectors } from './fetch_connectors'; import { isIndexNotFoundException } from '../utils/identify_exceptions'; diff --git a/packages/kbn-search-connectors/lib/fetch_connectors.test.ts b/packages/kbn-search-connectors/lib/fetch_connectors.test.ts index e90f5c200a439..722249313d1a2 100644 --- a/packages/kbn-search-connectors/lib/fetch_connectors.test.ts +++ b/packages/kbn-search-connectors/lib/fetch_connectors.test.ts @@ -8,7 +8,7 @@ import { errors } from '@elastic/elasticsearch'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { fetchConnectorById, fetchConnectorByIndexName, fetchConnectors } from './fetch_connectors'; diff --git a/packages/kbn-search-connectors/lib/fetch_connectors.ts b/packages/kbn-search-connectors/lib/fetch_connectors.ts index 724c943877208..9f266b96ff1ef 100644 --- a/packages/kbn-search-connectors/lib/fetch_connectors.ts +++ b/packages/kbn-search-connectors/lib/fetch_connectors.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { ConnectorAPIListConnectorsResponse } from '..'; diff --git a/packages/kbn-search-connectors/lib/fetch_sync_jobs.ts b/packages/kbn-search-connectors/lib/fetch_sync_jobs.ts index fec6be0cc7eb2..97cbdde5054c9 100644 --- a/packages/kbn-search-connectors/lib/fetch_sync_jobs.ts +++ b/packages/kbn-search-connectors/lib/fetch_sync_jobs.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { ConnectorsAPISyncJobResponse } from '..'; import { ConnectorSyncJob, SyncStatus } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/start_sync.test.ts b/packages/kbn-search-connectors/lib/start_sync.test.ts index 5b8aac3d246ea..71ee5e11294b9 100644 --- a/packages/kbn-search-connectors/lib/start_sync.test.ts +++ b/packages/kbn-search-connectors/lib/start_sync.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/start_sync.ts b/packages/kbn-search-connectors/lib/start_sync.ts index 3f3ad5d4f5e0f..8e3c54b26bf73 100644 --- a/packages/kbn-search-connectors/lib/start_sync.ts +++ b/packages/kbn-search-connectors/lib/start_sync.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { SyncJobType } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/update_connector_api_key_id.test.ts b/packages/kbn-search-connectors/lib/update_connector_api_key_id.test.ts index e7c0e0f0df7e4..d292d8ebf1901 100644 --- a/packages/kbn-search-connectors/lib/update_connector_api_key_id.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_api_key_id.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { updateConnectorApiKeyId } from './update_connector_api_key_id'; diff --git a/packages/kbn-search-connectors/lib/update_connector_api_key_id.ts b/packages/kbn-search-connectors/lib/update_connector_api_key_id.ts index 9ddf64e687d2c..545035528c8e4 100644 --- a/packages/kbn-search-connectors/lib/update_connector_api_key_id.ts +++ b/packages/kbn-search-connectors/lib/update_connector_api_key_id.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { Result } from '@elastic/elasticsearch/lib/api/types'; export const updateConnectorApiKeyId = async ( diff --git a/packages/kbn-search-connectors/lib/update_connector_configuration.test.ts b/packages/kbn-search-connectors/lib/update_connector_configuration.test.ts index 7ed0bae6cf53e..f4b29300822b9 100644 --- a/packages/kbn-search-connectors/lib/update_connector_configuration.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_configuration.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_configuration.ts b/packages/kbn-search-connectors/lib/update_connector_configuration.ts index c05c4ba4f6049..f0994a75e9737 100644 --- a/packages/kbn-search-connectors/lib/update_connector_configuration.ts +++ b/packages/kbn-search-connectors/lib/update_connector_configuration.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { Result } from '@elastic/elasticsearch/lib/api/types'; import { fetchConnectorById } from './fetch_connectors'; diff --git a/packages/kbn-search-connectors/lib/update_connector_index_name.test.ts b/packages/kbn-search-connectors/lib/update_connector_index_name.test.ts index 6dec1b9575114..aaaf6c5fe88fa 100644 --- a/packages/kbn-search-connectors/lib/update_connector_index_name.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_index_name.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_index_name.ts b/packages/kbn-search-connectors/lib/update_connector_index_name.ts index 279750390aaca..10fd217a696f7 100644 --- a/packages/kbn-search-connectors/lib/update_connector_index_name.ts +++ b/packages/kbn-search-connectors/lib/update_connector_index_name.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; export const updateConnectorIndexName = async ( client: ElasticsearchClient, diff --git a/packages/kbn-search-connectors/lib/update_connector_name_and_description.test.ts b/packages/kbn-search-connectors/lib/update_connector_name_and_description.test.ts index 77ba55027501d..d96c67ec12e43 100644 --- a/packages/kbn-search-connectors/lib/update_connector_name_and_description.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_name_and_description.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_name_and_description.ts b/packages/kbn-search-connectors/lib/update_connector_name_and_description.ts index 1929018bed37f..01b06fded63ec 100644 --- a/packages/kbn-search-connectors/lib/update_connector_name_and_description.ts +++ b/packages/kbn-search-connectors/lib/update_connector_name_and_description.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { Connector } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/update_connector_scheduling.test.ts b/packages/kbn-search-connectors/lib/update_connector_scheduling.test.ts index b386338a8cf6c..cae18d30664f9 100644 --- a/packages/kbn-search-connectors/lib/update_connector_scheduling.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_scheduling.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_scheduling.ts b/packages/kbn-search-connectors/lib/update_connector_scheduling.ts index 04ec6e33515e3..0aee5db3f327c 100644 --- a/packages/kbn-search-connectors/lib/update_connector_scheduling.ts +++ b/packages/kbn-search-connectors/lib/update_connector_scheduling.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { i18n } from '@kbn/i18n'; import { isNotFoundException } from '../utils/identify_exceptions'; diff --git a/packages/kbn-search-connectors/lib/update_connector_secret.test.ts b/packages/kbn-search-connectors/lib/update_connector_secret.test.ts index 80eb98a37babd..d36543bcf5651 100644 --- a/packages/kbn-search-connectors/lib/update_connector_secret.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_secret.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { updateConnectorSecret } from './update_connector_secret'; diff --git a/packages/kbn-search-connectors/lib/update_connector_secret.ts b/packages/kbn-search-connectors/lib/update_connector_secret.ts index a59ad128d4f89..11ce98b6c0635 100644 --- a/packages/kbn-search-connectors/lib/update_connector_secret.ts +++ b/packages/kbn-search-connectors/lib/update_connector_secret.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { Result } from '@elastic/elasticsearch/lib/api/types'; export const updateConnectorSecret = async ( diff --git a/packages/kbn-search-connectors/lib/update_connector_service_type.test.ts b/packages/kbn-search-connectors/lib/update_connector_service_type.test.ts index 9a452e982430d..f653e8c36259c 100644 --- a/packages/kbn-search-connectors/lib/update_connector_service_type.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_service_type.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_service_type.ts b/packages/kbn-search-connectors/lib/update_connector_service_type.ts index 70d1105e69c3c..ea4ef7bac6ead 100644 --- a/packages/kbn-search-connectors/lib/update_connector_service_type.ts +++ b/packages/kbn-search-connectors/lib/update_connector_service_type.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; export const updateConnectorServiceType = async ( client: ElasticsearchClient, diff --git a/packages/kbn-search-connectors/lib/update_connector_status.test.ts b/packages/kbn-search-connectors/lib/update_connector_status.test.ts index 522c0c2d8991f..9cc4c8e53fa71 100644 --- a/packages/kbn-search-connectors/lib/update_connector_status.test.ts +++ b/packages/kbn-search-connectors/lib/update_connector_status.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_connector_status.ts b/packages/kbn-search-connectors/lib/update_connector_status.ts index cff5927ce6ae9..ace2c7def3c8e 100644 --- a/packages/kbn-search-connectors/lib/update_connector_status.ts +++ b/packages/kbn-search-connectors/lib/update_connector_status.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { ConnectorStatus } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/update_filtering.test.ts b/packages/kbn-search-connectors/lib/update_filtering.test.ts index 284210539230b..b40f446a78b7a 100644 --- a/packages/kbn-search-connectors/lib/update_filtering.test.ts +++ b/packages/kbn-search-connectors/lib/update_filtering.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_filtering.ts b/packages/kbn-search-connectors/lib/update_filtering.ts index 0c02b9da899a4..7854f7832999f 100644 --- a/packages/kbn-search-connectors/lib/update_filtering.ts +++ b/packages/kbn-search-connectors/lib/update_filtering.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { fetchConnectorById } from './fetch_connectors'; import { FilteringRules } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/update_filtering_draft.test.ts b/packages/kbn-search-connectors/lib/update_filtering_draft.test.ts index cfbc4e9d70713..ea6a1fa413a33 100644 --- a/packages/kbn-search-connectors/lib/update_filtering_draft.test.ts +++ b/packages/kbn-search-connectors/lib/update_filtering_draft.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_filtering_draft.ts b/packages/kbn-search-connectors/lib/update_filtering_draft.ts index 6d580604004c8..d4154bb263326 100644 --- a/packages/kbn-search-connectors/lib/update_filtering_draft.ts +++ b/packages/kbn-search-connectors/lib/update_filtering_draft.ts @@ -7,7 +7,7 @@ */ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { fetchConnectorById } from './fetch_connectors'; import { FilteringRule, FilteringRules } from '../types/connectors'; diff --git a/packages/kbn-search-connectors/lib/update_native.test.ts b/packages/kbn-search-connectors/lib/update_native.test.ts index b0c87b919b514..0598cbb6139f4 100644 --- a/packages/kbn-search-connectors/lib/update_native.test.ts +++ b/packages/kbn-search-connectors/lib/update_native.test.ts @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { errors } from '@elastic/elasticsearch'; diff --git a/packages/kbn-search-connectors/lib/update_native.ts b/packages/kbn-search-connectors/lib/update_native.ts index 4f5bf4e66613f..aca9d7728f08e 100644 --- a/packages/kbn-search-connectors/lib/update_native.ts +++ b/packages/kbn-search-connectors/lib/update_native.ts @@ -8,7 +8,7 @@ import { Result } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; export const putUpdateNative = async ( client: ElasticsearchClient, diff --git a/packages/kbn-search-index-documents/lib/fetch_search_results.ts b/packages/kbn-search-index-documents/lib/fetch_search_results.ts index 3abca93516c5a..7136e3f0556a3 100644 --- a/packages/kbn-search-index-documents/lib/fetch_search_results.ts +++ b/packages/kbn-search-index-documents/lib/fetch_search_results.ts @@ -7,7 +7,7 @@ */ import { SearchHit } from '@elastic/elasticsearch/lib/api/types'; -import { ElasticsearchClient } from '@kbn/core/server'; +import type { ElasticsearchClient } from '@kbn/core-elasticsearch-server'; import { DEFAULT_DOCS_PER_PAGE, Paginate } from '../types'; import { escapeLuceneChars } from '../utils/escape_lucene_charts'; import { fetchWithPagination } from '../utils/fetch_with_pagination'; diff --git a/packages/kbn-search-index-documents/tsconfig.json b/packages/kbn-search-index-documents/tsconfig.json index 1d598380b1fc9..cffc6f03fbbd5 100644 --- a/packages/kbn-search-index-documents/tsconfig.json +++ b/packages/kbn-search-index-documents/tsconfig.json @@ -20,5 +20,6 @@ "@kbn/i18n-react", "@kbn/ui-theme", "@kbn/core", + "@kbn/core-elasticsearch-server", ] } diff --git a/packages/kbn-search-response-warnings/kibana.jsonc b/packages/kbn-search-response-warnings/kibana.jsonc index bf1e5616172f4..5c8127c27319e 100644 --- a/packages/kbn-search-response-warnings/kibana.jsonc +++ b/packages/kbn-search-response-warnings/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/search-response-warnings", "owner": "@elastic/kibana-data-discovery" } diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/README.md b/packages/kbn-securitysolution-endpoint-exceptions-common/README.md new file mode 100644 index 0000000000000..3846d171e3ccd --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/README.md @@ -0,0 +1,20 @@ +# Security Solution Endpoint Exceptions + +The package contains common files for the Endpoint Exceptions feature. + +`common` in the name highlights that this package is intended to combine any common entities related to Endpoint Exceptions. E.g. the other `kbn-securitysolution-endpoint-exception-list-*` packages +content should be moved here while `kbn-securitysolution-io-ts-list-types` package should be +gone eventually. + +## API folder + +`api` folder contains OpenAPI schemas for Security Solution Endpoint Exceptions feature. There are automatically generated Zod schemas and TS types for each schemas located in corresponding +`*.gen.ts` files. + +**Please add any Endpoint Exceptions feature related schemas to this package.** + +TS types and/or Zod schemas can be imported in a plugin or another package like + +```ts +import { CreateEndpointExceptionRequestBody } from '@kbn/securitysolution-endpoint-exceptions-common/api'; +``` diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.gen.ts new file mode 100644 index 0000000000000..7a6f0231a9f59 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.gen.ts @@ -0,0 +1,23 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Create endpoint list API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { EndpointList } from '../model/endpoint_list_common.gen'; + +export type CreateEndpointListResponse = z.infer; +export const CreateEndpointListResponse = EndpointList; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.schema.yaml new file mode 100644 index 0000000000000..12132ce5562b3 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list/create_endpoint_list.schema.yaml @@ -0,0 +1,47 @@ +openapi: 3.0.0 +info: + title: Create endpoint list API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list: + post: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: CreateEndpointList + summary: Creates an endpoint list + description: Creates an endpoint list or does nothing if the list already exists + tags: + - Endpoint exceptions API + responses: + 200: + description: Successful response + content: + application/json: + schema: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointList' + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.gen.ts new file mode 100644 index 0000000000000..f36f79f7b0b2a --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.gen.ts @@ -0,0 +1,50 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Create endpoint list item API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { + ExceptionListItemHumanId, + ExceptionListItemType, + ExceptionListItemName, + ExceptionListItemDescription, + ExceptionListItemOsTypeArray, + ExceptionListItemTags, + ExceptionListItemMeta, + ExceptionListItemCommentArray, +} from '@kbn/securitysolution-exceptions-common/api/model/exception_list_common.gen'; +import { ExceptionListItemEntryArray } from '@kbn/securitysolution-exceptions-common/api/model/exception_list_item_entry.gen'; +import { EndpointListItem } from '../model/endpoint_list_common.gen'; + +export type CreateEndpointListItemRequestBody = z.infer; +export const CreateEndpointListItemRequestBody = z.object({ + item_id: ExceptionListItemHumanId.optional(), + type: ExceptionListItemType, + name: ExceptionListItemName, + description: ExceptionListItemDescription, + entries: ExceptionListItemEntryArray, + os_types: ExceptionListItemOsTypeArray.optional().default([]), + tags: ExceptionListItemTags.optional().default([]), + meta: ExceptionListItemMeta.optional(), + comments: ExceptionListItemCommentArray.optional().default([]), +}); +export type CreateEndpointListItemRequestBodyInput = z.input< + typeof CreateEndpointListItemRequestBody +>; + +export type CreateEndpointListItemResponse = z.infer; +export const CreateEndpointListItemResponse = EndpointListItem; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.schema.yaml new file mode 100644 index 0000000000000..575e77ef84910 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/create_endpoint_list_item/create_endpoint_list_item.schema.yaml @@ -0,0 +1,86 @@ +openapi: 3.0.0 +info: + title: Create endpoint list item API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list/items: + post: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: CreateEndpointListItem + summary: Creates an endpoint list item + tags: + - Endpoint exceptions API + requestBody: + description: Exception list item's properties + required: true + content: + application/json: + schema: + type: object + properties: + item_id: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemHumanId' + type: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemType' + name: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemName' + description: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemDescription' + entries: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_item_entry.schema.yaml#/components/schemas/ExceptionListItemEntryArray' + os_types: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemOsTypeArray' + default: [] + tags: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemTags' + default: [] + meta: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemMeta' + comments: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemCommentArray' + default: [] + required: + - type + - name + - description + - entries + responses: + 200: + description: Successful response + content: + application/json: + schema: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointListItem' + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 409: + description: Endpoint list item already exists + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.gen.ts new file mode 100644 index 0000000000000..cd02179c2922f --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.gen.ts @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Delete endpoint list item API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { + ExceptionListItemId, + ExceptionListItemHumanId, +} from '@kbn/securitysolution-exceptions-common/api/model/exception_list_common.gen'; +import { EndpointListItem } from '../model/endpoint_list_common.gen'; + +export type DeleteEndpointListItemRequestQuery = z.infer; +export const DeleteEndpointListItemRequestQuery = z.object({ + /** + * Either `id` or `item_id` must be specified + */ + id: ExceptionListItemId.optional(), + /** + * Either `id` or `item_id` must be specified + */ + item_id: ExceptionListItemHumanId.optional(), +}); +export type DeleteEndpointListItemRequestQueryInput = z.input< + typeof DeleteEndpointListItemRequestQuery +>; + +export type DeleteEndpointListItemResponse = z.infer; +export const DeleteEndpointListItemResponse = EndpointListItem; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.schema.yaml new file mode 100644 index 0000000000000..e60fe54abb261 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/delete_endpoint_list_item/delete_endpoint_list_item.schema.yaml @@ -0,0 +1,65 @@ +openapi: 3.0.0 +info: + title: Delete endpoint list item API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list/items: + delete: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: DeleteEndpointListItem + summary: Deletes an endpoint list item + tags: + - Endpoint exceptions API + parameters: + - name: id + in: query + required: false + description: Either `id` or `item_id` must be specified + schema: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemId' + - name: item_id + in: query + required: false + description: Either `id` or `item_id` must be specified + schema: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemHumanId' + responses: + 200: + description: Successful response + content: + application/json: + schema: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointListItem' + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 404: + description: Endpoint list item not found + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.gen.ts new file mode 100644 index 0000000000000..ac1f955df209e --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.gen.ts @@ -0,0 +1,62 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Find endpoint list items API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { NonEmptyString } from '@kbn/openapi-common/schemas/primitives.gen'; +import { EndpointListItem } from '../model/endpoint_list_common.gen'; + +export type FindEndpointListItemsFilter = z.infer; +export const FindEndpointListItemsFilter = NonEmptyString; + +export type FindEndpointListItemsRequestQuery = z.infer; +export const FindEndpointListItemsRequestQuery = z.object({ + /** + * Filters the returned results according to the value of the specified field, +using the `:` syntax. + + */ + filter: FindEndpointListItemsFilter.optional(), + /** + * The page number to return + */ + page: z.coerce.number().int().min(0).optional(), + /** + * The number of exception list items to return per page + */ + per_page: z.coerce.number().int().min(0).optional(), + /** + * Determines which field is used to sort the results + */ + sort_field: NonEmptyString.optional(), + /** + * Determines the sort order, which can be `desc` or `asc` + */ + sort_order: z.enum(['desc', 'asc']).optional(), +}); +export type FindEndpointListItemsRequestQueryInput = z.input< + typeof FindEndpointListItemsRequestQuery +>; + +export type FindEndpointListItemsResponse = z.infer; +export const FindEndpointListItemsResponse = z.object({ + data: z.array(EndpointListItem), + page: z.number().int().min(0), + per_page: z.number().int().min(0), + total: z.number().int().min(0), + pit: z.string().optional(), +}); diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.schema.yaml new file mode 100644 index 0000000000000..ca5d656c57c83 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/find_endpoint_list_item/find_endpoint_list_item.schema.yaml @@ -0,0 +1,114 @@ +openapi: 3.0.0 +info: + title: Find endpoint list items API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list/items/_find: + get: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: FindEndpointListItems + summary: Finds endpoint list items + tags: + - Endpoint exceptions API + parameters: + - name: filter + in: query + required: false + description: | + Filters the returned results according to the value of the specified field, + using the `:` syntax. + schema: + $ref: '#/components/schemas/FindEndpointListItemsFilter' + - name: page + in: query + required: false + description: The page number to return + schema: + type: integer + minimum: 0 + - name: per_page + in: query + required: false + description: The number of exception list items to return per page + schema: + type: integer + minimum: 0 + - name: sort_field + in: query + required: false + description: Determines which field is used to sort the results + schema: + $ref: '../../../kbn-openapi-common/schemas/primitives.schema.yaml#/components/schemas/NonEmptyString' + - name: sort_order + in: query + required: false + description: Determines the sort order, which can be `desc` or `asc` + schema: + type: string + enum: [desc, asc] + responses: + 200: + description: Successful response + content: + application/json: + schema: + type: object + properties: + data: + type: array + items: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointListItem' + page: + type: integer + minimum: 0 + per_page: + type: integer + minimum: 0 + total: + type: integer + minimum: 0 + pit: + type: string + required: + - data + - page + - per_page + - total + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 404: + description: Endpoint list not found + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + +components: + schemas: + FindEndpointListItemsFilter: + $ref: '../../../kbn-openapi-common/schemas/primitives.schema.yaml#/components/schemas/NonEmptyString' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/index.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/index.ts new file mode 100644 index 0000000000000..7565f71ac9798 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/index.ts @@ -0,0 +1,14 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +export * from './create_endpoint_list/create_endpoint_list.gen'; +export * from './create_endpoint_list_item/create_endpoint_list_item.gen'; +export * from './read_endpoint_list_item/read_endpoint_list_item.gen'; +export * from './update_endpoint_list_item/update_endpoint_list_item.gen'; +export * from './delete_endpoint_list_item/delete_endpoint_list_item.gen'; +export * from './find_endpoint_list_item/find_endpoint_list_item.gen'; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.gen.ts new file mode 100644 index 0000000000000..30f7c80ba257c --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.gen.ts @@ -0,0 +1,29 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Common Exception List Attributes + * version: not applicable + */ + +import { z } from 'zod'; + +import { + ExceptionList, + ExceptionListItem, +} from '@kbn/securitysolution-exceptions-common/api/model/exception_list_common.gen'; + +export type EndpointList = z.infer; +export const EndpointList = z.union([ExceptionList, z.object({}).strict()]); + +export type EndpointListItem = z.infer; +export const EndpointListItem = ExceptionListItem; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.schema.yaml new file mode 100644 index 0000000000000..8f91f3250b357 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/model/endpoint_list_common.schema.yaml @@ -0,0 +1,16 @@ +openapi: 3.0.0 +info: + title: Common Exception List Attributes + version: 'not applicable' +paths: {} +components: + x-codegen-enabled: true + schemas: + EndpointList: + oneOf: + - $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionList' + - type: object + additionalProperties: false + + EndpointListItem: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItem' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.gen.ts new file mode 100644 index 0000000000000..e3661cb8099d3 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.gen.ts @@ -0,0 +1,42 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Read endpoint list item API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { + ExceptionListItemId, + ExceptionListItemHumanId, +} from '@kbn/securitysolution-exceptions-common/api/model/exception_list_common.gen'; +import { EndpointListItem } from '../model/endpoint_list_common.gen'; + +export type ReadEndpointListItemRequestQuery = z.infer; +export const ReadEndpointListItemRequestQuery = z.object({ + /** + * Either `id` or `item_id` must be specified + */ + id: ExceptionListItemId.optional(), + /** + * Either `id` or `item_id` must be specified + */ + item_id: ExceptionListItemHumanId.optional(), +}); +export type ReadEndpointListItemRequestQueryInput = z.input< + typeof ReadEndpointListItemRequestQuery +>; + +export type ReadEndpointListItemResponse = z.infer; +export const ReadEndpointListItemResponse = z.array(EndpointListItem); diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.schema.yaml new file mode 100644 index 0000000000000..c4025370763f4 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/read_endpoint_list_item/read_endpoint_list_item.schema.yaml @@ -0,0 +1,67 @@ +openapi: 3.0.0 +info: + title: Read endpoint list item API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list/items: + get: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: ReadEndpointListItem + summary: Reads an endpoint list item + tags: + - Endpoint exceptions API + parameters: + - name: id + in: query + required: false + description: Either `id` or `item_id` must be specified + schema: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemId' + - name: item_id + in: query + required: false + description: Either `id` or `item_id` must be specified + schema: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemHumanId' + responses: + 200: + description: Successful response + content: + application/json: + schema: + type: array + items: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointListItem' + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 404: + description: Endpoint list item not found + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.gen.ts b/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.gen.ts new file mode 100644 index 0000000000000..38d8cd87a430e --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.gen.ts @@ -0,0 +1,59 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +/* + * NOTICE: Do not edit this file manually. + * This file is automatically generated by the OpenAPI Generator, @kbn/openapi-generator. + * + * info: + * title: Update endpoint list item API endpoint + * version: 2023-10-31 + */ + +import { z } from 'zod'; + +import { + ExceptionListItemId, + ExceptionListItemHumanId, + ExceptionListItemType, + ExceptionListItemName, + ExceptionListItemDescription, + ExceptionListItemOsTypeArray, + ExceptionListItemTags, + ExceptionListItemMeta, + ExceptionListItemCommentArray, +} from '@kbn/securitysolution-exceptions-common/api/model/exception_list_common.gen'; +import { ExceptionListItemEntryArray } from '@kbn/securitysolution-exceptions-common/api/model/exception_list_item_entry.gen'; +import { EndpointListItem } from '../model/endpoint_list_common.gen'; + +export type UpdateEndpointListItemRequestBody = z.infer; +export const UpdateEndpointListItemRequestBody = z.object({ + /** + * Either `id` or `item_id` must be specified + */ + id: ExceptionListItemId.optional(), + /** + * Either `id` or `item_id` must be specified + */ + item_id: ExceptionListItemHumanId.optional(), + type: ExceptionListItemType, + name: ExceptionListItemName, + description: ExceptionListItemDescription, + entries: ExceptionListItemEntryArray, + os_types: ExceptionListItemOsTypeArray.optional().default([]), + tags: ExceptionListItemTags.optional(), + meta: ExceptionListItemMeta.optional(), + comments: ExceptionListItemCommentArray.optional().default([]), + _version: z.string().optional(), +}); +export type UpdateEndpointListItemRequestBodyInput = z.input< + typeof UpdateEndpointListItemRequestBody +>; + +export type UpdateEndpointListItemResponse = z.infer; +export const UpdateEndpointListItemResponse = EndpointListItem; diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.schema.yaml b/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.schema.yaml new file mode 100644 index 0000000000000..740ebb0107eb0 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/api/update_endpoint_list_item/update_endpoint_list_item.schema.yaml @@ -0,0 +1,91 @@ +openapi: 3.0.0 +info: + title: Update endpoint list item API endpoint + version: '2023-10-31' +paths: + /api/endpoint_list/items: + put: + x-labels: [serverless, ess] + x-codegen-enabled: true + operationId: UpdateEndpointListItem + summary: Updates an endpoint list item + tags: + - Endpoint exceptions API + requestBody: + description: Exception list item's properties + required: true + content: + application/json: + schema: + type: object + properties: + id: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemId' + description: Either `id` or `item_id` must be specified + item_id: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemHumanId' + description: Either `id` or `item_id` must be specified + type: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemType' + name: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemName' + description: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemDescription' + entries: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_item_entry.schema.yaml#/components/schemas/ExceptionListItemEntryArray' + os_types: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemOsTypeArray' + default: [] + tags: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemTags' + meta: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemMeta' + comments: + $ref: '../../../kbn-securitysolution-exceptions-common/api/model/exception_list_common.schema.yaml#/components/schemas/ExceptionListItemCommentArray' + default: [] + _version: + type: string + required: + - type + - name + - description + - entries + responses: + 200: + description: Successful response + content: + application/json: + schema: + $ref: '../model/endpoint_list_common.schema.yaml#/components/schemas/EndpointListItem' + 400: + description: Invalid input data + content: + application/json: + schema: + oneOf: + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + - $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 401: + description: Unsuccessful authentication + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 403: + description: Insufficient privileges + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/PlatformErrorResponse' + 404: + description: Endpoint list item not found + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' + 500: + description: Internal server error + content: + application/json: + schema: + $ref: '../../../kbn-openapi-common/schemas/error_responses.schema.yaml#/components/schemas/SiemErrorResponse' diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/kibana.jsonc b/packages/kbn-securitysolution-endpoint-exceptions-common/kibana.jsonc new file mode 100644 index 0000000000000..76a63cc5ac561 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/kibana.jsonc @@ -0,0 +1,5 @@ +{ + "type": "shared-common", + "id": "@kbn/securitysolution-endpoint-exceptions-common", + "owner": "@elastic/security-detection-engine" +} diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/package.json b/packages/kbn-securitysolution-endpoint-exceptions-common/package.json new file mode 100644 index 0000000000000..e07ac8c130c36 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/package.json @@ -0,0 +1,10 @@ +{ + "description": "OpenAPI Endpoint Exceptions Common", + "license": "SSPL-1.0 OR Elastic License 2.0", + "name": "@kbn/securitysolution-endpoint-exceptions-common", + "private": true, + "version": "1.0.0", + "scripts": { + "openapi:generate": "node scripts/openapi_generate" + } +} diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/scripts/openapi_generate.js b/packages/kbn-securitysolution-endpoint-exceptions-common/scripts/openapi_generate.js new file mode 100644 index 0000000000000..3d72bd5bc2b7b --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/scripts/openapi_generate.js @@ -0,0 +1,37 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + +require('../../../src/setup_node_env'); +const { join, resolve } = require('path'); +const { generate } = require('@kbn/openapi-generator'); +const { REPO_ROOT } = require('@kbn/repo-info'); + +const ROOT = resolve(__dirname, '..'); + +(async () => { + await generate({ + title: 'OpenAPI Endpoint Exceptions API Schemas', + rootDir: ROOT, + sourceGlob: './api/**/*.schema.yaml', + templateName: 'zod_operation_schema', + }); + + await generate({ + title: 'Endpoint Exceptions API client for tests', + rootDir: ROOT, + sourceGlob: './api/**/*.schema.yaml', + templateName: 'api_client_supertest', + skipLinting: true, + bundle: { + outFile: join( + REPO_ROOT, + 'x-pack/test/api_integration/services/security_solution_endpoint_exceptions_api.gen.ts' + ), + }, + }); +})(); diff --git a/packages/kbn-securitysolution-endpoint-exceptions-common/tsconfig.json b/packages/kbn-securitysolution-endpoint-exceptions-common/tsconfig.json new file mode 100644 index 0000000000000..750feb76c4bd2 --- /dev/null +++ b/packages/kbn-securitysolution-endpoint-exceptions-common/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "outDir": "target/types", + "types": ["jest", "node"] + }, + "exclude": ["target/**/*"], + "extends": "../../tsconfig.base.json", + "include": ["**/*.ts"], + "kbn_references": ["@kbn/securitysolution-exceptions-common", "@kbn/openapi-common"] +} diff --git a/packages/kbn-securitysolution-exceptions-common/scripts/openapi_bundle.js b/packages/kbn-securitysolution-exceptions-common/scripts/openapi_bundle.js index a3e82f172b05e..2ed569154bd4f 100644 --- a/packages/kbn-securitysolution-exceptions-common/scripts/openapi_bundle.js +++ b/packages/kbn-securitysolution-exceptions-common/scripts/openapi_bundle.js @@ -21,10 +21,12 @@ const ROOT = resolve(__dirname, '..'); ), options: { includeLabels: ['serverless'], - specInfo: { - title: 'Security Solution Exceptions API (Elastic Cloud Serverless)', - description: - "Exceptions API allows you to manage detection rule exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.", + prototypeDocument: { + info: { + title: 'Security Solution Exceptions API (Elastic Cloud Serverless)', + description: + "Exceptions API allows you to manage detection rule exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.", + }, }, }, }); @@ -37,10 +39,12 @@ const ROOT = resolve(__dirname, '..'); ), options: { includeLabels: ['ess'], - specInfo: { - title: 'Security Solution Exceptions API (Elastic Cloud and self-hosted)', - description: - "Exceptions API allows you to manage detection rule exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.", + prototypeDocument: { + info: { + title: 'Security Solution Exceptions API (Elastic Cloud and self-hosted)', + description: + "Exceptions API allows you to manage detection rule exceptions to prevent a rule from generating an alert from incoming events even when the rule's other criteria are met.", + }, }, }, }); diff --git a/packages/kbn-securitysolution-lists-common/scripts/openapi_bundle.js b/packages/kbn-securitysolution-lists-common/scripts/openapi_bundle.js index 9bed9a313882f..fccbf4cc34f64 100644 --- a/packages/kbn-securitysolution-lists-common/scripts/openapi_bundle.js +++ b/packages/kbn-securitysolution-lists-common/scripts/openapi_bundle.js @@ -21,9 +21,11 @@ const ROOT = resolve(__dirname, '..'); ), options: { includeLabels: ['serverless'], - specInfo: { - title: 'Security Solution Lists API (Elastic Cloud Serverless)', - description: 'Lists API allows you to manage lists of keywords, IPs or IP ranges items.', + prototypeDocument: { + info: { + title: 'Security Solution Lists API (Elastic Cloud Serverless)', + description: 'Lists API allows you to manage lists of keywords, IPs or IP ranges items.', + }, }, }, }); @@ -36,9 +38,11 @@ const ROOT = resolve(__dirname, '..'); ), options: { includeLabels: ['ess'], - specInfo: { - title: 'Security Solution Lists API (Elastic Cloud and self-hosted)', - description: 'Lists API allows you to manage lists of keywords, IPs or IP ranges items.', + prototypeDocument: { + info: { + title: 'Security Solution Lists API (Elastic Cloud and self-hosted)', + description: 'Lists API allows you to manage lists of keywords, IPs or IP ranges items.', + }, }, }, }); diff --git a/packages/kbn-server-route-repository-utils/README.md b/packages/kbn-server-route-repository-utils/README.md new file mode 100644 index 0000000000000..b01f85dfbab0b --- /dev/null +++ b/packages/kbn-server-route-repository-utils/README.md @@ -0,0 +1,3 @@ +# @kbn/server-route-repository-utils + +Extension of `@kbn/server-route-repository` with common utils that can be imported from the browser and the server. \ No newline at end of file diff --git a/packages/analytics/ebt/client/src/events/index.ts b/packages/kbn-server-route-repository-utils/index.ts similarity index 75% rename from packages/analytics/ebt/client/src/events/index.ts rename to packages/kbn-server-route-repository-utils/index.ts index 85c3f2c3b6195..02ff5f70211fa 100644 --- a/packages/analytics/ebt/client/src/events/index.ts +++ b/packages/kbn-server-route-repository-utils/index.ts @@ -6,10 +6,5 @@ * Side Public License, v 1. */ -export type { - Event, - EventType, - EventContext, - TelemetryCounter, - TelemetryCounterType, -} from './types'; +export { formatRequest } from './src/format_request'; +export { parseEndpoint } from './src/parse_endpoint'; diff --git a/packages/analytics/ebt/jest.config.js b/packages/kbn-server-route-repository-utils/jest.config.js similarity index 82% rename from packages/analytics/ebt/jest.config.js rename to packages/kbn-server-route-repository-utils/jest.config.js index 7296624c287b5..e93f12695c35c 100644 --- a/packages/analytics/ebt/jest.config.js +++ b/packages/kbn-server-route-repository-utils/jest.config.js @@ -8,6 +8,6 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/packages/analytics/ebt'], + rootDir: '../..', + roots: ['/packages/kbn-server-route-repository-utils'], }; diff --git a/packages/kbn-server-route-repository-utils/kibana.jsonc b/packages/kbn-server-route-repository-utils/kibana.jsonc new file mode 100644 index 0000000000000..3a7e69d98a060 --- /dev/null +++ b/packages/kbn-server-route-repository-utils/kibana.jsonc @@ -0,0 +1,5 @@ +{ + "type": "shared-common", + "id": "@kbn/server-route-repository-utils", + "owner": "@elastic/obs-knowledge-team" +} diff --git a/packages/analytics/ebt/package.json b/packages/kbn-server-route-repository-utils/package.json similarity index 65% rename from packages/analytics/ebt/package.json rename to packages/kbn-server-route-repository-utils/package.json index aee987a4c179b..bfd18c61da4d5 100644 --- a/packages/analytics/ebt/package.json +++ b/packages/kbn-server-route-repository-utils/package.json @@ -1,5 +1,5 @@ { - "name": "@kbn/ebt", + "name": "@kbn/server-route-repository-utils", "private": true, "version": "1.0.0", "license": "SSPL-1.0 OR Elastic License 2.0" diff --git a/packages/kbn-server-route-repository/src/format_request.ts b/packages/kbn-server-route-repository-utils/src/format_request.ts similarity index 100% rename from packages/kbn-server-route-repository/src/format_request.ts rename to packages/kbn-server-route-repository-utils/src/format_request.ts diff --git a/packages/kbn-server-route-repository/src/parse_endpoint.ts b/packages/kbn-server-route-repository-utils/src/parse_endpoint.ts similarity index 100% rename from packages/kbn-server-route-repository/src/parse_endpoint.ts rename to packages/kbn-server-route-repository-utils/src/parse_endpoint.ts diff --git a/packages/analytics/ebt/tsconfig.json b/packages/kbn-server-route-repository-utils/tsconfig.json similarity index 59% rename from packages/analytics/ebt/tsconfig.json rename to packages/kbn-server-route-repository-utils/tsconfig.json index 38e6caee5d2a1..87f865132f4b4 100644 --- a/packages/analytics/ebt/tsconfig.json +++ b/packages/kbn-server-route-repository-utils/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ @@ -15,9 +15,5 @@ "exclude": [ "target/**/*" ], - "kbn_references": [ - "@kbn/logging-mocks", - "@kbn/logging", - "@kbn/safer-lodash-set", - ] + "kbn_references": [] } diff --git a/packages/kbn-server-route-repository/README.md b/packages/kbn-server-route-repository/README.md index 13d7972028cb7..6810b092403bc 100644 --- a/packages/kbn-server-route-repository/README.md +++ b/packages/kbn-server-route-repository/README.md @@ -8,8 +8,6 @@ TBD ## Server vs. Browser entry points -This package exposes utils that can be used on both: the server and the browser. -However, importing the package might bring in server-only code, affecting the bundle size. -To avoid this, the package exposes 2 entry points: [`index.js`](./src/index.ts) and [`web_index.js`](./src/web_index.ts). +This package can only be used on the server. The browser utilities can be found in `@kbn/server-route-repository-utils`. When adding utilities to this package, please make sure to update the entry points accordingly and the [BUILD.bazel](./BUILD.bazel)'s `target_web` target build to include all the necessary files. diff --git a/packages/kbn-server-route-repository/browser_index.ts b/packages/kbn-server-route-repository/browser_index.ts deleted file mode 100644 index 3a7f16eac02db..0000000000000 --- a/packages/kbn-server-route-repository/browser_index.ts +++ /dev/null @@ -1,21 +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 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. - */ - -export { formatRequest } from './src/format_request'; -export { parseEndpoint } from './src/parse_endpoint'; -export type { - RouteRepositoryClient, - ReturnOf, - EndpointOf, - ClientRequestParamsOf, - DecodedRequestParamsOf, - ServerRouteRepository, - ServerRoute, - RouteParamsRT, - RouteState, -} from './src/typings'; diff --git a/packages/kbn-server-route-repository/index.ts b/packages/kbn-server-route-repository/index.ts index 95007711ca0aa..ef942919f1480 100644 --- a/packages/kbn-server-route-repository/index.ts +++ b/packages/kbn-server-route-repository/index.ts @@ -6,9 +6,8 @@ * Side Public License, v 1. */ +export { formatRequest, parseEndpoint } from '@kbn/server-route-repository-utils'; export { createServerRouteFactory } from './src/create_server_route_factory'; -export { formatRequest } from './src/format_request'; -export { parseEndpoint } from './src/parse_endpoint'; export { decodeRequestParams } from './src/decode_request_params'; export { routeValidationObject } from './src/route_validation_object'; export { registerRoutes } from './src/register_routes'; diff --git a/packages/kbn-server-route-repository/kibana.jsonc b/packages/kbn-server-route-repository/kibana.jsonc index c10021164c722..5137b5593cfd5 100644 --- a/packages/kbn-server-route-repository/kibana.jsonc +++ b/packages/kbn-server-route-repository/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-server", "id": "@kbn/server-route-repository", "owner": ["@elastic/obs-knowledge-team"] } diff --git a/packages/kbn-server-route-repository/package.json b/packages/kbn-server-route-repository/package.json index a1c4cfa515633..7d39edc9cc923 100644 --- a/packages/kbn-server-route-repository/package.json +++ b/packages/kbn-server-route-repository/package.json @@ -2,6 +2,5 @@ "name": "@kbn/server-route-repository", "version": "1.0.0", "license": "SSPL-1.0 OR Elastic License 2.0", - "private": true, - "browser": "./browser_index" + "private": true } \ No newline at end of file diff --git a/packages/kbn-server-route-repository/src/register_routes.ts b/packages/kbn-server-route-repository/src/register_routes.ts index 6e15bc6cf9416..4f409adda9577 100644 --- a/packages/kbn-server-route-repository/src/register_routes.ts +++ b/packages/kbn-server-route-repository/src/register_routes.ts @@ -14,8 +14,8 @@ import type { CoreSetup } from '@kbn/core-lifecycle-server'; import type { Logger } from '@kbn/logging'; import * as t from 'io-ts'; import { merge, pick } from 'lodash'; +import { parseEndpoint } from '@kbn/server-route-repository-utils'; import { decodeRequestParams } from './decode_request_params'; -import { parseEndpoint } from './parse_endpoint'; import { routeValidationObject } from './route_validation_object'; import type { ServerRoute, ServerRouteCreateOptions } from './typings'; diff --git a/packages/kbn-server-route-repository/tsconfig.json b/packages/kbn-server-route-repository/tsconfig.json index 2ab8bda824600..5202a5bf0c422 100644 --- a/packages/kbn-server-route-repository/tsconfig.json +++ b/packages/kbn-server-route-repository/tsconfig.json @@ -20,6 +20,7 @@ "@kbn/logging", "@kbn/core", "@kbn/logging-mocks", + "@kbn/server-route-repository-utils", ], "exclude": [ "target/**/*", diff --git a/packages/kbn-shared-ux-utility/src/with_suspense.tsx b/packages/kbn-shared-ux-utility/src/with_suspense.tsx index 753ceb6fccb6d..faa52715e5ff1 100644 --- a/packages/kbn-shared-ux-utility/src/with_suspense.tsx +++ b/packages/kbn-shared-ux-utility/src/with_suspense.tsx @@ -6,7 +6,7 @@ * Side Public License, v 1. */ -import { AnalyticsServiceStart } from '@kbn/core-analytics-browser'; +import type { AnalyticsServiceStart } from '@kbn/core-analytics-browser'; import { KibanaErrorBoundary, KibanaErrorBoundaryProvider } from '@kbn/shared-ux-error-boundary'; import React, { ComponentType, ReactElement, Ref, Suspense } from 'react'; diff --git a/packages/kbn-telemetry-tools/src/tools/ts_program/ts_program.test.ts b/packages/kbn-telemetry-tools/src/tools/ts_program/ts_program.test.ts index 72910fbe99fc4..fc48770a87f37 100644 --- a/packages/kbn-telemetry-tools/src/tools/ts_program/ts_program.test.ts +++ b/packages/kbn-telemetry-tools/src/tools/ts_program/ts_program.test.ts @@ -21,7 +21,7 @@ describe('createKibanaProgram', () => { "fetch": Object { "typeDescriptor": Object { "locale": Object { - "kind": 152, + "kind": 154, "type": "StringKeyword", }, }, diff --git a/packages/kbn-telemetry-tools/src/tools/utils.ts b/packages/kbn-telemetry-tools/src/tools/utils.ts index ff526b82e6c7a..2e15ea82baaba 100644 --- a/packages/kbn-telemetry-tools/src/tools/utils.ts +++ b/packages/kbn-telemetry-tools/src/tools/utils.ts @@ -145,8 +145,16 @@ export function getResolvedModuleSourceFile( originalSource: ts.SourceFile, program: ts.Program, importedModuleName: string -) { - const resolvedModule = (originalSource as any).resolvedModules.get(importedModuleName); +): ts.SourceFile { + // Resolve the module name to get the resolved module name result + const resolvedModuleNameResult = ts.resolveModuleName( + importedModuleName, + originalSource.fileName, + program.getCompilerOptions(), + ts.sys + ); + + const resolvedModule = resolvedModuleNameResult.resolvedModule; if (!resolvedModule) { throw new Error( `Import for [${importedModuleName}] in [${originalSource.fileName}] could not be resolved by TypeScript` diff --git a/packages/kbn-test/src/functional_test_runner/lib/config/run_check_ftr_configs_cli.ts b/packages/kbn-test/src/functional_test_runner/lib/config/run_check_ftr_configs_cli.ts index 57f819bb44771..7176d21b8f0b3 100644 --- a/packages/kbn-test/src/functional_test_runner/lib/config/run_check_ftr_configs_cli.ts +++ b/packages/kbn-test/src/functional_test_runner/lib/config/run_check_ftr_configs_cli.ts @@ -41,6 +41,8 @@ export async function runCheckFtrConfigsCli() { .split('\n') .map((file) => Path.resolve(REPO_ROOT, file)); + const loadingConfigs = []; + const possibleConfigs = files.filter((file) => { if (IGNORED_PATHS.includes(file)) { return false; @@ -66,24 +68,45 @@ export async function runCheckFtrConfigsCli() { return false; } - if (file.match(/mocks.ts$/)) { + // No FTR configs in /packages/ + if (file.match(/\/packages\//)) { + return false; + } + + if (file.match(/(mock|mocks).ts$/)) { return false; } const fileContent = readFileSync(file).toString(); - if (fileContent.match(/(testRunner)|(testFiles)/)) { + if ( + // explicitly define 'testRunner' or 'testFiles' + fileContent.match(/(testRunner)|(testFiles)/) || + // export default createTestConfig + fileContent.match(/export\s+default\s+createTestConfig/) || + // export default async function ({ readConfigFile }: FtrConfigProviderContext) + // async function config({ readConfigFile }: FtrConfigProviderContext) + // export default async function (ftrConfigProviderContext: FtrConfigProviderContext) + fileContent.match( + /(?:export\s+default\s+)?async\s+function(?:\s+\w+)?\s*\(\s*(?:\{\s*readConfigFile\s*\}|\w+)\s*(?::\s*FtrConfigProviderContext\s*)?\)/ + ) + ) { // test config return true; } - if (fileContent.match(/(describe)|(defineCypressConfig)/)) { + if (file.match(/config.ts$/) && fileContent.match(/export\s+default\s+configs\./)) { + return true; + } + + if (fileContent.match(/(describe)|(defineCypressConfig)|(cy\.)/)) { // test file or Cypress config return false; } // FTR config file should have default export try { + loadingConfigs.push(file); // eslint-disable-next-line @typescript-eslint/no-var-requires const exports = require(file); const defaultExport = exports.__esModule ? exports.default : exports; @@ -94,6 +117,10 @@ export async function runCheckFtrConfigsCli() { } }); + if (loadingConfigs.length) { + log.info(`${loadingConfigs.length} files were loaded as FTR configs for validation`); + } + const { allFtrConfigs, manifestPaths } = getAllFtrConfigsAndManifests(); const invalid = possibleConfigs.filter((path) => !allFtrConfigs.includes(path)); diff --git a/packages/kbn-unified-data-table/__mocks__/table_context.ts b/packages/kbn-unified-data-table/__mocks__/table_context.ts index 4a4a75b0fa9e5..9cf28f89eb810 100644 --- a/packages/kbn-unified-data-table/__mocks__/table_context.ts +++ b/packages/kbn-unified-data-table/__mocks__/table_context.ts @@ -15,6 +15,7 @@ import { DataTableContext } from '../src/table_context'; import { convertValueToString } from '../src/utils/convert_value_to_string'; import { buildDataTableRecord } from '@kbn/discover-utils'; import type { EsHitRecord } from '@kbn/discover-utils/types'; +import type { UseSelectedDocsState } from '../src/hooks/use_selected_docs'; const buildTableContext = (dataView: DataView, rows: EsHitRecord[]): DataTableContext => { const usedRows = rows.map((row) => { @@ -28,8 +29,9 @@ const buildTableContext = (dataView: DataView, rows: EsHitRecord[]): DataTableCo onFilter: jest.fn(), dataView, isDarkMode: false, - selectedDocs: [], - setSelectedDocs: jest.fn(), + selectedDocsState: buildSelectedDocsState([]), + pageIndex: 0, + pageSize: 10, valueToStringConverter: (rowIndex, columnId, options) => convertValueToString({ rowIndex, @@ -45,3 +47,21 @@ const buildTableContext = (dataView: DataView, rows: EsHitRecord[]): DataTableCo export const dataTableContextMock = buildTableContext(dataViewMock, esHitsMock); export const dataTableContextComplexMock = buildTableContext(dataViewComplexMock, esHitsComplex); + +export function buildSelectedDocsState(selectedDocIds: string[]): UseSelectedDocsState { + const selectedDocsSet = new Set(selectedDocIds); + + return { + isDocSelected: (docId: string) => selectedDocsSet.has(docId), + getCountOfSelectedDocs: (docIds: string[]) => + docIds.reduce((acc, docId) => (selectedDocsSet.has(docId) ? acc + 1 : acc), 0), + hasSelectedDocs: selectedDocsSet.size > 0, + selectedDocIds, + toggleDocSelection: jest.fn(), + selectAllDocs: jest.fn(), + selectMoreDocs: jest.fn(), + deselectSomeDocs: jest.fn(), + replaceSelectedDocs: jest.fn(), + clearAllSelectedDocs: jest.fn(), + }; +} diff --git a/packages/kbn-unified-data-table/kibana.jsonc b/packages/kbn-unified-data-table/kibana.jsonc index de49c4caff1e5..3fe1b76b931c3 100644 --- a/packages/kbn-unified-data-table/kibana.jsonc +++ b/packages/kbn-unified-data-table/kibana.jsonc @@ -1,5 +1,5 @@ { - "type": "shared-common", + "type": "shared-browser", "id": "@kbn/unified-data-table", "description": "Contains functionality for the unified data table which can be integrated into apps", "owner": "@elastic/kibana-data-discovery" diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.test.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.test.tsx index 5bf4c631cf5cf..63856a2c82ac2 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.test.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.test.tsx @@ -52,7 +52,7 @@ const getDocById = (id: string) => docs.find((doc) => doc.raw._id === id); const renderCompareDocuments = ({ forceShowAllFields = false, }: { forceShowAllFields?: boolean } = {}) => { - const setSelectedDocs = jest.fn(); + const replaceSelectedDocs = jest.fn(); const getCompareDocuments = (props?: Partial) => ( ); const { rerender } = render(getCompareDocuments()); return { - setSelectedDocs, + replaceSelectedDocs, rerender: (props?: Partial) => rerender(getCompareDocuments(props)), }; }; @@ -146,10 +146,10 @@ describe('CompareDocuments', () => { }); it('should set selected docs when columns change', () => { - const { setSelectedDocs } = renderCompareDocuments(); + const { replaceSelectedDocs } = renderCompareDocuments(); const visibleColumns = ['fields_generated-id', '0', '1', '2']; mockDataGridProps?.columnVisibility.setVisibleColumns(visibleColumns); - expect(setSelectedDocs).toHaveBeenCalledWith(visibleColumns.slice(1)); + expect(replaceSelectedDocs).toHaveBeenCalledWith(visibleColumns.slice(1)); }); it('should force show all fields when prop is true', () => { diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.tsx index f04e8888f37a4..5679ac0f236b9 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/compare_documents.tsx @@ -42,13 +42,13 @@ export interface CompareDocumentsProps { dataView: DataView; isPlainRecord: boolean; selectedFieldNames: string[]; - selectedDocs: string[]; + selectedDocIds: string[]; schemaDetectors: EuiDataGridSchemaDetector[]; forceShowAllFields: boolean; showFullScreenButton?: boolean; fieldFormats: FieldFormatsStart; getDocById: (id: string) => DataTableRecord | undefined; - setSelectedDocs: (selectedDocs: string[]) => void; + replaceSelectedDocs: (docIds: string[]) => void; setIsCompareActive: (isCompareActive: boolean) => void; additionalFieldGroups?: AdditionalFieldGroups; } @@ -69,13 +69,13 @@ const CompareDocuments = ({ isPlainRecord, selectedFieldNames, additionalFieldGroups, - selectedDocs, + selectedDocIds, schemaDetectors, forceShowAllFields, showFullScreenButton, fieldFormats, getDocById, - setSelectedDocs, + replaceSelectedDocs, setIsCompareActive, }: CompareDocumentsProps) => { // Memoize getDocById to ensure we don't lose access to the comparison docs if, for example, @@ -104,7 +104,7 @@ const CompareDocuments = ({ dataView, selectedFieldNames, additionalFieldGroups, - selectedDocs, + selectedDocIds, showAllFields: Boolean(forceShowAllFields || showAllFields), showMatchingValues: Boolean(showMatchingValues), getDocById: memoizedGetDocById, @@ -113,25 +113,25 @@ const CompareDocuments = ({ wrapper, isPlainRecord, fieldColumnId, - selectedDocs, + selectedDocIds, getDocById: memoizedGetDocById, - setSelectedDocs, + replaceSelectedDocs, }); const comparisonColumnVisibility = useMemo( () => ({ visibleColumns: comparisonColumns.map(({ id: columnId }) => columnId), setVisibleColumns: (visibleColumns) => { const [_fieldColumnId, ...newSelectedDocs] = visibleColumns; - setSelectedDocs(newSelectedDocs); + replaceSelectedDocs(newSelectedDocs); }, }), - [comparisonColumns, setSelectedDocs] + [comparisonColumns, replaceSelectedDocs] ); const additionalControls = useMemo( () => ( { - const selectedDocs = ['0', '1', '2']; + const selectedDocIds = ['0', '1', '2']; const Wrapper = () => { const [showDiff, setShowDiff] = useState(true); const [diffMode, setDiffMode] = useState('basic'); @@ -34,7 +34,7 @@ const renderComparisonControls = ({ screen.getByText( - `Comparing ${selectedDocs.length} ${isPlainRecord ? 'results' : 'documents'}` + `Comparing ${selectedDocIds.length} ${isPlainRecord ? 'results' : 'documents'}` ), getComparisonSettingsButton, clickComparisonSettingsButton: () => userEvent.click(getComparisonSettingsButton()), diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/comparison_controls.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/comparison_controls.tsx index 48c4f11960e57..61f8009bca584 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/comparison_controls.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/comparison_controls.tsx @@ -30,7 +30,7 @@ import type { DocumentDiffMode } from './types'; export interface ComparisonControlsProps { isPlainRecord?: boolean; - selectedDocs: string[]; + selectedDocIds: string[]; showDiff: boolean | undefined; diffMode: DocumentDiffMode | undefined; showDiffDecorations: boolean | undefined; @@ -47,7 +47,7 @@ export interface ComparisonControlsProps { export const ComparisonControls = ({ isPlainRecord, - selectedDocs, + selectedDocIds, showDiff, diffMode, showDiffDecorations, @@ -72,13 +72,13 @@ export const ComparisonControls = ({ ) : ( )} diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.test.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.test.tsx index 636d5a1269bf7..71604adf1f004 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.test.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.test.tsx @@ -55,7 +55,7 @@ const renderComparisonCellValue = (props: Partial = dataView: dataViewWithTimefieldMock, comparisonFields: ['message', 'extension', 'bytes'], fieldColumnId, - selectedDocs: ['0', '1', '2'], + selectedDocIds: ['0', '1', '2'], diffMode: undefined, fieldFormats: fieldFormatsMock, getDocById, @@ -408,7 +408,7 @@ describe('useComparisonCellValue', () => { expect(calculateDiff).toHaveBeenCalledTimes(2); renderComparisonCell(cellProps2); expect(calculateDiff).toHaveBeenCalledTimes(2); - rerender({ diffMode: 'words', selectedDocs: ['1', '2', '0'] }); + rerender({ diffMode: 'words', selectedDocIds: ['1', '2', '0'] }); const cellProps3 = { ...cellProps1, columnId: '2', @@ -425,7 +425,7 @@ describe('useComparisonCellValue', () => { expect(calculateDiff).toHaveBeenCalledTimes(4); renderComparisonCell(cellProps4); expect(calculateDiff).toHaveBeenCalledTimes(4); - rerender({ diffMode: 'lines', selectedDocs: ['2', '0', '1'] }); + rerender({ diffMode: 'lines', selectedDocIds: ['2', '0', '1'] }); const cellProps5 = { ...cellProps1, columnId: '0', diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.tsx index 7b7e378e8dbe0..f5eddf807a89e 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_cell_value.tsx @@ -39,7 +39,7 @@ export interface UseComparisonCellValueProps { dataView: DataView; comparisonFields: string[]; fieldColumnId: string; - selectedDocs: string[]; + selectedDocIds: string[]; diffMode: DocumentDiffMode | undefined; fieldFormats: FieldFormatsStart; getDocById: (id: string) => DataTableRecord | undefined; @@ -50,13 +50,13 @@ export const useComparisonCellValue = ({ dataView, comparisonFields, fieldColumnId, - selectedDocs, + selectedDocIds, diffMode, fieldFormats, getDocById, additionalFieldGroups, }: UseComparisonCellValueProps) => { - const baseDocId = selectedDocs[0]; + const baseDocId = selectedDocIds[0]; const baseDoc = useMemo(() => getDocById(baseDocId)?.flattened, [baseDocId, getDocById]); const [calculateDiffMemoized] = useState(() => createCalculateDiffMemoized()); @@ -92,7 +92,7 @@ export const useComparisonCellValue = ({ ); }; -type CellValueProps = Omit & +type CellValueProps = Omit & EuiDataGridCellValueElementProps & { baseDocId: string; baseDoc: DataTableRecord['flattened'] | undefined; diff --git a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_columns.test.tsx b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_columns.test.tsx index c6df0f7fabcb6..212d4a04498a9 100644 --- a/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_columns.test.tsx +++ b/packages/kbn-unified-data-table/src/components/compare_documents/hooks/use_comparison_columns.test.tsx @@ -78,7 +78,7 @@ const docs = generateEsHits(dataViewWithTimefieldMock, 4).map((hit) => const defaultGetDocById = (id: string) => docs.find((doc) => doc.raw._id === id); const fieldColumnId = 'fieldColumnId'; -const selectedDocs = ['0', '1', '2', '3']; +const selectedDocIds = ['0', '1', '2', '3']; const renderColumns = ({ wrapperWidth, @@ -93,7 +93,7 @@ const renderColumns = ({ if (wrapperWidth) { Object.defineProperty(wrapper, 'offsetWidth', { value: wrapperWidth }); } - const setSelectedDocs = jest.fn(); + const replaceSelectedDocs = jest.fn(); const { result: { current: columns }, } = renderHook(() => @@ -101,17 +101,17 @@ const renderColumns = ({ wrapper, isPlainRecord, fieldColumnId, - selectedDocs, + selectedDocIds, getDocById, - setSelectedDocs, + replaceSelectedDocs, }) ); - return { columns, setSelectedDocs }; + return { columns, replaceSelectedDocs }; }; describe('useComparisonColumns', () => { it('should return comparison columns', () => { - const { columns, setSelectedDocs } = renderColumns(); + const { columns, replaceSelectedDocs } = renderColumns(); expect(columns).toEqual([ { id: fieldColumnId, @@ -123,17 +123,17 @@ describe('useComparisonColumns', () => { }, getComparisonColumn({ column: { - id: selectedDocs[0], + id: selectedDocIds[0], display: expect.anything(), - displayAsText: `Pinned document: ${selectedDocs[0]}`, + displayAsText: `Pinned document: ${selectedDocIds[0]}`, }, includeRemoveAction: true, }), getComparisonColumn({ column: { - id: selectedDocs[1], - display: selectedDocs[1], - displayAsText: `Comparison document: ${selectedDocs[1]}`, + id: selectedDocIds[1], + display: selectedDocIds[1], + displayAsText: `Comparison document: ${selectedDocIds[1]}`, actions: { showMoveRight: true, }, @@ -143,9 +143,9 @@ describe('useComparisonColumns', () => { }), getComparisonColumn({ column: { - id: selectedDocs[2], - display: selectedDocs[2], - displayAsText: `Comparison document: ${selectedDocs[2]}`, + id: selectedDocIds[2], + display: selectedDocIds[2], + displayAsText: `Comparison document: ${selectedDocIds[2]}`, actions: { showMoveLeft: true, showMoveRight: true, @@ -156,9 +156,9 @@ describe('useComparisonColumns', () => { }), getComparisonColumn({ column: { - id: selectedDocs[3], - display: selectedDocs[3], - displayAsText: `Comparison document: ${selectedDocs[3]}`, + id: selectedDocIds[3], + display: selectedDocIds[3], + displayAsText: `Comparison document: ${selectedDocIds[3]}`, actions: { showMoveLeft: true, }, @@ -192,17 +192,17 @@ describe('useComparisonColumns', () => { const removeAction = actions.additional?.[1].onClick; render(